/*  
Theme Name: Jonesy_RealEstate
Description: Custom Real Estate Theme ~ Mocks by Vince White 
Version: 1.1
Author: Christopher Jones
*/
h1,h2,h3,h4,h5,h6{ font-weight:normal; }
em{ font-style: normal; }

body{
	color:#0b3c7e;	
	font-family:Verdana;
	font-size:14px;
}
#wrapper{
	margin:0 auto;
	padding-top:33px;
	position:relative;
	width:865px;
}

h1{
	background:url(images/top.png) no-repeat transparent;
	height:270px;
	margin-left:4px;	
}
.contact h1,
.home h1{ 
	background:url(images/home-bkg.jpg) no-repeat transparent;	
	height:505px;
	margin-left:0;	
}
#header a{
	display:block;	
	height:130px;
	margin-left:107px;
	position:relative;
	top:55px;
	width:150px;
	text-indent:-1000em;
}

#mainNav{
	position:absolute;
	top:12px;
	left:0;
}
#mainNav ul{
	margin-left:65px;	
}
#mainNav li{
	float:left;
	padding-right:45px;
}
#footer a,
#mainNav a{
	line-height:1.4em;
	text-decoration:none; 
}

a{ color:#0b3c7e; }
li.current_page_item a{ color:#88c721; }

#footer a:hover,
#mainNav a:hover,
li a:hover,
a:hover{ 
	color:#0b3c7e;	
	text-decoration:underline; 
}

.content{
	background:url(images/detailFrame.png) no-repeat transparent;	
	margin:0;
	min-height:300px;
	padding:37px 25px;
}
.contact .content,
.home .content{
	background:0;	
	min-height:500px;
}
/* Home page */
.home h2{
	font-size:22px;
	margin-bottom:8px;
	margin-left:10px;
	margin-top:15px;
	text-transform:uppercase;
}
.home h2 span{
	color:#88c721;
	font-size:14px;
	margin-left:-8px;
}
.home h2.welcome{ font-size:26px; }
.home h2.welcome span{ font-size:18px; }
.home h2.mapHeader{ clear:left; margin-top:40px; }

#featuredProperty{	
	left:75px;
	position:absolute;	
	top:250px;
}
#featuredProperty h2{
	font-size:22px;	
	margin-bottom:8px;
	margin-left:13px;
	margin-top:15px;
	text-transform:uppercase;
}
#featuredProperty h2 span{
	color:#88c721;
	font-size:14px;
	margin-left:-8px;
}
#featuredProperty a{
	clear:both;	
	float:left;
}
a.detailLink{
	display:block;
	margin-bottom:80px;
	margin-left:82px;
	margin-top:5px;
	_margin-left:44px;	
}
#featuredProperty img{
	clear:both;	
	float:left;	
}
#featuredProperty img#primaryImage{
	border: 1px solid #72BBDB;
	margin:10px 0 10px 15px;
	width:190px;
}
#featuredProperty dl{	
	clear:left;
	float:left;
	margin-left:22px;
	width:200px;
}
#featuredProperty dt{ 
	float:left;
	line-height:15px;
	margin-right:10px;
	margin-top:14px;
	text-align:right;
	width:50px;
}
#featuredProperty dd{ 
	color:#88c721; 
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin-top:14px;
}
.logo{
	margin-left:5px;
	margin-top:20px;
}
.logo-avery{ margin-left:18px; }

#welcomeSection{
	left:320px;
	position:absolute;	
	top:300px;	
}
#welcomeSection .postContent{ width:480px; }

#welcomeSection p.leftPost,
#welcomeSection p.rightPost{
	float:left;
	font-size:12px;
	line-height:1.7;
	margin-bottom:40px;
	margin-left:10px;
	text-align:justify;
	width:240px;
}
.home #mapWrapper{
	border: 1px solid #72BBDB;
	float:left;
	height:287px;
	margin-left:10px;
	margin-top:10px;
	padding:11px;
	width:458px;	
}
.home #map{
	border: 1px solid #72BBDB;
	height:285px;
	width:458px;	
}

