/*
Theme Name: Del Oro Properties
Theme URI: http://www.deloroproperties.com/
Description: Custom theme design for Wordpress created by <a href="http://www.bigearsmarketing.com" target="_blank">Big Ears Strategic Marketing</a>
Version: 1.0
Author: Big Ears Strategic Marketing
Tags: fixed width, two column, brown, gold, yellow, blue, real estate, tan background
*/

/* RESET ALL CSS FOR PAGE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BEGIN TEMPLATE CODE HERE */
html, body {
	height: 100%;
}

body {
	background:  #fffde5 url('images/background.jpg') repeat-x;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

#page {
	position: relative;
	width: 960px;
	background-color: #ffffff;
	border-left: 1px solid #a67718;
	border-right: 1px solid #a67718;
	margin: 0px auto;
	overflow: hidden;
}

#content {
	width: 960px;
	overflow: hidden;
	position: relative;
	clear: both;
}

.contact_stripe {
	background: url(images/pagebody_background.gif) repeat-y;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}

h1, h2 {	
	font-size: 20px;
	line-height: 24px;
}

h3 {	
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

h4, h5, h6 {	
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

small {
	font-size: 11px;
	line-height: 15px;
}

code {
	font: 10px 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 13px;
	letter-spacing: 7px;
	cursor: help;
	border-bottom: 1px dashed #999;
}

a, a:link, a:visited, a:active {
	color: #114785;
}

a:hover {
	color: #7b550a;
}

blockquote {
	margin: 15px 0px;
	padding: 10px 20px 1px;
	background-color: #f1f6fc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
  position: absolute;
  left: -1000em;
}

/* Header Styles */
#header {
	position: relative;
	background-color: #ffffff;
	width: 960px;
	height: 364px;
	z-index: 999;
	border-left: 1px solid #a67718;
	border-right: 1px solid #a67718;
	margin: 0px auto;
}

#header h1 a {
	width: 960px;
	height: 325px;	
	background: url(images/remax_del_oro_logo.png) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	cursor: hand;
}

#header #header_background {
	width: 960px;
	height: 325px;	
	background: url(images/head_background.jpg) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	cursor: hand;
}

#header_blackbar {
	position: absolute;
	top: 0px;
	margin: 0 auto;
	width: 960px;
	height: 40px;
	background: #000000;
	opacity: 0.6;
	z-index: 1;
}

#header_content {
	position: absolute;
	top: 9px;
	margin: 0 auto;
	width: 960px;
	height: 30px;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: .5px;
	color: #fffde5;
}

/* Menu Styles */
#header_menu {
	position: absolute;
	top: 325px;
	margin: 0 auto;
	width: 960px;
	height: 38px;
	z-index: 3;
	background: url(images/menu_off_background.gif) repeat-x;
	overflow: hidden;
}

#navigation {
	position: relative;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 25px;
	padding: 0;
	margin: 0;
	border: 0;
}

#navigation ul {
	display: none;
}

#navigation li {
	float: left;
	padding: 0;
}

#navigation li a {
	display: block;
	color: #7b550a;
	font-size: 16px;
	text-decoration: none;
	padding: 7px 22.7px 0px;
	height: 31px;
	border-right: 1px solid #7b550a;
}

#navigation li.current_page_item a, #navigation li.current_page_ancestor a {
	background: #ffffff;
}

#navigation li a:hover, #navigation li a:active {
	background: url(images/menu_hover_background.gif) repeat-x;
	color: #7b550a;
	cursor: hand;
}

#navigation li.current_page_item a:hover {
	background: #ffffff;
	cursor: hand;
}

/* Footer Styles */
#footer {
	width: 910px;
	position: relative;
	margin: 0px auto;
	background: #e3f8fd;
	border-left: 1px solid #a67718;
	border-right: 1px solid #a67718;
	font-size: 13px;
	line-height: 18px;
	padding: 25px;
	overflow: hidden;
}

