/*
	Theme Name: AgentPress
	Theme URL: http://www.agentpress.com
	Description: AgentPress is a professional real estate theme created for WordPress.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com
	Version: 1.02
	Tags: three-columns, fixed-width, sidebar-widgets, theme-options, translation-ready, threaded-comments
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

.clearfix:before,
.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

body {
	background: #FEEDC1;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 15px auto 15px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	border: 10px solid #FFFFFF;
	}

/***** Hyperlinks ********************/

a, a:visited {
	color: #072C53;
	text-decoration: underline;
	}
	
a:hover {
	color: #072C53;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/***** Header ********************/

header {
	background: url(images/sally_header_2013.jpg);
	width: 960px;
	height: 219px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	color: #333333;
	font-family: Georgia, Times New Roman, Trebuchet MS;
}

.headertop {
	padding: 13px 270px 0px 64px;
	float: right;
}

header .description {
	font-size: 17px;
  line-height: 22px;
  padding-bottom: 5px;
	margin:0;
}

header h1 {
  margin: 0 0 7px 0;
}

header h1 a,
header h1 a:visited {
	font-size: 30px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  line-height: 32px;
  font-weight:normal;
  text-decoration:none;
  color: #333333;
}

header h2 {
  font-size: 17px;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 14px 0px;
}

.headerbottom {
  font-size: 19px;
	text-align:center;
	float:left;
	width:100%;
	margin-top:12px;
}

.headerbottom a {
  text-decoration:none;
}

/** HEADER BOXES **/

.header-boxes {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.header-box {
	width:291px;
	float:left;
	text-align:center;
	background:#F4F4F4;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px;
	margin-right:10px;
	border:#ddd 1px solid;
}
.last-box {margin-right:0px;}
.header-boxes h2 {
	color: #333333;
	font-size: 24px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
    text-align:center;
    line-height:26px;
}
.header-box p {
	font-size:14px;
	padding:0 15px;
}
.box-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #feedc1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #feedc1;
	box-shadow:inset 0px 1px 0px 0px #feedc1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #feedc1), color-stop(1, #f4c301) );
	background:-moz-linear-gradient( center top, #feedc1 5%, #f4c301 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feedc1', endColorstr='#f4c301');
	background-color:#feedc1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #f4c301;
	display:inline-block;
	color:#333333!important;
	font-family:Georgia;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-bottom:5px;
}
.box-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4c301), color-stop(1, #feedc1) );
	background:-moz-linear-gradient( center top, #f4c301 5%, #feedc1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c301', endColorstr='#feedc1');
	background-color:#f4c301;
}
.box-button:active {
	position:relative;
	top:1px;
}
	
/***** Navbar ********************/
	
nav {
	background: url(images/navbar_sally.jpg);
	width: 960px;
	height: 40px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #6666CC;
	margin: 0px auto 0px;
	padding: 0px;
	}

nav ul {
	margin: 0px;
	padding: 0px;
	}
	
nav ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
nav ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
nav ul li a, nav ul li a:link, nav ul li a:visited {
	color: #333333;
	display: block;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	text-decoration: none;
    margin: 0px;
	padding: 14px 11px 11px 11px;
	}

nav ul li a:hover, nav ul li a:active {
	background: url(images/navhov_new.png) top center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	}
	
nav ul li li a, nav ul li li a:link, nav ul li li a:visited {
	background: #C39700;
	color: #FFFFFF;
	width: 150px;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 2px solid #C39700;
	border-left: 2px solid #C39700;
	border-right: 2px solid #C39700;
	}
	
nav ul li li a:hover, nav ul li li a:active {
	background: #F4C201;
	color: #333333;
	}

nav ul li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

nav ul li li { 
	}

nav ul li ul a { 
	width: 140px;
	}

nav ul li ul a:hover, nav ul li ul a:active { 
	}

nav ul li ul ul {
	margin: -30px 0 0 171px;
	}

nav ul li:hover ul ul, nav ul li:hover ul ul ul, nav ul li.sfhover ul ul, nav ul li.sfhover ul ul ul {
	left: -999em;
	}

nav ul li:hover ul, nav ul li li:hover ul, nav ul li li li:hover ul, nav ul li.sfhover ul, nav ul li li.sfhover ul, nav ul li li li.sfhover ul {
	left: auto;
	}

nav ul li:hover, nav ul li.sfhover { 
	position: static;
	}
	
nav ul .current_page_item a {
	background: url(images/navhov_new.png) top center no-repeat;
	color: #FFFFFF;
	margin: 0px;
	padding: 11px 15px 11px 15px;
	text-decoration: none;
	}

nav .rsslink {
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 3px 16px;
	background: url(images/rss.png) no-repeat left center;
	}	
	
/***** Homepage ********************/

#homepage {
	width: 960px;
	margin: 10px auto 0px;
	padding: 0px;
	line-height: 18px;
}

#homepage h2 {
  color: #333;
  font-size: 20px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #DDD;
}

