/*
Theme Name: CMF
Theme URI: -
Description: Private Themes Request By Dave
Version: 1.0
Author: -
Author URI: -
Tags: -
*/

title {
text-transform: capitalize;
}

/*MAIN CSS*/
body{
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	text-align: center;
	background-image: url(images/bg.jpg);
}
a img{
border:none;
}
a{
color:#000099;
text-decoration:none;
}
a:hover{
color:#990000;
text-decoration:underline;
}
h1,h2,h3,h4{
margin:0px;
padding:0px;
}
h1{
font-size:16px;
}
h2{
font-size:14px;
}
h3,h4{
font-size:12px;
}
#clear{
clear:both;
}
hr{
display:none;
}
.clear {
	clear: both;
}
#wrapper{
text-align:left;
width:939px;
background:#FFFFFF;
margin-top:0px;
margin-right:auto;
margin-bottom:0px;
margin-left:auto;
padding:0px 0px 0px 0px;
}
/*MAIN CSS*/


/*HEADER CSS*/
#header{
	height: 196px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#headleft {
	float: left;
	margin-left: 45px;
	margin-top: 13px;
}
#headleft a {
	color: #183C88;
	font-size: 12px;
	font-weight: bold;
}
#headleft a:hover {
	color: #FFF;
	text-decoration: none;
}
#headright {
	float: right;
	margin-right: 35px;
	margin-top: 13px;
}
#headright a {
	color: #183C88;
	font-size: 12px;
	font-weight: bold;
}
#headright a:hover {
	color: #FFF;
	text-decoration: none;
}
/*HEADER CSS*/


/*SEARCHFORM*/
#searchform{
margin:5px 5px 0px 0px;
padding:0px; 
text-align:right;
}
#searchform form{
background:#000000;
padding:0px;
}
#searchform #searchsubmit{
border:none;
background:#000000;
color:#FFFFFF;
font-weight:bold;
}
#searchform #s{
background:#FFFFFF;
width:150px;
color:#000000;
border:1px solid #000000;
}
/*SEARCHFORM*/


/*MENU TOP*/
#menutop {
	position: relative;
	top: 122px;
	width: 939px;
}
#menutop ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menutop li {
	float: left;
}
#menutop ul ul {
	display:none;
	width: 133px;
}
#menutop ul li:hover ul,
#menutop ul a:hover ul{
	display: block;
}
#menutop li a {
	padding: 6px 0px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
#menutop li a:hover {
	background: #CFAE60;
}
#menutop li li a {
	color: #ffffff;
	background: #B58125;
	border-bottom: 1px solid #ffffff;
}
#menutop li li a:hover {
	background: #CFAE60;
	color: #ffffff;
}
#menutop li.url1 a {
	width: 134px;
	display: block;
	margin-right: 1px;
}
#menutop li.url2 a {
	width: 133px;
	display: block;
	margin-right: 1px;
}
#menutop li.url3 a {
	width: 134px;
	display: block;
	margin-right: 1px;
}
#menutop li.url4 a {
	width: 134px;
	display: block;
	margin-right: 1px;
}
#menutop li.url5 a {
	width: 134px;
	display: block;
	margin-right: 1px;
}
#menutop li.url6 a {
	width: 133px;
	display: block;
	margin-right: 1px;
}
#menutop li.url7 a {
	width: 131px;
	display: block;
}
/*MENU TOP*/

/*BANNER TOP*/
#bannertop {
	text-align:center;
	margin-bottom: 5px;
}
/*BANNER TOP*/

/*FEATURED NEWS*/
#featurednews {
	text-align: center;
}
.featurednews1 {
	margin-left: 4px;
}
.featurednews1, .featurednews2, .featurednews3 {
	float:left;
	text-align: left;
	width: 310px;
	height: 175px;
	margin-bottom: 5px;
	background-image: url(images/featurednews.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#featurednews h2 {
	top: 20px;
	left: 45px;
	position: relative;
	color: #FFF;
}
#featurednews .featuredcontent {
	top: 35px;
	left: 20px;
	width: 270px;
	text-align: justify;
	position: relative;
	color: #FFF;
}
#featurednews .clickhere a {
	padding: 5px 140px;
	color: #FFF;
	top: 55px;
	left: 15px;
	position: relative;
}
#featurednews .clickhere a:hover {
	color: #FFF;
	text-decoration: none;
}
/*FEATURED NEWS*/

