/* @override http://www.raftmwd.com/wp-content/themes/mwd/style.css */

/*
Theme Name: Mountain Whitewater Descents
Version: 1.0
Author: CodeGeek.net
Author URI: http://www.codegeek.net/
Description: Custom theme designed and coded by <a href="http://www.codegeek.net">CodeGeek.net</a>

*/

/**
*	CSS	RESET
*/

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}

ul {
	list-style: none;
	margin-bottom: 10px;
}

img, fieldset {
	border: 0 none;
}

img {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-weight: normal;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#content-wrapper ol {
	margin-left: 30px;
}
#content-wrapper ol ol {
	list-style: none;
	margin-left: 10px;
}
a {
	outline:none;
}

/**
*	CLEAR FIX
*/


.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
}

.clr {
	clear: both;
    height:1px;
}

/**
*	GENARAL SETTINGS
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
    background: url(images/bg-mainbody1.jpg);
}

h1,h2,h3,h4,h5,h6 {
	margin: 15px 0;
}

a {
	/*color: #ff8a00;*/
        color: #00f;
	text-decoration: underline;
}

a:hover {
        text-decoration:none;
}

h1 a, h2 a {
	color:#074E9C;
}

p {
	margin: 0 0 15px 0;
}

.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.right img {
	margin-left:15px;
}

.white {
    color:#ffffff;
}

.uppercase {
    text-transform:uppercase;
}

.italic {
    font-style:italic;
}

.center {
    text-align:center;
}
/**
*	MAIN STRUCTURE
*/


.wrapper {
	margin: 0 auto;
	width: 972px;
}

#header {
	background: url(images/header.png) repeat-x;
	height: 256px;
    min-width:990px;
}

#header .wrapper {
    padding-top:35px;
    height:250px;
    background: url(images/header-paddle.png) no-repeat;
}

#header input {
    display:inline;
    vertical-align:middle;
}

.search_input_text
{
    width:138px;
    height:18px;
    color:#715f4e;
    font-size:0.95em;
    margin-right:5px;
    padding-left:10px;
    padding-top:2px;
}

#header .wrapper #search {
    font-family:"Arial Black";
    margin-right:3px;
    margin-bottom:16px;
}

#header .wrapper #search a.white {
    font-family:"Arial Black";
    margin-left:20px;
}

#header .wrapper #search a.white:hover {
    color: #ff8a00;
    
}

#header .wrapper #search a.italic {
    font-family:"Arial";
    font-weight:bold;
}
#header .wrapper #search a.italic:hover {
	color: #fff;
}



/*---------- Dropdown Menu ----------*/
.menu {
    background: url(images/menu.gif) repeat-y;
    padding-top:8px;
    padding-left:16px;
    height:78px;
    clear:both;
    display:block;
    line-height: 19px;
}

#jsddm {
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 0;
}
#jsddm li {
    display: inline;
    margin-right:27px;
    float:left;
    margin-bottom:24px;
	list-style: none;
}


#jsddm li a {
    font-family:"Arial Black";
    font-size:1.05em;
    color:#ffffff;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    text-decoration:none;
}

#jsddm li a:hover, #jsddm li a.active {
    color: #ff8a00;
}
	#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 4px solid transparent;
			}
		
		#jsddm li ul li
		{	float: none;
			display: inline;
			margin:0;
		}
		
		#jsddm li ul li a
		{	width: 225px;
			padding: 5px;
			padding-left: 7px;
			background: #42372e;
			z-index: 10000;
			font-size: .9em;
		}
		
		#jsddm li ul li a:hover
		{	background: #2f281f;
		}
		

/*--------- Content area ---------*/
#mainbody {
	min-height: 800px;
}

#contentbody {
	display: inline;
	float: left;
	width: 697px;
	margin-right: 12px;
}

#content-left-outer {
	float: left;
	width: 216px;
}
#content-left {
	display: inline;
	float: left;
	width: 216px;
	margin-right: 16px;
	background:url(images/content-left.gif) repeat-y top center;
	margin-top:50px;
}