#footer_head {
	position: relative;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #c1c5ca;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#footer_head a, #footer_head a:active, #footer_head a:visited, #footer_head a:hover { 
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#footer #footer_contact {
	position: relative;
	overflow: hidden;
}

#footer #footer_contact .left_side {
	position: relative;
	float: left;
	margin-right: 25px;
}

#footer #footer_contact .right_side {
	position: relative;
	float: left;
}

#footer #footer_copyright {
	position: relative;
	clear: both;
	width: 100%;
	border-top: 1px solid #c1c5ca;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 10px;
}

#footer #footer_menu {
	position: relative;
	float: right;
	width: 450px;
}

/* Sidebar Styles */
#sidebar {
	position: relative;
	float: right;
	width: 310px;	
}

.sidebar_background {
	background: url(images/pagebody_background.gif) repeat-y;
}

/* Post Styles */
.post_wrapper {
	position: relative;
	overflow: hidden;
	width: 650px;
}

.post, .page .page {
	position: relative;
	overflow: hidden;
	width: 560px;
	padding-bottom: 15px;
	border-bottom: 1px solid #7b550a;
	margin: 20px 45px;
}

.page .page {
	border: none;
}

/* Post Overrides */
.post_space {
	height: 15px;
}

.clearPostBorder {
	border: none;
	padding: 0px;
}

.entry .post_date {
	position: relative;
	margin-top: 25px;
	width: 100%;
	text-align: left;
}

/* Entry Styles */
.entry {
	margin-top: 10px;
	margin-bottom: 0px;
	overflow: hidden;
}

.entry .navigation {
	border-bottom: none;
}

.entry p {
	margin-bottom: 15px;
}

.entry hr {
	display: block;
	height: 1px;
	color: #e3e3e3;
}

.entry ul {
	list-style: disc;
	margin-left: 15px;
	padding-left: 20px;
}

.entry ol {
	list-style: decimal;
	margin-left: 15px;
	padding-left: 25px;
}

.entry h3 {
	color: #8b8b8c; 
	font-style: italic;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Post Head Styles */
.post_head {
	position: relative;
}

.post_head h2, .post_head h2 a, .post_head h2 a:link, .post_head h2 a:visited, .post_head h2 a:hover {
	color: #7b550a;
	text-decoration: none;
}

.post_date {
	position: relative;
	margin-top: -2px;
	width: 100%;
	text-align: left;
	font-style: italic;
	font-size: 11px;
	color: #676767;
}

/* More Link */
.more-link {
	float: right;
	margin-bottom: 5px;
}

/* Paging Navigation */
.navigation {
	position: relative;
	width: 685px;
	height: 30px;
	margin: 0px 45px;
	padding-bottom: 15px;
	padding-top: 10px;
	position: relative;
	border-top: 1px solid #c4c4b3;
	clear: both;
}	

.navigation a, .navigation a:link, .navigation a:visited, .navigation a:active {
	text-decoration: none;
	text-transform: uppercase;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation .alignright {
	position: absolute;
	right: 0px;
	text-align: right;
	margin: 0;
	padding: 0;
}

.navigation .alignleft {
	position: absolute;
	left: 0px;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Image Formatting*/
.bordered_img {
	padding: 3px;
	border: 1px #e4e4e4 solid;
}

a img {
	border: none;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, div.alignright {
	padding: 4px;
	margin: 0 0 2px 15px;
	display: inline;
}

img.alignleft, div.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Captions */
.wp-caption p.wp-caption-text {
	font-size: 10px;
	width: 100%;
	text-align: center;
	line-height: 17px;
	padding: 5px 0px;
	margin: 0;
}

/* Search and Password Forms */
.widget_search #s {
	width: 155px;
	height: 22px;
	background: #f1f6fc;
	border: #d2d7dc 1px solid;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 6px 10px 3px 10px;
}

.widget_search .search_button {
	width: 86px;
	height: 30px;
	position: relative;
	top: 11px;
	left: 5px;
}

/* Comment Styles */
.comments h3, #respond h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #829503;
	margin-top: 35px;
	padding-top: 25px;
	border-top: 1px solid #c4c4b3;
	margin-bottom: 10px;
}

.nocomments {
	padding-bottom: 25px;
}

.commentlist {
	margin-bottom: 25px;
}

.commentlist li { 
	list-style: none;
	margin-top: 10px;
	padding-top: 10px;
	overflow: hidden;
	border: 1px solid #c4c4b3;
}

.comment_text {
	margin: 0px 10px 10px 80px;
	line-height: 18px;
}

.comment_author {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #829503;
} 

.comment_avatar {
	float: left;
	background-color: #ffffff;
	margin: 0px 15px 10px 10px;
	padding: 3px;
	border: 1px solid #e4e4e4;
	width: 48px;
	height: 48px;
}

.comment_notapproved {
	margin-left: 25px;
	color: #756e50;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	display: block;
	float: right;
	width: 135px;
	text-align: center;
	padding: 10px;
	background: #dbefb2;
	position: relative;
	top: -15px;
}

#reply_loggedin {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
}

#reply_author {
	position: relative;
	clear: both;
	overflow: hidden;
}

