/*
Theme Name: Colorado Rafting
Description: A custom theme for Colorado Rafting
Version: 1.0
Author: Binary
Author URI: http://binarym.com/
*/

/* ----- CSS ----- */

*{
  margin:0;
  padding:0;
}	
html{
}	
body{
  background:#000;
  font-family:verdana,sans-serif;
  font-size:small;
}

/* ----- IDS ----- */

#container{
  width:760px;
  background:#f5f5e1;
  margin:0 auto;
}	
#primaryContent{
  padding:10px;
}
#navigation div{
  background:transparent url(images/header.jpg);
  height:289px;
}
#links {
  clear:left;
  padding:20px 0;
}

#sidebar {
  float:right;
  width:340px;
  margin:0 0 30px 10px;
}
#sidebar > div {
  width:340px;
  margin:0 auto;
}

#footer {
	clear:both;
}

#footer div.footer {
  background:transparent url(images/footer.png) top left no-repeat;
  height:30px;
  border:1px solid #a15c5a;
  text-align:center;
}
#bottom {
  width:760px;
  margin:0 auto;
}

/* ---- HEADER STUFF ---- */

#navigation div a {
  text-indent:-1000em;
  overflow:hidden;
  display:block;
  position:absolute;
}

#navigation a.logo {
  top:180px;
  margin-left:295px;
  width:110px;
  height:75px;
}
#navigation a.videos {
  top:75px;
  margin-left:430px;
  width:60px;
  height:50px;
}
#navigation a.discounts {
  top:90px;
  margin-left:600px;
  width:150px;
  height:40px;
}
#navigation a.blog {
  top:160px;
  margin-left:430px;
  width:70px;
  height:90px;
}
#navigation a.flash {
  top:265px;
  margin-left:200px;
  width:290px;
  height:20px;
}
#navigation a.email {
  top:255px;
  margin-left:560px;
  width:170px;
  height:15px;
}

/* ----- CLASSES ----- */

.hide{
  display:none;
}
.show{
  display:inline;
}

/* ----- HEADINGS ----- */

h1{
  font-size:130%;
  color:#470000;
}
h2{
  font-size:120%;
}
h3{
  font-size:110%;
}
h4{
}
#sidebar h3 {
  border-bottom:1px solid #800000;
  color:#800000;
  margin:20px 0 5px 0;
    font-size:95%;
}



/* ----- CONTENT ----- */

#primaryContent p{
  margin:15px 5px;
  line-height:150%;
  font-size:90%;
  color:#470000;
}
#primaryContent li {
  color:#470000;
}


#bread {
    clear:both;
    font-size:80%;
    padding:10px 0;
    float:left;
    width:100%;
}
#bread a {
  color:#666;
  text-decoration:none;
}
#bread a:hover {
  color:#800000;
  text-decoration:underline;
}

#addthis {
  float:right;
}

div.footer p {
  margin-top:5px;
  color:#fff;
}
div.footer p a {
  color:#fff;
  text-decoration:none;
  margin-right:35px;
}
#bottom div {
  clear:both;
}
#bottom div img {
  float:left;
  margin-left:10px;
  border:0;
}
#bottom div p {
  margin:0 35px;
  text-align:center;
  color:#a5a863;
  float:left;
}
#bottom div p a {
  color:#a5a863;
}

div.post {
  margin-top:15px;
  border-bottom:1px dashed #d2ab9d;
}
p small, p small a {
  color:#666;
}

p.rss {
  float:right;
}
p.rss a {
  background:transparent url(images/feed.png) top left no-repeat;
  font-size:90%;
  padding:2px 0 2px 18px;
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

#primaryContent ul, #primaryContent ol {
	margin:10px 5px 5px 30px;
}

#sidebar ul {
  list-style:none;
  margin:5px 0 5px 5px;
  padding:0;
  font-size:85%;
}
#sidebar ul li {
  margin-bottom:4px;
}

ul#nav{
  background:#774942 url(images/nav.png) top left repeat-x;
  width:760px;
  float:left;
  list-style:none;
  height:34px;
}
ul#nav li{
  float:left;
}
ul#nav li a {
  color:#fcc9c6;
  text-decoration:none;
  display:block;
  font-size:100%;
  padding:9px 15px 9px 20px;
  border-right:1px solid #482936;
}
ul#nav li a:hover {
  background:#774942;
}

ul#nav li.page-item-5 a {
  border-right:0;
  padding-right:21px;
}

ul#nav li ul {
  border:1px solid #531e16;
}
ul#nav li ul a {
  display:block;
  border:0;
  background:#64352f;
  margin:0;
  padding:4px 2px 6px 6px;
  font-size:80%;
}
ul#nav li ul a:hover {
  background:#531e16;
  color:#fff;
}

