/*  skyblue style */


/*  Images */
#top-out {
	/* background: url(skyblue/bg_top.gif) repeat-x 0 0; */ /* light version */
	background: url(skyblue/bg_top_dark.gif) repeat-x 0 0; /* dark version */
}
#header {
	background:transparent url(images/spacer.gif) no-repeat 60px 0; /*background: url(skyblue/bg_top_gradient.gif) no-repeat 60px 0;*/
}
#middle-out-top { /* Background - Middle Top */
	background: #dce4e8 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;
}

/*  Colors */
a {color: #0069bb;}
a:visited {color: #555;}
a:hover {color: #008800;}

#footer h2.widget_title {
	background: #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 {
	background: #616e77;
}
#main-content .post h4.continue a {
	background: #2c6288;
	border:double #EDEDED;
}
.Nav .on, .Nav a:hover {
	background: #2c6288 !important;
}
#main-content .post h4.continue a:hover {
	background: #255271;
}
#copyright-out {
	background: #0b4d73;
}
#nav li ul li a {
	background: #0B4D73;
	border-bottom: 1px solid #0a476a;
}
#footer-out {
	background: #98aeba;
}


#sidebar #tagcloud a {
	color:#0069bb;/*opt:#5298BA*/
}
#sidebar #tagcloud a:hover {
	color:#008800;/*opt:#6B882C*/
}

/* Widget Tabs */
#sidebar ul#idTabs li a.selected, #sidebar ul#idTabs li a.selected:hover {
	background: #5298BA url(skyblue/bg_tabs_blue.gif) repeat-x 0 0;
	border:1px solid #5298BA;
	cursor:default;
}

#sidebar ul#idTabs li a, #sidebar ul#idTabs li a:hover {
	background: #2c6288;
	border-top:2px solid #f7f6f6;/*opt: border:1px solid #5298BA*/
}



/* Video Tabs */

ul#vidTabs {
	width:100%;
	padding:0 0 7px 0;
}

ul#vidTabs li {
	display:inline;
	font-family:Georgia;
	font-weight:bold;
}

ul#vidTabs li a {
	line-height:31px;
	background:#9F9F9F;
	color:#fff !important;
	display:block;
	float:left;
	padding:0 12px;
	margin-right:4px;
}

ul#vidTabs li a.selected {
	background: #2c6288 url(skyblue/bg_tabs_blue.gif) no-repeat 0 0;
	border:1px solid #5298BA;
}
ul#vidTabs li a:hover {
	background:#9F9F9F;
	color:#fff !important;
	display:block;
	float:left;
	padding:0 12px;
	margin-right:4px;
	border-top:2px solid transparent;
}

#sidebar #search_main input.field {
	color:#0069bb;
}

/* Sidebar (flickr) */

#flickr h2 span {
	color:#0061D8;
}

#flickr h2 span span {
	color:#FF1183;
}

#flickr .wrap {
	width:270px;
	margin-left:-5px;
	padding:0;
	position:relative;
}

#flickr a img {
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	display:block;
	padding:3px;
	background:#fff;
	border:#CECFC6 1px solid;
}

#flickr a:hover img {
	border:#0069bb 1px solid;
}