#reply_name, #reply_email, #reply_website {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 24px;
	display: block;
	float: left;
	margin: 5px 8px 10px 0px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.reply_required  {
	text-transform: none;
	letter-spacing: 0px;
}

#reply_website {
	margin-right: 0px;
}

#reply_name input, #reply_website input, #reply_email input  {
	width: 205px;
	height: 22px;
	background: #dbefb2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #756e50;
	border: none;
	text-align: left;
	padding: 10px 10px 5px 10px;
}

#reply_text textarea {
	width: 677px;
	height: 115px;
	background: #dbefb2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #756e50;
	text-align: left;
	padding: 5px 5px 5px 12px;
	border: none;
	clear: both;
}

#reply_submit a, #reply_submit a:link, #reply_submit a:active, #reply_submit a:visited, #reply_submit a:hover {
	text-transform: uppercase;
	display: block;
	margin: 10px 5px;
	position: relative;
	float: right;
}

/* Widget Formatting */
.widget {
	width: 280px;
	padding: 15px;
	color: #646464;
}

.widget ul {
	list-style-type: disc;
	margin-left: 15px;
}

.widget li {
	margin-bottom: 5px;
}

.post-tags {
	text-transform: capitalize;
}

.widget_sharepost {
	margin-top: -5px;
}

.widget h2.widgettitle {
	color: #7b550a; 
	font-size: 18px;
	margin-bottom: 0px;
}

ul.addtoany_list {
	position: relative;
	top: 10px !important;
}

ul.addtoany_list li a {
	margin-top: 0px !important;
	display: inline-block !important;
	height: 30px !important;
	padding: 0px 5px !important;
}

/* News Formatting */
.news_block {
	width: 40% !important;
	position: relative;
	float: left;
	margin-bottom: 25px !important;
	list-style-type: none;
	padding: 15px;
	background: #f1f6fc;
	display: block;
}

.news_block ul {
	margin-top: 10px;
}

.news_clear {
	background: none;
}

/* Featured Property */
#featured_property {
	width: 650px;
	position: relative;
	float: left;
	overflow: hidden;
	background: #d2e7ff;
}

#featured_left {
	position: relative;
	float: left;
	width: 295px;
	overflow: hidden;
}

#featured_gallery .large_images {
	position: relative;
	float: left;
	clear: both;
	width: 295px;
	height: 220px;
	overflow: hidden;
}

#featured_gallery .thumbnails .thumb {
	position: relative;
	float: left;
	width: 95px;
	height: 70px;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
}

#featured_specs {
	margin-top: 5px;
	position: relative;
	float: left;
	display: block;
	clear: both;
	background: #2d64a2;
	color: #ffffff;
	font-size: 13px;
	width: 295px;
}

#featured_specs a, #featured_specs a:link, #featured_spaces a:visited, #featured_specs, a:active, #featured_specs a:hover {
	color: #ffffff !important;
}

