/* @override 
	http://webdesign.gs/alaskayachtcharters/style/alaska-inside.css
	http://www.alaskanstory.com/style/alaska-inside.css
*/

body {
	margin:  0px;
	padding:  0px;
	background-image: url(../back2.jpg);
	background-repeat:  repeat-x;
	background-color: #053b72;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:  12px;
	line-height:  1.5em;
	color: #fff;
}

#cms_content{
	width: 500px;
}

#wrapper {
	margin:  0 auto;
	padding:  0px;
	width:  900px;
}

#header{
	margin:  0px;
	padding:  10px;
	height:  155px;
	background-image: url(../images/header.jpg);
	background-repeat:  no-repeat;
	text-align:  right;
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	color: #fff;
}

#header a{
	color: #fff;
	text-decoration: none;
}

#header a:hover{
	color: #9ec0d7
}

.orange{
	color: #cc9933;
}

.large{
	font-size:  16px;
}

#nav{
	margin: 0px;
	padding: 0px;
}


#content{
	margin: 0px;
	margin-left:  10px;
	padding: 0px;
	width: 880px;
}

#content_text{
	padding: 15px;
	padding-top: 5px;
	margin-top: -5px;
	background-color: #0d4175;
	border-left: 1px solid #021e36;
	border-right: 1px solid #021e36;
	min-height: 400px;
}


#footer{
	clear: both;
	margin: 0px;
	margin-top: -10px;
	padding: 10px;
	background-color: #011c40;
	color: #c1d0de;
	text-align: right;
	font-size: 11px;
}

#footer a{
	color: #c1d0de;
	text-decoration: none;
}

#footer a:hover{
	color: #629cd3;
}

#footer-text{
	position: relative;
	margin: 0 auto;
	width: 900px;
}

h1{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size:  21px;
	color: #92b0ce;
	font-weight: normal;
}

h2{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size:  18px;
	color: #eb8f13;
	font-weight: normal;
}

a{
	color: #b3d1fd;
	text-decoration: none;
}

a:hover{
	color: #70abfc;
}

.recipe{
	width: 158px;
	margin: 0px;
	padding: 5px;
	border-right: 1px dashed #fff;
	float: left;
}



/* NAV */

#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	display: block;
	float: left;
	list-style-type: none;
}

	#nav ul li ul {
		background-color: #143B66;
		width: 150px;
	}
	
	#nav ul li ul li {
		width: 150px;
	}
		
	#nav ul li ul li a {
		background: none;
		height: 16px;
		padding: 5px 7px;
		display: block;
		width: 136px;
		border-bottom: 1px dotted #0D4175;
		border-color: #6480b4;
	}
	
		#nav ul li ul li a:hover {
			background-color: #05274D;
		}


#nav .hidden{
	display: none;
}

#nav a{
	background-image: url(../images/nav.jpg);
	height: 47px;
	display: block;
	float: left;
	overflow: hidden;
}

a#home{
	background-position: 0px 0px;
	width: 61px;
}

a#home:hover{
	background-position: 0px -47px;
}

a#yacht{
	background-position: -61px 0px;
	width: 75px;
}

a#yacht:hover{
	background-position: -61px -47px;
}

a#schedule{
	background-position: -136px 0px;
	width:  122px;
}

a#schedule:hover{
	background-position: -136px -47px;
}

a#why{
	background-position: -258px 0px;
	width:  71px;
}

a#why:hover{
	background-position: -258px -47px;
}

a#cookbook{
	background-position: -329px 0px;
	width: 125px;
}

a#cookbook:hover{
	background-position: -329px -47px;
}

a#video{
	background-position: -454px 0px;
	width: 138px;
}

a#video:hover{
	background-position: -454px -47px;
}

a#magazine{
	background-position: -592px 0px;
	width: 120px;
}

a#magazine:hover{
	background-position: -592px -47px;
}

a#climate{
	background-position: -712px 0px;
	width: 122px;
}

a#climate:hover{
	background-position: -712px -47px;
}

a#contact{
	background-position: -834px 0px;
	width: 66px;
}

a#contact:hover{
	background-position: -834px -47px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
ul.link-block {
	list-style: none;
	width: 135px;
}


	ul.link-block li {
		font-size: 14px;
	}
	
	ul.link-block li a {
		border-bottom: 1px dotted #000;
		padding: 3px 0px 3px 5px;
		display: block;
	}
	
		ul.link-block li a:hover {
			background-color: #0a3663;
		}

/* CSS Document */


