/* 
Theme Name: Jarrett Bay
Theme URI: http://www.jarrettbay.com
Description: Exclusive design for JarrettBay.com.
Author: Jason Pim
Author URI: http://www.stealthmktg.com
Version: beta
Tags: Exclusive
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */
	
/* Get base CSS 
@import url('../hybrid/library/css/22px.css');*/
/**
 * 22px Stylesheet
 * Sets up 22px line heights and margins
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */

/* Reset values */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	background: transparent;
	border: none;
	text-decoration: none;
	}

/*
* Get rid of deprecated and non-semantic elements
* These elements should not be used and replaced with proper alternatives
*/
b, i, hr, u, center, menu, layer, s, strike, font, xmp {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	border: none;
	text-decoration: none;
	}
font {
	color: #333;
	}
center {
	text-align: left;
	}

/* End deprecated elements */

/* Body */
body {
	line-height: 22px;
	color: #333;
	background: #fff;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 22px 0;
	}
h1 {
	font-size: 1.8em;
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.55em;;
	}
h4 {
	font-size: 1.4em;
	}
h5 {
	font-size: 1.25em;
	}
h6 {
	font-size: 1.1em;
	}

/* Paragraphs */
p {
	margin: 0 0 22px 0;
	}

/* Lists */
ol, ul {
	list-style: none;
	}
ul {
	list-style: disc;
	margin: 0 0 22px 2.5em;
	}
ol {
	list-style-type: decimal;
	margin: 0 0 22px 3em;
	}
ol ol {
	list-style: upper-roman;
	}
ol ol ol {
	list-style: lower-roman;
	}
ol ol ol ol {
	list-style: upper-alpha;
	}
ol ol ol ol ol {
	list-style: lower-alpha;
	}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	}
dl {
	margin: 0 0 22px 5px;
	}
dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
	}
dl dd {
	margin: 5px 0 0 1.5em;
	}

/* Text elements */
strong {
	font-weight: bold;
	}
strong strong {
	font-weight: normal;
	}
em, cite {
	font-style: italic;
	}
em em, cite cite {
	font-style: normal;
	}
abbr {
	cursor: help;
	}
acronym {
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
	cursor: help;
	}
big {
	font-size: 120%;
	}
small, sup, sub {
	font-size: 80%;
	}
sup {
	vertical-align: baseline;
	position: relative;
	bottom: 0.3em;
	}
sub {
	vertical-align: baseline;
	position: relative;
	top: 0.3em;
	}
address {
	font-style: italic;
	margin: 0 0 22px 0;
	}
li address, dd address {
	margin: 0;
	}

/* Blockquotes */
blockquote {
	margin: 0 22px;
	font-style: normal;
	}
blockquote em, blockquote cite {
	font-style: italic;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

/* Links */
a {
	cursor: pointer;
	}
a img {
	border: none;
	}

/* Code */
pre {
	overflow: auto;
	font: .9em Monaco, monospace, Courier, "Courier New";
	line-height: 22px;
	margin-bottom: 22px;
	padding: 10px;
	}
code {
	font: .9em Monaco, monospace, Courier, "Courier New";
	}
pre code {
	font-size: 1em;
	}

/* Delete and insert */
ins, dfn {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
del {
	text-decoration: line-through;
	}

/* Object */
object {
	margin-bottom: 22px;
	}

/* Forms */
input, textarea, select {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	}
:focus {
	outline: none;
	}
form label {
	cursor: pointer;
	}
option {
	padding: 1px 2px;
	}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 22px;
	}
th, td {
	text-align: left;
	}

/* Horizontal rule */
hr {
	margin-bottom: 22px;
	}

/* WP Smiley */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* WP Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 22px !important;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 15px;
	}
.alignright, .right {
	float: right;
	margin-left: 15px;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 22px auto;
	}
.alignnone, .block {
	clear: both;
	margin: 0 0 22px 0;
	}
.clear {
	clear: both;
	}
img.alignleft, img.alignright {
	display: inline;
	}

/* Get drop-downs CSS 
@import url('../hybrid/library/css/drop-downs.css');*/
/**
 * Dropdowns Stylesheet
 * Sets up some default dropdown menu styles
 * Style rules for both the page and category menus
 *
 * @since 0.5
 * @package Hybrid
 * @subpackage CSS
 */

/* Default page menu styles */
#page-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#page-nav ul {
	line-height: 1.0;
	}
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}
#page-nav ul ul li {
	width: 100%;
	}
