
/*----------------blue Stylesheet-------------------------*/
/*---------------------------------------------------------*/

/* 2. Defaults
   ----------------------------------------------------------------------------*/

a {
	color: #02698d;
}

a.visbutton,
.newsletterform .submitbutton {
    background:#009ed4; /* for non-css3 browsers */
 	color:#fff !important;
	background-image: -moz-linear-gradient(top, #00a3da 40%, #009ed4 100%);
	background-image: -webkit-linear-gradient(top, #00a3da 40%, #009ed4 100%);
	border-color:#0387b3;
}

/* Headings
   -----------------------------------------*/
   
h1,
h2,
.sidebar h3  {
	border-bottom:3px solid #027da8; 
}

/* Pagination */

.pagination span, 
.pagination a { 
	color:#02698d;
}

.pagination .current {
	background: #02698d;
}

/* Navigation
   ------------------------------*/

nav.navbar {
	border-bottom:3px solid #027da8; 
} 

.nav li a:hover, 
.nav li a:active {
	background:#02698d;
}	

.nav li ul {
	border:1px solid #027da8;
	border-top:3px solid #027da8;
}
.nav li.current-menu-item, 
.nav li.current-menu-parent {
	background:#02698d;
}

/* Comments */

div.reply a:hover, div.comment-author a:hover { 
	color:#027da8; 
}

#commentform #submit:hover { 
	background:#027da8;
}

/* Review Page Template */

.topreview {
	border-bottom:3px solid #027da8;
}


/* 8. Footer
   ----------------------------------------------------------------------------*/

footer.main-footer {
	border-top:6px solid #027da8;

}
.clearfix::after{content:"";display:table;clear:both}
