/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

.custom #content_box {
background-color: #ffffff;
}

.custom #content {
background-color: #ffffff;
border-right: solid 1px #cccccc;
}

#message {
background-color: #f3ee58;
height: 38px;
padding: 7px;
font-size: 1.4em;
}

body.custom {
background-color: #270c0c;
}



.custom #header_area.full_width {
background-color: #270c0c;
background-image: url(http://realestatewall.com/wp-content/themes/thesis_15/custom/images/realestators/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.custom #content_area.full_width {
background-color: #ffffff;
	background-image: url(http://realestatewall.com/wp-content/themes/thesis_15/custom/images/realestators/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


.custom #feature_box {
	font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
padding: 0;
	height: 1250px;
	width: 999px;
	margin-top: 0px;
	margin-bottom: 0px;
background-color: #ffffff;
	background-image: url(http://therealestators.com/wp-content/themes/thesis_16/custom/images/header_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

.custom #header {
display: none;
}

#below_feature_main {
	background-image: url(http://realestatewall.com/wp-content/themes/thesis_15/custom/images/realestators/below_feature_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 465px;
}


#below_feature_main a {
	color: #7B0B0C;
	text-decoration: none;
	font-weight: bold;
}

#below_feature {
	width: 1000px;
	margin-left: 0px;
}

#iphone {
	height: 355px;
	width: 540px;
	float: right;
	margin-top: 75px;
}
#smarter_agent_app {
	margin-top: 20px;
	height: 250px;
	width: 390px;
}

#MLS_box {
	height: 219px;
	width: 825px;
	padding-top: 85px;
	margin-top: 0px;
	margin-left: 35px;
}

#MLS_box h2 {
	line-height: 1.3em;
	font-size: 1.2em;
	margin-bottom: 9px;
	color: #FFFFFF;
	font-weight: normal;
}
#MLS_box h3 {
	color: #666666;
	font-size: 0.70em;
	text-transform: uppercase;
	font-weight: normal;
}
#MLS_box h3 a {
	color: #FFFFCC;
}

#MLS_script {
	width: 600px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1em;
	height: 35px;
	margin-bottom: 5px;
}
#MLS_script input.ds-quick-search-button {
	background-color: #FFFFFF;
}
#box_define {
	width: 680px;
	background-color: #4E0000;
	border: 1px dotted #FFFFFF;
	padding: 8px;
}
#featured_content_box {
	background-image: url(http://realestatewall.com/wp-content/themes/thesis_15/custom/images/realestators/leather.jpg);
	height: 465px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
}
.ds-quick-search-name {
	color: #FFFFFF;
	font-size: 1.1em;
}
.ds-quick-search-value {
	margin-right: 15px;
}
#featured_content_box_left {
	height: 445px;
	width: 370px;
	float: left;
	font-size: 0.9em;
}
#link_1 {
	width: 280px;
	height: 100px;
	margin-left: 25px;
	margin-top: 25px;
	background-color: #FFFFFF;
	padding: 10px;
}

#link_2 {
	width: 280px;
	height: 100px;
	margin-left: 25px;
	margin-top: 25px;
	background-color: #FFFFFF;
	padding: 10px;
}


#link_3 {
	width: 280px;
	height: 100px;
	margin-left: 25px;
	margin-top: 25px;
	background-color: #FFFFFF;
	padding: 10px;
}

#featured_content_box_right {
	float: right;
	height: 410px;
	width: 570px;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-right: 25px;
}
#featured_content_box h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
	margin-top: 5px;
	font-size: 1.9em;
}
#featured_content_box  h2 a {
	color: #4B2D20;
	text-decoration: none;
}
#featured_content_box_clear {
	clear: both;
	float: none;
	height: 15px;
}

#not_selling {
	float: left;
	height: 210px;
	width: 355px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 0.9em;
	line-height: 1.4em;
}
.find_out_btn {
	margin-left: 229px;
	margin-top: 35px;
	text-decoration: none;
}
#below_feature_clear {
	clear: both;
	float: none;
	height: 15px;
	width: 400px;
}
#iphone_text {
	width: 460px;
	margin-left: 15px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#dynamic_content {
	width: 520px;
	margin-top: 27px;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
}

.custom #footer {
height: 863px;
	width: 955px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
background-color: #ffffff;
border: none;
}

.custom #footer a {
color: #333333;
}

#footer_column {
	float: left;
	height: 838px;
	width: 312px;
	margin-right: 3px;
}
#footer_column li {
	list-style-type: disc;
	margin-left: 25px;
	line-height: 20px;
}
#footer_column ul {
	margin-bottom: 17px;
}

#footer_header {
	height: 35px;
	width: 312px;
	background-color: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 20px;
}



#sellers {
margin-top: 9px;
	margin-right: 25px;
margin-left: 20px;
	font-size: 1.3em;
	line-height: 1.5em;
}

#sellers li {
margin-bottom: 10px;
}


.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}

.custom #archive_info {display:none;}

