/*  RedboxStudio style */

a:link, a:active, a:visited {
	color: #EA537E;
}
a:hover {
	color: #E83956;
}

/*  Images */
#top-out {
	background: url(rbs/bg_top.jpg) repeat-x 0 0;
}

#header {
	background:#e1ebef url(rbs/header.png) repeat-x bottom center;
}
#logo {
	background:url(rbs/logo-back.png) no-repeat bottom left;
}
#categories {
	background:#e3edf0 url(rbs/categories.gif) repeat-x top center;
	border-top:1px solid #bdd3db;
}
#category-list li a {
	color: #FBC65F /*#D21B4A #708389*/;
}

#category-list li.active a, #category-list li a:hover {
	color: #041F30 /*#15152D*/;
}

#category-list li.current-cat, #category-list li:hover {
	background:#E5722E;
}
#category-list li ul li { background: #E5722E; }
#category-list li ul li a{ color: #121212; }
#category-list li ul li a:hover { color: #121212; background:#F18748;}

/*
#page_navi a:hover {
	background: url(rbs/bg-nav-hover.png) no-repeat;
}
*/
#secnav li:hover, #secnav li.sfhover1 {
	background: url(rbs/bg_cat_navi_hover.gif) repeat-x;
}
#middle-out-top { /* Background - Middle Top */
	background: #238699 /*url(rbs/bg_middle_out_top.jpg) repeat-x 0 0*/;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(rbs/bg_middle_out_bottom.jpg) repeat-x left top;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(rbs/bg_middle_content_single.jpg) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(rbs/bg_middle_content.jpg) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(rbs/bg_middle_content_bottom.jpg) no-repeat 0 bottom;
}
#content {
	background: url(rbs/bg_middle_top.jpg) no-repeat 0 0;
}

#comments .comment .col-left p { color:#78635E;}
#comments .comment .col-right p {color:#232323;}


#footer {
	color:#FFF;
	/*background: url(rbs/bg_footer_gradient.jpg) no-repeat 0 0;*/
	background: #09444F;
}
#footer-out {
	background: #09444F;
}
#copyright-out {
	background: #09444F;
}
#copyright {
	color:#FFFFFF;	
}

#copyright  p, #copyright  a{
	color:#56B9CC;	
}
	#copyright  a:hover{
	text-decoration: underline;	
}

.col-left  p{
	color:#DBD8D2;	
}



/*  Colors */
h1 { color: #265E7F /*#C41B08*/; }
h2 { color: #265E7F /*#D9381E*/;}
h3 { color: #B39B61 /*#E77327*/;}
h4 { color: #289A95;}

#footer h2.widget_title {
	background: #222222;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #333333 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul#idTabs li a {
	background: #767676;
}
#main-content .post h4.continue a,
#sidebar ul#idTabs li a.selected, #sidebar ul#idTabs li a:hover {
	background: #E32458;
}
.Nav .on, .Nav a:hover {
	background: #838383 !important;
}

#page_navi a {	
	color: #E0EDA9;
}

#page_navi a:hover {
	color: #2EC3FF;
}

#main-content .post h4.continue a:hover {
	background: #232323;
}

#nav li ul li a {
	/*background: #3a3a3a;*/
	background: url(rbs/bg-nav.png) no-repeat;
	border-bottom: 1px solid #F00;
}

#main-content p { color: #232323;}
