/*
Theme Name: WordPress Fishing theme
Theme URI:
Description: The WordPress theme based on the famous McDougall Lodge fishing theme.
Version: 1.0
Author: Ryan Hightower
Author URI: http://ryanhightower.com
Tags: blue, custom header, fixed width, two columns, widgets

	Fishing 1.0

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */

body { behavior:url("csshover.htc"); }
*{
	margin:0;
	padding: 0;
}
body{
	font:11px Verdana, Arial, sans serif;
	color:#4c3a32;
	background:#09214c;
}		
a img{border:0;}	
:focus{outline:0;}
ul, form, p{list-style: none;}	
.page-center{
	width:1099px;
	margin:0 auto;
	background:url(images/beam.png) no-repeat top 7px;
	min-height:810px;
}
#wrapper{
	float:left;
	width:996px;
	background:url(images/bg-content.png) repeat-y;
	min-height:800px;
	margin:43px 0 0 55px;
	display:inline;
	position:relative;
}
/*header*/
.header{
	float:left;
	width:980px;
	height:420px;
	margin:0 0 0 8px;
	display:inline;
	position:relative;
	overflow: hidden;
}
.header-inner{
	float:left;
	width:980px;
	height:245px;
	margin:0 0 -45px 8px;
	display:inline;
	position:relative;
	overflow: hidden;
}
.logo a{
	position:absolute;
	top:-30px;
	left:-40px;
	width:201px;
	height:201px;
	z-index:7000;
}
.bg-top-header{
	position:absolute;
	top:0;
	right:0;
	background:url(images/bg-top.png) no-repeat;
	width:878px;
	height:103px;
	z-index:5000;
}
.bg-corner{
	position:absolute;
	top:0;
	right:-1px;
	background:url(images/corner.png) no-repeat;
	width:146px;
	height:146px;
	z-index:6000;
}
box-photo{
	overflow:hidden;
}
/*menu*/
.menu{
	float:left;
	width:980px;
	background:url(images/bg-menu.png) repeat-x 0 0;
	height:35px;
	position:relative;
	z-index:65000;
	margin:0;
}
.menu ul#nav {
	float:left;
	display:inline;
	position:relative;
}
.menu ul#nav  li{
	float:left;
	display:inline;
	background:url(images/divider.png) no-repeat right 50%;
}
.menu ul#nav  li a{
	color:#fff;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding:0 29px;
	text-decoration:none;
	height:35px;
	float:left;
	line-height:35px;
}
.menu ul#nav li a:hover{
	background:url(images/btn-hover.png) repeat-x 0 0;
}
.bg-none{
	//background:none!important;
}
.bg-none a{
	padding:0 30px!important;
}
/*submenu*/
ul#nav li .submenu{
	background:#d7942a;
	font-size:11px!important;
	//display:none;
	top: 35px;
    left: 0px;
	position: absolute;
	width:965px;
	//height: 20px;
	padding:0 0 0 15px;
}
ul#nav li .submenu a{
	font-size:11px;
	text-transform:capitalize;
	padding:0 23px;
}
ul#nav li:hover .submenu{
	display:block;
}
ul#nav li .submenu a:hover{
	background:#113b8b;
}
ul#nav li .active{
	background:#113b8b;
}


/*content*/
/*.content{
	float:left;
	width:980px;
	background:#fff url(images/line-orange.png) repeat-x 0 0;
	margin:0 0 0 8px;
	display:inline;
}
.content h2{
	float:left;
	width:925px;
	margin: 25px 0 0px 30px;
	color:#0d295b;
	font:italic bold 28px Arial, Helvetica, sans-serif;
}*/
.content-outer{
	float:left;
	width:980px;
	background:#fff url(images/line-blue.png) repeat-x 0 0;
	margin:30px 0 0 8px;
	display:block;
}
.content-outer h2{
	//float:left;
	width:925px;
	margin: 25px 0 0px 30px;
	color:#0d295b;
	font:italic bold 28px Arial, Helvetica, sans-serif;
}

.content-inner {
	float:left;
	//width:415px;
	margin:25px 0 0 0;
	display:inline;
	position:relative;
	padding:0 20px 50px 30px;
}
.content-inner h2{
	float:left;
	clear: both;
	width:925px;
	margin: 10px 0 10px 0;
	color:#0d295b;
	font:italic bold 20px Arial, Helvetica, sans-serif;
	
}