/* AUTHOR BOX */
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }
/* BOXES */
#similar h3, #rightcol h3 { font-size: 1.8em; letter-spacing: normal; padding-top: 15px; }
#similar { float: left; width: 50%; }
#similar p { margin-bottom: 15px; padding: 10px 2.5em 10px 10px; }
#similar a { font-size: 1.4em; border-bottom: 1px solid #CB3131; line-height: 1.5em; }
#similar a:hover { border: 0; }
#similar h3 { padding-left: 10px; }
#similar span.date { color: #888; letter-spacing: 1px; text-transform: uppercase; }
#rightcol { float: right; width: 50%; }
#rightcol p { font-size: 14px; line-height: 1.5em; padding: 10px 2.5em 10px 0;  }
#rightcol h3 { padding: 0; }
#rightcol ul { list-style-position: inside;  list-style-type: square; margin-left: 1em; }
#rightcol ul a { border-bottom: 1px solid #CB3131; font-size: 14px; }
#rightcol ul a:hover { border: 0; }
#rightcol li { margin-bottom: 10px; }
#subscribe { background: #FFFBCC; border: 1px solid #E6DB55; float: right; margin: 15px 15px 0 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#custom { background: #E4F2FD; border: 1px solid #C6D9E9; float: right; margin: 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

form.wpcf7-form {
background-color: #e4dfe2;
padding: 45px;
margin-bottom: 15px;
}

.custom #content h4 {
font-size: 16px;
color: #cf5050;
text-transform: uppercase;
}

.custom #sidebars h3  {
font-size: 16px;
color: #cf5050;
text-transform: uppercase;
}

.custom #sidebars h3 a {
font-size: 14px;
color: #cf5050;
text-transform: uppercase;
}

.custom #sidebars img.alignleft {
margin-right: 15px;
margin-bottom: 15px;
border: 12px solid #FFFFFF;
}

.custom #featured_page_widget-7 img.alignleft {
border: none;
}

.custom #content ul li {
margin-left: 25px;
line-height: 1.9em;
	list-style-position: outside;
	list-style-image: url(http://therealestators.com/wp-content/themes/thesis_16/custom/images/ico-bullet.gif);
}
.custom #custom_box ul li {
margin-left: 18px;
line-height: 1.9em;
}

.custom #custom_box h4 {
font-size: 14px;
color: #cf5050;
}

#customers {
	background-color: #270c0c;
	padding: 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 550px;
	line-height: 18px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #DCDCDC;
margin-bottom: 20px;
}
#customers a {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 14px;
	color: #FFFFFF;
}
#customers img {
	margin-right: 15px;
	border: 12px solid #FFFFFF;
	float: left;
}
#customers p {
	margin-top: 15px;
}

.custom #sidebars {
background-color: #f2eeee;
}

.custom #tcf_msg {
width: 220px;
height: 70px;
margin-right: 105px;
margin-left: 20px;
}

.custom #tcform input {
margin-right: 70px;
margin-left: 20px;
}

.custom #contactsubmit{
margin-top: 10px;
margin-bottom: 10px;
}

.custom #tiny-contact-form {
background-color: #ffffff;
} 

.custom #tcform label {
margin-left: 10px;
}

.custom #content #dsidx-search-3 h3 {
font-size: 15px;
font-weight: bold;
color: #c21c1c;
margin-left: 15px;
}

.custom #content .dsidx-search-button input {
width: 150px;
font-size: 12px;
margin-top: 10px;
margin-left: 15px;
}

.custom #content #dsidx-search-3 label {
font-size: 14px;
margin-left: 15px;
}

.custom #content #dsidx-search-3 select {
margin-left: 15px;
}

.custom #content #dsidx-search-3 {
width: 520px;
height: 250px;
border-bottom: solid 1px #999999;
border-top: solid 1px #999999;
border-left: solid 1px #999999;
border-right: solid 1px #999999;
background-image: url(http://therealestators.com/wp-content/themes/thesis_16/custom/images/quick_search_bg.jpg);
	background-repeat: no-repeat;
background-position: bottom;
}

.custom #content_box .ds-quick-search-name {
	color: #333333;
	font-size: 1.1em;
}

#dream_home {
font-size: 14px;
line-height: 1.5em;
color: #222222;
width: 500px;
padding-left: 15px;
padding-bottom: 15px;
background-color: #ecf2f2;
border: 3px solid #dddddd;
margin-bottom: 15px;
}

#dream_home input {
margin-top: 15px;
margin-left: 30px;
width: 172px;
}


#dream_home textarea {
margin-top: 15px;
margin-left: 30px;
width: 180px;
}

#dream_home label {
margin-right: 15px;
} 

#dream_home select {
margin-left: 30px;
margin-top: 20px;
margin-bottom: 20px;
} 

#dream_home_widget {
font-size: 14px;
line-height: 1.9em;
width: 310px;
padding: 10px;
background-color: #f0c80b;
border: 3px solid #333333;
}

#dream_home_widget a {
color: #333333;
font-weight: bold;
}



#smarter_agent_widget {
font-size: 14px;
line-height: 1.9em;
width: 520px;
padding: 10px;
background-image: url(http://therealestators.com/wp-content/themes/thesis_16/custom/images/SA_phones.jpg);
	background-repeat: no-repeat;
	background-position: right center;
border: 1px solid #333333;
margin-top: 15px;
margin-bottom: 15px;
}
#pages_idx {
margin-top: 10px;
margin-bottom: 11px;
font-size: 11.5px;
}