/* v1.0 | 20080212 */ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5,h6,legend{

	font-family: 'Times New Roman','trebuchet ms',serif;
	}
#wrapper{
	border: 2px solid #8EBF32;
	margin: 0 auto;
	/*background: #fff url(images/shadowBack.png) repeat-y ;*/
	width: 930px;
	-moz-box-shadow: 0px 0px 10px #888;
	}

body {
	font-family:  helvetica, arial, sans-serif;
	}

body.home.page p.nocomments{
	display: none;
}
	
#header{
	height: 300px;
	margin-bottom: 30px;
	}
	
#headerInner{
	width: 930px;
	margin:0 auto;
	height: 300px;
	background: url(images/banner.jpg);
		position: relative;
		padding-top: 1px;
	}

#headerInner h1{
	text-indent: -5000px;
	float: left;
	}
#headerInner h2{
	font-size: 28px;
	
	width: 680px;
	text-shadow: #666 1px 1px 1px;
	padding-bottom: 5px;
	}

#headerInner h2 a{
	text-decoration: none;
	color: #5A9261;
	}
	
#headerInner h3{
	font-size: 20px;
	margin-top: 10px;
	margin-right: 20px;
	}
	
#headerInner h3 span.highlight{
	font-weight: bold;
	color: #5A9261;
	}

#headerimg{
	padding-bottom: 5px;
	margin-top: 105px;
	margin-left: 220px;
	}	
h3 span.smaller{
	font-size: 12px;
	color: #333;
	vertical-align: super;
	}
	
#headerInner h2.cities{
	font-size: 16px;
	margin-right: 40px;
	color: #888;
	}
/* MAIN NAVIGATION */

#nav {
	width: 900px;
	margin: 0 auto;
	position: absolute;
	bottom: 15px;
	left: 10px;
	font-size: 13px;
	}

#nav ul li{
	display: inline;
	padding: 5px 7px;
	text-shadow: #000 1px 1px 2px;
	}
	
#nav ul li a:link,
#nav ul li a:visited{
	text-decoration: none;
	color: #fff;
	}
	
#nav ul li a:hover,
#nav ul li.current_page_item a:hover{
	color: #f00;
	border-bottom: 3px solid #f00;
	}

#nav ul li.current_page_item a{
	border-bottom: 3px solid #fff;

	}	
/* END OF MAIN NAVIGATION */
	
		
#main{
	overflow: hidden;
	width: 930px;
	margin: 0 auto;
	background: #fff;
	min-height: 400px;
	}


#main h2{
	margin: 10px 15px 10px;
	font-size: 20px;
	border-bottom: 4px solid #8ebf32;
	padding-bottom: 4px;
	text-shadow: #666 1px 1px 2px;
	}	


#main.posts p{
	margin: 15px 0;
	}	
#main p{
	margin: 15px;
	}

#main div.post p.postmetadata,
div.commentmetadata{
	font-variant: small-caps;
	color: #999;
	font-size: 12px;
	margin-top: 3px;
	}

#main div.post p.postmetadata.underline{
	padding-bottom: 25px;
	border-bottom: 1px solid #8EBF32;
}

div.entry ul,
div.entry ol{
	margin-left: 60px;
	
	}
	
div.entry li{
	margin: 4px 20px;
		padding-left: 10px;

	}
div.entry h3{
	margin: 10px 40px;
	font-size: 18px;
	}
div.entry ol li{
	list-style-type: decimal;
	}
div.entry ul li{
	list-style-type: disc;
	}
	
#left{
	width: 250px;
	min-height: 400px;
	background: #fff;
	float: left;
	}



#left h2{
	margin-left: 0px;
	margin-right: 0;
	}	


	
#right h2{
	margin-left: 0;
	margin-right: 0;
	}
/* Middle of each page - styled according to layout e.g. home page, a page, or a post */	


#content{
	min-height: 400px;
	background: #fff;
	float: left;
	padding: 0;
	}

#content.homePage{
	width: 450px;
	}	
	
#content.page{
	width: 930px;
	}
	
#content.posts{
	width:650px;
	}

#content h2{
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 30px;
	}
#content p{
	margin-left: 40px;
	margin-right: 40px;
	
	}
#content.posts div.post h2{
	border-bottom: 0;
	margin-bottom: 0;
	}

#content.posts div.post{
	border-bottom: 0px solid #8EBF32;
	margin-bottom: 30px;
	}
	
#content p.image img{
	float: left;
	margin-right: 5px;
	}
#content p.image{
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	color: #333;
	margin: 10px 40px;
	}

		
#right form.searchform{
	padding: 10px 0;
	text-align:center;
	}
	
/* End of #content styling	*/

div.navigation{
	margin: 0 40px;
	padding: 10px 0;
	overflow: hidden;
	}

div.leftalign{
	float: left;
	text-align: left;
	}

div.rightalign{
	float: right;
	text-align: right;
	}
#commentform p{
	margin-left: 0;
	
	}
	
#commentform p textarea{
		border: 1px solid #8EBF32;
		-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 20px;

	}
#main .wp-caption{
	float: left;
	margin-right: 20px;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-left: 35px;
	padding: 0;
	}
#main .wp-caption p{
	margin: 5px;
	}
	

div.entry img{
float:left;
margin: 0 20px 20px 0;
}


div.commentSection{
	margin: 0 40px;
	}	
	
