/*

Theme Name: Real Estate Theme
Author: Chris Robinson
*/

* { /* removes defaults from all elements */
margin: 0;
padding: 0;
list-style-type: none;
}

/** Body
==============================================================================*/

html, body
{
	margin		: 0;
	padding		: 0;
	background	: #edeef1 url(images/bg.png) bottom left repeat-x;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 24px;
color: #777777;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin: 0 0 20px 0;
}

.left {
float: left;
}

.right {
float: right;
}


.divider
{
	clear		: both;
	margin		: 20px 0;
	width		: 100%;
	height		: 1px;
	font-size	: 1px;
	line-height	: 1px;
	background	: #DDD;
}

/** Headings
==============================================================================*/

h1 {
	font-size: 18px;
	line-height: 30px;
	color: #9cc1f7;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform	: uppercase;
}

h2 {
font-size: 14px;
line-height: 14px;
margin-bottom: 8px;
color: #4f4840;
text-transform: uppercase;
border-bottom: 1px solid #4f4840;
}

h3 {
font-size: 18px;
line-height: 20px;
color: #556b08;
}
h3 a { color: #556b08; }

h4 {
font-size: 16px;
margin: 20px 0 0 0;
color: #696969;
text-transform: capitalize;
}

h4#comments, #respond h4 {
margin-bottom: 20px;
border-bottom: 1px solid #eeeeee;
}

h5 {
font-size: 14px;
padding: 0 0 3px 0;
margin: 20px 0 0 0;
color: #999999;
text-transform: capitalize;
border-bottom: 1px solid #efefef;
}

/** Links
==============================================================================*/

a:link {
color: #4f4840;
text-decoration: none;
}

a:visited {
color: #4f4840;
text-decoration: none;
}

a:hover {
color: #7f7467;
text-decoration: none;
}

a:active {
color: #4f4840;
text-decoration: none;
}

/** Main Container
==============================================================================*/

#container {
width: 960px;
margin: 0 auto;
}

#page-head
{
	height			: 95px;
	margin-bottom	: 2px;
	background		: url(images/page-head_bg.png) bottom center no-repeat;
	position		: relative;
}

a#logo 
{
	position: absolute;
	width: 277px;
	height: 66px;
	top: 5px;
	left: 22px;
	background: url(images/logo_shelard-group.png) center no-repeat;
	margin-top: 5px;
}

/** Navigation
==============================================================================*/

#nav
{
	width		: 100%;
	float		: left;
	height		: 49px;
	background	: #e6e8db url(images/nav_bg.png) top left repeat-x;
	border-top	: #d5d7c2 4px solid;
}

#nav ul { margin-left: 35px; }
#nav ul li { display: inline; }

#nav ul li a 
{
	color			: #852432;
	height			: 49px;
	padding			: 0 15px;
	display			: block;
	float			: left;
	font			: bold 12px Arial, sans-serif;
	color			: #5f625c;
	text-transform	: uppercase;
	text-shadow		: #FFF 0 1px 1px;
	line-height		: 49px;
}
#nav ul li.current_page_item a, #nav ul li.current_page_parent a, #nav ul li a:hover
{
	background	: #001338;
	color		: #FFF;
	text-shadow	: none;
}


/** Splash
==============================================================================*/
#splash
{
	list-style	: none;
	clear		: both;
	width		: 960px;
	height		: 360px;
	background	: url(images/splash_bg.png) top center no-repeat;
	position	: relative;
}
#splash a
{
	display		: block;
	width		: 300px;
	height		: 340px;
	position	: absolute;
	background	: url(images/splash_hover.png) -300px -300px no-repeat;
}
#splash a:hover { background-position: bottom center; }
#splash a:hover h1 { color: #FFF; }
#splash a h1
{
	margin			: 0;
	padding			: 0;
	position		: absolute;
	color			: #b4bfd3;
	width			: 100%;
	text-align		: center;
	top				: 300px;
	left			: 0;
	font			: bold 16px Arial, sans-serif;
}

a#splash-commercial { top: 20px; left: 20px; }
a#splash-residential { top: 20px; left: 330px; }
a#splash-development { top: 20px; left: 640px; }

/** Branch Nav
==============================================================================*/