.content-inner h3{
	padding: 0px 20px 0 0px;
	margin: 10px 0 10px 0;
}
.content-inner p{
	//margin: 10px;
	padding:0 0 20px 0px;
	//width:415px;
}
.left-col{
	float:left;
	width:415px;
	margin:25px 0 0 0px;
	display:inline;
	position:relative;
	padding:0 0 50px 0;
}
.left-col h1{
	float:left;
	width:415px;
	color:#0d295b;
	font:italic bold 28px Arial, Helvetica, sans-serif;
}
.left-col h3{
	padding: 0;
	margin: 10px 0 10px 0;
	//display: inline;
}
/*.left-col p{
	padding:0px 0 20px 0;
	float:left;
	width:415px;
}*/
.col-2{
	float:left;
	width:830px;
	margin:25px 0 0 30px;
	display:inline;
	position:relative;
	padding:0 0 50px 0;
}
.right-col{
	float:right;
	width:480px;
	margin:25px 15px 0 15px;
	display:inline;
	//border: solid 1px red;
}
.bottom-col{
	float:left;
	background:url(images/bg-blue-line.png) no-repeat 0 27px;
	width:920px;
	min-height:100px;
	padding:0 30px 25px 30px;
	margin:15px 0 0 -30px; 
}
.bottom-col-inner{
	float:left;
	background: url(images/line-orange.png) repeat-x 1px top ;
	width:940px;
	min-height:50px;
	padding:0 30px 10px 10px;
	margin:15px 0 0 8px;
}
.sponsors img{
	padding: 10px;
	//float: left;
}
.btn-make{
	float:left;
	background:url(images/btn-make-your.png) no-repeat;
	width:223px;
	height:57px;
	text-indent:-9999px;
	margin:40px 0 0;
}
.map{
	position:absolute;
	bottom:0;
	right:0;
	background:url(images/map.png) no-repeat;
	width:216px;
	height:141px;
	text-indent: -9999px;
}
.map-free{
	//position:absolute;
	//float:left;
	//bottom:0;
	//right:0;
	background:url(images/map.png) no-repeat;
	width:216px;
	height:141px;
}
.box{
	float:left;
	position:relative;
	margin:0 11px;
	display:inline;
	height:247px;
	width:283px;
	cursor:pointer;
}
.bg-img{
	background:url(images/bg-photo.png) no-repeat;
	width:283px;
	height:247px;
	position:absolute;
	z-index:20000;
	text-indent: -9999px;
}
.box img{
	position:absolute;
	top:15px;
	left:0;
	width:283px;
	height:208px;
	z-index:1;
}
.txt-visit-our-photo{
	position:absolute;
	bottom:0;
	left:15px;
	background:url(images/txt-visit-our-photo.png) no-repeat;
	width:250px;
	height:41px;
	z-index:25000;
	text-indent:-9999px;
}
.txt-download{
	position:absolute;
	bottom:15px;
	left:22px;
	background:url(images/txt-download.png) no-repeat;
	width:241px;
	height:14px;
	z-index:25000;
	text-indent:-9999px;
}
.txt-visit-alaska{
	position:absolute;
	bottom:10px;
	left:30px;
	background:url(images/txt-visit-alaska.png) no-repeat;
	width:221px;
	height:18px;
	z-index:25000;
	text-indent:-9999px;
}
/*footer*/
.bg-footer{
	float:left;
	width:996px;
	background:url(images/bg-footer.png) no-repeat;
	height:42px;
	margin:0 0 0 55px;
	display:inline;
	text-align:center;
	padding:15px 0 0;
}
.bg-footer ul{
	display:inline;
}
.bg-footer ul li{
	display:inline;
	margin:0 10px 0 0;
	padding:0 13px 0 0;
	background:url(images/devider-footer.png) no-repeat right 50%;
}
.bg-none-footer{
	background:none!important;
}


.bg-footer a:link, .bg-footer a:visited{
	color:#dadada;
	text-decoration:none;
}
.bg-footer a:hover{
	text-decoration:underline;
}
/*.footer-link a:link, a:visited{
	color:#dadada;
	text-decoration:none;
}
.footer-link a:hover{
	text-decoration:underline;
}*/
.copy{
	float:left;
	width:996px;
	margin:0 0 0 55px;
	padding:0 0 84px 0;
	text-align:center;
	display:inline;
	color:#fff;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}

/* End Images */

.gallery {
	margin: -30px 0 0 0;
}


._spacer {
	clear:both
	height:1px;
	margin: 10px 0 10px 0;
	width: 100%;
}

