/*  blue style */


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

/*  Colors */
a {
	/*color: #2c6288;*/
	color: #E55F00;
}
#footer h2.widget_title {
	/*background: #616e77;*/
	background: #FFAD15;
    /*font-family:Arial, Helvetica, sans-serif;*/
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	/*border: #cad4d6 5px solid;*/
    border: #FFEAC1 5px solid;
	/*background: #EDEDED;*/
    background: #FFFFFF;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul#idTabs li a {
	/*background: #616e77;*/
	background: #FFAD15;
}
#main-content .post h4.continue a,
#sidebar ul#idTabs li a.selected, #sidebar ul#idTabs li a:hover {
	/*background: #2c6288;*/
	background: #FFC455;
}
.Nav .on, .Nav a:hover {
	/*background: #2c6288 !important;*/
	background: #FFAD15 !important;
}
#main-content .post h4.continue a:hover {
	/*background: #255271;*/
	background: #FFAD15;	
}
#copyright-out {
	/*background: #31393e;*/
    background: #FB8800;
}
#nav li ul li a {
	/*background: #092234;
	border-bottom: 1px solid #081c2b;*/
	background: #FF9E28;
	border-bottom: 1px solid #FB8800;
}
#footer-out {
	/*background: #a9b5bd;*/
    background: #FFDA95;
}