#content-left h1 {
    margin-top:-50px;
    position:absolute;
}

#content-left p {
    text-align:center;
    margin-top:110px;
}

#content-left p a {
    margin-left:32px;
    padding-top:10px;
    background:url(images/most-popular-button-bg.gif) no-repeat;
    width:154px;
    height:29px;
    float:left;
}

#content-left p img.thumb {
    margin:-1.5px;
    padding:0;
}

#content-left-bottom {
    background:url(images/content-left-bottom.gif) no-repeat bottom center;
    height:15px;
}

#content {
	display: inline;
	float: right;
	width: 465px;
	background:url(images/content.gif) repeat-y;
	background:url(images/home_content.png) repeat-y;
	margin-top:40px;
}

#content-inner-top {
	background-color:#fff;
	border-left:1px #544f4c solid;
	padding:10px;
	margin-bottom:10px;
}

#content-inner-top-inside {
	background-image:url(images/content-inner-top-inside.gif);
	padding:2px 10px;
	position:relative;
}

#content-inner-top-inside h1 {
	text-align:right;
	text-shadow:1px 1px 3px #666666;
	font:23px "Arial Black", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#074e9c;
	padding:0 30px 0 0;
	margin:0;
	
}

#content-inner-top-inside img {
	position:absolute;
	top:-35px;
	left:-70px;
}

#content-inner {
	background-color:#fff;
	border-left:1px #cac8c7 solid;
	padding:10px;
}

#content-inner .red-title {
	color:#be1e2d;
	font:italic 17px "Times New Roman", Times, serif
}

#content-inner .sub-header {
	color:#231f20;
	font:italic 16px "Times New Roman", Times, serif;
	border-bottom:1px #231f20 solid;
	padding-bottom:10px;
	clear: both;
}

#content h1 {
    margin-top:-40px;
    position:absolute;
}

#content p {
    margin-left:30px;
    margin-right:30px;
    font-size:1.05em;
}

#content-wrapper{
    margin-top:40px;
}

#content-inner #content-wrapper {
	margin-top:0;
	background-image:url(images/content-inner-bg.jpg);
	padding:20px 20px 10px 20px;
	border:1px #79685f solid;
}

#content-inner #content-wrapper .left{
	width:245px;
	clear: left;
}

#content-inner #content-wrapper .right{
	/*width:350px;*/
	display:inline;
	margin-right:5px;
	font-size:12px;
}

#content-inner #content-wrapper h2 {
	font:bold 21px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

#content-inner #content-wrapper h3 {
	font:bold 16px Arial, Helvetica, sans-serif;
	margin:10px 0px;
	margin-top: 10px;
}

#content-inner #content-wrapper p {
	margin-bottom:10px;
}

#content-wrapper ul {
	list-style: disc;
        margin-left:25px;
}

#plunge-rapids {
	margin-top: -30px;
}

.btn-img {
	vertical-align:middle;
}

.sidebar-wrapper {
    float:left;
    width:245px;
    background-color:#ffffff;
    border:#cac8c7 solid 1px;
    min-height:150px;
    padding:10px;
    margin-bottom:30px;
}

#sidebar li h3 {
    display:inline;
    float:left;
}

#sidebar {
    color:#715f4e;
    font-size:0.8em;
	display: inline;
	float: left;
	width: 233px;
	padding-bottom: 30px;
}

#sidebar a {
    color:#074e9c;
}


#sidebar .clr {
    min-height:60px;
}

p.testimargin {
    margin-top:70px;
    margin-bottom: 0px;
}

p.testi {
    font-family:"Arial Black";
    font-size:1.2em;
    color: #000;
    margin-bottom: 5px;
}

p.phone {
    font-family:"Arial Black";
    font-size:2.5em !important;
    color:#be1e2d;
    text-shadow:1px 1px 3px #000000;
    font-weight:bold;
    margin-bottom: 5px;
}

p.testimonial img{
    margin-bottom:-60px;
}

.sidebar-wrapper div {
    border:#cac8c7 solid 1px;
    background:url(images/sidebar.jpg);
    min-height:150px;
}