#page-nav li:hover {
	visibility: inherit;
	}
#page-nav li {
	float: left;
	position: relative;
	}
#page-nav a {
	display: block;
	position: relative;
	}
#page-nav li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
	}
#page-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#page-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#page-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#page-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
	}

/* Default category menu styles */
#cat-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#cat-nav ul {
	line-height: 1.0;
	}
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}
#cat-nav ul ul li {
	width: 100%;
	}
#cat-nav li:hover {
	visibility: inherit;
	}
#cat-nav li {
	float: left;
	position: relative;
	}
#cat-nav a {
	display: block;
	position: relative;
	}
#cat-nav li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
	}
#cat-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#cat-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
	}

/* Get layout CSS 
@import url('2c-l-fixed.css');*/

#body-container {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	}

#container {
	overflow: hidden;
	float: left;
	width: 960px;
	}

.content {
	overflow: hidden;
	float: left;
	width: 600px;
	}
.no-widgets .content, .no-default-widgets .content, .content-no-sidebar {
	width: 920px;
	}

#primary {
	position: relative;
	float: right;
	width: 320px;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 320px
	}

#subsidiary {
	overflow: hidden;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	}

#footer-container {
	clear: both;
	overflow: hidden;
	}

#footer {
	clear: both;
	overflow: hidden;
	}

/* Get default CSS */
/*@import url('../hybrid/library/css/screen.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); 
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */
	
/**
* Body
************************************************/

/* Jarrett Bay Tabs */
#tabs-container{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: url(images/tabs_bkg.jpg) repeat-x bottom;
	margin: 0;
	height: 50px;
	overflow: hidden;
	line-height: 22px;
	text-align: left;
}
#tabs{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#tabs ul{
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#tabs li{
	float: left;
	width: 160px;
	height: 50px;
	background: url(images/tabs.png) no-repeat;
}
#tabs li a{
	color: #333;
	display: block;
	padding: 7px 0 0 15px;
	margin-top: 12px;
	height: 31px;
	overflow: hidden;
}
#tabs li:hover{
	background-position: -160px 0;
}
#tabs li.active a{
	color: #d5b387;
}
#tabs li a:link, #tabs li a:visited {
	text-decoration: none;
}
#tabs li a:hover, #tabs li a:active {
	text-decoration: underline;
}

#tabs li.active{
	background-position: -320px 0;
}
#tabs li img{
	float: left;
	margin-top: -3px;
}

/* Contains everything */

html {
	background: #6b0b17 url(images/body_bkg.jpg) repeat-x; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #d5b387;
	background: url(images/body_container_bkg.jpg) no-repeat center 357px; 
	font-smooth: always;
	margin: 0 auto;
}

	/* Wrapper for everything inside of the body */
	#body-container {
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link, a:visited {
	color: #d5b387;
	text-decoration: none;
}
a:hover, a:active {
	color: #ead3b8;
	text-decoration: underline;
}

/* Headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	margin-bottom: .5em;
}
h1, h2{
	font-style: italic;
}
h1 {
	color: #600;
}
h2 {
	color: #ad9361;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	color: #2C2F45;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	margin-bottom: .24em;
	}
h6 {
	font-size: 13px;
	margin-bottom: .24em;
	color: #ad9361;
	}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {
	font-style: normal;
	margin-bottom: 0;
}
ins {
	background: #9cf;
	border-bottom: none;
	padding: 2px 5px;
	display: block;
}
dfn {}
del {}

hr {
	margin:  -.5em 0 1.8em 0;
	padding: 0;
	border-top: solid 1px #ead3b8;
	clear: both;
}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-style: italic;
	color: #444;
	margin: 20px;
	padding: 0 10px;	
	border-left: solid 1px #ead3b8;
}
	blockquote blockquote {
		color: #777;
	}
	blockquote em {
		font-weight: bold;
	}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
	textarea {
		font-family: Arial, Helvetica, sans-serif;
	}
	input {
		font-family: Arial, Helvetica, sans-serif;	
	}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
.center, .aligncenter {
	margin: 0 auto;
}
.block, .alignnone {}
.clear {
	clear: both;
}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {
}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail, .feedburnerFeedBlock img{
	border: solid 2px #d5b387;
}
a img.thumbnail:hover, .feedburnerFeedBlock img:hover {
	border: solid 2px #ead3b8;;
}

/* WP Captions [caption] */
.wp-caption {
	font-size: smaller;
	font-weight: bold;
	line-height: 1.6em;
}
	.wp-caption img {}
	.wp-caption p {
		margin: 0;
	}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	margin: 0;
}

	/* Contains site title and tagline */
	/* Header */
	#header {
		height: 70px;
		background: #000 url(images/header_bkg.jpg) no-repeat bottom center;
		padding-bottom: 10px;
	}

		/* Site title */
		#site-title {
			margin: 0 0 10px 0;
			float: left;
			width: 300px;
			clear: left;
			display: none;
		}
			#site-title a {
			}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
			margin: 0 0 20px 0;
			float: left;
			width: 300px;
			clear: left;
			display: none;
		}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
