/*
Theme Name: Northern Lights Ocean
Theme URI: http://www.fishingnorthernlights.com/
Description: Default ocean theme.
Version: 1.0
Author: Steve Landwehr
Author URI: http://www.lightspeedsystems.com/
Tags: fishing, ocean, boat
*/

html{
	/*background:#021158 url(images/body_gradient_bg.png) top left repeat-x;*/
	background:#021158;
	margin:0px;
	padding:0px;
}
body{
	background-image:url(images/ocean_bg2.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	font-family:'Trebuchet MS',Verdana,Arial,sans-serif;
	font-size:100%;
	margin:0px;
	padding:0px;
}

/*===============================================
## CONTENT CONTAINER
===============================================*/
div#contentContainer{
	background:url(images/content_container_bg.png) top left repeat-y;
	margin:0 auto 0 auto;
	overflow:hidden;
	position:relative;
	width:1000px;
}

/*===============================================
## TOP NAVIGATION
===============================================*/
ul.topNav{
    background:url(images/top_nav_bg.jpg) top left no-repeat;
    height:35px;
    list-style:none;
    margin:0px;
    overflow:hidden;
    padding:0 0 0 40px;
    width:960px;
}
ul.topNav li{
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    height:28px;
    margin-right:3px;
}
ul.topNav li a{
    background-position:top left;
    background-repeat:no-repeat;
    display:block;
    height:28px;
    text-indent:-9999px;
}
ul.topNav li.home{
    background-image:url(images/tab_home.png);
    width:58px;
}
ul.topNav li.homa a{
    width:58px;
}
ul.topNav li.scheduleTrip{
    background-image:url(images/tab_schedule_trip.png);
    width:112px;
}
ul.topNav li.scheduleTrip a{
    width:112px;
}
ul.topNav li.photoGallery{
    background-image:url(images/tab_photo_gallery.png);
    width:102px;
}
ul.topNav li.photoGallery a{
    width:102px;
}
ul.topNav li.crew{
    background-image:url(images/tab_crew.png);
    width:113px;
}
ul.topNav li.crew a{
    width:113px;
}
ul.topNav li.about{
    background-image:url(images/tab_about.png);
    width:77px;
}
ul.topNav li.about a{
    width:77px;
}
ul.topNav li.contact{
    background-image:url(images/tab_contact.png);
    width:88px;
}
ul.topNav li.contact a{
    width:88px;
}
/* SELECTED TABS */
body.home ul.topNav li.home{
    background-image:url(images/tab_home-sel.png);
}
body.schedule-a-trip ul.topNav li.scheduleTrip{
    background-image:url(images/tab_schedule_trip-sel.png);
}
body.photo-gallery ul.topNav li.photoGallery{
    background-image:url(images/tab_photo_gallery-sel.png);
}
body.captain-crew ul.topNav li.crew{
    background-image:url(images/tab_crew-sel.png);
}
body.about-us ul.topNav li.about{
    background-image:url(images/tab_about-sel.png);
}
body.contact-us ul.topNav li.contact{
    background-image:url(images/tab_contact-sel.png);
}
/* MOUSEOVER TABS*/
ul.topNav li.home a:hover{
    background-image:url(images/tab_home-over.png);
}
ul.topNav li.scheduleTrip a:hover{
    background-image:url(images/tab_schedule_trip-over.png);
}
ul.topNav li.photoGallery a:hover{
    background-image:url(images/tab_photo_gallery-over.png);
}
ul.topNav li.crew a:hover{
    background-image:url(images/tab_crew-over.png);
}
ul.topNav li.about a:hover{
    background-image:url(images/tab_about-over.png);
}
ul.topNav li.contact a:hover{
    background-image:url(images/tab_contact-over.png);
}
/* SELECTED TAB MOUSEOVER*/
body.home ul.topNav li.home a:hover{
    background-image:none;
}
body.schedule-a-trip ul.topNav li.scheduleTrip a:hover{
    background-image:none;
}
body.photo-gallery ul.topNav li.photoGallery a:hover{
    background-image:none;
}
body.captain-crew ul.topNav li.crew a:hover{
    background-image:none;
}
body.about-us ul.topNav li.about a:hover{
    background-image:none;
}
body.contact-us ul.topNav li.contact a:hover{
    background-image:none;
}

