/*

Theme Name: Delta Imoveis
Theme URI: http://deltaimoveis.com
Description: Clean design custom built for Delta Imoveis.com
Version: 1.0
Author: Jay Tillery
Author URI: http://jaytillery.com
Tags: real estate, red, grey, black
*/

/** 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;
margin: 0 auto;
background-color: #eeeeee;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin:0 0 10px;
}

.left {
float: left;
}

.right {
float: right;
}

/** Headings
==============================================================================*/

h1 {
	color:#DA251D;
	font-size:18px;
	line-height:21px;
	margin:0 0 10px;
}

h2 {
font-size: 14px;
line-height: 14px;
margin-bottom: 8px;
color: #666;
text-transform: uppercase;
border-bottom: 1px solid #4f4840;
}

h3 {
	color:#DA251D;
	font-size:16px;
	line-height:17px;
}

h4 {
font-size: 16px;
margin: 20px 0 0 0;
color: #DA251D;
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: #DA251D;
text-transform: capitalize;
border-bottom: 1px solid #efefef;
}

/** Links
==============================================================================*/

a:link {
color: #DA251D;
text-decoration: none;
}

a:visited {
color: #DA251D;
text-decoration: none;
}

a:hover {
color: #7f7467;
text-decoration: none;
}

a:active {
color: #DA251D;
text-decoration: none;
}

/** Main Container
==============================================================================*/

#container {
width: 1006px;
margin: 0 auto;
background: #ffffff;
overflow: hidden;
border-left: 10px solid #eaeaea;
border-right: 10px solid #eaeaea;
}


/** Header
==============================================================================*/
#header{ 
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#headinfo{
	position:absolute;
	right:0;
	text-align:right;
	top:57px;
}

#headinfo span{
	font-weight: bold;
	color: #000000;
}

/** Logo
==============================================================================*/

#logo {
	float: left;
	margin: 25px 0;
}

/** Navigation
==============================================================================*/

ul#nav {
	float: right;
	margin:166px 0 0;
}

ul#nav li {
float: left;
margin: 0 0 0 30px;
}

ul#nav li a {
	color:#666666;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#nav li a:hover {
color: #da251d;
}

ul#nav li.current_page_item a, ul#nav li.current-cat a {
color: #da251d;
}

ul#nav ul.children {
display: none;
}

/** Search
==============================================================================*/

#search {
	width: 950px;
	clear: both;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
}

#search p {
margin: 0;
}

#search ul li{
	float: left;
	margin-right: 12px;
}

#search span{
	display: inline-block;
	float: left;
	font-size: 15px;
	margin-right:12px;
	font-weight: bold;
}

/** Home Header
==============================================================================*/

#homeheader {
	border-bottom:1px solid #eaeaea;
	color:#999999;
	margin:10px auto 18px;
	overflow:hidden;
	padding-bottom:10px;
	width:960px;
	position: relative;
}

#homeheader span.locale{
	background:transparent url(images/black.png) repeat scroll 0 0;
	bottom:10px;
	color:#FFFFFF;
	display:none;
	font-size:25px;
	font-weight: bold;
	left:0;
	padding:10px;
	position:absolute;
	opacity: .8;
	width: 940px;
}

#homeheader img {
float: left;
}

#homeintro {
float: right;
width: 290px;
height: 276px;
padding: 19px;
border-right: 1px solid #d3d3d3;
border-left: 1px solid #dddddd;
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, Sections
==============================================================================*/
#sections{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#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;
}

#homewelcome p{
	font-size:14px;
	line-height:21px;
	text-align: justify;
	color:#666666;
}

a.mais{
	font-size: 11px;
	text-align: right;
	display:block;
}

.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 img:hover {
opacity: 0.8;
}

.listing h3 {
float: right;
width:154px;
font-size: 12px;
}

.location {
	font-size: 9px;
	margin: 10px 5px 5px 0;
	color: #aaaaaa;
	line-height:13px;
}

.propertytype {
	font-size: 9px;
	margin: 5px;
	color: #aaaaaa;
	line-height:13px;
}

.price, .bedbathsqft {
	font-size: 12px;
	margin: 0;
	color: #777777;
	font-size:11px;
	line-height:15px;
}

.price {
font-weight: bold;
}

.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 img:hover {
opacity: 0.8;
}

#featuredlisting h3 {
margin: 0 0 -8px 0;
}

.address {
	border-bottom:1px solid #CCCCCC;
	float:left;
	margin:0 0 10px;
	padding:10px 0;
}