/* Navigation */
#navigation {
		overflow: visible;
		height: 46px;
		margin: 0 auto;
		z-index: 100;
		clear: both;
		border-bottom: solid 1px #d5b387;
		background: #000 url(images/menu_bkg.jpg) no-repeat top center;
	}
	#page-nav li {
		margin: 0;
		font-size: 1.2em;
		font-weight: bold;
	}
	#page-nav li:hover{
		background: url(images/menu_hover.png) repeat-x;
	}
	
	#page-nav li.current_page_item, #page-nav li.current_page_parent, #page-nav li.current_page_ancestor{
		background: url(images/menu_hover.png) repeat-x;
	}
		
	#page-nav li a {
		padding: 16px;
		color: #ead3b8;
	}
	

/* Drop-downs style */
	#page-nav li:hover ul, li.sfHover ul {
		top: 47px;
	}
	#page-nav li ul {
			background: url(images/drop-down_bkg3.png) repeat-x bottom;
		}
		
		#page-nav li li {
			margin: 0;
			font-size: 14px;
			font-weight: normal;
			border-bottom: solid 1px #d5b387;
		}
		#page-nav li li:hover, #page-nav li li.current_page_item {
			background: url(images/drop-down_bkg_hover.png) repeat-x;
		}
		#page-nav li li a {
			margin-right: 0;
			padding: 12px;
			color: #d5b387;
		}
		#page-nav li li a:hover {
			color: #ead3b8;
		}
		
		#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {}
		#page-nav li li li {}
