/*
Theme Name: Immense Networks
Theme URI: http://
Description: Wordpress theme
Author: Jason Cross, Immense Networks
Author URI: http://immense.net
version: 1.0
*/



/* strip */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
address {
	line-height: 1.3em;
	font-style: normal;
	font-size: 1.2em;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	background: #fff;
	border: 1px solid #232323;
	padding: 0.3em 0;
}
input.button {
	padding: 0.8em;
}
	input.button:hover {
		cursor: pointer;
	}
span.wpcf7-not-valid-tip {
	background: url(images/error.png) no-repeat !important;
	right: -38px;
	width: 32px !important;
	height: 26px;
	text-indent: -9999px;
	top: -7px !important;
	border: none !important;
}
img.wpcf7-captcha-captcha-598 {
	float: left;
	border: none;
}
span.captcha-598 input {
	width: 55px;
	margin-left: 11px;
	margin-top: 9px;
}
div.wpcf7-validation-errors {
	border: none !important;
	background: #C33900;
	color: #fff;
}
div.wpcf7-response-output {
	width: 319px;
	font-weight: bold;
	padding: 0.8em;
}
*{margin:0; padding:0;}

body {
	background: #181818 url(images/bkg_bkg.png) repeat-x top;
	font-family: "Lucida Grande","Lucida Sans Unicode","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 8pt;
	}
h1, h2, h3, h4, h5 {
	text-transform: capitalize;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
	margin: 0.8em 0;
	font-weight: bold;
	color: #FDD44F;
	line-height: 1.5em;
}
h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 10px 0;
	color: #FDD44F;
}
h4 {
	font-size: 9pt;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.4em;
}

/* images and misc. */

img{
	border: 6px solid #3d3d3d;
	margin: 0.7em 0;
}
#main img {
	border: 6px solid #4A4A4A;
}
	a:hover img {
		border-color: #C33900 !important;
	}
.entry img {
	border-bottom-width: 27px;
}
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#fdd44f;
	text-decoration:underline;
	border: none;
	}

a:hover{text-decoration: none;}

ul {
	font-size: 1.2em;
}
ul.checks {
	margin-left: 20px;
}
ul.checks li {
/*	padding-left: 20px;*/
	line-height: 1.5em;
	margin-bottom: 0.4em;
	list-style-image: url(images/li_check.png);
/*	background: url(images/li_check.png) no-repeat left;*/
}
#features-left, #features-right, #features-images {
	float: left;
	width: 248px;
}
#features-left li, #features-right li, #features-images li {
	text-transform: capitalize;
}
#features-left {
	margin-right: 34px;
}
#features-right {
	
}
#sidebar ul.checks {
	margin: 0;
}
	#sidebar ul {
		text-transform: capitalize;
	}
	#sidebar ul.checks li {
		border-top: 1px solid #6F6F6F;
		border-bottom: 1px solid #2F2929;
		list-style-image: none;
	}
	#sidebar ul.checks li a {
		text-decoration: none;
		display: block;
		font-size: 10px;
		text-transform: uppercase;
		padding: 1em 4px;
	}
	#sidebar ul.checks li a:hover, #sidebar ul.checks li.current_page_item a {
		text-decoration: underline;
	}
		#sidebar ul.checks li.current_page_item ul li a {
			text-decoration: none;
		}
	#sidebar ul.checks li ul li a:hover, #sidebar ul.checks li ul li.current_page_item a {
		background: #6F6F6F;
		color: #FDD44F;	
	}
	#sidebar ul li ul {
		font-size: 0.8em;
	}
		#sidebar ul li ul li {
			border-bottom: 0 !important;
		}
		#sidebar ul li ul li a:hover {
			text-decoration: underline;
		}
		#sidebar ul li a {
			color: #fff;
			font-weight: bold;
		}	
		#sidebar ul li ul li a {
			color: #BFBFBF;
		}

/* container */


#container {
	width: 829px;
	margin: 0 auto;
	padding-top: 6px;
	color: #fff;
	position: relative;
	}
	
	
/* header */

#header {
	width: 824px;
	height: 158px;
	background: url(images/bkg_logo.png) no-repeat top;
	overflow: none;
	position: relative;
	color: #fff; 
	}

#header h1{
	font-size: 16pt;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;
	}
	
#header h1 a{
	display: block;
	position: absolute;
	top: 41px;
	left: 0;
	width: 246px;
	height: 102px;
	text-indent: -9999px;
}
#header h1 a:hover{color: #666;
	text-decoration: none;
}


#header h2{
	display: none;
	}

/* main menu */


.menu {
	line-height: 1em;
}


.menu ul {
	margin-top: 1px;
	padding: 0;
	float: right;
}

.menu ul li {
	list-style-type: none;
	float: left;
	padding: 0;
	font-size: 0.9em;
}

.menu ul li a {
	padding: 6px 19px 19px;
	margin-right: 3px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

#header .menu ul li a:hover, #header li.current_page_item a, #header .menu ul li a:focus {
	background-color: #25b8d9;
	color: #fff !important;
}
#header .menu {
	position: absolute;
	top: 7px;
	right: 0;
}
#footer .menu ul {
	text-align: center;
	float: none;
}
/* content */