#branch-nav
{
	width		: 100%;
	height		: 53px;
	background	: #001338; 
	clear		: both;
}
#branch-nav ul
{
	list-style	: none;
	width		: 100%;
	float		: right;
	margin		: 7px 5px 0 0;
}
#branch-nav li { display: inline; }
#branch-nav a
{
	display			: block;
	float			: right;
	height			: 38px;
	padding			: 0 16px;
	font			: bold 10px Arial, sans-serif;
	color			: #acb3bd;
	text-transform	: uppercase;
	line-height		: 38px;
	border-right	: #40567f 1px solid;
	text-decoration	: none;
}
#branch-nav li:first-child a { border: 0; }

#branch-nav a.selected, #branch-nav a:hover
{
	color			: #FFF;
	text-decoration	: none;
}

/** Home Header
==============================================================================*/

#homeheader {
float: left;
width: 960px;
color: #999999;
margin: 0 0 20px 0;
}

#homeheader img {
float: left;
}

#homeintro {
float: right;
width: 290px;
height: 276px;
padding: 19px;
border-right: 1px solid #3c69ac;
border-left: 1px solid #4e79bb;
background: url(images/header_intro_bg.jpg) repeat-x #3c69ac bottom;
}

#homeintro h1 {
margin: 30px 0 20px 0;
}

#homeintro a#btnleft, #homeintro a#btnright {
float: left;
display: block;
width: 145px;
height: 27px;
text-align: center;
padding: 3px 0 0 0;
margin: 30px 0 0 0;
}

#homeintro a#btnleft {
background: url(images/btn_left_bg.jpg) no-repeat;
}

#homeintro a#btnright {
background: url(images/btn_right_bg.jpg) no-repeat;
}

/** Home Welcome, New Listings, Featured Listing
==============================================================================*/

#homewelcome, #newlistings {
float: left;
display: inline; /*ie6 double margin bug fix*/
width: 290px;
margin: 0 20px 0 0;
}

#homewelcome h1 {
margin: 0 0 10px 0;
}

.listing {
float: left;
width: 290px;
margin: 0 0 10px 0;
}

.listing img {
float: left;
padding: 2px;
margin: 0 10px 0 0;
border: 1px solid #d8d6d4;
}

.listing h3 {
float: right;
width: 165px;
font-size: 14px;
margin-bottom: -8px;
}

.location, .propertytype {
font-size: 10px;
margin: 0;
color: #aaaaaa;
}

.price, .bedbathsqft {
font-size: 12px;
margin: 0;
color: #777777;
}

.price {
font-weight: bold;
margin-bottom: -5px;
}

.price span {
font-weight: normal;
font-size: 12px;
}

#featuredlisting {
float: left;
width: 330px;
}

#featuredwrap {
float: left;
width: 328px;
border: 1px solid #cccccc;
}

#featuredlisting img {
float: left;
}

#featuredlisting h3 {
margin: 0 0 -8px 0;
}

.address {
padding: 10px 20px 8px 20px;
background: #e3e2cd url(images/listingdetail_address_bg.gif) top left repeat-x;
margin: 0 0 15px 0;
position: relative;
}
.address h3 a { color: #556b08; }
.address h3 a:hover { color: #001338; } 

#listingdetail .address p { margin: 0; }

#listingdetail div.agent
{
	clear		: both;
	height		: 30px;
	margin		: 0 0 20px 0;
	background	: #d4d6c8;
	padding		: 0 20px;
	color		: #4a4c3f;
	font		: bold 11px Arial, sans-serif;
	text-shadow	: #e1e3d9 0 1px 0;
	line-height	: 30px;
}
.agent a { color:#4a4c3f; }
.agent a:hover { text-decoration: underline; }

a.button
{
	display			: block;
	width			: 131px;
	height			: 35px;
	background		: url(images/button_bg.png) center center no-repeat;
	color			: #707378;
	text-align		: center;
	text-transform	: uppercase;
	text-shadow		: #FFF 0 1px 0;
	line-height		: 35px;
}
a:hover.button { color: #333; }

.address a.button 
{
	position	: absolute;
	top			: 12px;
	right		: 12px;
}

#imgwrap { position: relative; }

#featuredlisting .address {
width: 288px;
}

#featuredlisting .price, #featuredlisting .bedbathsqft, #featuredlisting .propertytype,
.listinginfo .price, .listinginfo .bedbathsqft, .listinginfo .propertytype, .listinginfo .mls, p.excerpt {
margin: 0 0 10px 20px;
}

#featuredlisting .propertytype {
margin-bottom: 10px;
}

/** Listing Wrapper
==============================================================================*/

#listingwrap {
float: left;
width: 100%;
background: url(images/listing_bg.jpg) top left repeat-y;
padding-bottom: 20px;
margin-bottom: 1px;
}

.interior #listingwrap { background-image: url(images/page_bg.jpg); }

/** Sidebar
==============================================================================*/

#sidebar {
float: left;
width: 329px;
min-height	: 425px;
padding: 0;
background: url(images/sidebar_bg.jpg) top left repeat-x;
}

.interior #sidebar
{
	min-height	: 700px;
	/*background	: url(images/sidebar_bg_about.jpg) bottom left no-repeat;*/
	background	: url(images/sidebar_bg_1.jpg) top left no-repeat;
}

#sidebar .content { padding: 20px; }

#sidebar ul {
list-style-type: none;
}

#sidebar ul li {
text-align		: left;
padding			: 6px 0;
border-bottom	: #2c446e 1px solid;
line-height	: 14px !important;
}

#sidebar ul li a {
line-height	: 14px !important;
color: #cccccc;
}

#sidebar ul li a:hover {
color: #FFF;
}

a#popup-maps
{
	display: block;
	width: 198px;
	height: 29px;
	background: url(images/button_popup-maps.png) center center no-repeat;
	margin: 20px auto;
	outline: none;
}


div#testimonial 
{
	width		: 290px;
	margin		: 25px auto;
}
#testimonial blockquote
{
	padding		: 60px 20px 0 20px;
	background	: url(images/testimonials_bg.png) top center no-repeat;
	font-size	: 11px;
	font-style	: italic;
	color		: #FFF;
	line-height	: 14px;
}
#testimonial p { margin: 0; }
#testimonial a { font-size: 11px; color: #e5f183; }
#testimonial .bottom { height: 45px; line-height:45px; padding: 0 20px; background: url(images/testimonials_bg.png) bottom center no-repeat; }


blockquote.testimonial
{
	font-size	: 12px;
	padding		: 20px 0;
	line-height	: 18px;
	font-style	: italic;
}
blockquote.testimonial h4
{
	color		: #000;
	font-size	: 14px;
	margin-top	: 0;
	text-indent	: 25px;
}

/** Main
==============================================================================*/

#main
{
	float	: right;
	width	: 630px;
	margin	: 1px 0 0 0;
}
#main .content { padding: 20px 40px; }

#main .content h1
{	
	font-size		: 25px;
	letter-spacing	: -1px;
	text-transform	: none;
	margin			: 20px 0 10px 0;
	color			: #001338;
}

/** Search Result
==============================================================================*/

.searchresult {
float: right;
margin: 20px 0 0 0;
width: 610px;
background: url(images/search_result_description_bg.jpg) repeat-x bottom #efefef;
}

.searchresult img {
float: left;
}

.listinginfo {
float: left;
}

.excerpt {
width: 268px;
font-size: 11px;
line-height: 15px;
margin: 0 0 0 20px;
}

.listinginfo .address {
width: 288px;
}

.listinginfo .price {
font-size: 18px;
}

.mls {
color: #999999;
}

#searchnav {
float: right;
width: 610px;
margin: 20px 0 0 0;
}

#searchnav a#btnleft, #searchnav a#btnright {
display: block;
width: 145px;
height: 27px;
text-align: center;
padding: 3px 0 0 0;
}

#searchnav a#btnleft {
float: left;
background: url(images/searchnav_btnleft.jpg) no-repeat;
}

#searchnav a#btnright {
float: right;
background: url(images/searchnav_btnright.jpg) no-repeat;
}

.noresults {
float: left;
margin: 20px 0 0 20px;
}

/** Listing Detail
==============================================================================*/

.post{ padding-top: 1px; }

#listingdetail {
float: right;
width: 630px;
padding-bottom: 30px;
}

#listingdetail h3, #listingdetail .location {
float: left;
width: 400px;
margin-left: 0px;
}

#listingdetail img {
margin: 0 0 20px 20px;
border: 1px solid #999999;
padding: 2px;
}

#imagesnav ul {
display: none;
}

#imagesnav {
float: right;
width: 590px;
margin: 0;
padding: 4px 20px 4px 20px;
background: url(images/gallery_nav_bg.jpg) repeat-x;
}

#imageslides {
float: left;
width: 630px;
height: 438px;
}

#imagesnav span.jFlowControl, .jFlowNext, .jFlowPrev {
cursor: pointer;
}

.jFlowPrev {
padding: 0 0 0 30px;
background: url(images/gallery_left_btn.jpg) no-repeat left;
}

.jFlowNext {
padding: 0 30px 0 0;
background: url(images/gallery_right_btn.jpg) no-repeat right;
}

#listingdetail .address {
float: right;
width: 590px;
margin: 0 0 1px 0;
}

#listingdetail .price {
font-size: 26px;
}

#listingdetail p, #listingdetail h4, #listingdetail h5, #listingdetail ul {
margin-left: 20px;
margin-bottom: 10px;
color: #001338;
}


#listingdetail ul {
font-size: 12px;
margin-top: 20px;
}

#listingdetail ul li {
color: #999999;
line-height: 18px;
margin: 0 0 18px 0;
}

#listingdetail p {
color: #999999;
font-size: 12px;
}

#location {
float: left;
overflow: auto;
margin: 0 0 0 20px;
}

#location .gsmsc-mapDiv {
height: 350px;
}

#location .gsmsc-idleMapDiv {
height: 350px;
overflow: hidden!important;
}

#location #mapsearch * {
margin: 0px!important;
padding: 0px!important;
font-size: 12px;
}

#location #mapsearch {
width: 620px;
}

#location .gsmsc-controls, #location div.gs-directions-to-from {
display: none;
}

.imgwrap {
position: relative;
float: left;
}

#status, #status-sm, #status-md {
position: absolute;
top: 0px;
left: 0px;
border: none;
}

#status {
top: 0px;
left: 0px;
}

/** Comments
==============================================================================*/

#commentform {
margin: 0 20px 32px 0;
padding: 16px 0 0 0;
}

#respond form {
float: right;
margin: 0 0 0 20px;
}

#respond input {
display: block;
float: left;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

#respond input, #respond textarea {
padding: 2px;
width: 450px;
border: 1px solid #aaa;
}

#respond textarea {
margin: 5px 5px 1px 0;
overflow: hidden;
}

#submit {
float: right;
width: 128px;
height: 24px;
border: none;
display: inline;
margin: 10px 152px 0 0;
background-color: #aaa;
text-transform: uppercase;
font-size: 11px;
}

.avatarwrap { 
float: left;
width: 167px;
margin: 0 0 24px 0;
background: url(images/comments_tail.jpg) no-repeat right 12px;
}

.name, .date {
font-size: 10px;
padding: 0;
margin: 0;
line-height: 16px;
}

.avatar {
margin: 0;
padding: 0;
}

.avatarwrap p {
margin: 0;
padding: 0;
font-size: 10px;
}

.avatarwrap .date {
color: #808072;
}

.comment {
float: right;
width: 436px;
padding: 16px;
margin: 0 0 24px 0;
background-color: #eeeeee;
}

#comment_post_ID, #comment_parent, #_wp_unfiltered_html_comment {
display: none;
}



#footer-callout
{
	background	: #001338;
	padding		: 40px 50px 25px 50px;
	clear		: both;
}
#footer-callout blockquote
{
	width	: 565px;
	font	: italic 14px Georgia, serif;
	line-height: 18px;
	color	: #bfbeba;
}

/** Footer
==============================================================================*/

#footer 
{
	float		: left;
	width		: 100%;
	height		: 50px;
	background	: url(images/footer_bg.png) top center no-repeat;
	font-size	: 11px;
	line-height	: 1;
	margin-top	: 2px;
}
#footer, #footer a { color: #858681; } 
#footer ul { margin: 10px 0 0 50px; padding: 0 0 0 45px; height: 40px; background: url(images/logo_eho.png) center left no-repeat; }
#footer li
{
	float			: left;
	padding			: 1px 10px;
	margin-top		: 15px;
	border-right	: #858681 1px solid;
}
#footer a:hover { color: #333; text-decoration: underline; }

#footer li:first-child a { padding-left: 0; }
#footer li:last-child { border: 0; }


.map
{
	width		: 760px;
	height		: 525px;
	background	: #FFF;
}