/*
Theme Name: Pete Metz
Theme URI: http://petemetz.com/
Author: Neal Barrow
Author URI: http://nealbarrow.com/

*/

body {
	font: small "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	background-color: #0A192B;
	color: #FFF;
	}

body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label {padding: 0;margin: 0}

p {margin: 0 0 1.5em 0;line-height: 1.3em}

ul, li, dl, dt, dd {list-style: none}

a:link, a:visited {color: #125DA1}
a:hover {color: #002F5E;}
img {border: none;}
/* ------------------------------------------------------------
	Header Levels
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Arial, sans-serif;
	}
	
/* ///////////////////////////////////////////////////////////
	Clearfix
///////////////////////////////////////////////////////////// */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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

/* ------------------------------------------------------------
	Page Structure
------------------------------------------------------------ */
#container {
	width: 987px;
	margin: 0 auto;
	background: #1D4067;
	position: relative;
	}

#banner {
	overflow: hidden;
	_height: 1%;
	}
	
#banner h1 {
	text-indent: -9999px;
}
	
#banner h1 a {
	background: url(images/bg_logo.jpg) top left no-repeat;
	width: 234px;
	height: 88px;
	margin: 0 0 0 15px;
	display: block;
}	

#bannerCallout {
	position: absolute;
	right: 25px;
	top: 20px;
}

/* ------------------------------------------------------------
	Navigation
------------------------------------------------------------ */
#nav {
	margin: 0 20px 0 0;
	clear: both;
}
	
#nav ul {
	float: right;
	margin: 20px 10px 0 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	background: url(images/nav_right_off.jpg) top right no-repeat;
}
	
#nav ul li a {
	color: #FFF;
	display: block;
	font-size: 90%;
	height: 16px;
	padding: 10px 10px 6px 10px;
	text-decoration: none;
	background: url(images/nav_left_off.jpg) top left no-repeat;
}

#nav ul li a:hover {
	text-decoration: underline;
}

.home #nav ul .home,
.propertysearch #nav ul .propertysearch,
.calendar #nav ul .calendar,
.contact #nav ul .contact,
.cost #nav ul .cost,
.education #nav ul .education,
.faqs #nav ul .faqs,
.homebuyer #nav ul .homebuyer,
.library #nav ul .library,
.products #nav ul .products,
.mls #nav ul .mls,
.service #nav ul .service {
	background: url(images/nav_right_on.jpg) top right no-repeat;
}
	
.home #nav ul .home a,
.propertysearch #nav ul .propertysearch a,
.calendar #nav ul .calendar a,
.contact #nav ul .contact a,
.cost #nav ul .cost a,
.education #nav ul .education a,
.faqs #nav ul .faqs a,
.homebuyer #nav ul .homebuyer a,
.library #nav ul .library a,
.products #nav ul .products a,
.mls #nav ul .mls a,
.service #nav ul .service a {
	color: #1E4269;
	background: url(images/nav_left_on.jpg) top left no-repeat;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------------------------------------------
	Callouts
------------------------------------------------------------ */
#calloutHome {
	background: url(images/bg_home_callout.jpg) top left no-repeat;
	width: 954px;
	margin: 0 0 0 15px;
	clear: both;
}

#calloutHome #calloutText {
	width: 435px;
	padding: 45px 0 0 42px;
}

#calloutHome #calloutText h2 {
	color: #1E4269;
	font-size: 150%;
	margin: 0 0 8px 0;
}

#calloutHome #calloutText p {
	color: #2C2C2C;
	font-size: 120%;
}

#calloutHome #calloutText img {
	margin: 20px 0 60px 0;
}

/* ------------------------------------------------------------
	 Left Column
------------------------------------------------------------ */
#leftColOuter {
	width: 650px;
	float: left;
}

#leftCol {
	padding: 30px;
}

#leftCol h3 {
	font-size: 140%;
	margin: 0 0 10px 0;
}

#leftCol h4 {
	font-size: 120%;
	margin: 0 0 15px 0;
}

#leftCol ul {
	margin: 0 0 15px 8px;
}

#leftCol ul li {
	background: url(images/bg_leftCol_check.jpg) top left no-repeat;
	padding: 0 0 5px 20px;
	font-size: 95%;
}

#leftCol #calloutLeft {
	margin: 15px 0 0 0;
	float: left;
	width: 277px;
}

#leftCol #calloutRight {
	margin: 15px 0 0 0;
	float: right;
	width: 277px;
}

#leftCol .calloutOuter {
	background: url(images/bg_leftCol_call_bottom.jpg) bottom left no-repeat;
	padding: 0;
}