#content {
	background: transparent url(images/bkg_content.png) repeat-y;
	padding: 0;
	overflow: auto;
	width: 100%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}	

body#home #content {
	background: transparent url(images/bkg_contentTop_index.png) no-repeat top;
	overflow: hidden;
	width: 100%;
	}

.bucket {
	width: 254px;
	padding: 0 10px;
	float: left;
}
	.bucket h2 {
		background: #c33900;
		padding: 0.3em;
		font-weight: bold;
		width: 250px;
		color: #fff;
		margin: 0;
	}
	.bucket ul {
		margin-bottom: 1em;
	}
	#bkt2 {
		border-left: 1px solid #3d3d3d;
		border-right: 1px solid #3d3d3d;
	}
#featured {
	padding-top: 10px;
	padding-left: 16px;
	margin-bottom: 1em;
}
.carouselContainer {
	display: none !important;
}
.breadcrumb {
	margin: 0 0 15px 11px;
	font-size: 9px;
}
	.breadcrumb a {
		color: #AFAFAF;
		text-decoration: none;
		border-bottom: 1px dotted;
	}
	.breadcrumb a:hover {
		color: #FDD44F;
	}
/* main */

#main {
	width: 565px;
	float: left;
}
	#main h1 {
		font-size: 24px;
		margin-bottom: 0.4em;
		margin-top: 8px;
		color: #FDD44F;
	}
	#main p {
		font-size: 1.2em;
	}

/* boat listings */

.boat {
/*	border-bottom: 2px solid #C33900;*/
	padding-bottom: 8px;
	width: 100%;
	overflow: auto;
}
	.boat-images li.boat-thumbnail img {
		width: 54px;
		height: 54px;
		margin-right: 4px;
		border-width: 3px;
	}
	.boat-images li.boat-main img {
		width: 511px;
		height: 321px;
		border-width: 6px;
	}
	.boat-images li.boat-thumbnail {
		float: left;
		margin-top: -16px;
	}

	.boat-specs ul.checks li {
		line-height: 0.5em;
	}
	.boat-images {
		width: 100%;
		overflow: auto;
	}
	span.title {
		font-weight: bold;
	}

/* post */

.post {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	}
	

.entry p.wp-caption-text {
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
	margin: -33px 6px 0 0;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; }

/* sidebar */

#sidebar {
	width: 220px;
	float:left;
	padding: 0 10px;
	margin-left: 10px;
	}

#sidebar h1{
	background: #C33900 url(images/bkg_h1_bottom.png) no-repeat bottom;
	padding: 0.7em 0 25px 4px;
	margin-left: -20px;
	margin-top: 15px;
	width: 246px;
}


#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style-type: none;
}
	#sidebar ul.ctc li {
		line-height: 1.7em;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}

/* servcies page */
.services {
	background: #3D3D3D !important;
}
.services #main {
	width: 100%;
}
/* search */

#searchform{
	padding: 6px 0 6px 6px;
	}

#searchform input#s{
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #101010;
	clear: both;
	width: 100%;
	padding: 2em 0;
	margin-top:15px;
	text-align: center;
	color: #929292;
	font-size: 0.8em;
	}
	
#footer .menu ul{
	margin: 0 auto;
}
#footer a.dev-logo {
	display: block;
	width: 150px;
	height: 15px;
	margin-left: 46%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/logo-immense.jpg) no-repeat;
}

/* globals */

.clear {
	clear: both;
}
#miniboat {
	position: absolute;
	bottom: -32px;
	left: -90px;
	border: none;
}
.staff {
	margin: 0 0 0 5px !important;
	padding-bottom: 0.5em !important;
	border-bottom: 1px solid #2F2929;
	border-top: 1px solid #6F6F6F;
}
.staff li, .staff li a {
	font-size: 11px !important;
}
	.staff li {
		line-height: 1.3em !important;
	}
.name {
	font-weight: bold;
}
#imageContainer {
	margin: 0;
	padding: 0;
}
#lightboxImage {
	margin: 0;
	padding: 0;
}
a[href$=".pdf"] {
	display: block;
	background: url(images/bkg_pdf.png) no-repeat top left;
	min-height: 34px;
	padding-left: 53px;
	padding-top: 19px;
}
#rlphone {
	position: absolute;
	bottom: -5px;
	right: 0;
	font-weight: bold;
	font-size: 1.6em;
}
#directline {
	text-indent: -9999px;
	background: url(images/img-directline.jpg) no-repeat;
	width: 218px;
	height: 86px;
	margin-top: 2em;
}
.entry h3 {
	border-top: 1px solid #6F6F6F;
	padding-top: 10px;
}
p, ul {
	font-size: 11px;
}
#workshow {
	margin: 0;
	padding: 13px 0 9px 20px;
	line-height: 0;
	font-weight: bold;
}
	#workshow strong {
		text-decoration: underline;
	}
.current_page_parent > a, .current_page_item > a {
	color: #FDD44F !important;
}
#gsa {
	display: block;
	width: 171px;
	height: 66px;
	background: url(images/logo-gsa.jpg) no-repeat;
	text-indent: -9999em;
}