/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	background: #fff url(images/container_bkg.jpg) repeat-x;
	color: #555;
}
	#container a:link, #container a:visited {
		color: #811;
		text-decoration: none;
	}
	#container a:hover, #container a:active {
		/*color: #d5b387; */
		color: #c49e6d;
		text-decoration: underline;
	}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {}
	.content, .content-no-sidebar {
		padding: 20px;
	}
	.content-no-sidebar {
		margin-right: 20px;
	}
	
 

		/* Breadcrumb trail */
		.breadcrumb {
			margin: 0;
			padding: 0;
			font-size: .85em;
			font-weight: bold;
			background: #5d0710;
			border-top: solid 1px #d5b387;
			border-bottom: solid 1px #d5b387;
			white-space: nowrap;
			clear: left;
		}
		.breadcrumbs {}
		.breadcrumb a {
			padding: 4px;
			color: #d5b387;
		}
		.breadcrumb a:hover {
			background: #441a1e;
		}
			.breadcrumb-title {
				display: none;
			}
			.trail-end {
				background: #441a1e;
				padding: 4px;
			}

		/* Archive and search <div> before posts are listed */
		.author-info {/*/*padding: 20px 0 20px 20px;*/*/}
		.category-info {/*padding: 20px 0 20px 20px;*/}
		.date-info {/*padding: 20px 0 20px 20px;*/}
		.search-info, .no-data, #content .search {
			/*padding: 20px 0 20px 20px;*/
		}
		.tag-info {/*padding: 20px 0 20px 20px;*/}

		/* Posts */
		.post {
			/*padding: 20px 0 20px 20px;*/
		}

			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title, .search-description {
				font-style: italic;
				color: #666;
			}
			.tag-title {}

			/* Author and date byline */
			.byline {
				margin: 0 0 .5em 0;
				font-size: .89em;
				color: #666;
			}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {
				font-size: .89em;
				font-weight: bold;
				border-top: solid 1px #ddd;
				border-bottom: solid 1px #ddd;
				padding-left: 5px;
				color: #666;
				clear: both;
				background: #f9f8f8;
			}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
			font-weight: bold;
			border-top: solid 1px #ddd;
			border-bottom: solid 1px #ddd;
			padding: 0 5px;
			margin: 1em 0;
		}
			.navigation-links .previous {}
			.navigation-links .next {
				float: right;
			}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {
			/*padding: 20px 0 20px 20px;*/
		}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {
				}
					#comments ol {
						list-style: none;
						margin: 0;
						padding: 0;
					}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {
							clear: left;
							padding: 1em;
							border: solid 1px #ead3b8;
							margin: 1em 0;
							color: #960;
						}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {
							background: #fbf8f1;	
						}
						#comments li.odd {
							background: #f5efe1;
						}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {
								margin-right: 10px;
								padding: 2px;
								border: solid 1px #ead3b8;
								background: #fff;
								float: left;
							}

							/* Comment meta data */
							#comments .comment-meta-data {
								font-size: .89em;
								padding-left: 5px;
								margin-bottom: 1em;
							}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {
								font-family: 'Trebuchet MS', Helvetica, sans-serif;
								font-style: italic;
								clear: left;
								border-top: solid 1px #ead3b8;
								margin-top: 10px;
								padding-top: 10px;
							}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {
					background: #f3e3cb url(images/respond_bkg.jpg) no-repeat top left;
					padding: 18px 15px 10px 15px;
					border-bottom: solid 1px #d5b387;
				}
					#respond h3{
						font-size: 1em;
						margin: 0;
					}
					#respond p{
						margin: 1em 0;
					}
					#respond label{
						width: 70px;
						float: left;
					}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {
								border: solid 1px #d5b387;
								background: #faf2e9;
							}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {
							margin-bottom: 0;
						}
							#respond textarea {
								border: solid 1px #d5b387;
								font-size: 1.2em;
								clear: left;
								margin-bottom: 0;
								background: #faf2e9;
							}
							#respond .form-textarea label{
								display: none;
							}
						#respond .button {
							background: #600;
							color: #fff;
							clear: left;
						}
						#respond .button:hover {
							background: #6b0b17;
						}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {
		
	}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
	}
		#primary .widget {
			margin: 20px;
		}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {
		line-height: 1.6em;
	}
		#secondary .widget {
			margin: 10px 20px;
		}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul, .list, #utility-after-content ul{
					list-style: none;
					margin: 0;
					padding: 0;
				}
					#secondary .widget ul li, .list li, #utility-after-content ul li {
						border-top: solid 1px #ead3b8;
						padding: 2px 4px;
					}
					#secondary .widget ul li:hover, .list li:hover, #utility-after-content ul li:hover{
						background: #fbf8f1 url(images/vessel_li_bkg.jpg) top repeat-x;
					}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	font-size: .9em;
	line-height: 1.6em;
	background: #252525 url(images/footer_bkg.jpg) no-repeat top center;
	padding: 20px 3px 3px 3px;
	color: #bbb;
	margin-bottom: 40px;
	border-top: solid 1px #d5b387;
}

	/* Subsidiary widget section */
	#subsidiary {
	}
	#subsidiary ul {
		list-style: none;
		margin: 0;
	}
		#subsidiary .widget {
			margin: 0;
			padding-left: 20px;
			float: left;
			width: 298px;
		}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {
				font-size: 21px;
				color: #999;
				font-weight: normal;
				margin-bottom: .4em;
				}
				
				#subsidiary .widget-inside img{
					margin-bottom: -4px;
				}

	/* Footer section */
	#footer {
		background: #222;
		color: #999;
		padding: 8px 16px;
		margin-top: 2em;
	}
	#footer p {
		margin: 0;
	}

		/* Footer extra */
		#footer .copyright {
			float: right;
		}
		#footer .credit {}
		
		
/* My Styles */


/* Postition Auxilary menu */
#utility-header{
	font-size: .85em;
	font-weight: bold;
	text-align: right;
	padding: 15px 10px 10px 10px;
}
#utility-header #text-2{
	padding-top: 10px;
}