div.comment-body{
	background:  #D8E7A2;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #8EBF32;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
img.avatar{
	float: left;
	margin-right: 10px;
	}	
h3#comments{
	margin: 15px 0;
	
	}
	

#right{
	width: 230px;
	min-height: 400px;
	background: #fff;
	float: right;
	padding: 0;
	}

#right.posts{
	width:280px;
	
	}

#right p{
	margin: 10px 0;
	
	}
div.infoBox{
	border: 1px solid #8ebf32;
	background: #d8e7a2;
	padding: 0 10px 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#right.posts #sidebar .infoBox{
	margin-right: 40px;
	}	
#right div.infoBox{
	margin-right: 10px;
	
	}
#left div.infoBox{
	margin-left: 10px;
	}
	
.infoBox h3{
	margin-bottom: 5px;
	}
 .infoBox li{
	list-style: none;
	margin: 3px 0 3px 8px;
	}
	
#left .infoBox ul,
ul.glennListing{

	margin: 5px 0 10px;
	}
#left .infoBox li,
ul.glennListing li{
	line-height: normal;
	list-style: disc;
	margin-left: 20px;
	font-size: 14px;
	}
	
 .infoBox a img{
	border: 0;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 10px;
	
	}
 .infoBox a{
	text-decoration: none;
	}

 .infoBox span.bold{
	font-weight: bold;
	}


#right h3{

	margin: 10px 0 10px;
	}
#right select{

	width: 95px;
	margin-bottom: 8px;
	}	
	
#right .btnset{
	text-align: right;
	}
#footer{
clear: both;
	overflow: hidden;
	padding-top: 20px;
	min-height: 200px;
	background: #d8e7a2 url(images/bottright.png) no-repeat;
	background-position: right bottom;
	margin-top: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #8EBF32;
	}

#footer p.log{
	margin: 10px 20px;
	font-size: 12px;
	font-variant: small-caps;

	}
	
#footer p.copy{
	margin:10px 20px;
	font-size: 12px;
	}
#footerInner{
	width: 930px;
	margin: 0 auto;
	position: relative;
	
	}


#footerLeft{
	float: left;
		width: 520px;
	border-right: 1px solid #8EBF32;

	}	
	
#footerRight{
	float: right;
	width:399px;
	height: 200px;
	}
	
#footerRight p{
	margin: 4px 20px;
	}

#footerLeft h3{
	margin: 0 0 10px;
	font-size: 20px;
		}	
#footerRight h3{
	margin: 0 20px 10px;
	font-size: 20px;
	}

#footer #notices{
	clear: both;
	}	


	
/* FOOTER CONTACT FORM */
	/* Most formatting it to over-ride the standard cform styling.
		CAUTION: changing these styles may produce weird results 
		as the form is set back to the plug-in's defaults
	*/
		

#cforms2form legend{
	color: #000;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	}
	
#cforms2form fieldset{
	background: inherit;
	border: 0;
	padding-bottom: 0;
	margin-top: 0;
	}


#cforms2form.cform{
	width: 470px;
	margin: 0 0 0 20px;
	}

#cforms2form.cform label {
	width: 70px;
	margin: 0;
	display: inline-block;
	}
	
#cforms2form label span{
	text-align: left;
	width: 70px;
	display: block;
	}
	
#cforms2form ol input{
	width: 170px;
	border: 0px solid #cdcdcd;
	line-height: 18px;
	vertical-align: top;
	background: #fff;
	padding: 3px;
	}

#cforms2form.cform ol.cf-ol{
	position: relative;
	}

#cforms2form.cform ol.cf-ol li{
	margin: 10px 0 !important;
	}

	/*The textarea is positioned absolutely */
#cforms2form.cform #li-2-5 label span{
	width: 270px;
	}
		
#cforms2form li#li-2-5{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 !important;
	}

#cforms2form.cform #li-2-5  label{
	margin: 0;
	}

#cforms2form.cform ol.cf-ol #li-2-5	{
	margin: 0 !important;
	}
	
#cforms2form textarea{
	width: 200px;
	height: 78px;
	border: 0;
	}
p.cf-sb{
	text-align: right;
	}
#usermessage2a.success,
#usermessage2a.waiting{
	background-color: transparent;
	text-align: center;
	border: 2px solid #8EBF32;
	color: #000;
	}
#footer .cform textarea
{
	color: #ccc;
	background: #fff;
	font-size: 12px;
	}
#footer .cform textarea:focus{
	color: black;
	background: #fff;
	}
	
#footer .cform textarea:hover
	{
	background-color: #fff;
	}
	/* Hid the credit. I know, evil, evil.*/
.linklove{
	display: none;
	}
	
/* END OF FOOTER CONTACT FORM */

/* iFrame Yghhh */

iframe#latestListings,
iframe#mapSearch{
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border: 2px solid #8EBF32;
	background: #d8e7a2;
	margin-top: 20px;
	margin-left: 40px;
	}
	
iframe#latestListings{
	width: 800px;
	height: 1000px;
	padding: 20px;
	}
	
iframe#mapSearch{
	width:830px;
	height: 1300px;
	padding: 10px;
	background: #d8e7a2;
	}


#footer p.logos{
	margin-top: 10px;
	}

a.stbutton{
	font-size: 12px;
	font-variant: small-caps;
	}