/*CONTENT*/
#content{
	float:left;
	width:610px;
	margin-bottom:10px;
	margin-left: 15px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.contenttop {
	background-image: url(images/contenttop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
}
.contentbottom {
	background-image: url(images/contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 16px;
}
#crumbs{border-color:#333;border-style:solid;border-width:1px 0px;padding:4px;text-shadow:1px 1px #FFF;width:580px;margin:0px auto;}
#crumbs a{color:#000}
.post{
	width:580px;
	margin: 5px auto;
	border-bottom: 1px solid #FFF;
}
.post .h2content h2 a {
	color: #000;
}
.post .h2content h2 {
	padding: 5px 0px;
}
.entry {
	line-height: 1.4em;
}
/*.postmetadata{
border-top:1px solid #000000;
border-bottom:1px solid #000000;
text-align:center;
background:#EEEEEE;
padding:2px;
}
CONTENT*/


/*NAVIGATION*/
.navigation{
padding:20px;
}
.navigation a{
background: #CCC;
border:2px solid #FFF;
padding:5px;
margin:5px 5px 5px 0px;
font-weight:bold;
color: #FF0000;
}
.beforeafterlink{
text-align:center;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
padding-top:10px;
padding-bottom:10px;
margin-bottom:10px;
}
/*NAVIGATION*/


/*SIDEBAR*/
#sidebarz{
	background-image: url(images/sidebarbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
float:right;
width:300px;
margin-right:10px;
margin-bottom:10px;
}
.sidebartop {
	background-image: url(images/sidebartop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
}
.sidebarbottom {
	background-image: url(images/sidebarbottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 16px;
}
#sidebar {
	padding: 0px 15px;
}
#sidebar table{
width:100%;
text-align:center;
}
#sidebar a {
	color: #FFF;
	font-size: 12px;
}
#sidebar a:hover {
	color: #000;
}
#sidebar h2{
border-bottom:1px solid #000000;
padding-bottom:2px;
text-align:right;
}
#sidebar ul, #sidebar ul ol{
margin:0;
padding:0;
}
#sidebar ul li{
list-style-type:none;
list-style-image:none;
margin-bottom:15px;
}
#sidebar ul ul, #sidebar ul ol{
margin:5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol{
margin:0 0 0 10px;
}
ol li, #sidebar ul ol li{
list-style:decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li{
margin:3px 0 0;
padding:0;
}
/*SIDEBAR*/


/*FOOTER*/
#footer{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 72px;
	text-align: center;
}
.subfooter {
	padding-top: 13px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	margin-bottom: 18px;
}
.fbfollower a {
	padding: 10px 80px;
	color: #FFF;
}
.fbfollower a:hover {
	text-decoration: none;
	color: #FFF;
}
/*FOOTER*/


/* COMMENT TAG */
#comments {
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 30px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform #submit {
	width: 200px;
	padding: 5px;
}
#commentform {
	background: #FFEFCF;
	margin: 10px auto;
	padding: 10px;
	text-align: left;
	border-top: 5px solid #4C3302;
}
#commentform input, textarea {
	border: 1px solid #000000;
	width: 90%;
}
#commentlist {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#commentlist .comment {
	border-top: 5px solid #4C3302;
	background: #FFF;
	padding: 10px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-image: none;
}
#commentlist .comment-author-admin {
	background: #333;
	padding: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	list-style-type: none;
	list-style-image: none;
}
#cominfo {
	border-bottom: 1px solid #000000;
	padding: 5px;
}
#comleft {
	float: left;
	width: 40px;
}
#comright {
	float: left;
	width: 300px;
}