/* refine the search */
.refineResults{
	background:url(images/searchFrame.png) no-repeat transparent 0 0;
	height:101px;	
	padding-left:35px;
	padding-top:10px;
	position:relative;
}
.refineResults p:first-child,
.refineResults p.thanks{
	float:left;
	font-size:22px;
	line-height:22px;
	text-transform:uppercase;
}
.refineResults h2{	
	float:left;
	line-height:28px;
	margin-left:5px;
	text-transform:uppercase;
}
#form_refineSearch p{
	clear:left;
	font-size:14px;
	margin-left:15px;
	text-transform:none;
	_margin-top:-12px;
}
*+html #form_refineSearch p{ margin-top:-12px; }
#form_refineSearch span{ color:#88c721; }
.refineResults #refineSearch{
	background:url(images/refine-btn.gif) no-repeat transparent 0 0;
	border:0;	
	cursor:pointer;
	height:44px;
	_line-height:100px; 
	position:absolute;
	right:43px;	
	top:61px;
	text-indent:-1000em;
	width:122px;	
}
*+html .refineResults #refineSearch{ 
	line-height:100px;
	top:61px;
}

.refineResults .numberOfResults{
	bottom:10px;
	position:absolute;	
	text-transform:uppercase;
}
.refineResults .numberOfResults span{ color:#88c721; }

/** NEW SELECT STYLES **/
   .refineResults select.replaced {
      width: 1px;
      position: absolute;
      left: -999em;
    }
    .refineResults ul.selectReplacement {
      background:url(images/downarrow2.png) no-repeat bottom center transparent;      
      color:#88c721;
      display:inline-block; 
      display:-moz-inline-block;
      margin: 0;
      padding: 0 5px 5px 5px;
      height: 1.6em;      
      position: relative;
      z-index: 1000;
      vertical-align:text-top;
    }    
    .refineResults ul.selectFocused {
      background-image: url();
    }
    .refineResults ul.selectReplacement li {
      background: #fff;
      cursor: pointer;
      display: none;
      line-height:1.4em;
      list-style: none;
      margin: 0;
      padding:0 10px;
    }    
    .refineResults ul.selectOpen li {
	background:#fff;
	border-left:1px solid #88c721;
	border-right:1px solid #88c721;
	display: block;	    
    }
    .refineResults ul.selectReplacement li.selected {
      background: #fff;
      border-bottom:2px solid #88c721;
      display: block;
      line-height:1em;
    }
    .refineResults ul.selectOpen li.selected {
      border: 0; /*removing bottom border*/
      border-left:1px solid #88c721;
      border-right:1px solid #88c721;
      display: block;
    }
    .refineResults ul.selectOpen li:last-child{
	    border-bottom:1px solid #88c721;
    }
    .refineResults ul.selectOpen li:hover,
    .refineResults ul.selectOpen li.hover,
    .refineResults ul.selectOpen li.selected:hover {
     
    }
/* property listings page */
.propertyListing{
	background:url(images/listing-bkg.gif) no-repeat transparent 205px 0;
	margin-bottom:20px;
	margin-left:10px;
	min-height:152px;
	_height:152px;
	position:relative;
	width:795px;
}
.noResults{
	border:1px solid #88c721;
	color:#88c721;	
	font-size:16px;
	line-height:1.4em;
	margin:40px 35px;
	padding:20px;
	text-align:center;
	width:685px;
}
.noResults em{
	color:#0b3c7e;
	font-family:Georgia;
	font-size:22px;	
}

.propertyListing img{
	float:left;
	height:150px;
	width:200px;
}
.propertyListing em{
	color:#0b3c7e;
	font-size:22px;	
	text-transform:uppercase;
}
.propertyListing p.addressBlock{	
	color:#88c721;
	float:none;
	font-size:15px;
	line-height:1.4em;
	margin-left:220px;
	padding-top:15px;
	width:205px;
}
.propertyListing p.addressBlock span{
	margin-left:-5px;
	text-transform:uppercase;
}
.propertyListing p.details{
	float:none;
	left:0; /* for ie6 */
	line-height:1.4em;
	margin-left:470px;
	margin-top:-60px;
	position:absolute;
	top:80px;
	width:100px;
}
.propertyListing .availability{
	font-size:22px;
	margin:0 0 0 613px;
	display:block;
	position:absolute;
	top:20px;
	left:0; /* for ie6 */
}
.propertyListing .notAvailable{
	color:#808080;
	left:-18px;
}
.propertyListing a.listingLink,
.propertyListing a.listingLink:hover{
	background:url(images/view-btn.gif) no-repeat transparent 0 0;	
	float:left;
	height:44px;
	text-indent:-1000em;
	width:122px;
	margin-left:605px;
	margin-top:-100px;
}

/* property detail page */
#photoColumn{	
	float:left;
	width: 375px;
}
#photoColumn #primaryImage{
	border: 1px solid #72BBDB;
	height:257;
	margin-left:10px;
	width:358px;	
}
#photoColumn #gallery{
	background:url(images/thumb-bar.gif) no-repeat transparent;
	height:70px;
	margin-top:5px;
	margin-left:10px;
	padding-left:20px;
}
#photoColumn #gallery #thumbArea{
	cursor:pointer;
	float:left;
	height:65px;
	margin:0;
	overflow:hidden;
	text-indent:-1000em;
	width:265px;		
	position:relative;	
}
#photoColumn #gallery #slider{	
	display:block;		
	width:800px;	
	position:absolute;
	left:0;	
}
#photoColumn #gallery #linkNext,
#photoColumn #gallery #linkPrev{	
	cursor:pointer;
	float:left;
	height:60px;
	margin-right:5px;
	text-indent:-1000em;
	width:30px;
}
#photoColumn #gallery #linkNext{ float:right; }
#photoColumn .thumb{
	border: 1px solid #72BBDB;
	cursor:pointer;
	float:left;
	height:50px;
	margin:0;
	margin-right:5px;	
	margin-top:8px;
	width:60px;
}
#photoColumn h2{
	font-size:24px;
	margin-bottom:8px;
	margin-left:10px;
	margin-top:15px;
	text-transform:uppercase;
}
#photoColumn h2 span{
	color:#88c721;
	font-size:16px;
	margin-left:-8px;
}
#photoColumn p{
	line-height:1.4;
	margin-left:10px;
	text-align:justify;
}
#detailColumn{	
	background:url(images/detail-area.gif) no-repeat transparent;
	float:right;
	margin-right:10px;
	padding-top:15px;
	width:420px;
}
#detailColumn em{
	color:#0b3c7e;
	font-size:22px;	
	text-transform:uppercase;
}
#detailColumn p{	
	color:#88c721;
	_display:inline;
	float:left;
	font-size:15px;
	margin-left:19px;
	width:205px;
}
#detailColumn p span{
	margin-left:-5px;
	text-transform:uppercase;
}

