
/*==========================================================================================
	
This file contains styles related to the colour scheme of the theme

==========================================================================================*/


a{color:#94090D;text-decoration:none;}
.menu{position: absolute;margin: 0 auto;width: 960px;height: 45px;background: #5C0002;background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5C0002),color-stop(0.6, #94090D));background: -moz-linear-gradient(center bottom,#5C0002 0%, #94090D 60%);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#94090D', endColorstr='#5C0002'); border:1px solid #5C0002;border-radius:3px; -moz-border-radius: 3px; -webkit-border-radius:3px; -khtml-border-radius:3px;}
.menu ul { background: #94090D; display: none; margin: 0; padding: 0; width: 200px; position: absolute; top: 46px; left: 4px;}
.menu li:hover li, .menu li.sfHover li{background: #94090D !important;color: #ffffff !important; cursor:pointer;}
.menu li:hover li:hover, .menu li.sfHover li.sfHover{background: #5C0002 !important;}
.service p a:hover{color:#94090D; text-decoration:none;}
.home-post-title a:hover{color:#94090D;}
ol.commentlist li div.reply a {color:#94090Dfont-size:11px; }
#submit{background-color:#94090D;border:#94090D 1px solid;cursor:pointer;padding:10px 5px;color:#fff;}
.footer-files li a{color:#94090D;}
.s-read-more{background: #5C0002;background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5C0002),color-stop(0.6, #94090D));background: -moz-linear-gradient(center bottom,#5C0002 0%,#94090D 60%);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#94090D', endColorstr='#5C0002'); border:1px solid #5C0002;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: #5C0002;background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #94090D),color-stop(0.6, #5C0002));background: -moz-linear-gradient(center bottom,#94090D 0%,#5C0002 60%);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C0002', endColorstr='#94090D'); border:1px solid #5C0002;border-radius:3px; -moz-border-radius: 3px; -webkit-border-radius:3px; -khtml-border-radius:3px; color:#ffffff;}
.page-numbers:hover{background:#94090D; color:#FFFFFF;text-decoration:none;border:1px solid #94090D;}
.current, .current:hover{padding:3px 5px;color:#FFFFFF; background:#94090D; border:1px solid #94090D;}



