/*  
Name: Template
Description: 
Version: 1.0
Author: PharrOut
Author URI: http://pharrout.com
*/

/*
Color Glossary
Background: #fff;
*/

/* Zeros ==================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/* General ================================================================== */
body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", sans-serif;
	background-color: #002F2F;	
	color: #002F2F;
}
h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: .66em;
	color: #002F2F;	
}
#belowTheFold h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: .66em;
	color: #fff;	
}
h2 {
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: .8em;
	color: #002F2F;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .25em;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
label {
	font-size: 1.4em;
	display: block;
	font-weight: bold;
}
label span {
	font-size: .8em;
	font-weight: normal;
}
textarea {

}
ul {
	list-style-type: disc;
	margin: 0 0 1.5em 1.5em;
}
li {
	font-size: 1.3em;
	margin-bottom: .5em;
}
a {
	color: #E34027;
}
strong {
	font-weight: bold;
}
cite {
	font-style: italic;
	font-size: .8em;
}
/* Site wide classes ======================================================== */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.flush {
	margin-top: 0;
}
.bflush {
	margin-bottom: 0;
}
.text-right {
	text-align: right;
}
.textbox {
	border: solid 1px #6A7961;
	padding: 3px;
	margin: 5px;
	color: #046380;
	font-weight: bold;
	width: 225px;
}
textarea.textbox {
	width: 483px;
	margin-right: 0;
}
.button {
	display: block;
	margin: 5px;
	padding: 5px 10px 5px 10px;
	border: solid 1px #6A7961;
}
p.photoCredit {
	text-align: right;
	margin-bottom: 0;
}
.rss {
	position: absolute;
	top: 8px;
	right: 10px;
}
.rss a {
	display: block;
	width: 16px;
	height: 16px;
	border: none;
	text-decoration: none;
	outline: none;
	text-indent: -9999px;
	background: url(/img/feed-icon-16x16-custom.png) no-repeat;
}

/* Structure ================================================================ */
/*site wide width*/
#header .inside, .container .inside, #belowTheFold .inside, #footer .inside {
	width: 750px;
	margin: 0 auto 0 auto;
}
/*content areas*/
.property, .page, .owner, .neighborhood {
	padding-top: 2em; /* the matching bottom padding is #belowTheFold margin-top*/
	background: #fff;
}


/*header ======================================*/
#header {
	background: #046380 url(/img/header-background.gif) repeat-x left bottom;
}
#logo {
	font-size: 2em;
	margin: 0;
	padding: .5em 0 .5em 0;
}
#logo a {
	color: #fff;
	text-decoration: none;
}


/*content =====================================*/
.infoBox{
	float: left;
	width: 220px; /* make sure you change the map height to something appropriate */
	padding: 10px;
	margin-left: 15px;
}
.firstInfoBox {
	width: 232px;
	padding: 3px;
	border: solid 1px #046380;	
	margin-left: 0;
}
#belowTheFold .infoBox {
	padding: 0;
}
#belowTheFold .firstInfoBox {
	width: 240px;
	border: none;
}
#main .twoCol {
	float: left;
	width: 495px; /*og*/
	width: 487px;
	padding: 3px;
	border: solid 1px #046380;	
}
#main .textOnly {
	border: none;
}
#map {
	height: 232px;
}
#mapTools {
	font-size: .8em;
	margin-top: 3px;
	padding: 10px;
	background-color: #EFECCA;
}	
#mapTools ul {
	margin-bottom: 0;
}
.secondInfoBox {
	background: #EFECCA url(/img/secondCol-background.gif) repeat-x;	
}
.lastInfoBox {
	background: #E6E2AF url(/img/lastCol-background.gif) repeat-x;	
}

/*Below the fold ==============================*/
#belowTheFold {
	clear: both;
	margin-top: 2em; /* the matching top padding is .property (or whatever) padding-top*/
	background: #A7A37E url(/img/belowTheFold-background.gif) repeat-x left top;
	padding: 2em 0 2em 0;
}
#belowTheFold .twoCol {
	float: left;
	width: 495px;
	padding: 0;
	border: none;
}
#belowTheFold .middleInfoBox {
	width: 240px;
}
#belowTheFold .lastInfoBox {
	width: 240px;
	padding: 0;
	background-color: transparent;
	background-image: none;
}
#closeProperties ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#closeProperties ul li {
	width: 165px;
	margin-bottom: 5px;
	float: left;
}	

/*Comments ====================================*/
#comments {
	position: relative;
}
#comments .comment {
	padding: 5px;
	margin-bottom: 5px;
}
#comments .even {
	background: #E6E2AF url(/img/lastCol-background.gif) repeat-x;	
}
#comments .odd {
	background: #EFECCA url(/img/comment-odd-background.gif) repeat-x;
}
#comments h2 {
	margin-top: 2em;
}
#comment_form {
	margin-top: 1em;
}

.validation-advice {
	background-color: red;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 1.2em;
}

/*Photos ======================================*/
#photos {
	margin: 0 0 40px 0;
	list-style-type: none;
}
#photos li {
	float: left;
	margin-bottom: 26px;
	margin-left: 26px;
	background: #fff;
	padding: 3px;
	border: solid 1px #046380;		
}
#photos li img {
	width: 73px;
	height: auto;
}
#photos li p.photoPropertyLink {
	text-align: right;
	margin: 0;
	font-style: italic;
	font-size: .75em;	
}

/*Footer ======================================*/
#footer {
	color: #fff;
	padding: 4em 0 4em 0;
	background-color: #002F2F;
}

/*Home page ===================================*/
.about p {
	font-size: 1.5em;
	line-height: 1.7em;
}
.lastInfoBox #PropertyStreet {
	width: 200px;
}
.lastInfoBox #PropertyState, .lastInfoBox #PropertyRadius {
	width: 35px;
}
#PropertyCity {
	width: 100px;
}