#featured_photos, #featured_map {
	position: relative;
	float: right;
	clear: none;
	margin-right: 5px;
	padding: 5px;
}

#featured_mls {
	position: relative;
	float: left;
	padding: 5px;
	margin-left: 5px;
	text-decoration: none !important;
}


#featured_right {
	position: relative;
	float: right;
	overflow: hidden;
	width: 355px;
}

#featured_price {
	position: relative;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#featured_right h2 {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #2d64a2;
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#featured_info {
	position: relative;
	clear: both;
	background: #b1cdec;
	padding: 5px 15px;
	margin: 15px 0px;
	font-size: 14px;
	line-height: 18px;
}

#featured_description {
	position: relative;
	clear: both;
	margin: 0px 15px;
	font-size: 14px;
	font-style: italic;
}

#featured_link {
	position: relative;
	float: right;
	clear: both;
	margin: 15px;
}  

/* Welcome Sidebar Styles */	
.welcome_widget {
	background: #fffde5;
	display: block;
	width: 310px;
	margin: -15px; !important;
	margin-bottom: 3px;
}

.welcome_message {
	padding: 14px;
}

.welcome_message h2 {
	font-size: 18px;
	color: #7b550a;
	font-weight: bold;
}

.welcome_message_text {
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
}

.welcome_slideshow {
	position: relative;
	top: 0px;
}

#welcome_slideshow_frame {
	position: absolute;
	z-index: 25;
	width: 310px;
	height: 250px;	
}

#welcome_slideshow_image {
    position:relative;
		width: 310px;
    height: 250px;
		overflow: hidden;
}

#welcome_slideshow_image DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 430px;
    background-color: #FFF;
}

#welcome_slideshow_image DIV.active {
    z-index:10;
    opacity:1.0;
}

#welcome_slideshow_image DIV.last-active {
    z-index:9;
}

#welcome_slideshow_image DIV IMG {
    display: block;
    border: 0;
}

/* Subscription Sidebar Styles */
#subscription {
	position: relative;
	top: 15px;
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid #646464;
	margin-bottom: 5px;
}

#subscription h2 {
	font-size: 18px;
	color: #7b550a;
}

#subscription .subscription_form {
	font-size: 13px;
	line-height: 20px;
}

#subscription .subscription_form input {
	width: 155px;
	height: 22px;
	background: #f1f6fc;
	border: #d2d7dc 1px solid;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 6px 10px 3px 10px;
}

#subscription .subscription_form #submit {
	width: 87px;
	height: 30px;
	position: relative;
	top: 11px;
	left: 5px;
	background: none;
	border: none;
	padding: 0px;
}

/* Articles Widget Styles */
#articles {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 20px;
}

#articles h2 {
	font-size: 18px;
	color: #7b550a;
}

#articles .article_head {
	font-size: 15px;
	margin-bottom: 5px;
}

#articles .more-link {
	position: relative;
	text-align: right;
	overflow: hidden;
	font-size: 12px;
	font-weight: lighter;
	padding: 5px 10px;
	background: #f8f8f9;
	margin-top: 10px;	
	width: 100%;
}


#articles .article_container {
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

/* Testimonial Stlyes */
.testimonial_container {
	margin-bottom: 25px;
	font-size: 17px;
	font-style: italic;
	color: #646464;
	position: relative;
}

.testimonial_speaker_info {
	position: relative;
	text-align: right;
	font-size: 12px;
	font-weight: lighter;
	padding: 5px 35px;
	background: #f8f8f9;
	margin-top: 10px;
}

.testimonial_navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:right;
}

.testimonial_navigation span {
	font-weight:bold;
	margin: 0px 3px 0px 0px;
	background: #ba9d73;
	color: #ffffff;
	padding:3px 7px;
}

.testimonial_navigation a.page-numbers,
.testimonial_navigation a.next,
.testimonial_navigation a.prev,
.testimonial_navigation span.page-numbers,
.testimonial_navigation span.next,
.testimonial_navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
	text-decoration: none !important;
}