.homeblock {
	float: left;
	width: 290px;
	background: #FFFFFF;
	margin: 0px 0px 10px 10px;
	padding: 9px;
	border: 1px solid #DDDDDD;
	display: inline;
  text-align:justify;
  height:494px;
}

.homeblock h3 {
  font-family: Georgia, Times New Roman, Trebuchet MS;
  font-size:14px;
  font-weight: normal;
  margin: 0px 0px 2px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  line-height: 22px;
  height: 44px;
}

.homeblock h3 a {
  text-decoration: none;
  color: #333;
}

.homeblock2 {
	float: left;
	width:608px;
	background: #FFFFFF;
	padding: 10px;
	margin:0px 10px 10px 10px;
	border: 1px solid #DDDDDD;
	display: inline;
  text-align:justify;
  height:390px;
  overflow:auto;
}

.homeblock2 p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.homeblock2 h3 {
  font-family: Georgia, Times New Roman, Trebuchet MS;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  height: auto;
  font-size: 16px;
  font-weight: normal;
}

.homeblock2 h3 a {
  color: #333;
  text-decoration: none;
}

.excerpt {
	margin-bottom:10px;
	border-bottom:1px solid #fff;
}

.homeblock3 {
	float: left;
	width:608px;
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #DDDDDD;
  height:250px;
  margin:0px 10px 10px 10px;
}