#detailColumn a#btnRequestInfo{
	background:url(images/btn-request-info.gif) no-repeat;	
	float:right;
	height:44px;
	margin-right:20px;
	_margin-top:20px;
	text-indent:-1000em;
	width:154px;	
}
#detailColumn #agentLinks{
	border:1px solid #0b3c7e;
	border-bottom:0;
	_display:inline;
	float:right;
	margin-right:8px;
	margin-top:15px;
	padding-bottom:25px;
	text-align:center;
	width:176px;
}
#detailColumn #agentLinks h3{
	background:#0b3c7e;
	color:white;
	margin-bottom:10px;
	padding:5px 0;
}
#detailColumn #agentLinks span{ 
	display:block;
	margin-bottom:10px;
}
#detailColumn #agentLinks .phone{
	font-weight:bold;	
}
#detailColumn a#btnMakeOffer{
	background:url(images/btn-offer-option.gif) no-repeat;
	display:block;
	height:44px;	
	margin-left:30px;
	_margin-left:0px;
	text-indent:-1000em;
	width:122px;	
}
*+html #detailColumn a#btnMakeOffer{ margin-left:0; }

dl{	
	clear:left;
	_display:inline;
	float:left;
	margin-left:22px;
	width:200px;
}
dt{ 
	clear:left;
	float:left;
	line-height:15px;
	margin-top:14px;
	width:90px;
}
dd{ 
	color:#88c721; 
	
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin-top:14px;
}
em.status{
	_display:inline;
	float:right;
	margin-right:31px;
}
#detailColumn em.notAvailable{ 
	color:#ff0000;
	margin-right:11px;
}
#mapWrapper{
	border: 1px solid #72BBDB;
	float:left;
	height:287px;
	margin-left:10px;
	margin-top:75px;
	padding:11px;
	width:380px;	
}
#detailMap{
	border: 1px solid #72BBDB;
	height:285px;
	width:378px;	
}