.testimonial_navigation a.page-numbers:hover,
.testimonial_navigation a.next:hover,
.testimonial_navigation a.prev:hover, 
.testimonial_navigation span.page-numbers:hover,
.testimonial_navigation span.next:hover,
.testimonial_navigation span.prev:hover {
	background-color: #f1f6fc;
	color: #0066CC !important;
	text-decoration: none !important;
}

.testimonial_widget_container {
	padding: 10px;
}

.testimonial_widget_speaker_info {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

.testimonial_widget_link {
	position: relative;
	text-align: right;
	font-size: 12px;
	font-weight: lighter;
	padding: 5px 10px;
	background: #f8f8f9;
	margin-top: 10px;
}

/* Contact Form */
.linklove { display: none; }
#cformsform { margin-bottom: 35px; }

#li--4 .cf-after span {
	width: 250px !important;
	margin-bottom: 10px;
	margin-left: 6px;
}

.widgetcform {
	position: relative;
	padding: 35px 15px;
	background: #fffde5;
	margin-bottom: 0px !important;
}

.widgetcform #cformsform {
	width: 270px;
}

.widgetcform .cf_info {
	width: 240px !important;
}

.widgetcform #cformsform input {
	width: 260px;
}

.widgetcform #cformsform textarea {
	width: 260px;
	height: 260px;
}

.widgetcform #cformsform .cf-ol {
	margin-top: 5px;
}

.widgetcform .success {
	background: #ba9d73;
	color: #ffffff;
	text-align: center;
}

.widgetcform .failure {
	background: #ba4420 !important;
	background-image: none !important;
	color: #ffffff;
	text-align: center;
}

.widgetcform #cformsform .cf_li_err {
	background-image: none !important;
}

.widgetcform #cformsform .cf-box-a {
	width: auto;
	margin: 0px !important;
	margin-right: 15px; 
}

.widgetcform #cformsform label {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
	color: #646464 !important;
	font-weight: bold;
	
}

.widgetcform #cformsform span.reqtxt, .widgetcform #cformsform span.emailreqtxt {
	margin: 5px 0px !important;
	font-size: 10px;
}

.widgetcform #cformsform p.cf-sb {
	text-align: center !important;
}

.widgetcform .widgettitle {
	color: #7b550a;
	font-size: 16px;
}

/* Post Element Formatting */
.twoColumn-left {
	width: 50%;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
}

hr {
	margin: 25px 0px;
}

/* Market Stats */
.market_table_container {
	position: relative;
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
}

.market_table a {
	font-size: 12px;
}

.market_table {
	position: relative;
	float: left;
	font-size: 11px;
	background: #f1f6fc;
	margin-right: 5px;
	padding: 14px;
	height: 180px;
}

.mls_listing_container {
	width: 960px !important;
}

.mls_listing_container .page {
	width: 870px !important;
}

#mls_listing {
	width: 866px;
	height: 700px;
	overflow-x: hidden;
	border: 2px solid #224168;
}

/* Listings */
.listing_menu {
	position: relative;
	margin-top: 15px;
}

.listing_menu .button {
	position: relative;
	float: left;
	margin-right: 5px;
}

.listing_menu #office_listings a  {
	position: relative;
	float: left;
	width: 184px;
	height: 37px;
	text-indent: -9999px;
	font-size: 0px;
	text-transform: uppercase;
	display: block;
	background: url(images/listing_office_off.jpg) no-repeat top left;
}

.listing_menu #local_listings a {
	position: relative;
	float: left;
	width: 201px;
	height: 37px;
	text-indent: -9999px;
	font-size: 0px;
	text-transform: uppercase;
	display: block;
	background: url(images/listing_search_off.jpg) no-repeat top left;
}

.listing_menu #office_listings a.active {
		background: url(images/listing_office_on.jpg) no-repeat top left;
}

.listing_menu #local_listings a.active {
		background: url(images/listing_search_on.jpg) no-repeat top left;
}