//RESET-min
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

//BASE-min
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}


body{
	background: #CC9933 url(images/desk_background.jpg);
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#FFFFFF;
}
h1,h2,h3,h4,h5{
    font-family:"Courier New",monospace;
    font-size:140%;
    font-weight:bold;
    text-transform:lowercase;
}

.pagetitle{
	border-bottom: 2px solid #CCCCCC;
}
.pagetitle a{
	text-decoration: none;
}

div#wrapper, div#footer{
	margin: 0 auto;
	width: 1000px;
	background: transparent url(images/content_background.jpg) center repeat-y;
	position: relative;
	overflow: auto;
}
.nav{
	height: 343px;
	background: transparent url(images/header_background.jpg) center top no-repeat;
}
.nav h1{
	position: absolute;
	width: 272px;
	height: 187px;
	margin: 0;
	padding: 0;
	top: 64px;
	left: 75px;
}
.nav h1 span{
	display: block;
	position: absolute;
	width: 272px;
	height: 187px;
	background: transparent url(images/sea_logo.jpg);
}

.nav ul{
	position: absolute;
	left: 437px;
	top: 119px;
	width: 402px;
	height: 80px;
	background: url(images/nav_background.jpg);
	margin: 0;
	padding: 0;
}
.nav li{
    display:block;
    float:left;
    left:18px;
    position:relative;
    top:12px;
    width:95px;
}
.nav li a{
	display: block;
	padding: 20px 27px;
	text-transform:uppercase;
	text-decoration:none;
	
	color:#CCCCCC;
	font-size: 14px;
}
.nav li a:hover{
	color: #FFFFFF;
}
.nav li#nav_gallery a{
	padding: 20px 15px;
}
.nav li#nav_sealab a{
	padding: 20px 10px;
}


#breadcrumb{
	position: absolute;
	top: 270px;
	left: 30px;
	background: transparent url(images/breadcrumb_left.gif) no-repeat left;
	height: 55px;
	color: #164d16;
	font-family:Courier, monospace;
	font-size:1.2em;
}
#breadcrumb ul{
	margin: 0;
	padding: 15px 19px 0 0;
	list-style: none;
	background: transparent url(images/breadcrumb_right.gif) no-repeat right 2px;
	height: 55px;
	position: relative;
	left: 19px;
}
#breadcrumb li{
	display: inline;
}
#breadcrumb a{
	color: #164d16;
}


#container{
	background: transparent url(images/content_top_background.jpg) no-repeat top;
	padding-top: 5px;
}
#content{
	float: right;
	width: 675px;
	padding-right:42px;
	margin-top: 55px;
}
#smallcolumn{
	margin-left: 34px;
	width: 215px;
}
#smallcolumn li{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#footer{
	background: transparent url(images/footer_background.gif);
	height: 61px;
	text-align:center;
	margin: 0 auto;
	padding-top: 30px;
}
div.clear{
	clear: both;
}

textarea#comment{
	width: 90%;
}

div.post{
	border: 3px solid #cccccc;
	border-right: none;
	border-bottom: none;
	margin: 1em;
	padding: 0em;
}
div.post h2, div.post div.cover, #commentform{
	margin: 0.2em;
	margin-left: 0.6em;
}

#comments ol{
	border: 3px solid #cccccc;
	border-width: 3px 0;
	padding-top: 0.5em;
}

#sidebar h2{
	border-bottom: 2px solid #cccccc;
	margin-bottom: 0;
}

#sidebar>ul>li>ul{
	border-left: 2px solid #cccccc;
	margin-top: 0;
	padding-top: 0.5em;
}
#sidebar ul{
	margin-left: 0;
	padding-left: 1.5em;
}