#featuredlisting .address {
	width: 288px;
	border-bottom:1px solid #CCCCCC;
	float:left;
	margin:0 0 10px;
	padding:10px 20px;
}

#featuredlisting .price, #featuredlisting .bedbathsqft, #featuredlisting .propertytype,
.listinginfo .price, .listinginfo .bedbathsqft, .listinginfo .propertytype, .listinginfo .mls {
margin:0 20px;
}

#featuredlisting .propertytype {
margin-bottom: 10px;
}

/** Listing Wrapper
==============================================================================*/

#listingwrap {
width: 960px;
margin: 5px auto;
overflow: hidden;
}

/** Sidebar
==============================================================================*/

#sidebar {
	background-color:#F7F7F7;
	border:1px solid #EAEAEA;
	float:left;
	margin:0 5px 0 0;
	padding:10px;
	width:333px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar h1{
	color: #444444;
	line-height:21px;
}

#sidebar h2{
	color:#DA251D;
	font-size:18px;
	line-height:21px;
	margin:0 0 10px;
	border-bottom: 1px solid #eaeaea;
	text-transform: none;
	margin-top: 10px;
}

#sidebar p{
	font-size:11px !important;
	line-height:18px;
	padding-bottom:10px;
}

#sidebar ul.details{
	padding-top: 15px;
}

#sidebar ul.details li{
	font-size: 11px;
	line-height: 18px;
}

#sidebar ul.contact li{
	font-size: 11px;
	line-height: 18px;
}

#search{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#search select{
	font-size: 13px;
	color: #666;
	border: 1px solid #ccc;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#search input{
	border: 1px solid #ccc;
	color: #da251d;
	background-color: #ffffff;
	padding: 2px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#search input:hover{
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #da251d;
}

/** 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
==============================================================================*/

.property{
	float: left;
	width: 600px;
}

#listingdetail {
	margin-top: 5px;
	width: 100%;
}

#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: 560px;
margin-top: 5px;
padding: 4px 20px 4px 20px;
background: url(images/gallery_nav_bg.jpg) repeat-x;
}

#imageslides {
float: left;
}

#imageslides .thumbs img{
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}

#imageslides .thumbs img:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#imageslides img{
	max-width: 600px;
	height: auto;
}

#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 {
	width:600px;
}

#listingdetail .price {
font-size: 26px;
}

#listingdetail ul {
	font-size: 12px;
	margin-top: 20px;
}

#listingdetail ul li {
	color: #666666;
	line-height: 18px;
	margin: 0 0 18px 0;
}

#listingdetail p {
	color: #666666;
	font-size: 12px;
	text-align: justify;
}

#listings{
	float: left;
	width: 527px;
	overflow: hidden;
}

#listings .entry{
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#listings .entry .big-image{
	float: left;
	margin-right: 5px;
	width: 150px;
}

#listings .entry .big-image:hover{
	opacity: 0.8;
}

#listings .entry .info{
	float: left;
	width: 372px;
	font-size: 12px;
	line-height: 24px;
}

#location {
	float: left;
	overflow: hidden;
	padding-bottom: 15px;
	margin-top:-3px;
}

#location .gsmsc-mapDiv {
height: 350px;
}

#location .gsmsc-idleMapDiv {
height: 350px;
overflow: hidden!important;
}

#location #mapsearch * {
margin: 0px!important;
padding: 0px!important;
font-size: 12px;
}

.gsmsc-idleMapDiv {
	border: none !important;
}

#location #mapsearch {
	width: 612px;
}

#location .gsmsc-controls, #location div.gs-directions-to-from {
display: none;
}

.imgwrap {
position: relative;
}

#status, #status-sm, #status-md {
position: absolute;
top: 0px;
left: 0px;
border: none;
}

#status {
top: 138px;
left: 538px;
}

/** Footer
==============================================================================*/

#footer {
width: 1000px;
margin: 30px auto 0 auto;
border-top: 1px solid #eaeaea;
background: url(images/footer_bg.jpg) repeat-x top;
overflow: hidden;
clear: both;
}

#footer p{
	float: left;
	font-size: 11px;
	margin-left: 20px;
}

#footer address {
margin: 10px 20px 20px 10px;
color: #aaaaaa;
font-size: 11px;
text-align: right;
font-style: normal;
float: right;
}

/* Contact Form */
.wpcf7 input[type="text"], textarea{
	border: 1px solid #eaeaea;
	padding: 5px;
}

.wpcf7 input[type="button"]{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#DA251D;
	font-weight:bold;
	padding:2px;
}

/*  */
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
/*  */