#leftCol .callout {
	background: url(images/bg_leftCol_call_top.jpg) top left no-repeat;
	padding: 35px 20px 20px 20px;
	color: #232323;
}

#leftCol .callout h5 {
	font-size: 120%;
	margin: 0 0 8px 0;
}

#leftCol .callout a {
	color: #125DA1;
	text-decoration: none;
	border-bottom: 1px dotted #125DA1;
}

#leftCol .callout a:hover {
	color: #E9F1E2;
	text-decoration: none;
	border-bottom: 1px dotted #E9F1E2;
}

/* ------------------------------------------------------------
	Blog
------------------------------------------------------------ */
#leftCol h3 {
	margin: 0 0 6px 0;
	font-size: 24px;
}

#leftCol h3 span {
	font-size: 11px;
	font-style: italic;
	padding: 5px 0;
	display: block;
}

#leftCol .postmetadata {
	padding: 8px 12px;
	background: #153456;
	border: 1px solid #0F2946;
}

.page-id-373 #leftCol h4 {
	margin: 0 0 6px 0;
	font-size: 18px;
}

.page-id-373 #leftCol h4 a {
	text-decoration: none;
	color: #5ED0E9;
}

.page-id-373 #leftCol h4 span {
	font-size: 11px;
	font-style: italic;
	padding: 5px 0;
	display: block;
}

#leftCol a {
	text-decoration: none;
	color: #5ED0E9;
}

#leftCol a:hover {
	text-decoration: underline;
}

.page-id-373 #leftCol ul li {
	background: none;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #163659;
}

.page-id-373 #leftCol ul li .readmore {
	text-align: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#leftCol .alignright {
	float: right;
	margin: 0 0 0 15px;
}

#leftCol .alignleft {
	float: left;
	margin: 0 15px 0 0;
}

#leftCol .navigation {
	border-top: 1px solid #153456;
	border-bottom: 1px solid #153456;
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-size: 11px;
}

/* ------------------------------------------------------------
	 Comments
------------------------------------------------------------ */
.commentlist, .commentlist p {
	padding: 0;
	margin: 0;
}

.commentlist li {
	border-bottom: 1px solid #153456;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

/* ------------------------------------------------------------
	 Right Column
------------------------------------------------------------ */
#rightColOuter {
	background: #0C2B48 url(images/bg_rightCol_top.jpg) top left no-repeat;
	width: 305px;
	float: right;
	padding: 15px 0 0 0;
	margin: 0 25px 15px 0;
}

#rightCol {
	background: url(images/bg_rightCol_bottom.jpg) bottom left no-repeat;
	padding: 5px 20px 20px 20px;
}

#rightCol .megastar {
	margin: 0 0 15px 15px;
}

#rightCol #video {
	margin: 0 0 15px 0;
}

#rightCol h6 {
	font-size: 135%;
}

#rightCol ul {
	margin: 0 0 15px 0;
}

#rightCol ul li {
	background: url(images/bg_rightCol_check.jpg) top left no-repeat;
	padding: 0 0 5px 20px;
	font-size: 95%;
}

#rightCol #getaquoteOuter, 
#rightColSec #getaquoteOuter {
	background: url(images/bg_getaquote_bottom.jpg) bottom left no-repeat;
	padding: 0 0 10px 0;
	font-size: 90%;
	color: #646564;
}

#rightCol #getaquoteOuterOuter, 
#rightColSec #getaquoteOuterOuter {
	background: url(images/bg_getaquote_top.jpg) top left no-repeat;
	width: 278px;
	padding: 15px 0 0 0;
	margin: 0 0 0 -5px;
}

#rightCol #getaquote,
#rightColSec #getaquote {
	background: #FFF;
	margin: 0 4px;
	padding: 0 10px 6px 10px;
}

#rightColSec #getaquoteOuterOuter {
	background: url(images/bg_getaquote_topSec.jpg) top left no-repeat;
}

#rightColSec #getaquoteOuter {
	background: url(images/bg_getaquote_bottomSec.jpg) bottom left no-repeat;
}

#rightCol #getaquote h5, 
#rightColSec #getaquote h5 {
	color: #1D4067;
	font-size: 130%;
	margin: 0 0 15px 0;
}

#rightCol #getaquote p, 
#rightColSec #getaquote p {
	margin: 0 0 5px 0;
}

#rightCol #getaquote input, #rightCol #getaquote textarea, 
#rightColSec #getaquote input, #rightColSec #getaquote textarea {
	padding: 2px;
}

#rightCol #getaquote input, #rightColSec #getaquote input {
	margin: 0 0 15px 0;
}

#rightCol #getaquote .submit {
	margin: 0;
}

#rightCol #getaquote textarea {
	margin: 0 0 15px 0;
}

