@charset "UTF-8";

#header{
 border-bottom:1px dashed #000;
}
	#header>div{
	 height:343px;
	}
	#header ul{
	 bottom:10px;
	 left:10px;
	 margin:0;
	 padding:10px 0 10px 10px;
	 z-index:1;
	}
	#header ul a{
	 background:#000;
	 border-radius:2px;
	 -moz-border-radius:2px;
	 -webkit-border-radius:2px;
	 box-shadow:2px 2px 3px rgba(0,0,0,.5);
	 -moz-box-shadow:2px 2px 3px rgba(0,0,0,.5);
	 -webkit-box-shadow:2px 2px 3px rgba(0,0,0,.5);
	 color:#fff;
	 height:20px;
	 line-height:20px;
	 margin:0 10px 0 0;
	 text-decoration:none;
	 width:20px;
	}
		#header ul a:focus{
		 outline:none;
		}
		#header ul li:first-child a{
		 background:#f29100;
		 color:#000;
		}
/*#featured{
 background:#000;
 background:rgba(0,0,0,.75);
 border-top-left-radius:5px;
 -moz-border-top-left-radius:5px;
 -moz-border-radius-topleft:5px;
 -webkit-border-top-left-radius:5px;
 color:#fff;
 font-size:16px;
 height:40px;
 line-height:40px;
 padding:0 10px 0 0;
 right:0;
 text-indent:10px;
 top:303px;
}*/
.featured{
 background:#000;
 background:rgba(0,0,0,.75);
 border-top-left-radius:5px;
 -moz-border-top-left-radius:5px;
 -moz-border-radius-topleft:5px;
 -webkit-border-top-left-radius:5px;
 color:#fff;
 font-size:16px;
 height:40px;
 line-height:40px;
 padding:0 10px 0 0;
 right:0;
 text-indent:10px;
 top:303px;
}

#content{
 border-right:2px dotted #000;
 padding:0 45px 0 25px;
 width:358px;
}

#sidebar{
 margin:0 0 35px 35px;
 width:515px;
}
	#sidebar h2 a{
	 background:url(/images/generic/sprite.png) 0 -296px no-repeat;
	 height:44px;
	 width:141px;
	}
	#sidebar h3{
	 width:305px;
	}
		#sidebar h3 a{
		 color:#000;
		 text-decoration:none;
		}
	#sidebar>div.a{
	 clear:left;
	 width:330px;
	}
.rss{
 margin:22px 0 0 0;
}
	.rss a{
	 background:url(/images/generic/sprite.png) -372px 0 no-repeat;
	 height:14px;
	 width:48px;
	}
a.continue{
 background:#000;
 background:rgba(0,0,0,.85);
 color:#fff;
 line-height:24px;
 text-decoration:none;
 width:175px;
}
	.continue:active,.continue:focus,.continue:hover{
	 background:#f29100;
	 background:rgba(242,145,0,.85);
	 color:#000;
	}
