/* = Blue color scheme
-------------------------------------------------------------- */

a {
	color:#0364A7;
}
.btn-submit {
	color:#FFFFFF;
}
.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0363a7), color-stop(1, #00324d) );
	background:-moz-linear-gradient( center top, #0363a7 5%, #00324d 100% );
	background-color:#0363a7;
	border:1px solid #005281;
}
.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00324d), color-stop(1, #0363a7) );
	background:-moz-linear-gradient( center top, #00324d 5%, #0363a7 100% );
	background-color:#00324d;
}
#header{
	background:url(bg-header-scale-blue.gif) repeat-x;
}
#header .holder{
	background:url(bg-header-blue.png) no-repeat 50% 0;
}
#nav li a{
	background:url(bg-nav-blue.png) no-repeat;
}
#header .search-box .holder{
	background:#bddae8;
}
#header .search-box .text{
	background:url(bg-search-text-blue.gif) no-repeat;
	overflow:hidden;
}
#header .search-box .btn-submit{
	background:url(btn-submit-blue.gif) no-repeat;
}
.featured .gallery-t{
	background:url(bg-gallery-t-blue-260.png) no-repeat;
	width: 685px;
	height: 311px;
}
.content-box .item .item-panel h3{
	color:#1071b3;
}
#sidebar .box .cut{
	background:url(cut-blue.png) no-repeat;
}
#sidebar .share-box{
	background:url(share_coupon_btn_blue.png) no-repeat;
}
#sidebar .box .categories-list .text-holder a{
	color:#0c3569;
}
#footer .bar{
	background:#042956 url(bg-footer-blue.gif) repeat-x;
}
.content-box h1, 
.content-box h2, 
.content-box h3, 
.content-box h4, 
.content-box h5, 
.content-box h6{
	color:#0364a7;
}
.comments-box h3,
.comments-box h3 a{
	color:#0364a7;
}
.post-box h3,
.post-box h3 a{
	color:#0364a7;
}
.post-box .btn-submit input{
	background:url(btn-post-submit-blue.gif) no-repeat;
}
.reports_submit{
	background:url(btn-post-submit-small-blue.gif) no-repeat;
}
.content-box .item .item-panel h3 a,
.content-box .item .item-panel h3 a:hover {
    color:#1071b3;
}