/*

Theme Name: Nemesis Effect.

Theme URI: www.nemesiseffect.com

Description: A simple theme i created for my own website

Version: 1.0

Author: Amitoj Duggal

Author URI: www.nemesiseffect.com

*/



body {

	background-color: #000;

	text-align: center;

	margin: 0px;

	padding: 0px;

}



#wrapper {

	padding: 0px;

	width: 1000px;

	text-align: left;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}



#header {

	height: 161px;

	margin: 0px;

	padding: 0px;

}

#navigation {

	height: 80px;

}

#main_effect_head {

	margin: 0px;

	padding: 0px;

}



#main_effect_content {

        font-family:verdana,Arial,Times New Roman;
		font-size:0.9em;

	background-image: url(http://nemesiseffect.com/images/featured_effect_back.jpg);

	background-repeat: repeat-y;

	width: 1000px;

	margin: 0px;

	padding: 0px;

	float: left;

        text-align: justify;

}

#side_effect_content {

	float: right;

	width: 262px;

}

#main_effect_posts {

	margin-bottom: 10px;

	margin-left: 75px;

	width: 635px;

        font-size: 0.9em;

        color:white;

        float:left;

      }

#side_effect_posts {

	width: 200px;

        margin-right:10px;

        margin-top:10px;

        float:right;

	}

#main_cont_center {

	padding: 0px;

	width: 1000px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}

#footer {

	margin: 0px;

	padding: 0px;

	width: 1000px;

}



p

{

color: #ffffff;

}



#main_effect_content a:link {

	text-decoration: none;

        color:#00CCFF;

}

#main_effect_content a:visited {

	text-decoration: none;

	color: #0CF;

}

#main_effect_content a:hover {

	text-decoration: none;

	color: #FFF;

}

#main_effect_content a:active {

	text-decoration: none;

	color: #0CF;

}

textarea#comment { width: 400px; padding: 5px; }



.commentmetadata { font-size: 10px; }

h2

{ 

color: #0CF;

}
