/*
Theme Name: CJC
Theme URI: http://www.captainjack.com
Description: Base theme for Captain Jack Communications
Version: 1.0
Author: Troy Rutter and Neil Bode
Author URI: http://captainjack.com/
Tags: blue, custom header, fixed width, two columns, widgets

CJC 1.0
http://www.captainjack.com/

This theme was designed and built by Troy Rutter and Neil Bode,
*/

/* Reset CSS */
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;
	font-weight: normal;
}
body {
	line-height: 1;
	background: url(images/body-bg.jpg) repeat #29562d;
	font: normal 80%/160% 'Lucida Sans', 'Lucida Grande', Verdana, sans-serif;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* Begin Typography & Colors */
.thread-alt { background-color: #f8f8f8; }
.thread-even { background-color: white; }
.depth-1 { border: 1px solid #ddd; }
.even, .alt { border-left: 1px solid #ddd; }
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.entry p a:visited { color: #b85b5a; }
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 { padding-top: 10px; }
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #636a78; }
code { font: 1.1em 'Courier New', Courier, Fixed; }
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #8c2318;
	text-decoration: none;
}
a:hover {
	color: #8c2318;
	text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a { font-size: .8em; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption {
	font: bold 1.3em 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */
.post { margin: 0 0 40px; }
.post hr { display: block; }
.postmetadata { clear: both; }
.clear { clear: both; }
/* End Structure */
/* End Headers */
/* Begin Images */
p img { padding: 0; }
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
/* End Images */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li { margin: 4px 0px 6px 0px; }
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 12px 0px;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }
#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }
ol li, #sidebar ul ol li { list-style: decimal outside; }
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */
.alt {
	margin: 0;
	padding: 10px;
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a { display: block; }
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */ background-color: #fff; }
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #506e84;
	color: #223634;
	font-size: .9em;
}
blockquote p { padding: 0px !important; }
blockquote cite {
	margin: 6px 0 0;
	display: block;
}
.center { text-align: center; }
.hidden { display: none; }
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr { display: none; }
a img { border: none; }
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* remember to define focus styles! */
:focus { outline: 0; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Header */
#header-container {
	float: left;
	width: 100%;
	background: url(images/header-bg.jpg) top center no-repeat #181a1c;
	height: 80px;
	border-bottom: 2px solid #efefef;
	margin: 0px 0px 35px;
	padding: 6px 0px 0px;
}
#header {
	margin: 0 auto;
	width: 920px;
	position: relative;
}
.logo { float: left; }
.logo a {
	display: block;
	background: url(images/logo.png) top left no-repeat;
	width: 376px;
	height: 54px;
	text-indent: -9999px;
	margin: 13px 0px 0px;
}
.phones {
	float: right;
	color: #fff;
	margin-top: 30px;
}
/* Banner */
#banner-container { background: url(images/banner-bg.jpg) top left repeat-x; }
.banner {
	margin: 0 auto;
	width: 920px;
}
/* Tabs */
.tabs {
	float: right;
	background: url(images/tabs-bg.gif) top left repeat-x #1d3548;
	padding: 0px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #f6f6f6;
	border-bottom: 0px none;
	width: 350px;
}
.tabs ul, .tabs ul li { float: left; }
.tabs ul li { height: 34px; }
.tabs ul li:first-child a:first-child { background: none; }
.tabs ul li:first-child a:first-child:hover { background: #284a64; }
.tabs ul li a {
	display: block;
	font-size: .85em;
	text-decoration: none;
	color: #fff;
	padding: 2px 8px 0px 10px;
	line-height: 34px;
	background: url(images/tabs-border.gif) top left repeat-y;
}
.tabs ul li a:hover {
	color: #fff;
	background: url(images/tabs-border.gif) top left repeat-y #284a64;
}
/* Search Bar */
.search {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background: url(images/tabs-border.gif) top left repeat-y;
	line-height: 36px;
	height: 36px;
}
.search input {
	float: left;
	border: 0px none;
	font-size: .9em;
}
.search #searchsubmit {
	font-weight: 700;
	background: none;
	color: #fff;
	height: 34px;
	line-height: 34px;
	margin: 0px 6px;
	padding: 0px;
}
.search #searchsubmit:hover { cursor: pointer; }
.search #s {
	margin: 9px 0px 0px;
	border: 1px solid #eee;
	padding: 0px;
	color: #48484d;
}
.search #s:focus { border: 1px solid #999; }
/* Top Nav */
#navbar {
	clear: both;
	float: left;
	width: 916px;
	background: url(images/navbar-bg.gif) top left #1d3548 repeat-x;
	height: 53px;
	border-left: 2px solid #f0f7ff;
	border-right: 2px solid #f0f7ff;
	border-top: 1px solid #f8fafa;
}
#navbar, #navbar ul { line-height: 1; }
#topnav li {
	float: left;
	height: 53px;
	z-index: 10;
	background: url(images/nav-item-bg.png) top left repeat-x;
}
#topnav li a {
	display: block;
	background: url(images/nav-item-border.gif) top right no-repeat;
	padding: 18px 15px 0px;
	font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #fff2f8;
	text-decoration: none;
	font-size: 1.2em;
	height: 35px;
}
/* 2nd Level Menu */
#navbar li ul {
	position: absolute;
	width: 160px;
	left: -9999em;
	z-index: 20;
}
#navbar li li {
	height: auto;
	width: 170px; /* width needed or else Opera goes nuts */
}
/* 3rd Level Menu */
#navbar li ul ul { margin: -23px 0 0 170px; }
#navbar li:hover ul ul, #navbar li:hover ul ul ul, #navbar li.sfhover ul ul, #navbar li.sfhover ul ul ul { left: -9999em; }
#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul, #navbar li li li.sfhover ul { left: auto; }
/* 2nd Level Styles */
#navbar li ul li { background: transparent; }
#navbar li li a {
	display: block;
	text-indent: 0;
	height: auto;
	color: #fff2f8;
	background: url(images/nav-item-bg.png) top left repeat-x;
	font-size: .9em;
	width: 170px;
	padding: 12px 8px;
	border: 1px solid #54636E;
	border-bottom: 0 none;
	line-height: 1.3em;
}
#topnav li:hover { background-position: 0px -53px; }
#topnav li ul li a { background: url(images/nav-item-bg.png) top left repeat-x !important; }
#topnav li ul li a:hover { background: #294B65 !important; }
/* Main */
#main-container {
	margin: 0 auto;
	width: 920px;
}
#main {
	background: #eee;
	float: left;
	border-left: 2px solid #f0f7ff;
	border-right: 2px solid #f0f7ff;
	width: 892px;
	padding: 26px 0px 28px 24px;
}
/* Content */
#content {
	float: left;
	width: 596px;
	font-size: 1em;
	line-height: 1.8em;
	color: #223634;
	font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
}
#content a {
	color: #430903;
	text-decoration: underline;
}
#content a:hover {
	color: #8c2318;
	text-decoration: none;
}
#content p, #content ul, #content ol { padding-bottom: 1.5em; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	color: #0a2b3d;
	font-weight: 100;
	margin: 0px;
	line-height: 1em;
}
#content h1 {
	font-size: 2.6em;
	line-height: 1.4em;
	color: #8c2318;
	padding: 0px 0px 24px;
}
#content h2 {
	font-size: 2em;
	padding: .425em 0em .865em;
}
#content h3 {
	font-size: 1.8em;
	padding: .425em 0em .865em;
}
#content h4 {
	font-size: 1.5em;
	padding: .425em 0em .865em;
}
#content h5, #content h6 {
	font-size: 1.2em;
	padding: .425em 0em .865em;
}
#content strong {
	font-weight: 700;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.1em;
}
#content em {
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-style: italic;
}
#content ul {
	list-style: disc inside;
	margin-left: 20px;
}
#content ol {
	list-style: decimal inside;
	margin-left: 20px;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 232px;
	margin: 0px 26px 0px 38px;
	font-size: 1em;
	line-height: 1.8em;
}
#sidebar .title {
	font-size: 1em;
	color: #8c2318;
	letter-spacing: .0265em;
	padding-bottom: 10px;
	margin-top: 0px;
}
#sidebar a {
	color: #430903;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #8c2318;
	text-decoration: none;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	color: #364257;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
