/*
Theme Name: Homes in Santa Fe NM
Theme URI: http://www.homesinsantafenm.com/
Description: Wordpress theme for homesinsantafe
Version: 1.0
Author: Santa Fe Web Design
Author URI: http://www.santafewebdesign.com/


*/


body {
  background-color: #B8B8B6;
  background-image: url(/images/bodybg.jpg);
  background-repeat: repeat-x;
  font-family : tahoma, helvetica, verdana, serif;
  letter-spacing: .03em;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

a {
  color : black;
}

h3 {
  font-size : 16px;
}

/* png fix for ie */
img, div { behavior: url("/iepngfix.htc"); }

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

#layout {
  width : 961px;
  margin : 20px auto;
}


.line {
  background-image: url(/images/topline.png);
  background-repeat: no-repeat;
  height: 8px;
  padding: 0px;
  margin: 0px;
  clear: both;
}

#header1 {
  text-align: right;
  padding: 0px 0px 0px 0px;
}

#header1 img {
  margin-right: -3px;
  display: block;
  clear: both;
  float: right;
}

#header2 {
  height: 44px;
  margin-bottom: 15px;
}

#header2 img {
  float: left;
  margin: 0px 0px 5px 0px;
  border: 0px;
  width: 150px;
}

.nav {
  list-style: none;
  padding: 0px;
  margin: 7px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 13px;
  
}

.nav li {
  margin: 0px 0px 0px 20px;
  display: block;
  float: left;
  padding: 0px;
}

.nav li a {
  text-decoration: none;
  color : #7c3e22;
}

.nav li a:hover {
  color: #722e0d;
}

#header1 .nav {
  height: 20px;
  float: right;
  margin: -20px 0px 10px 0px;
  background: #dfdddc;
  border-width: 0px 1px 1px 1px;
  border-color: #999;
  border-style: solid;
}

#header1 .nav li {
  margin: 0px 10px 0px 10px;
}

#topnav {
  float: right;
}

#topnav .textbox {
  width: 100px;
  color: #595045;
}


#topnav .button {
  color: #595045;
}

#btmnav {
  font-size: 13px;
  text-align: center;
}

#btmnav li {
  margin: 0px 8px 7px 8px;
}

#footer {
  margin-top: 15px;
  color: #595045;
}

#content .post {
  padding: 15px 20px 15px 20px;
  color: #595045;
  font-size: 15px;
}

#content .post strong {
  color: #722e0d;
  font-weight: normal;
}

#content .post a {
  color: #451f08;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
}

#content .post a:hover {
  color: #00183F;
  text-decoration: underline;
}

#content .post h3 {
  margin: 3px 0px 3px 0px;
}

#content .post p {
  margin: 2px 0px 6px 0px;
  font-size: 12px;
}

#content .post .entry {
  margin: 10px 0px;
}

#content_index .post {
  width: 360px;
  float: left;
  color: #384f76;
  font-style: italic;
  padding: 0px 15px 0px 15px;
  margin: 0px;
}

#content_index .agentinfo {
  font-size: 13px;
	float : left;
	width : 175px;
}


#content_index .agentinfo img {
}

#content_index #maingallery {
  width: 565px;
  float: left;
  margin: 0px 0px 0px 6px;
}

#content #interior {
  background: #f9f8f5;
  border: 1px solid #999;
  margin: 15px;
  padding: 0px !important;
}

#content #interior h2, #interior h1 {
  color : #7c3e22;
  font-size : 20px;
  font-weight : normal!important;
  text-transform: uppercase;
  margin: 0px 0px 6px 0px;
  border-bottom: 1px solid #7c3e22;

}

#content #interior #wrapper {
  padding: 15px 10px 15px 10px;
}

.pagetitle {
  margin:  10px 20px 0px 20px !important;
}

#news
{
	font-style : normal;
	font-size : 12px;
}

#news h2
{
	border-bottom : 1px solid #384F76;
	margin-bottom : 0px;
}

#news h3
{
	margin-bottom : 3px;
	margin-top : 3px;
	font-size : 13px !important;
}

#news p
{
	margin-top : 0px;
}


.navigation {
  margin: 0px 20px;
}

#page-nav {
  float: right;
  list-style: none;
  padding: 0px 10px 0px 10px;
  border: 2px solid #9C725D;
  margin: 41px 20px 55px 15px;
  background: #EFEAE0;
}

#page-nav ul {
  list-style: none;
  padding-left: 15px;
  font-size: 12px;
}

#page-nav li {
  margin: 4px 0px 4px 0px;
}

/* we start by hiding all nav items */
#page-nav li .page_item {
  display: none;
}

/* hide my parents childrens subnavs */
#page-nav .current_page_parent li ul li {
  display: none;
}

/* show my parents children */
#page-nav .current_page_parent li {
  display: block;
}

/* show me */
#page-nav .current_page_item {
  display: block;
}

/* show my children */
#page-nav .current_page_item ul li {
  display: block !important;
}

/* hide my childrens subnavs */
#page-nav .current_page_item ul li ul li {
  display: none !important;
}

/* show my ancestors children */
#page-nav .current_page_ancestor li {
  display: block;
}


#page-nav .page_item a {
  color: #a18664 !important;
  text-decoration: none;
}

#page-nav .page_item a:hover {
  color: #5f3603 !important;
}

#page-nav .current_page_item a {
  color: #5f3603 !important;
}

#page-nav .current_page_item a:hover {
  color: #5f3603 !important;
}

#page-nav .current_page_item li a {
  color: #a18664 !important;
}