ul#nav li ul a {
  display:block;
  border:0;
  background:#64352f;
  margin:0;
  padding:4px 2px 6px 6px;
  font-size:80%;
}
ul#nav li ul a:hover {
  background:#531e16;
  color:#fff;
}

ul#nav li ul li ul {
  margin:10px 0 0 -30px;
  border:1px solid #5c2e27;
}
ul#nav li ul li ul a {
  background:#7a4d47;
  padding:2px 2px 4px 4px;
}
ul#nav li ul li ul a:hover {
  background:#622a22;
}

/*** ESSENTIAL STYLES ***/
.sf-menu ul {
  list-style:none;
  margin:0;
  padding:0;
  position:		absolute;
  top:			-999em;
  width:			130px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			34px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			130px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			130px; /* match ul width */
	top:			0;
}







#footer ul {
  list-style:none;
  width:760px;
  margin:0 auto;
}
#footer ul li {
  float:left;
}
#footer ul li a {
  font-size:80%;
  text-decoration:none;
  border-left:1px solid #600000;
  display:block;
  padding:0 4px;
}
#footer ul li:first-child a {
  border-left:none;
}
#bottom ul {
  margin:30px 0;
  float:left;
  width:760px;
  list-style:none;
}
#bottom ul li {
  float:left;
  width:20%;
  text-align:center;
}
#bottom ul li a {
  color:#fff;
  text-decoration:none;
  font-size:80%;
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
  border:0;
  clear:both;
  height:1px;
  overflow:hidden;
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
  color:#800000;
  text-decoration:underline;  
}
a:hover{
  text-decoration:none;
}

#links a {
  padding:5px 5px 5px 30px;
  margin-left:6px;
  color:#676938;
  font-weight:bold;
  text-decoration:none;
  font-size:90%;
}
#links a.facebook {
  background:transparent url(images/icons/facebook.png) top left no-repeat;
}
#links a.myspace {
  background:transparent url(images/icons/myspace.png) top left no-repeat;
}
#links a.rss {
  background:transparent url(images/icons/rss.png) top left no-repeat;
}
#links a.blog {
  background:transparent url(images/icons/blog.png) top left no-repeat;
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

/* ---- MISC ---- */
.slideshow {
	float:right;
	margin:0 0 5px 5px;
}
.alignright {
	float:right;
	margin:0 0 5px 5px;	
}
.alignleft {
	float:left;
	margin:0 5px 5px 0;	
}



/* ---- COMMENT FORM ---- */
.commentlist li, #commentform input, #commentform textarea {
	font-size: 85%;
	}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
        font-size:120%;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: lower-roman;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/*                                                    */
/*  main 'top-level' form elements                    */
/*        @import "calendar.css";                                             */


.cform { 
	margin:20px auto 0 auto; 
	width: 650px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin:0;
	padding:0; 
	font-size:18px; 
}

ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
	border-top:1px solid #f2f2f2;
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:190px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}
.cform label span {
	width:190px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	font:0.9em Trebuchet MS,sans-serif;
	color:#888;
	background:#ffffff url(images/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #FFCC00;
	background:#ffffff url(images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
	background:#ffffff url(images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform textarea,
.cform input {
	width:298px; 
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 150px;
	display: block;
 	vertical-align:top;
	color: #f66;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding:0pt 3px 0pt 0pt !important;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:auto;  
	padding:2px 1em; 
	margin: 0;
	font-size:130%;
	background:#fff; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	margin: 0 5px 0 0;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(images/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(images/icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(images/captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(images/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
	background:#FFDFDF url(images/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.success {
	display:block;
	font-size:130%;
	color:#333;
	background:#cfc;
	border-color:#060;
	border-style:solid;
	border-width:2px 0pt;
}


.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:6px auto 10px !important;
	padding:0pt 6px 0pt 0pt !important;
	text-align:right;
	width:410px;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}



.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #666;
	margin: 10px 0px 15px 0px;
	font-size: 80%;
	width: 400px;
	text-align: left;
}
.wp-table-reloaded th {
    color:#fff;
    background-color: #310F05;
    padding: 4px;
}
.wp-table-reloaded td {
	padding: 4px;
	vertical-align: top;
}
.wp-table-reloaded .even td {
	background-color: #fff;
}
.wp-table-reloaded .odd td {
	background-color: #eee;
}
#sidebar div.slideshow {
    margin:15px 0;
}
#sidebar div div.quotescollection_randomquote {
    clear:both;
    display:block;

    border:1px solid #c39758;
    background:#f3f3f3;
    margin:0 0 0 28px;
    width:285px;

    padding:5px 10px;
    font-size:105%;
}



