/*

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.0
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 - 
==============================================================================*/

* { /* removes defaults from all elements */
margin: 0;
padding: 0;
list-style-type: none;
}

/** Body
==============================================================================*/

body {
font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;
font-size: 14px;
line-height: 24px;
color: #777777;
background: #000 url(images/wood.jpg) top center;
background-attachment: fixed;
margin: 0 auto;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin: 0 0 20px 0;
}

.left {
float: left;
}

.right {
float: right;
}

 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.pad{height: 20px;display: block;}

blockquote {
width: 500px;
font-size: 16px;
background-image: url(images/open-quote.gif);
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 30px;
margin: 0 auto;
padding-top: 5px;
}
blockquote span {
background-image: url(images/close-quote.gif);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 30px;
}


/** Headings
==============================================================================*/

h1 {
font-size: 1.313em;
line-height: 30px;
color: #632f1b;
margin: 0 0 30px 0;
}

h2 {
font-size: 1.375em;
font-weight: normal;
line-height: 30px;
color: #632f1b;
margin: 0 0 20px 0;
font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif ;
border-bottom: 1px solid yellow;
padding-bottom: 5px;
}

h3 {
font-weight: normal;
font-size: 18px;
line-height: 20px;
color: #852432;
}

h4 {
font-weight: normal;
font-size: 16px;
margin: 20px 0 0 0;
color: #696969;
text-transform: capitalize;
}

h5 {
font-weight: normal;
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;
padding-bottom: 20px;
}

#wrapper{
width: 980px;
background: #FFF url(images/head-bkg.jpg) no-repeat top right;
margin: 25px auto;
box-shadow:0px 0px 25px #000;
-webkit-box-shadow:0px 0px 25px #000;
-moz-box-shadow: 00px 0px 25px #000;
}

/** Navigation
==============================================================================*/

#nav{
height: 65px;
font-size: 1.1em;
font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif ;
text-transform: uppercase;
}

ul#nav {
margin: 0;
line-height: 65px;
}

ul#nav li {
float: left;
margin: 0 10px 0 0;
padding: 0 8px 0 8px;
}

ul#nav li a {
color: #7c7c7c;
display: block;
}

ul#nav li a:hover {
color: #0821e9;
}

ul#nav li.current_page_item a, ul#nav li.current-cat a {
color: #333333;
}

ul#nav ul.children {
display: none;
}

/** Home Header
==============================================================================*/

#homeheader {
float: left;
width: 960px;
color: #999999;
margin: 0 0 20px 0;
background-color: #fff;
}


#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) #0821e9 top center;
}

#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;
}

.valet{font-size: 12px;color:#0821e9;font-weight: bold;float: right;margin-right: 5px; }


/** Home Welcome, New Listings, Featured Listing
==============================================================================*/

#homewelcome, #newlistings {
float: left;
display: inline; /*ie6 double margin bug fix*/
width: 295px;
margin: 0 20px 0 0;
font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif ;
}

#homewelcome h1 {
margin: 0 0 10px 0;
}

#homewelcome p{margin: 5px;}

.listing {
float: left;
width: 100%;
margin: 0 0 10px 0;
font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;
color: #4d4d4d;
font-size: 0.75em;
}

.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: 11px;
margin: 0;
}

.price, .bedbathsqft {
font-size: 12px;
color: #777777;
}

.price {
padding-top: 25px;
margin-bottom: -5px;
}

#featuredlisting {
float: left;
width: 330px;
}


#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 #ebd0b4;
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;
}

#big-slide{
width: 630px;
height: 314px;
float: left;
}


.menu-title{
text-transform: uppercase;
font-size: 1.25em;
}


/** Listing Wrapper
==============================================================================*/

#single-content{
	width: 603px;
	font-family: Baskerville, Times, Times New Roman, serif;
	margin-right: 15px;
	float: left;
	padding-left: 10px;
}


/** Listing Wrapper
==============================================================================*/

#listingwrap {
float: left;
width: 960px;
background: #fff 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;
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;
}

.searchresult img {
float: left;
}

.listinginfo {
float: left;
}

.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
==============================================================================*/

#listingdetail {
float: right;
width: 630px;
}

#listingdetail h3, #listingdetail .location {
float: left;
width: 400px;
margin-left: 0px;
}

.listing h3{
color: #4d4d4d;
text-transform: uppercase;
font-weight: normal;
}

#listingdetail img {
margin: 0 0 20px 20px;
border: 1px solid #999999;
padding: 2px;
}

#listingdetail p, #listingdetail h4, #listingdetail h5, #listingdetail ul {
margin-left: 20px;
}


#listingdetail p {
color: #4d4d4d;
font-size: 13px;
}

/** Footer
==============================================================================*/

#footer {
float: left;
width: 980px;
margin: 0px;
border-top: 1px solid #cfcfcf;
background: #fefefd url(images/footer-bkg.jpg) no-repeat top center;
}

#footer p {
margin: 20px 10px 20px 10px;
color: #808080;
font-size: 11px;
}

/**Slideshow
==============================================================================*/

.pics {  
	width: 630px;
	height: 314px; 
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
	width: 630px;
	height: 314px;
    top:  0; 
    left: 0 
} 


/**jqModal Styling
==============================================================================*/  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 25%;
    left: 50%;
        
    margin-left: -160px;
    width: 320px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmClose{width: 320px;
display: block;
text-align: right;}

/**forms
==============================================================================*/ 
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif ;
	margin:10px 0 0; 
	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: #999999;
	letter-spacing:3px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
}
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:#999999;
	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: #4f4840;
	font-size:0.9em;
}
.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 #aaa; 
	font-size:0.9em;
	color:#4f4840;
	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 #FFCC00;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
	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-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: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color#4f4840;
	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.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:auto;  
	padding:2px 1em; 
	margin: 0;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	margin: 0 5px 0 0;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   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:#333;
	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:#4f4840;
	width: 300px;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	width: 300px;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#4f4840;
	width: 300px;
	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;
}

#usermessagea{width: 300px;}

/*                                                    */
/* 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 {
display: none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	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;
}