#blog-sidebar {
	float:left;
	background-color:#FFFFFF;
	border:1px solid #CAC8C7;
	margin-bottom:30px;
	min-height:150px;
	padding:10px;
	width:245px;
}

#blog-sidebar div {
	border:#cac8c7 solid 1px;
    background:url(images/sidebar.jpg);
    min-height:150px;
	padding:10px;
}

div.text-37, div.text-38, div.text-39, div.text-40, div.text-41, div.text-42, div.text-43, div.text-44, div.text-45, div.text-46, div.text-47, div.text-48, div.text-49, div.text-50, div.text-51, div.text-52, div.text-53, div.text-54, div.text-55, div.text-56, div.text-57, div.text-58, div.text-59, div.text-60, div.text-61, div.text-62, div.text-63, div.text-64, div.text-65, div.text-66, div.text-67, div.text-68, div.text-69, div.text-71, div.text-73 {
	background:none;
	border:none;
	}

div.text-37 div, div.text-38 div, div.text-39 div, div.text-40 div, div.text-41 div, div.text-42 div, div.text-43 div, div.text-44 div, div.text-45 div, div.text-46 div, div.text-47 div, div.text-48 div, div.text-49 div, div.text-50 div, div.text-51 div, div.text-52 div, div.text-53 div, div.text-54 div, div.text-55 div, div.text-56 div, div.text-57 div, div.text-58 div, div.text-59 div, div.text-60 div, div.text-61 div, div.text-62 div, div.text-63 div, div.text-64 div, div.text-65 div, div.text-66 div, div.text-67 div, div.text-68 div, div.text-69 div, div.text-71 div, div.text-73 div {
	background:none;
	border:none;
	}

img.award {
	margin-left:-13px;
	}
	
.testimonial div {
    padding-top:70px;
}

.extanet-recent-posts p {
	margin:0px 10px 15px 10px;
	
}
.extanet-recent-posts p a {
	text-transform: uppercase;
	font-weight: bold;
}
.extanet-recent-posts p a.read_more {
	text-transform: none;
	font-weight: normal;
}
.extanet-recent-posts p.center {
	margin: 5px 0px;
}
.widget-title {
	display: none;
}
.widget_video .widget-title {
	display: block;
	text-align: center;
	color: #0e45a0;
	margin: 4px 10px;
	min-height: 0;
	font-weight: bold;
	font-size: 1.5em;
	text-shadow: #fff 1px 1px 3px;
	font-family:"Arial Black";
}
.widget_video div {
	margin: 0;
	padding: 0;
	min-height: 0;
}

.widget_video #ply {
	width: 241px;
}
#chamber-seal {
	margin-bottom: 40px;
}

#content-bottom {
    background:url(images/content-bottom.png) no-repeat 1px;
    height:18px;
}

#banner {
    background-color:#ffffff;
    border:#cac8c7 solid 1px;
    padding:10px;
    margin-bottom:10px;
}

    #banner img {
        border:#cac8c7 solid 1px;
    }



#footer {
	background: url(images/footer.png) repeat-x;
	height: 465px;
    min-width:990px;
}

#footer .wrapper p {
    color:#ffffff;
    font-weight:bold;
    float:left;
    width:680px;
	position:relative;
	top:-150px;
}

#footer .wrapper:first-child {
    padding-top:30px;
}

#footer .wrapper p span {
    vertical-align:middle;
}

#footer .wrapper #footer-paddle {
    position: relative;
    float:right;
    margin-left:-280px;
    margin-top:-90px;
}

#footer .wrapper span {
    margin-top:25px;
    margin-left:62px;
}
#footer a {
    color:#fff;
}

#last-image {
    margin-top:0px;
}

#mwlogo img {
    position: absolute;
    margin-left:-268px;
    z-index: 10;
}
.headrow {
	font-weight:bold;
	font-style:italic;
	padding: 3px;
	border-bottom:1px solid #000;
}
span.tripdescriptions {
	text-indent: -9999px;
	
}
img.guide {
	margin-right:15px;
}
.clear {
	clear:both;
}

