/*
Theme Name: Santa Fe Team
Theme URI: http://www.santafeteam.com/
Description: Wordpress theme for santa fe team!
Version: 2.0
Author: Santa Fe Web Design
Author URI: http://www.santafewebdesign.com/


*/


body
{
	background-color : #f4f1ee;
	background-image : url(/images/bg.jpg);
	background-repeat : repeat-x;
	font-family : trebuchet ms, helvetica, verdana, sans-serif;
	color : #4a4036;
}

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

/* clear fix */

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

.clearfix {
  display: inline-block;
  margin : 0px;
  padding : 0px;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


a
{
	color : black;
}

h3
{
	font-size : 16px;
}

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

#header
{
	text-align : right;
	font-size : 12px;
	float : right;
	margin-left : 300px;
}

#header a
{
	font-weight : bold;
	color : #1e3951;
	text-decoration : none;
}

#header input, #header form
{
	display : inline;
	position : relative;
	top : -4px;
	color : #6e7e8c;
	font-size : 9px;
}


#header form
{
	margin : -5px 0px 0px 0px;
	padding : 0px;
}

/* #header form input#search_box
{
	color : #07557f;
	background-color : #e8e8f0;
	border : 1px solid #adafc7;
}

#header form input#submit_button
{
	color : #d4d5e0;
	background-color : #07557f;
	border : 1px solid #adafc7;
} */

#header_mls
{
	border : 1px solid #a9bac4;
	padding : 3px 0px 4px 4px;
	width : 90px;
	margin-left : 5px;
}

#header input#submit_button
{
	position : relative;
	behavior: url("/iepngfix.htc");
	top : 2px;
}

#header ul 
{
	list-style: none;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	display : inline;
}

#header ul li 
{
	float: left;
	text-align: right;
	margin: 0px 0px 0px 15px;
}

#header ul li a 
{
	display: block;
	color: #f3f5e1;
	text-decoration: none;
	font-size: 12px;
}


#header ul li a:hover 
{
	color: white;
}

.nav
{
	background-color : #4a4036;
	padding : 3px 0px 5px 6px;
	margin-bottom : 7px;
	font-size : 13px;
	color : #f1f1eb;
	clear : both;
}

.nav a
{
	color : #f1f1eb;
	text-decoration : none;
}

.nav a:hover
{
	color : #87abb1;
	text-decoration : underline;
}


#content
{
	margin-bottom : 7px;
	background-color : #f7f4ec;
}

#content_cell
{
	padding : 10px 10px 10px 10px;
	font-size : 12px;
} 

#blog_content
{
	float : left;
	width : 490px;
	margin-right : 15px;
}

#right_col
{
	width : 340px;
	float : left;
}


#sidebar_left
{
	float : left;
	width : 190px;
	margin-right : 10px;
}

#sidebar_right
{
	float : left;
	width : 140px;
}

#sidebar_right h3
{
	margin-top : 0px;
	margin-bottom : 5px;
}

#sidebar_right li
{
	list-style-type: none;
}

#sidebar_right li ul
{
	margin : 0px 0px 5px 0px;
	padding-left : 20px;
}

#sidebar_right li ul li
{
	list-style-type : disc;
}

input#s 
{
	width:120px;
}

#feed_box
{
	float : left;
	width : 278px;
	border : 1px solid #4a4036;
	margin-right : 8px;
	padding-left : 5px;
	padding-top : 3px;
	height : 86px;
}

#feed_box h1
{
	font-size : 11px;
	margin-top : 0px;
	font-weight : bold;
	padding-top : 0px;
	margin-bottom : 3px;
}

#feed_box h3
{
	font-size : 10px;
	font-weight : normal;
	margin : 3px 0px 5px 0px;
}

#feed_box a
{
	text-decoration : none;
}

#values_box
{
	float : left;
	width : 278px;
	height: 84px;
	padding-top : 1px;
	border : 1px solid #4a4036;
	text-align : center;
	font-size  : 12px;
}

html>body #values_box
{
	height : 86px;
	padding-top : 3px;
}

#values_box a
{
	text-decoration : none;
}

#values_box img
{
	margin-top : -7px;
}

#team_box
{
	float : right;
	width : 278px;	
	height : 84px;
	padding : 5px 2px 0px 5px;
	border : 1px solid #4a4036;
}

	
#contact
{
	text-align : center;
	color : #4a4036;
	font-size : 12px;
	padding-top : 10px;
	font-weight : bold;
}

#contact a
{
	color : #6e7e8c;
	text-decoration : none;
}

#page-nav {
  float: left;
  list-style: none;
  padding: 0px 0px 0px 10px;
  border-left: 1px solid #eee;
  margin: 5px 0px 55px 0px;
}

#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;
}

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


/* Values Page */
#value_1
{
	float : left;
	width : 265px;
	margin-right : 15px;
	color : white;
        
}

#value_1 h1
{
	font-family : palatino, palatino linotype, serif;
	background-color : #366b6e;
	font-size : 17px;
	font-weight : normal;
	padding : 8px 0px 8px 10px;
        border : 1px solid #2f110b;
}

#value_1 .listing-featured
{
	background-color : #366b6e;
        border : 1px solid #2f110b;
}

#value_2
{
	float : left;
	width : 265px;
	margin-right : 15px;
	color : white;
}

#value_2 h1
{
	font-family : palatino, palatino linotype, serif;
	background-color : #4f281c;
	font-size : 17px;
	font-weight : normal;
	padding : 8px 0px 8px 10px;
        border : 1px solid #2f110b;
}

#value_2 .listing-featured
{
	background-color : #4f281c;
        border : 1px solid #2f110b;
}

#value_3
{
	float : left;
	width : 265px;
	margin-right : 15px;
	color : white;
}

#value_3 h1
{
	font-family : palatino, palatino linotype, serif;
	background-color : #81231e;
	font-size : 17px;
	font-weight : normal;
	padding : 8px 0px 8px 10px;
        border : 1px solid #2f110b;
}

#value_3 .listing-featured
{
	background-color : #81231e;
        border : 1px solid #2f110b;
}

.listing-featured
{
	padding : 5px;
	font-size : 12px;
	height : 295px;
}

.listing-featured img
{
	width: 250px;
	height : 165px;
}

.listing-featured a
{
	color : white;
}

#premier_title
{
	padding-top : 3px;
}

.registerBenefits
{
	float : right;
	width : 400px;
}


#loginForm, #registerForm
{
	border : 1px solid #4a4036;
	background-color : white;
	width : 390px;
	padding : 5px 0px;
}

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

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

#content_side
{
	float : right;
	width : 650px;
}

#sidebar
{
	float : left;
	width : 180px;
}

.post
{
	clear : both;
		border-bottom : 1px solid #e1e2d0;
		padding-bottom : 20px;
                padding-left : 20px;
}
	
.post h2
{
	margin-bottom : 5px;
	margin-top : 20px;
}

.post h2 a
{
	color : #4F2B25 !important;
	text-decoration : none;
}

.post p a
{
	color : #4F2B25 !important;

}


.post p a:hover
{
	color : #0b6060 !important;
	
}


#tiny_footer
{
	font-size : 9px;
	text-align : center;
	padding-top : 10px;
}



/* 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;
}
