
/*==========================================================================================
	
This file contains styles related to the colour scheme of the theme

==========================================================================================*/


a{color:#408ac9;text-decoration:none;}
.menu{position: absolute;margin: 0 auto;width: 960px;height: 45px;background: #0559A2;background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0559A2),color-stop(0.6, #4189C9));background: -moz-linear-gradient(center bottom,#0559A2 0%, #4189C9 60%);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4189C9', endColorstr='#0559A2'); border:1px solid #0559A2;border-radius:3px; -moz-border-radius: 3px; -webkit-border-radius:3px; -khtml-border-radius:3px;}
.menu ul { background: #4189C9; display: none; margin: 0; padding: 0; width: 200px; position: absolute; top: 46px; left: 4px;}
.menu li:hover li, .menu li.sfHover li{background: #4189C9 !important;color: #ffffff !important; cursor:pointer;}
.menu li:hover li:hover, .menu li.sfHover li.sfHover{background: #0559A2 !important;}
.service p a:hover{color:#408ac9; text-decoration:none;}
.home-post-title a:hover{color:#408ac9;}
ol.commentlist li div.reply a {color:#408ac9font-size:11px; }
#submit{background-color:#408ac9;border:#4189C9 1px solid;cursor:pointer;padding:10px 5px;color:#fff;}
.footer-files li a{color:#408ac9;}
.s-read-more{background: #0559A2;background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0559A2),color-stop(0.6, #4189C9));background: -moz-linear-gradient(center bottom,#0559A2 0%,#4189C9 60%);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4189C9', endColorstr='#0559A2'); border:1px solid #0559A2;border-radius:3px; -moz-border-radius: 3px; -webkit-border-radius:3px; -khtml-border-radius:3px; color:#ffffff;padding:10px 8px;}
.s-read-more:hover{background: #0559A2;background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4189C9),color-stop(0.6, #0559A2));background: -moz-linear-gradient(center bottom,#4189C9 0%,#0559A2 60%);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0559A2', endColorstr='#4189C9'); border:1px solid #0559A2;border-radius:3px; -moz-border-radius: 3px; -webkit-border-radius:3px; -khtml-border-radius:3px; color:#ffffff;}
.page-numbers:hover{background:#408ac9; color:#FFFFFF;text-decoration:none;border:1px solid #408ac9;}
.current, .current:hover{padding:3px 5px;color:#FFFFFF; background:#408ac9; border:1px solid #408ac9;}