/* Footer */
#footer{
	background:url(images/footer.jpg) no-repeat transparent 0 0;
	clear:both;
	float:left;
	height:60px;	
	margin:70px 0;
	position:relative;	
	width:830px;
}
#footer ul{ 
	margin:15px 0 0 160px; 
}
#footer li{
	float:left;
	font-size:12px;
	padding:10px;
}
#footer a{
	text-decoration:none;	
}
#footer a:hover{
	color:#0b3c7e;
	text-decoration:underline;	
}
#footer #averyLink{
	display:block;
	height:40px;
	position:absolute;
	left:40px;
	top:15px;	
	text-indent:-1000em;
	width:100px;
}
#footer img{
       height:24px;
       margin-left:95px;
       width:24px;
}
.home #footer{
	background:0;
	clear:both;
	float:right;
	height:auto;
	margin-top:-150px;
	width:auto;
	_margin-top:350px;
}
.home #footer ul{ margin:0; }
.home #footer li{
	float:left;
	font-size:12px;
	padding:10px;
}
.home #footer a{
	color:#99b3cc;
	text-decoration:none;	
}
.home #footer a:hover{
	color:#0b3c7e;
	text-decoration:underline;	
}
.home #footer img{
        height:20px;
        margin-left:0;
        width:20px;
}


.content .post{ margin:0 40px; }
.content #post-14 img.aligncenter{ 
		margin-left:250px;
}
.content .post strong{ font-weight:bold; }
.content .post h2{
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
	text-decoration:underline;
}
.content .post h3{
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
	margin-top:20px;
}
.content .post ul,
.content .post ol{
	margin:15px 0 25px 20px;
}
.content .post p{
	line-height:1.4;
	margin:20px 0;
}
.content .post p.center{
	margin:0 auto;
	text-align:center;
	width:600px;
}
.content .post li{
	line-height:1.4;
	list-style-type:disc;
	margin-left:20px;
	margin-bottom:10px;
}
.content .post ol li{ list-style-type:decimal; }
.content .post ol ol li{ list-style-type:lower-latin; }
.content .post p a.alignright{ text-align:right; display:block; }

.content .post blockquote{
	line-height:1.4em;
	margin:0 25px;
}

/* Contact Page */
.contact .content{
	min-height:150px;
	_height:225px;	
}
.contact .post h2{
	font-size:20px;
	font-weight:normal;
	margin:15px 0 8px 0;
	text-decoration:none;
	text-transform:uppercase;
}
.contact .post ol li{ 
	list-style-type:none;
	margin-left:0;
}
.contact .post label{ 
	float:left; 
	width:180px; 
}
.contact .post textarea{ width:225px; }
.contact .post legend{ display:none; }
.linklove{ display:none; }

.contact .post .success,
.contact .post .failure{
	border:1px solid #800;
	color:#800;	
	margin:20px 0;
	padding:15px;
	width:410px;
}
.contact .post .success{ 
	border:1px solid #88c721;
	color:#88c721;
}
.contact .sendbutton{
	background:url('images/btn-send-message.gif') no-repeat #000 0 0;
	border:0;	
	color:white;	
	float:right;
	height:44px;
	_line-height:100px;
	margin-right:100px;
	_margin-top:-75px;
	text-indent:-1000em;
	width:122px;	
}
*+html .contact .sendbutton{
	line-height:100px;
	margin-top:-75px;
}
table{ border-collapse:collapse;}
table th, table td{ border:1px solid #99b3cc; padding:5px; }
table th{ font-weight:bold; }
table tr{ height:1.7em; }