/*
Theme Name: Rafting
Theme URI: http://www.santaferafting.com/
Description: Theme for Santa Fe Rafting
Author: SFWDLLC
Author URI: http://www.santafewebdesign.com

*/
@import "/wp-content/plugins/cforms/styling/calendar.css";


body
{
	background-color : #0f4c8b;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	margin : 0px;
	padding : 0px;
	background-image: url(/images/wave_bg.jpg);
	background-repeat: no-repeat;	
	background-position : top center;
	
}

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


#wave
{
	margin : 0px auto;
        
}


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

#header
{
	background-image : url(/images/logo_top.gif);
	background-repeat : no-repeat;
	background-color : #4282c9;
	height : 104px;
	color : #ffffff;
}

#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;
	text-align : right;
	float : left;
	font-size : 11px;
	font-weight: bold;
	padding-top : 5px;
}

#header_right a
{
	text-decoration : none;
	color : #e4ebf1;
}

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



#nav
{
	float : left;
	background-image : url(/images/logo_bottom.gif);
	background-repeat : no-repeat;
	width : 212px;
	padding-top : 35px;
}

#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 : #1b8ea3;
	text-decoration : none;
	display : block;
	width : 197px;
	font-size : 13px;
	font-weight : bold;
	padding : 5px 0px 5px 5px;
}

#nav ul li a:hover
{
	color : white;
	background-color : #1b8ea3;
}

#nav ul li ul#subnav
{
	font-size : 11px;
}

#nav ul li ul#subnav li
{
	border-bottom : 0px;
}

#nav ul li ul#subnav a
{
	font-size : 11px;
	padding-left : 20px;
}

#nav h2 {
	font-size : 13px;
	font-weight : bold;
	line-height: 0px !important;
    color : #ec5e1f;
}	

	
#content
{
	float : left;
	width : 610px;
    padding-left : 8px;
    padding-top : 10px;
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	color : #627775;
}

#content h2
{
	color : #4282c9;
	font-size : 24px;
	border-bottom : 0px;
	line-height: 12px;
}

#content h3
{
	margin-bottom : 2px;
}

.entry p
{
	margin-top : 0px;	
}

#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 : #fbf8e9;
	margin : 0px 9px 10px 0px;
	text-align : center;
	font-size : 14px;
        font-weight : bold;
}

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

#racecourse_header
{
	background-color : #346883;
	height : 28px;
	padding-top : 13px;;
}

#box_header
{
	background-color : #3c7c7b;
	height : 28px;
	padding-top : 13px;
}

#float_header
{
	background-color : #157482;
	height : 28px;
	padding-top : 13px;
}

#chama_header
{
	background-color : #088298;
	height : 28px;
	padding-top : 13px;
}

#contact
{
	background-color : #4282c9;
	color : #fbf8e9;
	
}

#contact a
{
	text-decoration : none;
	color : #e4ebf1;
        font-weight : bold;
       
}

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

#contact_left
{

	width : 200px;
	float : left;
        font-size : 14px;
        padding : 10px;
        

}

#contact_right
{
	width : 575px;
	text-align : left;
	float : right;
	padding : 12px;
        font-size : 11px;
}

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

	


#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;
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	color : #627775;
}

/* 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 : #627775;
	font-weight : normal;
	font-size : 12px;
	display : inline;
	padding : 0px;
}

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

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

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

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




/* cforms */


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

.trip .cform {
  border: 0px;
  margin: 0px 0px 0px 22px;
  padding: 0px;
}

form.cform img {
  border: 0px;
float: left;
  margin-top: 2px !important;
}

#dp-popup img {
  border: 0px;
}

form.cform fieldset {
	border: 0px solid #e5e5e5;
	padding:5px;
	clear:both;
  margin: 15px 0px;
  background: #f3f3f3;
}

.trip .cform fieldset {
  border: 1px solid #e5e5e5;
  -moz-border-radius:6px;
  -khtml-border-radius:6px;	
  -webkit-border-radius:6px;
  border-radius:6px;
}

form.cform legend {
  font-size: 1px;
  display: none;
}

.trip .cform legend {
  font-size: 14px;
  display: block;
}

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;
  text-align: right;
  padding: 2px 10px;
}
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;
  float: right;
  right: 0px;
}
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;
  width: 250px;
}
select.cformselect {
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  width: 258px;
}

input.single:focus, select.cformselect:focus {
  background: #FFFEEF;
}

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

#bottom_footer
{
	font-size : 11px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	padding-top : 10px;
	text-align : center;
}

#bottom_footer a
{	
	color : #0F4C8B;
	font-weight : bold;
	text-decoration : none;
}