/*===============================================
## CONTENT
===============================================*/
h1.header{
    background:url(images/header_bg3.jpg) top left no-repeat;
    /*height:233px;*/
    margin:0px;
    padding:82px 0 11px 0;
}
h1.header a.homeLink{
    display:block;
    height:60px;
    margin:0 0 0 33px;
    padding:0px;
    text-decoration:none;
    text-indent:-9999px;
    width:380px;
}
h1.header a.bookLink{
    display:block;
    height:92px;
    margin:70px 0 0 57px;
    padding:0px;
    text-decoration:none;
    text-indent:-9999px;
    width:330px;
}
p.headerDescription{
  color:#fff;
  font-size:10px !important;
  margin:0px;
  padding:0px;
  position:absolute;
  top:175px;
  left:40px;
  width:350px;
}
div#content{
	background:#fff;
	float:left;
	font-size:0.75em;
	line-height:1.5em;
	margin-left:40px;
	padding:10px 20px 20px 20px;
	width:600px;
	/*min-height:800px;*/
}
div#content a{
    color:#36c;
}
div#content a:hover{
    color:#036;
}
div#content div#ads{
    background:#ccc;
    margin-bottom:20px;
    padding:10px;
}
div#content div.post, body.search div#content div.page{
    margin-bottom:30px;
}
div#content div.post h2, div#content h2.pagetitle, body.search div#content div.post h3, body.search div#content div.page h3{
    font-size:150%;
    margin:0 0 5px 0;
    padding:0px;
}
body.category div#content h2.pagetitle, body.archive div#content h2.pagetitle, body.search div#content h2.pagetitle{
    border-bottom:1px dotted #999;
    padding-bottom:4px;
}
div#content div.post h2 a, body.search div#content div.post h3 a, body.search div#content div.page h3 a{
    color:#369;
    /*text-decoration:none;*/
}
div#content div.post h2 a:hover, div#content div.post h3 a:hover{
    text-decoration:underline;
}

body.category div#content div.post h3, body.archive div#content div.post h3{
    font-size:130%;
    margin:0 0 5px 0;
    padding:0px;
}
body.category div#content div.post h3 a, body.archive div#content div.post h3 a{
    color:#369;
    /*text-decoration:none;*/
}
body.category div#content div.post h3 a:hover, body.archive div#content div.post h3 a:hover, body.search div#content div.post h3 a:hover, body.search div#content div.page h3 a:hover{
    text-decoration:underline;
}
div#content div.post p{
    overflow:hidden;
}
div#content div.post small, body.search div#content div.page small{
    color:#666;
    font-size:100%;
    margin:0px;
    padding:0px;
}
div#content div.post div.entry{
    margin:10px 0 10px 0;
    overflow:hidden;
}
div#content div.post div.entry img.alignnone{
    margin-bottom:10px;
}
div#content div.post div.entry img.alignleft{
    float:left;
    margin:0 10px 10px 0;
}
div#content div.post div.entry img.alignright{
    float:right;
    margin:0 0 10px 10px;
}
div#content p.postmetadata{
    color:#666;
    margin:0px;
    padding:0px;
}
div.navigation{
    margin:0px;
    overflow:hidden;
    padding:0 0 20px 0;
    width:100%;
}
div.navigation div.alignleft{
    float:left;
}
div.navigation div.alignright{
    float:right;
}
textarea.commentsTextbox{
    height:100px;
    width:585px;
}
ul.fourohfourPageList{
    list-style:none;
    margin:0 0 20px 0;
    padding:0px;
}
ul.fourohfourPageList li{
    font-weight:bold;
}
ul.fourohfourPageList li ul{
    margin-top:6px;
}
ul.fourohfourPageList li li{
    font-weight:normal;
    margin-bottom:4px;
}
div#content div.sexy-bookmarks ul.socials {
margin-bottom:20px !important;
overflow:hidden !important;
}