#sidebar {
  float: right;
  list-style: none;
  padding: 0px 10px 0px 10px;
  margin: 50px 20px 55px 15px;
  background-color: #ebe8e6;
  width: 200px;
}

#sidebar ul {
  list-style: none;
  padding: 0px;
  margin: 10px 0px 10px 0px;
  
}

#sidebar ul li ul li {
  margin: 0px 0px 6px 0px;
}

#sidebar a {
  text-decoration: none;
  color : #542604;
}

#sidebar a:hover {
  text-decoration: underline;
  color: #8c1a07;
}


#sidebar h2 {
  font-size: 14px !important;
  margin: 10px 0px 0px 0px !important;
}

#sidebar #searchform #s {
  width: 130px;  
}

#sidebar #wp-calendar {
  
  margin: 1px auto;
  color : #542604;
  
  
  
}

#sidebar #wp-calendar caption {
  margin-top: 5px;
}

#sidebar #wp-calendar tbody td {
  text-align: center;

  width: 25px;
  height: 15px;
}

#sidebar #wp-calendar tbody a {
  text-decoration: underline;
  display: block;
  color: #8c1a07;
  font-weight : bold;
}

#sidebar .current-cat a {
  text-decoration: underline;
  font-style: italic;
  display: block;
}

.alignleft
{
	float : left;
	margin : 0px 10px 10px 0px;
}

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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 25px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
  float: right;
}

.linklove {
  display: none;
}


.registerBenefits {
  float: right;
  width: 400px;
  border: 1px solid #c4c5af;
  padding: 5px;
  color:#574e47;
  font-size:11px;
  background: #D5DFC3;
}

.registerBenefits ul {
  padding: 0px 0px 0px 15px;
}

.registerBenefits ul li {
  margin: 0px 0px 8px 0px;
}

#errormessage {
  border: 1px solid #999;
  background: #FFCFCF;
  padding: 7px 2px;
  width: 476px;
  font-weight: bold;
  margin: -2px 0px 5px 0px;
}

#errormessage p {
  margin: 0px 5px;
}


#login_pad {
  padding-left : 0px;
}


#login_pad h3 {
  margin: 0px 0px 5px 0px;
}

#login_pad form {
  border: 1px solid #999;
  width: 480px;
  background: #ccc;
  margin: 0px;
  padding: 0px;
}

#login_pad form .txt_box {
  width: 100%;
}

#login_pad table {
  width: 94%;
}

#tiny_footer
{
	margin-left : 8px;
	padding-top : 7px;
	font-size : 9px;
}



/* form popups */
#forms_layout {
  margin: 10px;
}

#forms_layout h2 {
  margin: 0px 0px 6px 20px;
}


/* cforms */
/* Contact form */

form.cform {
 margin: 0px 20px;
  background: #fff;
  border: 1px solid #555;
  padding: 0px 10px 10px 10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

form.cform fieldset {
	border: 0px solid #e5e5e5;
	padding:5px;
	clear:both;

}
form.cform legend {
  font-size: 1px;
  display: none;
}
form.cform ol.cf-ol {
	margin:0;
	padding:0;
}
form.cform ol.cf-ol li {
	clear:both;
	display:block;
	padding:.5em 0;
	list-style:none;
}
form.cform label {
	float:left;
	display:block;
	width:150px;
}
form.cform ol.cf-ol li input,
form.cform ol.cf-ol li textarea,
form.cform ol.cf-ol li select {
	float:left;
}
form.cform .cf-box-title {
	font-weight:bold;
}
form.cform li.cf-box-group label {
	width:150px;
	float:left;
}
form.cform li.cf-box-group input.cf-box-b {
	margin:0 0.3em 0 0;
}
form.cform li.cf-box-group br {
	clear:both;
	margin:0 0 0.4em 0;
}
form.cform span.reqtxt,
form.cform span.emailreqtxt {
  float:left;
  margin:5px 0 0 .5em;
  font-size:11px;
  color: red;
}
form.cform p.cf-sb {
	clear:both;
	margin:0.5em 0 0 0;
	padding:0.5em 0 0 8px;
}
form.cform .cf_hidden {
	display:none;
}

form.cform .required {
	color:#ff0000;
}

form.cform label {
	font-size:12px;
	color:#666;
}
.inputbox,
input.single,
select.cformselect,
textarea.area {
	padding:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#666;
}
select.cformselect {
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
input.inputbox,
input.single {
	height:14px;	
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
textarea.inputbox,
textarea.area {
	width:98%;
	font:12px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}


textarea.area {
  height: 75px;
}

.cf_hidden {
  display: none !important;
}

form.cform .button,
form.cform .sendbutton {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:10px;
	cursor:pointer;
	height:25px;
	padding:0 4px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;	
	-webkit-border-radius:7px;
	border-radius:7px;
	border-width:1px !important;
	border-style:solid !important;
	text-decoration:none;
	color:#fff;
	background:#8CA8CF;
	border-color:#8CA8CF;
	width:auto;
}
form.cform .button:hover,
form.cform .sendbutton:hover {
	background-color:#DFEDFF;
	color:#333;
}


.entry .waiting {
  	color: black;
	border:1px solid #555;
	background-color:#fff !important;
	padding:5px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

.entry .success {
	color: blue;
	border:1px solid #555;
	background-color:#fff !important;
	padding:15px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

.entry .failure, .widget .failure {
	color:#e93d08;
	border:1px solid #bc391d;
	background-color:#EFE0E0 !important;
	padding:5px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* Uncomment this and you're pretty much declaring war on Delicious Days... donate then do it ;) */
p.linklove {
	display:none;
}

