/*  
Theme Name: Zachary Hosford Real Estate
Theme URL: http://www.zacharyhosford.com/
Description: The default WordPress theme for Zachary Hosford Real Estate.
Version: 1.0
Author: Dustin Pfeifer
Author URL: http://www.dustinpfeifer.com/
*/


* {
	margin:0;
	padding:0;
}


/* Layout ============================== */


body {
	text-align:center;
	background:#7c99cb;
	font:12px Lucida Grande, Arial, sans-serif;
	line-height:18px;
	color:#fff;
}

#wrap {
	background:#5f7aaa url('images/background.gif') repeat-x top;
}

#header, #masthead, #headerint {
	text-align:left;
	width:813px;
	margin:0 auto;
}

#header {
	height:368px;
	overflow:hidden;
	background:url('images/header.jpg') no-repeat;
}

#headerint {
	height:189px;
	overflow:hidden;
	background:url('images/header_interior.jpg') no-repeat;
}

#content, #contentint {
	background:url('images/background_content.gif') no-repeat top;
	padding:35px 0;
	width:768px;
	margin:0 auto;
	text-align:left;	
}

#contentint {
	background:url('images/background_content_interior.gif') no-repeat top;
}

#left {
	width:396px;
	float:left;
	background:url('images/background_left.jpg') no-repeat;

}

#leftint {
	width:253px;
	float:left;
	background:url('images/background_left_interior.jpg') no-repeat;

}

#right {
	width:338px;
	float:right;
	background:url('images/background_right.jpg') no-repeat;
}

#rightint {
	width:481px;
	float:right;
}

	.contentin {
		padding:15px;
	}
	
#subhome {
	margin:45px 0;
}

.icon {
	padding:0 15px 15px 0;
	float:left;
}
#listings {

	margin:20px 0;

}

.listingsleft {

	float:left;

	margin:0 15px 15px 0;

}

hr {
	border-top: 1px dotted #fff;
	border-bottom: 0;
	border-right:0;
	border-left:0;}



.listingsright {

	float:right;

	width:120px;
margin: 0;

}


.imgleft {
	float:left;
	margin:0 0 0 0px;
        padding: 0 10px 0 0;
}



/* Footer ============================== */

#footer {
	width:768px;
	margin:0 auto;
	padding:30px 20px 0;
	font-size:10px;
	text-align:left;
}

	.footerleft {
		float:left;
	}
	
	.footerright {
		float:right;
	}
	
#google {
	width:768px;
	height:146px;
	background:url('images/background_google.jpg') no-repeat;
	margin:30px 0 0;
	padding:40px 20px 16px;
}


/* Masthead ============================== */

.logo {
	margin:0;
	float:left;
}

.contact {
	margin:30px 0 0;
	float:right;
	width:210px;
	text-align:right;
}

	.cleft {
		float:left;
		margin:3px 0 0;
	}
	
	.cright {
		float:right;
		margin:0 20px 0 0;
	}


/* Navigation ============================== */

#nav {
	margin:20px;
	list-style-type:none;
	float:right;
}

#nav li {
	display:inline;
}

#nav a {
	height:25px;
	width:82px;
	overflow:hidden;
	float:left;
	background:url('images/tab_nav.png') no-repeat;
	display:block;
	margin:0 5px;
	padding:3px 0;
	text-align:center;
	text-decoration:none;
	color:#7a96c8;
}

#nav a:hover, #nav li.current_page_item a {
	background:url('images/tab_nav_ro.png') no-repeat;
	color:#fff;
}

#navigation {
	margin:0 0 15px 0;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}


/* Blog ============================== */

#blogentry {
	margin:0 0 40px 0;
}

#blogentry p {
	margin:10px 0;
}

#blogentry h1 {
	margin:0px;
}

#blogentry .postmetadata {
	margin:0 0 15px;
}

.commentlist li {
	margin:10px 0;
}


/* Typography ============================== */

#content p {
	margin:10px 0;
}

a {
	color:#6c3;
	text-decoration:none;
}

h1, h1 a {
	font-size:16px;
	font-weight:normal;
	margin:0 0 15px;
	text-decoration:none;
	color:#fff;
}

h2 {
	font-size:14px;
	line-height:21px;
	font-weight:normal;
	margin:15px 0;
}

h3, h3 a {
	font-size:16px;
	font-weight:normal;
	padding:15px 0 0 0;
	text-decoration:none;
	color:#fff;
}

ul {
	list-style-type:none;
}

.bullet {
	list-style-type:square;

	}
	
.bullet li {
	border-bottom: 1px dotted #fff;
	margin: 0 0 0 15px;
	}
.bullet p {
	padding: 0 0 0 5px;}
	
.bullet li:hover {
	background: #6783b3;
	cursor:crosshair;
	
	}
	




.email {
	background:#7a96c8;
	border:none;
	padding:5px;
	margin:2px 0 0 0;
	float:left;
	width:193px;
}

.submit {
	padding:0;
	margin:0 0 0 10px;
}

ol {
	margin:10px 20px;
}


/* Form Styles ============================== */

#contact_form {
	margin:20px 0 0 0;
	}
#contact_form input, #contact_form textarea {
  	background:#fff url("../images/input_bg.gif");
	border:1px #fff solid;
	float:left;
	width: 285px;
	padding:5px;
	margin:0px 5px 10px 0px;
	color:#000;
	}
	
	#cf_field_1, #cf_field_2 {
  	background:#fff;
	border:1px #fff solid;
	float:left;
	width: 285px;
	padding:5px;
	margin:0px 5px 10px 0px;
	color:#000;
	}
	
	#cf_field_3  {
	background:#fff;
	border:1px #fff solid;
	float:left;
	width: 285px;
	height:75px;
	padding:5px;
	margin:0px 5px 10px 0px;
	color:#000;
	}
	
	#cf2_field_1, #cf2_field_2 , #cf2_field_3 , #cf2_field_4 , #cf2_field_5 , #cf2_field_6 , #cf2_field_7 , #cf2_field_8 ,#cf2_field_9, #cf2_field_10, #sendbutton2  {
  	background:#fff;
	border:1px #fff solid;
	float:right;
	width: 325px;
	padding:5px;
	margin:0px 5px 10px 0px;
	color:#000;
	}
	
	
	
#cforms2form label {

    width:25%;
	float:left;
	font-size:11px;
	padding:5px 0 0 0px;
	
	}
	

	
	
#contact_form label {
	width:35%;
	float:left;
	font-size:12px;
	padding:5px 0 0 0px;
	}
	
#contact_form label span {
	font-size:9px;
	color:#fff;
	padding:0px 0 0px 0px;
	}
	
#contact_form input:hover, #contact_form textarea:hover {
	border:1px #0a214a solid;
}

#contact_form input:focus, #contact_form textarea:focus {
	border:1px #0a214a solid;
}

.linklove {
	display: none;
	}
	
ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:transparent; 
	margin:5px 0!important;
	padding:5px 0 5px 0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}

.reqtxt, .emailreqtxt {
	float: left;
	padding:0;
	margin:0;
	}


fieldset {
	display:none;
	}
#li--4 {
	float: left;
	font-size:9px;
	padding: 0;
	}
	
	#li--4 span{
	padding: 0 0 0 5px;
	}
	
	submit:hover {
	color:#b1953a; 
}



#sendbutton2:hover {
	background: #7c99cb;
	}





/* Browser Adjustments ============================== */

/* ClearFix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    line-height: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */