/*

Theme Name: WP Pro Real Estate
Theme URI: http://themeforest.net/user/contempoinc
Description: This is a clean and simple theme design suitable for use in the real estate market, and more.
Version: 1.2
Author: Chris Robinson
Author URI: http://themeforest.net/user/contempoinc
Tags: blue, grey, custom, fixed width, two columns, real estate

	This theme was designed and built by Chris Robinson,
	whose ThemeForest profile you will find at http://themeforest.net/user/contempoinc

	If you should have any questions at all please don't hesitate to
	email me through my profile on ThemeForest or via email at chris@contempographicdesign.com

*/

/** CSS - Real Estate Theme
==============================================================================*/

* { /* removes defaults from all elements */
margin: 0;
padding: 0;
list-style-type: none;
}

/** Body
==============================================================================*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
color: #777777;
background-color: #ffffff;
margin: 0 auto;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.left {
float: left;
}

.right {
	float: right;
	
}

/** Headings
==============================================================================*/

h1 {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin: 0 0 30px 0;
}

h2 {
font-size: 14px;
line-height: 14px;
margin-bottom: 8px;
color: #4f4840;
text-transform: uppercase;
border-bottom: 1px solid #4f4840;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 16px;
	margin: 20px 0 0 0;
	color: #2A5116;
}

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;
}

h6 { 
font-size: 16px;
margin: 20px 0 0 0;
color: #696969;
text-transform: capitalize;
}

h7{
	font-size: 20px;
	color: #FFFFFF;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-left: 20px;
}

h8{
	font-size: 24px;
	margin: 20px 0 0 0;
	color: #2A5116;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	line-height: 26px;
}

h9{
	font-size: 18px;
	margin: 20px 0 0 0;
	color: #2A5116;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	line-height: 20px;
}

h10{
	font-size: 16px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h11{
	font-size: 16px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;	
}

h12{
	font-size: 23px;
	color: #742B0C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	line-height: 26px;
}

/** Links
==============================================================================*/

a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
color: #7f7467;
text-decoration: none;
}

a:active {
color: #4f4840;
text-decoration: none;
}

/** Main Container
==============================================================================*/

#container {
width: 965px;
margin: 0 auto;
}

/** Logo
==============================================================================*/

#logo {
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 7px;
}

/** Navigation
==============================================================================*/

ul#nav {
	position:absolute;
	padding-left: 0;
	color: #333333;
	float: left;
	width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	height: 50px;
	margin-left: 1px;
	margin-top: 2px;
	font-weight: lighter;
}

ul#nav li {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 50;
}

ul#nav li a {
	color: #333333;
	margin-right: 0px;
	margin-left: 45px;
	margin-top: 4px;
	padding-right: 25px;
	height: 50px;
	font-weight: lighter;
}

ul#nav li a:hover {
	color: #999999;
}

ul#nav li.current_page_item a {
	color: #2a5116;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

ul#nav ul.children {
	display: inline;
}

/** Search
==============================================================================*/

#search {
	float: left;
	width: 918px;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/search_bg.jpg);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #91a759;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #91a759;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#search p {
	margin: 0;
	padding-top: 5px;
}

#searchfield input {
width: 285px;
height: 18px;
padding: 2px 0 0 25px;
margin: 2px 0 0 0;
border: 1px solid #ebd0b4;
background: url(images/search_icon.jpg) no-repeat #ffffff 3px 3px;
}

/** Home Header
==============================================================================*/

#homeheader {
float: left;
width: 960px;
color: #999999;
margin: 0 0 20px 0;
}

#homeheader img {
float: left;
}

#homeintro {
	float: right;
	width: 327px;
	height: 314px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/header_logos_bg.jpg);
	background-position: 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;
}

/** Slideshow, Home Page
==============================================================================*/

#slideshow {
    position:relative;
    height:314px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/** Home Welcome, New Listings, Featured Listing
==============================================================================*/

#homewelcome, #newlistings {
float: left;
display: inline; /*ie6 double margin bug fix*/
width: 295px;
margin: 0 20px 0 0;
}

#homewelcome h1 {
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: f9f97c;
}

.listing {
float: left;
width: 295px;
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: #333333;
}

.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 {
	float: left;
	padding: 10px 20px 8px 20px;
	margin: 0 0 10px 0;
	background-repeat: repeat-x;
}

#featuredlisting .address {
width: 288px;
}

#featuredlisting .price, #featuredlisting .bedbathsqft, #featuredlisting .propertytype,
.listinginfo .price, .listinginfo .bedbathsqft, .listinginfo .propertytype, .listinginfo .mls {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20;
	margin-left: 20px;
}

#featuredlisting .propertytype {
	margin-bottom: 25px;
}

/** Listing Wrapper
==============================================================================*/

#listingwrap {
	float: left;
	width: 963px;
	background: url(images/listing_bg.jpg) repeat-y;
	
}

/** Sidebar
==============================================================================*/

#sidebar {
	float: left;
	width: 309px;
	background-color: #2a5116;
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #2a5116;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 19px;
	padding-left: 19px;
	height: 300px;
}

#sidebar ul {
	list-style-type: none;
	text-indent: 15px;
	padding-left: 25px;
}

#sidebar ul li {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-weight: lighter;
	line-height: 22px;
	font-size: 14px;
}

#sidebar ul li a {
	padding: 5px 0 5px 0;
	width: 309px;
	color: #ccd4a3;
	font-weight: lighter;
	font-size: 14px;
}

#sidebar ul li a:hover {
color: #cccccc;
}

#sidebar ul li.current-cat a {
	color: #233E81;
}

/** 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: right;
	margin: 20px 0 0 20px;
	
}

/** Listing Detail
==============================================================================*/

#listingdetail {
	float: right;
	width: 635px;
}

#listingdetail h3, #listingdetail .location {
float: left;
width: 400px;
margin-left: 0px;
}

#listingdetail img {
	border: 1px solid #999999;
	padding: 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}

#imagesnav ul {
display: none;
}

#imagesnav {
float: right;
width: 590px;
margin: 0 3px 0 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 3px 20px 0;
}

#listingdetail .price {
font-size: 26px;
}

#listingdetail p, #listingdetail h4, #listingdetail h5, #listingdetail ul {
margin-left: 20px;
}

#listingdetail ul {
font-size: 12px;
margin-top: 20px;
}

#listingdetail ul li {
color: #999999;
line-height: 18px;
margin: 0 0 18px 0;
}

#listingdetail p {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}

/** Comments
==============================================================================*/

#commentform {
margin: 0 20px 32px 0;
padding: 16px 0 0 0;
}

#respond form {
float: right;
margin: 0 0 0 20px;
}

input {
display: block;
float: left;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

input, textarea {
padding: 2px;
width: 450px;
border: 1px solid #aaa;
}

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
==============================================================================*/

#footer {
float: left;
width: 960px;
margin: 30px 0 0 0;
border-top: 1px solid #cfcfcf;
background: url(images/footer_bg.jpg) repeat-x top;
}

#footer p {
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
