/*
Theme Name: Coventry Fine Homes
Description: Coventry Fine Homes Website
Version: 1.0
Author: Jeff Rudolf
Author URL:  http://www.roughdraftbeer.com
*/

/* HTML Reset */

body  { 
	padding: 0;
	margin: 0;
}

p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}
/* End Reset */


body {
	background: #fff url(images/background.jpg);
}

#container {
	width: 864px;
	margin: 15px auto;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3a4455;
	line-height: 25px;		
        margin-bottom: 15px:
	}	
		
h2.arrow span {
	padding: 0 60px 24px 0;
	background: url(images/orange_arrow.png) no-repeat right center;
	}


a {
	text-decoration: underline;
	color: #c86500;
        font-weight: bold;
}

a:hover {
	text-decoration: none;
        font-weight: normal;
}



hr { 
	border-top: 1px solid #614928;
        margin: 25px 0 25px 0;
	height : 0px;
}







/* Header Styles */


#header {
	height: 360px;
	background: url(images/header.png) no-repeat;
	
}

#header h1 {
	display: none;
}









/* Menu Styles */

#menu {
	height: 25px;
	padding: 16px 0 0 0;
}

#menu ul {
	list-style-type: none;
	text-align: center;

}

#menu li {
	display: inline;
}

#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f1e07;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 20px 6px 20px;
}

#menu li a:hover {
	background: #b06a00;
	color: #fff;
}

#menu li.current_page_item a {
	background: #b06a00;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px;
}

#menu li li a {
    background: #b06a00;
	width: 125px;
	color: #452e0e;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 8px 10px 6px 10px;
    float: left;
	}
	
#menu li li a:hover {
	background: #b06a00;
	color: #fff;
	margin: 0px;
	padding: 8px 10px 6px 10px;
	}

#menu li ul {
	background: none;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 125px;
	margin: 0px;
	}

#menu li li { 
	}

#menu li ul {
        margin: 5px 0 0 291px;         
    }

#menu li ul a { 
	width: 125px;
	}

#menu li ul a:hover {

	}

#menu li ul ul {
	margin: 0;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	position: static;
	}






/* Post Style */

#post {
	width: 864px;
	float: left;
	background: url(images/main_bg.png) repeat-y 0 0;

}

#post-top {
	
}

#post-content {
	padding: 20px 30px 0 30px;
	font-size: 13px;
	line-height: 18px;		
	color: #452e0e;
	float: left;
	width: 561px;
        margin-bottom: 40px;
}

#post-content.larger {
        font-size: 15px;
}

#post-content.larger span {
	padding: 0 45px 25px;
	font-size: 25px;
	line-height: 18px;		
	color: #452e0e;
}

#post-content p {
	padding-top: 15px;
}

#post-content h2 {
	padding-bottom: 5px;
}

#post-content h2 a {
	text-decoration: underline;
	color: #c86500;
}

#post-content h2 a:hover {
        font-weight: bold;
	text-decoration: none;
}

#post-content h2.morenews span a {
	padding: 0 60px 20px 0;
	background: url(images/orange_arrow.png) no-repeat right center;
	}

#post-content h2.pagetitle span  {
	padding: 0 60px 20px 0;
	background: url(images/orange_arrow.png) no-repeat right center;
	}

#post-content img {
        margin-top: 10px;
}

#post-bottom {
	background: url(images/post_bottom.png) no-repeat 0 0;
	height: 50px;
}

.post-featured {
}









/* Sidebar Style */

#sidebar {
	margin-top: 5px;
	margin-bottom: 20px;
	background: url(images/sidebar.jpg) repeat-y left;
	width: 207px;
	float: right;
	text-align: left;
        padding: 17px 0 0 0;
	vertical-align: text-top;
        padding-left: 15px;
        padding-right: 20px;
}

#sidebar img {
	margin-bottom: 5px;
}








/* Footer Style */

#footer {
	width: 864px;
	height: 100px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;		
	color: #452e0e;
	background: url(images/footer_bg.png) no-repeat 0 0;
}

#footer ul {
	list-style-type: none;
	text-align: center;
    margin-bottom: 10px;
}

#footer li {
	display: inline;
}

#footer li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #452e0e;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 2px 4px;
        border-right: solid 1px #452e0e;
}

#footer li.last a {
        border: none;
}

#footer li a:hover {
        text-decoration: none;
}



#footer a, #footer a:hover{
	color: #452e0e;
}


#footer p {
	font-size: 11px;
	line-height: 16px;
}

/* Other Styles */

.clearfix {
	clear: both;
}

