/*  black style */


/*  Images */
#top-out {
	background: url(black/bg_top.gif) repeat-x 0 0;
}
#header {
	background: url(black/bg_top_gradient.gif) no-repeat 60px 0;
}
#middle-out-top { /* Background - Middle Top */
	background: #171717 url(black/bg_middle_out_top.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(black/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(black/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(black/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(black/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(black/bg_middle_top.gif) no-repeat 0 0;
}
#footer {
	background: url(black/bg_footer_gradient.jpg) no-repeat 0 0;
}
#editorcontainer #content, body.wp-admin #footer{
	background:none !important;
	}

/*  Colors */
a {
	color: #FF7800;
}
#footer h2.widget_title {
	background: #222222;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #333333 5px solid;
	background: #EDEDED;
}

#sidebar h2{
	background: #4A4A4A;
	font-size:13px;
}
#sidebar ul#idTabs li a{
	background:#767676;
}

.Nav .on{
	background:#4A4A4A;
}

#sidebar ul#idTabs li a.selected,#sidebar ul#idTabs li a:hover, .Nav a:hover {
	background: #4A4A4A;
	/*background: url(black/continue-bgr-hover.gif) no-repeat right top*/;
}

#main-content .post h4.continue a{
	/*background: #EB8827;*/
	background: url(black/continue-bgr-noactive.gif) no-repeat right top;
}
#main-content .post h4.continue a:hover{
	background: url(black/continue-bgr.gif) no-repeat right top;
}
#copyright-out {
	background: #000000;
}
#nav li ul li a {
	background: #3a3a3a;
	border-bottom: 1px solid #333333;
}
#footer-out {
	background: #2D2D2D;
}
#rss{padding:0; margin:0; position:absolute; top:10px; right:0;}
#rss img{margin:0 0 0 10px; position:absolute; top:0; right:0;}
#rss em a img{margin:8px 45px 0 0;}
#TwitterCounter{position:absolute; top:8px; right:140px;}
/*#rss strong{font-size:1.4em; font-style:normal; color:#212121 !important;}*/


