/*  skyblue style */


/*  Images */
#top-out {
	background: url(skyblue/bg_top.gif) repeat-x 0 0;
}
#header {
	/*background: url(skyblue/bg_top_gradient.gif) no-repeat 60px 0;*/
}
#middle-out-top { /* Background - Middle Top */
	background: #d8f0fd url(skyblue/bg_middle_out_top.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(skyblue/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(skyblue/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(skyblue/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(skyblue/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(skyblue/bg_middle_top.gif) no-repeat 0 0;
}
#footer {
	background: url(skyblue/bg_footer_gradient.jpg) no-repeat 0 0;
}
#middle-out-bottom .full { /* Background - Content - Full Width Page */
	background: url(skyblue/bg_page_full.gif) repeat-y;
}
#content.full {
	background: url(skyblue/bg_middle_top_full.gif) no-repeat 0 0;
}
#middle-content-bottom.full { /* Background - Content Bottom */
	background: url(skyblue/bg_middle_content_bottom_full.gif) no-repeat 0 bottom;
}

/*  Colors */
a {
	color: #0099ff;
}
#footer h2.widget_title {
	xbackground: #616E77;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #cad4d6 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul.idTabs li a {
	xbackground: #616e77;
}
#main-content .post h4.continue a,
#sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover {
	background: #359ccf;
}
.Nav .on, .Nav a:hover {
	background: #359ccf !important;
}
#main-content .post h4.continue a:hover {
	background: #004d7f;
}
#copyright-out {
	border-top: 1px solid #fff;
	background: #004d7f;
}
#nav li ul li a {
	background: #0a5b91;
	border-bottom: 1px solid #0a476a;
	border-left: 1px solid #0a476a;
	opacity: .95;
	filter: alpha(opacity = 85);
}
#footer-out {
	background: #5aa7d9;
}