.homeblock3 p, .recent-searches p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.homeblock3 a {
  font-size:16px;
  text-align:center;
  display:block;
}
.homeblock3 a:hover, .recent-searches a:hover {text-decoration:none;}
.homeblock3 img, .recent-searches img {float:left; border: 1px solid #DDDDDD; margin-right:10px;}

.recent-searches {
	float: left;
	width: 610px;
	background: #FFFFFF;
	margin: 0px 0px 10px 10px;
	padding: 9px;
	border: 1px solid #DDDDDD;
	}

.recent-searches ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.recent-searches ul li {
	float: left;
	width: 285px;
	line-height: 15px;
	height: 32px;
	padding-bottom: 10px;
}

.recent-searches ul li:nth-child(even) {
	padding-left: 10px;
}

.recent-searches ul li:nth-child(odd) {
	padding-right: 10px;
	border-right: 1px solid #ddd;
}

.blogbg {background:#FCDF93; border-top:2px solid #F4C201;}
.blogbg a {color: #333333;}

.homeblock-bottom {
	background: #FFFFFF;
	margin: 0px 10px 10px 10px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	float:left;
	width:608px;
}

.homeblock p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.homeblock-bottom p {
	margin: 0px;
	padding: 0px;
	}
	
.homeblock embed, .homeblock object {
	width: 288px; 
	height: 198px;
	margin: 5px 0 5px 0; 
	padding: 0px;
border:1px solid #dddddd;
	}

.homeblock img {
	margin: 5px 0 5px 0 !important; 
	padding: 0px;
border:none;
}

.homeblock span.post-meta-key, .homeblock2 span.post-meta-key {display:none;}

.homeblock ul.post-meta, .homeblock2 ul.post-meta {list-style:none; padding:0; margin:0;}
	
.thumb-properties {
	margin: 0px 0px 10px 0px;
	}
	
.thumb-posts {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
.thumb-archive {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
/***** Homepage Search ********************/

#homepage #cat {
	background: #F4F4F4;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 215px;
	color: #333333;
	margin: 0px 2px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#view {
	background: #072C53;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 3px 1px 3px;
	border: 1px solid #072C53;
	}
	
.postform {
	background: #000000;
	}
	
form {
    margin: 0px;
    }

/***** Content ********************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	}
	
#contentleft {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#contentfull {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#contentfull p {}
	
#contentbottom {
	background: #E8E8E8;
	border-top: 10px solid #DCDCDC;
	}
		
#content .hpmain p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	}
	
#content .hpmain a, #content .hpmain a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#content .hpmain a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#content a img {
	border: none;
	}
	
#content p img {
	max-width: 100%;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0px 25px 15px 25px;
	padding:10px 20px 20px 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.postarea {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea #zip-content p {padding-bottom:5px;}
	
.postarea ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}

.postarea ul a {text-decoration:underline;color:#072C53;}
.postarea ul a:hover {text-decoration:none;}
.postarea p a {text-decoration:underline;color:#072C53;}
.postarea p a:hover {text-decoration:none;}

.postarea ul.syndication {padding:0;margin:0 0 20px 0;font-weight:bold;}

.postarea ul.syndication li.syndication {
      list-style-type:none;
      background-repeat: no-repeat;
      background-position:0 50%;
      padding-left:25px;
      margin:0 0 5px 0;
}

.postarea ul.syndication li.craigslist {background-image:url(/wp-content/uploads/2010/02/craigslist.png);}

.postarea ul.syndication li.google {background-image:url(/wp-content/uploads/2010/02/google.png);}

.postarea ul.syndication li.oodle {background-image:url(/wp-content/uploads/2010/02/oodle_icon.png);}

.postarea ul.syndication li.yahoo {background-image:url(/wp-content/uploads/2010/02/yahoo.gif);}

.postarea ul.syndication li.remax {background-image:url(/wp-content/uploads/2010/02/remax.png);}

.postarea ul.syndication li.trulia {background-image:url(/wp-content/uploads/2010/02/trulia.png);}

.postarea ul.syndication li.zillow {background-image:url(/wp-content/uploads/2010/02/zillow.png);}

.postarea ul.syndication li.hotpads {background-image:url(/wp-content/uploads/2010/02/hotpads.png);}

.postarea ul.syndication li.dothomes {background-image:url(/wp-content/uploads/2010/02/dothomes.png);}

.postarea ul.syndication li.backpage {background-image:url(/wp-content/uploads/2010/02/backpage.png);}

.postarea ul.syndication li.vast {background-image:url(/wp-content/uploads/2010/02/vast_icon.png);}

.postarea ul.syndication li.enormo {background-image:url(/wp-content/uploads/2010/02/enormo.png);}

.postarea ul.syndication li.frontdoor {background-image:url(/wp-content/uploads/2010/02/frontdoor.png);}

.postarea ul.syndication li.activerain {background-image:url(/wp-content/uploads/2010/02/activerain.png);}

.postarea ul.syndication li.twitter {background-image:url(/wp-content/uploads/2010/02/twitter.png);}

.postarea ul.syndication li.linkedin {background-image:url(/wp-content/uploads/2010/02/linkedin.png);}

.postarea ul.syndication li.noicon {background-image:url(/wp-content/uploads/2010/02/noicon.png);}

.postarea ul.syndication li.ajc {background-image:url(/wp-content/uploads/2010/02/ajc.png);}

.postarea div.label {width:80px;float:left;font-weight:bold;}
.postarea div.droplabel {width:140px;float:left;font-weight:bold;}
.postarea div.label-long {width:60px;float:left;font-weight:bold;height:270px;padding-right:20px;}
.postarea span.label {font-weight:bold;}

h2.articles {
  color: #333333;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #DDDDDD;
  width:100%;
}

div.wpcf7 p {padding:0; margin:10px 0 10px 0;}
div.wpcf7 p.howmuch {width:375px;text-align:center; font-weight:bold;}
div.wpcf7 input, textarea {border:1px solid #cccccc;padding:5px;}
div.wpcf7 input:focus, input:hover, textarea:focus, textarea:hover {background:#FEEDC1;}
div.wpcf7 input.submit {background:#ffffff;padding:10px; font-weight:bold;}
div.wpcf7 input:hover.submit {background:#FEEDC1;}
div.wpcf7 hr.thin, hr.thick {
        border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 0px; 
	clear: both;
}

div.wpcf7 hr.thin {border-bottom: 1px solid #DDDDDD;width:302px;float:left;}
div.wpcf7 hr.thick {border-bottom: 2px solid #DDDDDD;width:382px;}

span.wpcf7-checkbox span.wpcf7-list-item {margin-left:0px!important;}
span.wpcf7-checkbox span.wpcf7-list-item {display:block;}
	
.multi-agent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.multi-agent ul li {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}
	
.breadcrumb {
	background: #F4F4F4;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.date {
	font-size: 11px;
	font-weight: bold;
	}
	
.date p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

.time {
	background: url(images/icon_time.png) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 18px;
	}
	
.icomment {
	background: url(images/icon_comments.png) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	}
	
.tags {
	background: url(images/icon_tags.png) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.category {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.post {
	margin: 0px 0px 10px 0px;
	padding: 0px;
  border-bottom: 1px solid #DDDDDD;
}

.search-results .post {
  padding-bottom:10px;
}

.tips .post {padding-bottom:10px;}

#homepage .post {border:none;}

.postmeta {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	}
		
.authorbox {
	background: #F4F4F4;
	margin: 0px 0px 40px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}
	
/*.archive {
  float: left;
  width: 305px;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  }

.archive ul {
  list-style-type: square;
  margin: 0px;
  padding: 0px 0px 15px 0px;
  }
  
.archive ul li {
  list-style-type: square;
  margin: 0px 0px 5px 20px;
  padding: 0px;
  }
  
.archive ul ul {
  list-style-type: square;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  }*/

.sticky {
	background: #F4F4F4;
	margin: 0px 0px 50px 0px;
	padding: 20px 10px 0px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#listing {
	float: left;
	width: 650px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#listing p {
	margin: 0px;
	padding: 0px 10px 5px 0px;
	}
	
.listing-left {
	width: 275px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.listing-right {
	width: 370px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.listing-bottom {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	}
	
#photos {
	float: left;
	width: 650px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	}
	
#photos a img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 4px;
	border: 1px solid #C0C0C0;
	}
	
#photos a:hover img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 4px;
	border: 1px solid #000000;
	}
	
.palignright {
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

.space {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
	
.clear-2 {
	clear: both;
	padding: 15px 0px 0px 0px;
	}
	
hr {
	border-bottom: 1px solid #DDDDDD; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 0px; 
	clear: both;
	}
	
.featured-posts {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#zip-content {
	float: left;
	width: 390px;
}

#zip-content strong {
  display:block;
}

.postarea .elem-schools {
  float:left;
  width:190px;
  margin-top:10px;
  padding-right:10px;
}

.postarea .elem-schools:last-child {
  padding-right:0px;
  width:190px;
}



	
/***** Headline Classes ********************/

#contentleft h1, #contentfull h1 {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h1 a, #contentleft h1 a:visited {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	}
	
#contentleft h1 a:hover {
	color: #333333;
	}

.blogroll h2,
.tips h3 {
  color: #072C53;
  font-size: 16px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
} 
	
/*#contentleft h3, #hpmain h3, #hpmainright h3, #sidebar h3{
  color: #333333;
  font-size: 20px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #DDDDDD;
  }*/

#sidebar h3{
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #DDDDDD;
}
	
/*#homepage h3 {
  color: #333333;
  font-size: 20px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #DDDDDD;
  }*/
	
#contentleft h4 {
	color: #072C53;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}

#contentfull h4 {
	color: #072C53;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#contentleft h5, #contentfull h5 {
	color: #072C53;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

span.teammembers {
        color: #072C53;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        float:left;
}

#contentleft h6, #contentfull h6 {
        color: #DA0020;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	text-align:center;
border-top:2px solid #F4C201;
border-bottom:2px solid #F4C201;
text-decoration:underline;
background:#FEEDC1;
}

#contentfull h6:hover, #contentleft h6:hover {background-color:#FCDF93;}	

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	float:right;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/***** Sidebars ********************/

#sidebar {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	}

#sidebar_left {
	width: 155px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#sidebar_right {
	width: 135px;
	float: right;
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#sidebar .widget, #sidebar .socialwidget, #sidebar .searchwidget {
	background: #F4F4F4;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#sidebar .socialwidget {float:left;width:280px;height:342px;}

#sidebar.sidebar-blog .socialwidget {float:none;}

#sidebar .searchwidget {float:left;width:280px;height:160px;}

#sidebar .networks {
  float:left;
  height:64px;
  margin-top:10px;
  font-size:22px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  line-height:26px;      
}