/* ------------------------------------------------------------
	 Footer
------------------------------------------------------------ */
#footerOuter {
	clear: both;
	width: 953px;
	background: url(images/bg_footer_top.jpg) top left no-repeat;
	padding: 15px 0 0 0;
	margin: 0 0 0 15px;
}

#footer {
	background: url(images/bg_footer_bottom.jpg) top left no-repeat;
	padding: 15px 0 10px 0;
	margin: 0;
	text-align: center;
	font-size: 95%;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* ------------------------------------------------------------
	 Secondary Page
------------------------------------------------------------ */
#contentSecOuterOuter {
	background: url(images/sec_content_tile.jpg) top left repeat-y;
	clear: both;
	width: 954px;
	margin: 0 0 0 15px;
}

#contentSecOuter {
	background: url(images/sec_content_top.jpg) top left no-repeat;
}

#contentSec {
	background: url(images/sec_content_bottom.jpg) bottom left no-repeat;
	overflow: hidden;
	_height: 1%;
}

/* ------------------------------------------------------------
	 Secondary Left Column
------------------------------------------------------------ */
#leftColSecOuter {
	width: 649px;
	float: left;
}

#leftColSec {
	padding: 25px 30px 30px 30px;
	color: #292828;
}

#leftColSec h1 {
	font-size: 180%;
	background: none;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#leftColSec h2 {
	font-size: 170%;
	background: url(images/secondary_header.jpg) top left no-repeat;
	padding: 87px 0 25px 15px;
	color: #FFF;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#leftColSec h3 {
	font-size: 160%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 8px 0;
}

#leftColSec h4 {
	font-size: 150%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 8px 0;
}

#leftColSec h5 {
	font-size: 140%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 8px 0;
}

#leftColSec h6 {
	font-size: 130%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 8px 0;
}

#leftColSec ul, #leftColSec ol {
	margin: 0 0 10px 25px;
}

#leftColSec ul li, #leftColSec ol li {
	list-style: disc;
	padding: 0 0 4px 0;
}

#leftColSecOuter .header {
	margin: 20px 0 10px 20px;
}

/* ------------------------------------------------------------
	 Library
------------------------------------------------------------ */
#leftColSec .book {
	width: 120px;
	height: 240px;
	float: left;
	margin: 0 15px 0 0;
}

/* ------------------------------------------------------------
	 Survey
------------------------------------------------------------ */
#survey dl {
	float: left;
	margin: 0 10px 15px 0;
}

#survey dt {
	margin: 0;
	padding: 0;
}

#survey dd {
	margin: 0 0 10px 0;
}

#survey input {
	padding: 2px;
}

#survey .clear {
	clear: both;
}

#survey .req {
	color: #ED1F1F;
}
	
/* ------------------------------------------------------------
	 Secondary Right Column
------------------------------------------------------------ */
#rightColSecOuter {
	width: 298px;
	float: left;
}

#rightColSec {
	padding: 20px 13px;
}

#rightColSec ul {
	margin: 0 0 18px 0;
}

#rightColSec ul li {
	background: url(images/rightCol_navbullet.gif) top left no-repeat;
	font-size: 100%;
}

#rightColSec #video ul li {
	padding: 0 0 5px 20px;
}

#rightColSec ul li a, #rightColSec ul li ul li a {
	text-decoration: none;
	color: #004879;
	display: block;
	padding: 0 0 5px 20px;
}

#rightColSec ul li a:hover, #rightColSec ul li ul li a:hover {
	text-decoration: underline;
	color: #0C2A49;
}

#rightColSec ul li ul {
	margin: 0 0 15px 34px;
}

#rightColSec ul li ul li {
	list-style: square;
	background: none;
	font-size: 90%;
	border-bottom: none;
}

#rightColSec ul li ul li a {
	padding: 3px 0;
}
	

/* ------------------------------------------------------------
	 Form Fields
------------------------------------------------------------ */
input, select, textarea {
	border: 1px solid #999;
	padding: 3px;
	}
#referral label {
	clear: both;
	float: left;
}

#referral input {
	margin-bottom: 10px;
	clear: both;
	float: left;
}

#referral textarea {
	height: 200px;
	width: 450px;
	clear: both;
	float: left;
}

/* ------------------------------------------------------------
	Misc
------------------------------------------------------------ */
#rightColSec ul .noBackground {
	background: none;
}

#leftColSec .imgRight {
	float: right;
	border: 1px solid #D9D9D9;
	padding: 4px;
	background: #FFF;
	margin: 0 0 0 10px;
}

/* ------------------------------------------------------------
	Contact Form
------------------------------------------------------------ */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}
