/*
Theme Name: Rock-Crete Country Homes
Theme URI: http://rock-crete.com/
Description: Custom theme for RockCrete home builders.
Version: 1.6
Author: Ctrl-C Ctrl-V
Author URI: 
Tags: 
*/
@import url(http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css);
/** Top Level Elements **/
body{
	background: url('images/bg.jpg') #2c3403 repeat-x;
	color: #ffffff;
	font-family: arial,sans-serif;
}
#page{
	width: 806px;
	margin: auto auto;
	min-height: 1200px;
}
#header{
	width: 806px;
	background: url('images/home_header.jpg') #1d2202 no-repeat;
	font-weight: bolder;
	font-size: 1.10em;
	height: 104px;
}
/**********************
Header 
***********************/
#header img{
	border: none;
	margin: 0;
	padding: 0;
}
#header #logo{
	margin-left: 8px;
	position: absolute;
	top: 12px;
}
#header #description{
	margin-left: 215px;
	position: absolute;
	top: 70px;
}
#header #phonenumber{
	margin-left: 670px;
	position: absolute;
	top: 70px;
}
/***************************
Dropmenu
****************************/
#dropmenu, #dropmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:300;
	width:100%;
	font-weight:bold;
}
#dropmenu a {
	display:block;
	padding:0.25em 1em;
	color: #ffffff;
	text-decoration:none;
}
#dropmenu a:hover {
	background:#1d2202;
	color:#ffffff;
}
#dropmenu ul a {
	background:#2c3403;
}
#dropmenu li {
	position:relative;
}
#dropmenu ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.9em;
	left:-1px;
}
#dropmenu ul a {
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
}
#dropmenu li ul {
	border-top:1px solid #c8c8c8;
	width:14.1em;
	margin-left: 60px;
}
#dropmenu li ul a {
	width:12em;
	height:auto;
	float:left; 
	border-bottom:1px solid #c8c8c8;
}
#dropmenu ul ul {
	top:auto;
}
#dropmenu li ul ul {
	left:12em; margin:0px 0 0 10px;
}
#dropmenu li:hover ul ul,
#dropmenu li:hover ul ul ul,
#dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, 
#dropmenu li li:hover ul, 
#dropmenu li li li:hover ul, 
#dropmenu li li li li:hover ul {
	display:block;
}


/***************************
Homepage
****************************/
#homepagemenu{
	float: left;
	width: 192px;
	padding-top: 15px;
	background: url('images/tier2_left.jpg') #1d2202 no-repeat;
	height: 243px;
}
#homepagepicture{
	float: left;
	border: 4px solid #ffffff;
	width: 600px;
	height: 250px;
}
#homepagepicture img{
	border: none;
	margin: 0;
	padding: 0;
}
#homepagepicturetagline{
	width: 500px;
	padding: 4px 50px;
	margin: 0;
	background: url('images/bar_bg.png') repeat;
	font: italic bolder 1.1em georgia,serif;
	position: absolute;
	top: 320px;
	z-index: 5;
}
#homepagecontent{
	clear: both;
	background: url('images/tier3_header.jpg') no-repeat;
        height: 405px;
}
#homepagecontent h1,
#homepagecontent h2,
#homepagecontent h3,
#homepagecontent h4,
#homepagecontent h5{
	color: #ffffff;
}
#homepagecontent img{
	border: none;
	margin: 0;
	padding: 0;
}
#homepagecontent #homepagecontentheader{
	padding: 35px 35px;
	font-size: 1.35em;
}
#homepagepostpicture{
	margin-left: 10px;
	width: 272px;
	background: url('images/tier3_left.png') no-repeat bottom center;
	height: 545px;
        float: left;
}
#homepagepost{
	margin: 30px 30px 0 30px;
	float: left;
	font-size: 0.9em;
        width: 450px;
}
/***************************
Secondary Page
****************************/
#secondarymenu{
	width: 200px;
	padding-top: 15px;
	background: url('images/tier2_left.jpg') #1d2202 no-repeat;
	/* position: absolute; */
	height: 545px;
float: left;
}
#secondarymenu h1,
#secondarymenu h2{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 1em;
}
#secondary{
	margin-left: 200px;
	width: 602px;
	background: url('images/second_bg.jpg') #ffffff repeat-y;
	color: #666666;
}
#secondarytop{
	width: 602px;
	background: url('images/second_hdr.jpg') #ffffff no-repeat;
	height: 10px;
}
#secondarybottom{
	width: 602px;
	background: url('images/second_ftr.jpg') #ffffff no-repeat;
	height: 43px;
}
#secondarycontent{
	padding: 0 0 0 20px;
	min-height: 600px;
}
#secondarypostpicture{
	width: 204px;
	background: url('images/second_tree.png') no-repeat;
	height: 276px;
	/* position: absolute; */
	bottom: 0;
}
/***************************
Posts / Pages
****************************/
.navigation{
	height: 20px;
}
.post{
	/* clear: both; */
}
.postmetadata{
	border: 1px solid #2c3403;
	padding: 10px;
	margin: 20px;
	color: #000000;
	background: #dad6c9;
}
.wp-caption{
	border: 2px solid #2c3403;
	margin: 23px;
	padding: 10px;
	background: #dad6c9;
	text-align: center;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.wp-caption img{
	border: 1px solid #2c3403;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text{
	margin: 0;
	padding-top: 10px;
	color: #000000;
	font-size: 11px;
	line-height: 17px;
}
a.post-edit-link{
	margin-left: 30px;
	color: #666666 !important;
	font-size: 0.9em;
	line-height: 1.5em;
	text-decoration: none;
}
a.post-edit-link:hover{
	text-decoration: underline;
}
/***************************
Basic HTML
****************************/
h1,h2,h3,h4{
	margin: 20px 0 5px 0;
	padding: 5px 0 0 0;
	color: #2c3403;
	font-weight: bold;
	font-family: georgia,serif;
	font-style: italic;
}
h1 a,h1 a:visited,h2 a,h2 a:visited,h3 a,h3 a:visited,h4 a,h4 a:visited{
	color: #2c3403;
	text-decoration: none;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover{
	text-decoration: underline;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.25em;
}
h4{
	font-size: 1.10em;
}
p{
	margin: 15px 0;
}
ul{
	margin-left: 30px;
	list-style: disc;
}
ol{
	margin-left: 30px;
	list-style: decimal;
}
small{
	color: #666666 !important;
	font-size: 0.9em;
	line-height: 1.5em;
}
small a{
	color: #666666 !important;
	font-size: 0.9em;
	line-height: 1.5em;
}
address{
	margin-left: 20px;
	font-weight: bold;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img{
	margin: 23px;
	border: 2px solid #2c3403;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
blockquote{
	border-left: 5px solid #dad6c9;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
pre{
	border: 2px solid #2c3403;
	padding: 10px;
	color: #000000;
	background: #dad6c9;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}