#sidebar .top-network {margin-top:0px;}

#sidebar .networks p {padding:7px 0px 0px 0px;margin:0;}

#sidebar .networks img {float:left; margin-right:5px;}

#sidebar .networks a, a:visited {
	color: #333333;
	text-decoration: none;
	}

#sidebar .networks a:hover {
	color: #666666;
	text-decoration: none;
	}

#sidebar .chat {float:left;height:64px;margin-top:7px;font-size:18px;
        font-family: Georgia, Times New Roman, Trebuchet MS;
        line-height:26px;      
}

#sidebar .chat p {padding:10px 0px 0px 10px;margin:0;}

#sidebar .chat img {float:left; margin-right:5px;}

#sidebar .chat a, a:visited {
	color: #333333;
	text-decoration: none;
	}

#sidebar .chat a:hover {
	color: #666666;
	text-decoration: none;
	}

#sidebar .listings {
	background: #F4F4F4;
	margin: 0px 0px 10px 0px;
        height:800px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#sidebar .whitebox {
	background: #FFFFFF;
	margin: 0px;
        height:95%;
	padding: 10px 10px 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#sidebar .searchwhitebox {
	background: #FFFFFF;
	margin: 0px;
        height:95%;
	padding: 0px 10px 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#sidebar #cat {
	background: #F4F4F4;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 205px;
	color: #333333;
	margin: 0px 2px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar_left .widget {
	background: #F4F4F4;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#sidebar_right .widget {
	background: #F4F4F4;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
		
#sidebar h4, #sidebar_left h4, #sidebar_right h4 {
	color: #072C53;
	font-size: 16px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#sidebar_left p, #sidebar_right p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul, #sidebar_left ul, #sidebar_right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li, #sidebar_left ul li, #sidebar_right ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul, #sidebar_left ul ul, #sidebar_right ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li, #sidebar_left ul li li, #sidebar_right ul li li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
#sidebar ul li ul li, #sidebar_left ul li ul li, #sidebar_right ul li ul li {
	margin: 0px; 
	padding: 0px 0px 5px 0px;
	}

