/*

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.4
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: 18px;
color: #3b3b3b;
background-color: #ffffff;
margin: 0 auto;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin: 0 0 20px 0;
}

.left {
float: left;
}

.right {
float: right;
}

/** Tables and Forms
==============================================================================*/

table {
margin-left: 20px;
}

form {
margin-left: 20px;
}

table.center {
margin-left: 20px;
text-align: center;
}

//** Cforms
==============================================================================*/
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin:0;
	padding:0; 
	font:normal 18px Helvetica; 
	color: #3b3b3b;
	letter-spacing:3px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
	border-top:1px solid #3b3b3b;
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:#3b3b3b;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #3b3b3b;
	font:0.9em Trebuchet MS,sans-serif;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #767676; 
	font:0.9em Trebuchet MS,sans-serif;
	color:#888;
	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #F9FC01;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#3b3b3b;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform textarea,
.cform input {
	width:298px; 
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #3b3b3b;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color:#3b3b3b;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding:0pt 3px 0pt 0pt !important;
	text-align:right;
}
.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 0 0 0 100px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #3b3b3b!important;
	border-left-color:#3b3b3b!important; 
	border-top-color:#3b3b3b!important;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#3b3b3b;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#3b3b3b;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#3b3b3b;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:6px auto 10px !important;
	padding:0pt 6px 0pt 0pt !important;
	text-align:right;
	width:410px;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}

/** Headings
==============================================================================*/

h1 {
font-size: 20px;
line-height: 22px;
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 #3b3b3b;
}

h3 {
font-size: 18px;
line-height: 20px;
color: #ffffff;
}

h4 {
font-size: 16px;
margin: 20px 0 0 0;
color: #3b3b3b;
}

h4#comments, #respond h4 {
margin-bottom: 20px;
border-bottom: 1px solid #3b3b3b;
}

h5 {
font-size: 14px;
padding: 0 0 3px 0;
margin: 20px 0 0 0;
color: #3b3b3b;
border-bottom: 1px solid #efefef;
}

h6 {
font-size: 18px;
line-height: 20px;
margin-bottom: 12px;
color: #993333;
text-decoration:underline;
text-align: center;
}

h6.center {
font-size: 18px;
line-height: 20px;
margin-bottom: 12px;
color: #993333;
border-bottom: 1px solid #993333;
text-align: center;
}

h7 {
font-size: 14px;
line-height: 14px;
margin-bottom: 8px;
color: #ffffff;
}


/** 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: 965px;
margin: 0 auto;
}

/** Logo
==============================================================================*/

#logo {
float: left;
margin: 10px 0 0 0;
}

/** Navigation
==============================================================================*/

ul#nav {
float: right;
margin: 40px 0 0 0;
}

ul#nav li {
float: left;
margin: 0 20px 0 0;
}

ul#nav li a {
color: #852432;
display: block;
}

ul#nav li a:hover {
color: #7f7467;
}

ul#nav li.current_page_item a, ul#nav li.current-cat a {
color: #ffffff;
padding: 0 8px 0 8px;
background-color: #852432;
}

ul#nav ul.children {
display: none;
}

/** Search
==============================================================================*/

#search {
float: left;
width: 920px;
margin: 18px 0 0 0;
padding: 10px 20px 10px 20px;
background: url(images/search_bg.jpg) repeat-x;
font-size: 12px;
color: #852432;
}

#search p {
margin: 0;
}

#searchfield input {
width: 285px;
height: 18px;
padding: 2px 0 0 15px;
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: #ffffff;
margin: 0 0 20px 0;
text-align: justify;
}

#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: 5px 0 0 0;
margin: 12px 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, #homewelcome2 {
float: left;
display: inline; /*ie6 double margin bug fix*/
width: 295px;
margin: 0 20px 0 0;
text-align: justify;
}

#homewelcome {h1 margin: 0 0 10px 0;
}

.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: #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 {
float: left;
padding: 10px 20px 8px 20px;
background-color: #f7e0c8;
border-bottom: 1px solid #3b3b3b;
margin: 0 0 10px 0;
}

#featuredlisting .address {
width: 288px;
}

#featuredlisting .price, #featuredlisting .bedbathsqft, #featuredlisting .propertytype,
.listinginfo .price, .listinginfo .bedbathsqft, .listinginfo .propertytype, .listinginfo .mls {
margin: 0 0 0 20px;
}

#featuredlisting .propertytype {
margin-bottom: 10px;
}

/** Listing Wrapper
==============================================================================*/

#listingwrap {
float: left;
width: 963px;
background: url(images/listing_bg.jpg) repeat-y;
}


/** Sidebar
==============================================================================*/

#sidebar {
float: left;
width: 309px;
padding: 19px 0 19px 19px;
border-left: 1px solid #3c69ac;
border-right: 1px solid #4e79bb;
line-height: 20px;
background: url(images/header_intro_bg.jpg) repeat-x #204782 bottom;
}

#sidebar ul {
list-style-type: none;
}

#sidebar ul li {
text-align: left;
}

#sidebar ul li a {
display: block;
padding: 5px 0 5px 0;
width: 309px;
color: #999999;
background: url(images/subnav_item_bg.jpg) no-repeat bottom;
}

#sidebar ul li a:hover {
color: #cccccc;
}

#sidebar ul li.current-cat a {
color: #ffffff;
background: url(images/subnav_current_bg.jpg) repeat-y;
}

/** 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: #3b3b3b;
}

#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
==============================================================================*/

#listingdetail {
float: right;
width: 635px;
}

#listingdetail p, #listingdetail h4, #listingdetail h5, #listingdetail ul {
margin-left: 20px;
}

#listingdetail ul {
font-size: 12px;
margin-top: 20px;
}

#listingdetail ul li {
color: #3b3b3b;
line-height: 18px;
margin: 0 0 18px 0;
}

#listingdetail p {
color: #3b3b3b;
font-size: 12px;
}

/** Footer
==============================================================================*/

#footer {
float: left;
width: 960px;
margin: 30px 0 0 0;
border-top: 1px solid #3b3b3b;
background: url(images/footer_bg.jpg) repeat-x top;
}

#footer p {
margin: 10px 20px 20px 10px;
color: #3b3b3b;
font-size: 11px;
}