#sidebar h2, #sidebar h3 {
	font-size: 1.1em;
	line-height: 1;
	margin: .625em 0em .625em;
}
#sidebar h4, #sidebar h5, #sidebar h6 {
	font-size: 1em;
	line-height: 1;
	margin: .625em 0em .425em;
}
/* Forms within content area */
#main input:hover, #main input:focus, #main textarea:hover, #main textarea:focus { border: 1px solid #666 !important; }
#main form {
	background: #f2f6f7;
	margin: 0px 0px 12px;
	padding: 0px 12px 12px;
	font-size: .9em;
	color: #333;
	border: 1px solid #ADC3CD;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	width: 572px;
}
#main form label {
	float: left;
	margin: 8px 16px 4px 0px;
	line-height: 1.8em;
	width: 270px;
}
#main form label.long { width: 565px; }
#main form br { display: none; }
#main input[type=text], #main textarea {
	display: block;
	margin: 0px;
	border: 1px solid #ccc;
	color: #666;
	background: #fff;
	padding: 2px 0px 2px 4px;
	font-size: .95em;
	font-family: Arial, Helvetica, sans-serif;
	width: 240px;
}
#main textarea { width: 565px; }
#main form .button {
	position: relative;
	clear: both;
	padding: 16px 0px 0px;
}
#main form .button input {
	width: 70px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: .95em;
	color: #666;
}
#main form .button input:hover, #main form .button input:focus {
	color: #333;
	cursor: pointer;
	border: 1px solid #666;
}
.ajax-loader {
	position: absolute;
	top: 50%;
	left: 35%;
}
#main form .wpcf7-list-item {
	clear: left;
	float: left;
	margin: 12px 0px 0px;
	padding: 0px 0px 0px 8px;
	line-height: 12px;
}
#main form .wpcf7-list-item input {
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
#main form span input {
	float: left;
	width: 20px;
}
#main form .wpcf7-not-valid-tip {
	clear: both;
	color: #8c2318;
	display: block;
}
#main form .formtitle {
	color: #364257;
	padding: 22px 0px 16px;
}
#main form h3, #main form h4 {
	display: block;
	clear: both;
}
#main form p {
	float: left;
	clear: left;
}
#main form small { float: left; }
#main .wpcf7-checkbox {
	display: block;
	margin: -16px 0px 0px;
}
.wpcf7-validation-errors {
	clear: both;
	background: #8c2318;
	color: #fff;
	padding: 6px 12px;
}
.wpcf7-mail-sent-ok {
	clear: both;
	background: #188C23;
	color: #fff;
	padding: 6px 12px;
}
.wpcf7-not-valid-tip {
	clear: both;
	color: #8c2318;
	display: block;
}
.wpcf7-list-item {
	clear: left;
	float: left;
	line-height: 12px;
	margin: 10px 0 0;
	padding: 0 0 0 8px;
}
.wpcf7-list-item input {
	float: left;
	width: 20px;
}
/* Sidebar Forms */
#sidebar form { width: 208px; }
#sidebar form label {
	display: block;
	width: 202px;
}
#sidebar form .wpcf7-list-item input { margin: 0px; }
#sidebar input[type=text], #sidebar textarea { width: 202px; }
#sidebar .wpcf7-checkbox { margin: 0px; }
#sidebar .formtitle {
	float: left;
	width: 210px;
	background: #364257;
	color: #efefef !important;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.1em;
	margin: 0px !important;
	padding: 6px 12px;
}
/* Footer */
#footer-container {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0px;
	background: #181a1c;
}
#footer {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 920px;
}
#footer #links {
	background: url(images/footer-bg.jpg) top left no-repeat #181a1c;
	width: 660px;
	float: left;
}
.footer-nav {
	float: left;
	margin: 0px 0px 20px 20px;
	line-height: 2em;
}
.footer-nav a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.footer-nav a:hover { text-decoration: underline; }
.footer-nav li ul {
	margin-left: 20px;
	font-size: 8pt;
	line-height: 1.6em;
}
.footer-nav li ul li a {
	color: #c9c9c9;
	font-weight: 100;
}
.copyright {
	float: left;
	width: 260px;
	text-align: right;
	font-size: 8pt;
	color: #efefef;
	line-height: 1.6em;
}
.copyright img { margin-bottom: 10px; }
.copyright address {
	font-size: 1em;
	line-height: 1.6em;
}
/* Blogroll */
#main #better-blogroll {
	margin: 10px auto 0px auto;
	width: 200px;
}
#main #better-blogroll * {
	margin: 2px 0px;
	padding: 0px;
}
/* Misc Styles */
.clear { clear: both; }
address {
	margin-bottom: 1.5em;
	font-size: .9em;
	line-height: 1.6em;
}
address p {
	margin: 0px;
	padding: 0px;
}
.ind { margin-left: 24px; }
.aligncenter { text-align: center; }
.col50 {
	float: left;
	width: 50%;
}
a[href$='.pdf'] {
 display: inline-block;
 padding-left: 20px;
 line-height: 18px;
 background: transparent url(images/pdf-icon.png) center left no-repeat;
}
.post-edit-link {
	clear: both;
	display: block;
}