#sidebar ul a, a:visited {
	color: #072C53;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #072C53;
	text-decoration: none;
	}

#sidebar h2 {
  color: #333333;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
  text-align:center;
  line-height:22px;
}

	
#property-search {
	color: #072C53;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	}
	
.aboutmeplus .avatar {
	background: #FFFFFF;
	margin: 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}
	
.aboutmeplus .posts_link {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #DDDDDD;
	}
	
.twitter {
	background: url(images/twitter.gif) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
.aboutmeplus {
    clear: both;
    }

.widget_search label {display:none;}

#searchsubmit {
	-moz-box-shadow:inset 0px 1px 0px 0px #feedc1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #feedc1;
	box-shadow:inset 0px 1px 0px 0px #feedc1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #feedc1), color-stop(1, #f4c301) );
	background:-moz-linear-gradient( center top, #feedc1 5%, #f4c301 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feedc1', endColorstr='#f4c301');
	background-color:#feedc1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #f4c301;
	display:inline-block;
	color:#333333!important;
	font-family:Georgia;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-bottom:5px;
	margin-top:2px;
}
#searchsubmit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4c301), color-stop(1, #feedc1) );
	background:-moz-linear-gradient( center top, #f4c301 5%, #feedc1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c301', endColorstr='#feedc1');
	background-color:#f4c301;
}
#searchsubmit:active {
	position:relative;
	top:1px;
}

#s {
  width:133px;
  padding:6px;
}

.social-share .row {margin-bottom:10px;}

.social-share .pin-it {display:inline-block;margin-left:30px;}

/***** Footer ********************/

#footer {
	background:url(images/ET_FooterImage.png) #FCDF93 no-repeat top center;
	width: 960px;
  height:320px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 20px;
  border-top:2px solid #F4C201;
  padding-top:85px;
	}
	
#footer p {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #333333;
	text-decoration: underline;
	}

#footer ul {
list-style:none;
padding:0;
margin:0;
}

#footer ul li.category {font-weight:bold;margin:0;padding:0;}
	
.rsslinkfooter {
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 2px 15px;
	background: url(images/rss-footer.png) no-repeat left center;
	}	

.footertext {
	width: 940px;
	float: left;
	margin: 0px;
	padding: 7px 10px 0px 10px;
	text-align: left;
	}