/* Big Main Imagery Rotation */
#imagery{
	width: 960px;
	height: 300px;
}
.home-ads{
	width: 960px;
	height: 300px;
	clear: both;
}
/* Fleet Styles */
.vessel{	
	
}
.vessel ul{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
.vessel li{
	margin: 10px;
	padding-bottom: 3px;
	text-align: center;
	float: left;
	width: 178px;
	border: solid 1px #ead3b8;
}
.vessel h5{
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em 0 .5em 0;
	clear: both;
	color: #666;
	display: block;
	border-bottom: solid 1px #d5b387;
}
.vessel h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #b69e77;
	margin: 0;
}
.vessel ul p{	
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #644;
}
#vessel_list li, .vessel li{
	background: #fbf8f1 url(images/vessel_li_bkg.jpg) top repeat-x;	
}
#vessel_list li:hover, #vessel_list li:active {
	background: #f5efe1;
}
#home_feature ul, #why_grid{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
	overflow: hidden;
}
#home_feature li{
	margin: 0 16px 0 0;
	float: left;
	text-align: center;
	overflow: hidden;
}
#why_grid li{
	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
	text-align: center;
	list-style: none;
	width: 128px;
	line-height: 1.6em;
	overflow: hidden;
}
#home_points{
	line-height: 1.5em;
}
#home_points div{
	clear: both;
}
#home_points h2{
	font-size: 18px;
	margin-bottom: .2em;
}

.pull-quote{
	font-family: "Times New Roman", Times, 'Trebuchet MS', serif;
	font-size: 1.8em;
	font-style: italic;
	color:#600;
	padding: 8px 0 0 20px;
	line-height: 1.6em;
	background: url(images/pull-quote-start.gif) no-repeat;
	text-align: center;
}
.pull-quote p{
	margin: 0;
	padding: 0;
	background: url(images/pull-quote-end.gif) no-repeat bottom right;
}

/* Table style */
.table-view tr{
	border-top: solid 1px #ead3b8;
}
.table-view thead tr{
	border-top: none;
}
.table-view td, .table-view thead td{
	padding: 0 4px;
}
.table-view tr:hover {
	background: #fbf8f1 url(images/vessel_li_bkg.jpg) center repeat-x;
}
.table-view thead tr:hover {
	background: none;
}
.table-view img{
	margin-bottom: -4px;
}

/* Some site-wide stuff */
.feature{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-style: italic;
	color: #444;
	margin: .5em 1em 1.5em 1em;
	padding: .5em 1em;
	border: solid 1px #ead3b8;
	background: #fbf8f1 url(images/vessel_li_bkg.jpg) top repeat-x;
	overflow: hidden;	
}
.feature p, .feature ul{
	margin-bottom: .5em;
}
.feature-float{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-style: italic;
	color: #444;
	margin: 0;
	padding: 10px;
	border: solid 1px #ead3b8;
	background: #fbf8f1 url(images/vessel_li_bkg.jpg) top repeat-x;
	overflow: hidden;
}
.feature-float p, .feature-float ul{
	margin: 0;
}

.small{
	font-size: 11px;
	line-height: 1.6em;
}
.small p{
	margin-bottom: 1em;
}
.smaller{
	font-size: 10px;
	line-height: 1.5em;
}
.content-half{
	width: 255px;
	margin: 15px;
	overflow: hidden;
}
.content-no-sidebar-half{
	width: 412px;
	padding: 15px;
	overflow: hidden;
	display: block;
	border: 1px solid #EAD3B8;
}
.list_float{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.list_float li{
	margin: 0 42px 0 0;
	float: left;
	padding: 0;
	height: 85px;
	overflow: hidden;
}

/* Staff */
.staff {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.staff div, .staff div img{
	margin: 0;
	padding: 0;
}
.staff-core{
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	width: 40%;
	line-height: 1.4em;
}

/* Style Ebay/Feeburner list */
.feedburnerFeedBlock, .feedburnerFeedBlock table, .feedburnerFeedBlock td, .feedburnerFeedBlock tr {
	vertical-align: top;
	font-size: 11px;
	line-height: 1.6em;
}
.feedburnerFeedBlock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.feedburnerFeedBlock li{

}
.feedburnerFeedBlock td {
	margin: 0;
	padding: 4px;
}
.feedburnerFeedBlock img {
}
.headline {
}

/* Hide Feedburner credits*/
#creditfooter{ 
	display: none;
}



#query-posts-3 div ul, #block-30 {
	font-size: smaller;
}
#query-posts-3 div h3 {
	font-size: small;
}


/* Twitter Widget Pro */
.widget_twitter {
	font-size: smaller;
	line-height: 1.4em;
}
.widget_twitter .entry-meta {
	font-size: smallest;
	color: #666;
}
#socials li{
	padding: 5px 0;
}
