@charset "utf-8";


/*   
Theme Name:NERD
Theme URI: 
Description: Our NERD site
Author: Bree
Author URI: http://nerdcomics.com
Version: 1.0
.
General comments/License Statement if any.
.
*/




body {
	margin:0px;
	padding:0px;
	background: #FFF;
}
p{
	margin:0}
	
	
	
#wrapper{
	width:1000px;
	margin:auto;
	border:0pt solid #0FC;
}


#header{
	background: transparent url(header.png);
	height:147px;
	
}

#nav {
	background:#c97272;
	
	height:30px;
	width:100%;
	
}

#nav ul {
	display: inline;
	}

#nav li {
	display:inline;
	font-size:1em;
	text-decoration:none;
	font:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin:0;
	}

#nav li a{
	text-decoration:none;
	font:bold;
	font-variant:small-caps;
	font:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	list-style-image:url(nav_box.png);
	padding:3px;
}

#nav li>ul{
/*Make the sub list items invisible*/
	display: none;
}




#middle{
	background: #FFF;
	width:1000px;
	
}

#content{
	float:left;
	width:800px;
	
}

#content p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	margin:18px;
	}
#content a{
	color:#903;
	text-decoration:none;
}

#content h2{ 
	background-color:#CCC;
	
	}

#sidebar{
	background-color: #a6a6a6;
	width:200px;
	float:right;

	height:100%;
	}

#sidebar p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	}
#sidebar a{
	color:#fff;
	text-decoration:none;
}

#sidebar h2{ 
	color:#FFF;
}

#sidebar h2, p, a { 
	margin:10px;
}

#nav ul, li {
	font-size:1em;
	text-decoration:none;
	font:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin:0;
	}

#footer{
	width:1000px;
	height:100px;
	background:#151414;

	clear:both;
	
}
#footer p a{
	color:#CCC;
	padding:5px;
	}

