@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
}
body{
		background:#222 url(http://blog.thebestjohn.com/wp-content/uploads/2010/07/bkg1.png) ;
}
h1{
	color:#F2FF16;
}
span{
	display:block;
	color:#00C9FF;
	margin-top:20px;
}
#wrapper{
	width:1000px;
	margin:auto;
}
#header{
	background-image:url(../images/head.jpg);
	height:250px;		
}
#header h1,h2{
	display:none;	
}
																																				/*Navigation*/
#navigation {
	position:relative;
	display:block;
	height:42px;
	font-size:11px;
	background:#222;
}
#navigation ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	text-align:right;
}
#navigation ul li {
	display:block;
	float:right;
	margin:0 1px 0 0;
}
#navigation ul li a {
	display:block;
	float:right;
	color:#fff;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
}
#navigation ul li a:hover, #navigation ul li a.current {
	color:#000;
	background:#E8FF02;
}
																																				/*End Navigation*/
	
#body{
	text-indent:25px;
	line-height:20px;
	font-size:16px;
	padding:50px;
	background-color:#0e0e0f;
	
}
#body p{
	padding-top:20px;
	color:#FFF;	
}
																																				/*Article Grabber */
.entry-title{
	color:#F2FF16;
}



																																				/*Article Grabber End */


#footer{
	clear:both;
	background-color:#222;
	background-image:url(../images/footer.jpg);
	height:25px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
 
}
#footer h6{
	color:#EEE;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	padding:7px;
	padding-right:10px;
	margin-bottom:20px;
	clear:both;
}

