/*
Theme Name: Dennis Dawson's Bridge Vacations
Theme URI: http://www.bridgevacations.com/
Description: Theme for dennis dawson.
Version: 1.0
Author: Santa Fe Web Design
Author URI: http://www.santafewebdesign.com

*/



body
{
	background-color : #867057;
	font-family : palatino, palatino linotype, times new roman, serif;
	margin : 0px;
	padding : 0px;
}

img, div, input { behavior: url(/iepngfix.htc); }

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

.clearfix {
  display: inline-block;
}

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



#layout
{
	margin : 0px auto;
	background-color : #fefdf9;
	width : 833px;
	padding : 10px;
}

#header
{
	background-image : url(/images/header_logo.jpg);
	background-repeat : no-repeat;
	background-color : #e7e2d2;
	height : 104px;
	color : #fbf8e9;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #873a38;
	border-right-color: #873a38;
	border-bottom-color: #873a38;
	border-left-color: #873a38;
}

#header_left
{
	width : 540px;
	height : 104px;
	font-size : 16px;
	font-style : italic;
	float : left;
}

#header_left p
{
	padding : 40px 0px 0px 0px;
}

#header_right
{
	width : 275px;
        color : #684737;
        font-weight : bold;
	text-align : right;
	float : left;
	font-size : 16px;
	padding-top : 5px;
}

#header_right a
{
	text-decoration : none;
	color : #873a38;
        font-weight : bold;
}

#header_right a:hover
{
	text-decoration : underline;
}

#middle
{

}

#nav
{
	float : left;
	width : 212px;
	padding-top : 15px;
}

#nav ul
{
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}

#nav ul li
{
	border-bottom : 1px solid #e5e3d6;
	width : 202px;
}

#nav ul li a
{
	color : #4d2514;
	text-decoration : none;
	display : block;
	width : 197px;
	font-size : 14px;
	font-weight : bold;
	padding : 5px 0px 5px 5px;
}

#nav ul li a:hover
{
	color : #fefdf9;
	background-color : #867057;
}


	
	
#content
{
	float : left;
	width : 610px;
    padding-left : 8px;
    padding-top : 10px;
	font-family : Palatino, "Times New Roman", Times, serif;
	font-size : 14px;
	color : #333333;
}

#content h2
{
	color : #684737;
	font-size : 18px;
	border-bottom : 0px;
	line-height: 12px;
	font-family: Palatino, "Times New Roman", Times, serif;
}


#content h3
{
	color : #873a38;
	font-size : 14px;
	font-family: Palatino, "Times New Roman", Times, serif;
}

#content h3 a
{
	color : #873a38;
        text-decoration: none;
        font-weight : bold;
	
}


#content h3 a:hover
{
	text-decoration: underline;	
	color : #873a38;
	
}


#content img
{
	margin : 10px;
	display: inline;
}

.alignleft
{

       float : left;

}

.alignright
{
      float : right; 

}
	
#footer
{
	clear : both;
	padding-top : 6px;
}

.footer_box
{
	float : left;
	border : 1px solid #bfb898;
	width : 197px;
	padding : 1px;
	color : #bba98e;
	margin : 0px 9px 10px 0px;
	text-align : center;
	font-size : 14px;
}

.footer_box a
{
	color : #fbf8e9;
	text-decoration : none;
}


.footer_box_blog
{
	float : left;
	border : 1px solid #bfb898;
	width : 197px;
	height : 121px;
	padding : 1px;
	margin : 0px 9px 10px 0px;
	text-align : left;
	font-size : 11px;
	line-height : 24px;
}

.footer_box_blog a
{
	color : #3a3231;
	font-weight : bold;
	padding : 4px;
	text-decoration: none;
}

.footer_box_blog a:hover
{
	text-decoration: underline;	
	color : #873a38;
}




#historic_header 
{
	background-color : #873a38;
	height : 28px;
	padding-top : 13px;
}

#mountains_header 
{
	background-color : #867057;
	height : 28px;
	padding-top : 13px;
}

#land_header 
{
	background-color : #3a3231;
	height : 28px;
	padding-top : 13px;
}

#acreage_header
{
	background-color : #684737;
	height : 28px;
	padding-top : 13px;
}

#contact
{
	background-color : #bba98e;
	padding : 19px;
        font-weight : bold;
	font-size : 16px;
	color : #684737;
}

#contact_headline
{
	background-color : #bba98e;
	padding : 19px;
	font-size : 18px;
	color : #684737;
}


#contact a
{
	text-decoration : none;
	color : #873a38;
}
	
#search_box
{
	border : 1px solid #b8c5d2;
	color : #0b7d74;
	padding : 3px;
}

#submit_button
{
	position : relative;
	top : 6px;
}

#header form
{
	margin-bottom : 8px;
}

#page-nav {
padding-bottom : 5px;
}

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

#page-nav li {
  	border-bottom : 0px !important;
	padding-left : 5px;
        padding-bottom : 7px;
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	color : #873a38;
}

/* 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 : #873a38;
	font-weight : bold;
	font-size : 12px;
	display : inline;
	padding : 7px;
        
}

#page-nav .page_item a:hover {
  	color : #9c6dae;
	font-weight : normal;
	font-size : 12px;
	display : inline;
	padding : 7px;
	background-color : transparent !important;
}

#page-nav .current_page_item a {
  color: #4282c9 !important;
}

#page-nav .current_page_item a:hover {
  color: #9c6dae !important;
  background-color : #fefdf9; 
}

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

#newsletter
{
	border : 1px solid #bba98e;
	background-color : #e7e2d2;
	padding : 5px;
	margin : 10px 0px 10px 0px;
	width : 190px;
	color : #4d2514;
	font-size : 14px;
	font-weight : bold;
}


.newsletterTextInput
{
	border: 1px solid #8d1b0c;
	background-color : #f2f1eb;
	font-size : 11px;
	font-family : palatino, palatino linotype, times new roman, serif;
	width : 125px;
	padding : 3px 0px 3px 5px;
}

#nav .submit
{
	position : relative;
	top : 9px;
	margin-top : -6px;
	behavior: url("/iepngfix.htc")
}


/* cforms */
/* Contact form */

form.cform {
 margin: 0 0 2em 0;
  background: #E7E2D2 !important;
  border: 1px solid #555;
  padding: 0px 10px 10px 10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
  background: #eee;
	font-size: 1em;
}

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 .cf-box-group label {
	width: 96%;
	padding: .1em 0 .5em .5em;
}

form.cform .cf-box-group input {
	clear: left;
	margin: 0 0 0 0;
}

form.cform .cf-group-after span {

}

form.cform span.reqtxt,
form.cform span.emailreqtxt {
  float:left;
  margin:5px 0 0 .5em;
  font-size: .8em;
  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 {
	color:#666;
}
.inputbox,
input.single,
select.cformselect,
textarea.area {
	padding:3px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#666;
}
select.cformselect {
}
input.inputbox,
input.single {
	height:14px;	
}
textarea.inputbox,
textarea.area {
	width:98%;
}


textarea.area {
  height: 75px;
}

.cf_hidden {
  display: none !important;
}

form.cform .button,
form.cform .sendbutton {
	cursor:pointer;
	padding: .2em .5em;
	border-radius:7px;
	border-width:1px !important;
	border-style:solid !important;
	text-decoration:none;
	color:#fff;
	background:#4C2516;
	border-color:#4C2516;
	font-size: 14px;
}
form.cform .button:hover,
form.cform .sendbutton:hover {
	background-color:#CC2129;
	color:#ff;
}


.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 0 0.7em 0;
	-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;
}