/*===============================================
## SIDEBAR
===============================================*/
div#sidebarContainer{
	/*background:url(images/boat.jpg) top left no-repeat;*/
	color:#bbcad7;
	float:right;
	font-size:0.75em;
	margin:0px;
	padding:0px;
	width:320px;
}
div#sidebarContainer h2{
    color:#fff;
    font-size:140%;
}
div#sidebarContainer a{
    color:#bbcad7;
}
div#sidebarContainer a:hover{
    color:#fff;
}
div#kicker{
    background:url(images/kicker_bottom.png) bottom left no-repeat;
    color:#fff;
    margin:0px;
	padding:10px 60px 25px 30px;
	width:230px;
}
div#kicker h2{
    background:url(images/lightspeed_logo.png) top left no-repeat;
    height:32px;
    margin:0 0 10px 0;
    padding:0px;
    width:229px;
}
div#kicker h2 a{
    display:block;
    height:32px;
    width:229px;
    text-indent:-9999px;
}
div#kicker p{
    line-height:1.4em;
    margin:0px;
    padding:0 0 15px 0;
}
div#kicker p a{
    color:#fff;
}
div#kicker h3{
    background:url(images/kicker_button.png) top left no-repeat;
    height:34px;
    margin:0 auto 0 auto;
    padding:4px 0 0 4px;
    width:204px;
}
div#kicker h3 a{
    display:block;
    height:30px;
    margin:0px;
    padding:0px;
    text-indent:-9999px;
    width:200px;
}
div#kicker h3 a:hover{
    background:url(images/kicker_button-over.png) top left no-repeat;
}
div#sidebar{
	background:url(images/sidebar_bg2.jpg) 10px 0px no-repeat;
	float:left;
	margin:0px;
	padding:16px 60px 20px 30px;
	width:230px;
	
	min-height:410px;
}
div#sidebar h2.widgettitle{
    border-bottom:1px solid #5a7e9c;
    margin:0 0 10px 0;
    padding:0 0 2px 0;
}
div#sidebar ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
div#sidebar ul li{
    margin:0 0 30px 0;
    padding:0px;
}
div#sidebar ul li.widget li{
/*div#sidebar ul li.widget_recent_entries li, div#sidebar ul li.widget_categories li, div#sidebar ul li.widget_archive li{*/
    margin-bottom:10px;
}
div#sidebar label.hidden{
    display:none;
}
div#sidebar li#flickr-sidebar div.flickr-photos img{
    border:1px solid #5a7e9c;
}

/*===============================================
## SIDEBAR SEARCH
===============================================*/
li.widget_search form{
  margin:0px;
  padding:0px;
}
li.widget_search form div{
  overflow:hidden;
}
li.widget_search form div label{
  display:none;
}
li.widget_search form div input{
  float:left;
}

/*===============================================
## FOOTER
===============================================*/
div#footer{
	/*background:url(images/footer_bg.jpg) top left no-repeat;*/
	background:url(images/footer_bg2.jpg) top left no-repeat;
	color:#a6b7d4;
	font-size:0.75em;
	margin:0 auto 0 auto;
	padding:20px 40px 10px 40px;
	width:920px;
	
	min-height:350px;
}
div#footer a{
    color:#a6b7d4;
}
div#footer a:hover{
    color:#fff;
}
div#footer ul{
    list-style:none;
    margin:0px;
    overflow:hidden;
    padding:0px;
    width:100%;
}
div#footer ul li{
    float:left;
    margin-right:15px;
}
div#footer p{
    margin:0px;
    padding:0px;
}
p.footerDescription{
  margin:0 0 20px 0 !important;
  padding:0px;
  width:640px;
}
/*===============================================
## MailChimp
===============================================*/