.footercolumn {
        width:188px;
        float:left;
        }

.footerbottom {
        float:left;
        width:100%;
        border-top:1px solid #c39700;
        padding-top:5px;
        margin-top:5px;
        text-align:center;
        }

.footerbottom1 {
        float:left;
        width:100%;
        padding-top:0px;
        margin-top:0px;
        text-align:center;
        }

.footerbottom img {vertical-align: middle; padding:0 5px 0 5px;}

/***** Comments ********************/

.comments {
	width: 650px;
	margin: 0px;
	padding: 0px;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
#submit {
	background: #072C53;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#comment {
	background: #F4F4F4;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #CCCCCC;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
	
.reply a, .reply a:visited {
	background: #2B4D71;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #072C53;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.reply a:hover {
	background: #072C53;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #072C53;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F4F4F4;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}

table#calculator {text-align:left; background:#ffffff;padding:3px;}
th.label {text-align:left;}
td.cellr {text-align:left;}
td.indented input {margin-left:12px;}
table#calculator input {border:1px solid #cccccc;padding:3px;}
input.calcbtn {background:#ffffff;padding:10px; font-weight:bold;}
input:hover.calcbtn {background:#FEEDC1;}
#calculatorframe {padding:10px; background:#eeeeee; margin-bottom:10px; margin-top:10px; float:left; display:inline;}
#calculatorinstruct {width:100%; height:246px; margin-bottom:0px; text-align:center;}
#calcblock {width:290px; height:345px; display:block; float:left; margin-right:63px; border:1px solid #cccccc; padding:10px; margin-bottom:10px; font-size:12px;}
#ratesblock {float:right; display:block; height:377px;}

.loan-top {margin-bottom:20px;border-bottom: 2px solid #DDDDDD;padding-bottom:12px;}

/**FEEDBURNER**/
div.feedburnerFeedBlock ul {list-style:none;margin:0;padding:0;}
div.feedburnerFeedBlock li {margin-bottom:10px; border-bottom:1px solid #c39700; padding-bottom:2px;}
p.date {font-style:italic;font-weight:normal;margin:0;padding:0;}
div.feedburnerFeedBlock #creditfooter {display:none;}

/* LISTING DETAIL PAGE OVERRIDES */

span.sold-address a {font-size:18px; text-decoration:none; font-family: Georgia, Times New Roman, Trebuchet MS;}

/*** ZIP CODE RESULTS PAGES TWEAKS ***/

.CustomHeader {display: none !important;}

.dsidx-standalone-disclaimer {
	font-size:10px !important;
	width:980px !important;
	margin:20px auto !important;
}

#dsidx-listings li.dsidx-listing {
  min-height:165px!important;
  padding-bottom:15px;
  border-bottom: 2px solid #ddd;
}

#dsidx-listings .dsidx-media {
  float: left;
  width: 250px;
  height: 165px;
}

#dsidx-listings .dsidx-media .dsidx-photo {
  border:none!important;
  max-height: 165px!important;
}

#dsidx-listings .dsidx-media .dsidx-photo img {
  position: relative;
  top: -11px;
}

#dsidx-listings .dsidx-primary-data {
  float: left!important;
  width: 380px!important;
  margin-left: 10px!important;
  padding-left: 10px!important;
}

#dsidx-listings .dsidx-secondary-data {
  margin-left: 10px!important;
}

#dsidx-listings .dsidx-idx-icon {
  margin-bottom:15px;
}

#dsidx-listings li hr {
  display:none;
}

#dsidx-description a {font-weight:bold;}

#dsidx-actions {
  margin: 10px 0;
  font-size: 16px;
  background: #F4F4F4;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
  border: #DDD 1px solid;
}

#dsidx-actions .dsidx-actions-button {margin-right: 20px;}

#dsidx h3 {
  border-bottom: 2px solid #DDD!important;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

/*** IDX+ ***/

#dsidx ol.idx-plus-listings .idx-plus-listing .idx-button-save.add-favorite {display:none!important;}

#idx-plus-related-properties li {
  text-align:center;
  width: 45%!important;
  background: #F4F4F4;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
  border: #DDD 1px solid;
}

.yarpp-related {clear:both;}

#contentleft h1 .rss-link a,
#contentfull h1 .rss-link a {
  float:right;
  font-size:14px;
}
