/*  red style */


/*  Images */
#top-out {
	background: url(red/bg_top.gif) repeat-x 0 0;
}
#header {
	background: url(red/bg_top_gradient.gif) no-repeat 60px 0;
}
#middle-out-top { /* Background - Middle Top */
	background: url(red/bg_middle_out_top.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(red/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(red/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(red/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(red/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background:  url(red/bg_middle_top.gif) no-repeat 0 0;
}
#footer {
	background: #000000;
}

/*  Colors */
a {
	color: #990000;
}
#footer h2.widget_title {
	background: #000000;
	color: #000000;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #000000 0px solid;
	background: #000000;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul#idTabs li a {
	background: #000000;
}
#main-content .post h4.continue a,
#sidebar ul#idTabs li a.selected, #sidebar ul#idTabs li a:hover {
	background: #990000;
}
.Nav .on, .Nav a:hover {
	background: #882c2c !important;
}
#main-content .post h4.continue a:hover {
	background: #fff;
}
#copyright-out {
	background: #000000;
}
#nav li ul li a {
	background: #341109;
	border-bottom: 1px solid #990000;
}
#footer-out {
	background: #000000;
}



