@charset "UTF-8";
/* CSS Document */

/**
 * Theme Name: Leviathan
 * Theme URI: http://i-create.org
 * Description: Sc9 Design Brendon Smith
 * Author: Brendon Smith
 * Author URI: http://seacloud9.com
 * Version: 0.1.2
 * Tags: threaded-comments, microformats, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2010 Brendon Smith.  All rights reserved.
 * http://seacloud9.com
 *
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');
/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */

/* Body */
body{font-family:"Kingthings Xstitch", Kingthings Xstitch, "Helvetica Neue",Helvetica,Arial,sans-serif;}
.mainEntryConatiner{font-family: "Kingthings Xstitch", Kingthings Xstitch}
.mainEntryConatiner h2{font-family:"Kingthings Xstitch", Kingthings Xstitch; font-weight:normal;}
.mainEntryConatiner h1{font-family:"Kingthings Xstitch", Kingthings Xstitch; font-weight:normal;}
#ContentW{padding:5px; width:490px;}
p{
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:1em;
line-height:1.72em;
}
#site-title {
	display:none;
}
#site-description {
	display:none;
}
#containerMain {
	display:block;
	float:left;
	height:100%;
}
#mainPrimary {
	display:block;
	float:left;
	height:100%;
}
body {
	
	font: 12px/21px
	color: #051528;
	background:transparent url(images/bg.jpg) repeat scroll 0 0;/*background: #eff1e1 url(images/body.png) repeat-x 0 0;*/
	}
body.front-page {
	background:transparent url(images/bg.jpg) repeat-x scroll 0 0;
}
#body-container {
	overflow: hidden;
	width: 100%;
	position:relative;
	background: transparent url(images/cloudBase.jpg) no-repeat top center;
	background-attachment:fixed;
}
/* Links */
a:link, a:visited {
	color: #4b6e85;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* Lists */
#content ul {
	list-style: none;
	margin-left: 12px;
}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
}
/* Blockquotes */
blockquote {
	margin: 0 24px 0 0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
}
.post blockquote {
	font-style: italic;
	color: #777;
}
.post blockquote em {
	font-style: normal;
}
/* Code */
code {
	font-size: 12px;
	padding: 0 3px;
	background: #EFF1E1;
}
pre {
	font-size: 12px;
	overflow: auto;
	padding: 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
pre code {
	padding: 0;
	background: transparent;
}
/* Tables */
table {
	width: 100%;
	background: #0C2E3B;
	border: 1px solid #e2e2e2;
}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
}
td {
	padding: .3em;
	border: 1px solid #e2e2e2;
}
tr {
	background: #EFF1E1;
}
th {
	padding: .3em;
	color: #fff;
	background: #113644;
	border: 1px solid #e2e2e2;
}
td a, th a {
	font-weight: bold;
}
/* Forms */
textarea {
	width: 98%;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font: normal normal normal 15px/21px;
}
input {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font: normal normal normal 13px/21px;
}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;
}
.page-template-quick-post .text-input {
	width: 98%;
}
.button {
	margin: 0 10px 0 0;
	padding: 6px 19px;
	font-weight: bold;
	color: #fff;
	background: #0A2934;
	border: 1px solid #000;
}
.button:hover {
	cursor: pointer;
	background: #113644;
}
/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin-right: 3px;
	font-size: 48px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Cambria, Georgia, serif;
	color: #666;
}
/* Notes */
.note {
	padding: 6px 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
}
/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
}
/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
}
/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 15px 0 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 0 15px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
}
.clear {
	clear: both;
}
span.pullquote {
	float: none;
	margin: 0;
}
/**
* Images
************************************************/
img, a img {
	padding: 5px;
}
.post img {
	max-width: 594px;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/* WP Smilies */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
/* Thumbnails */
.thumbnail {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	text-align: center;
}
.wp-caption img, .wp-caption a img {
	max-width: 588px;
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
}
.gallery img {
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/* Avatars */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	width: 500px;
	margin:0px;
	vertical-align:top;
	padding:0px;
	float:left;/*background: transparent url(images/header-top.png) repeat-x 0 0;*/
	}
#divWrpapper {
	float:left;
	width:500px;
	vertical-align:top;
}
#header {
	overflow: hidden;
	width: 500px;
	height: 300px;
	margin: 0 auto;
	padding: 0 0px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}
#site-title {
	float: left;
	width: 262px;
	margin: 0;
}
#site-title a {
	display: block;
	width: 262px;
	height: 55px;
	margin: 0 0 0 0;
	background: url(images/site-title.png) no-repeat 0 0;
}
#site-title a span {
	display: none;
}
#site-description {
	float: left;
	margin: 5px 10px;
	font-size: 13px;
	color: #4b6e85;
}
/* Search form */
#header form {
	float: right;
	width: 180px;
	height: 25px;
	margin: 6px 0 0 0;
	padding: 0;
}
#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 170px;
	padding: 3px 5px 3px 5px;
	color: #999;
	background: #0e2435;
	border: none;
}
#header .search-submit {
	display: none;
}
/**
* Navigation
************************************************/
#navigationV {
	width: 100%;
	height: 33px;
	margin: 0 auto;
	background: url(images/nav.png) repeat-x 0 0;
	border-top: 1px solid #081e26;
	border-bottom: 1px solid #081e26;
}
#navigation {
	width: 100%;
	height: 33px;
 height: 100%!ie;
	margin: 0 auto;
	background: url(images/nav.png) repeat-x 0 0;
	border-top: 1px solid #081e26;
	border-bottom: 1px solid #081e26;
}
#page-nav {
	width: 500px;
	height: 33px;
	margin: 0 auto;
	float:left;
	vertical-align:top;/*background: url(images/nav-border.png) repeat-y left  0;*/
	}
#page-nav a {
	color:#000A18
}
#page-nav ul {
	list-style: none;
	margin: 0;
}
#page-nav li {
	float: left;
}
#page-nav a {
	display: block;
	padding: 10px 35px 11px 35px;/*background: url(images/nav-border.png) repeat-y right 0;*/
	}
#page-nav li.current_page_item a {
	color: #011735;
}
#page-nav li a {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
}
#page-nav li a:hover {
	color: #011735;
	background:transparent url(images/uiMainTab.jpg) repeat-x;
	/*border-left:1px solid #081E26;
	border-right:1px solid #081E26;*/
}
.panel-content .widget-inside li{
	list-style-image:url(images/icoStar.png);
	
}
.panel-content .widget-inside li a:hover{
	background:#1C3382;
	
}
.entry-title a:hover{
color:#003;
background:#FF0;
}

#sliding-panel .widget-title:hover{
	background:#1C3382;
	cursor:pointer;
}
.socialIconSet {
	width: 100%;
	margin:auto;
	background:#FFF;
	height:52px;
	text-align:center;
	width:100%;
}
.socialIconSet img {
	margin:auto;
}
#page-nav li.current_page_item li a {
	color: #4b6e85;
}
/* Drop-down styles */
#page-nav ul ul, .menu ul {
	width: 180px;
	background: #0A2934;
}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
}
#page-nav li li {
	border-top: 1px solid #09232c;
}
#page-nav li li a {
	padding: 7px 10px;
	background: transparent;
}
#page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 33px;
}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul {
	top: -1px;
}
/**
* Containers
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
}
#container a {
/*color: #000A18;*/
	}
#content {
	overflow: hidden;
	float: left;
	vertical-align:top;
	width: 490px;
	margin-left:5px;
}
/* Breadcrumb trail */
.breadcrumb {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 4px 0;
	font-size: 11px;
	color: #999;
	display:none;
}
/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 5px 0;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font: normal normal bold 18px/21p;
}
.mainEntryConatiner {
	color:#FFF
}
.rulerDiv {
	background:transparent url(images/ruler.png) repeat-x;
	height:7px;
}
.barcodeDiv {
	background:transparent url(images/barcode.gif) repeat-x;
	height:7px;
	padding-bottom:20px;
}
.mainEntryConatiner a {
	color:#FFF
}
.single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, .category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title {
	margin: 0 0 10px 0;
	padding: 5px;
	border-bottom: 1px solid #e2e2e2;
	font: normal normal bold 18px/21px;
	color:#FFF;
	background:#00050a;
}
.byline-prep {
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}
/* Byline */
.byline {
	font-size: 11px;
	color: #000a18;
	background:url(images/byline.png) repeat-x;
}
.byline a {
	color: #012511 !important;
}
.byline a:hover {
	color: #012511 !important;
	background:#fff;
}
/* Post meta data */
.entry-meta {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 9px 5px 0 5px;
	border-top: 1px solid #e2e2e2;
}
.entry-meta a {
	color: #486472 !important;
}
/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #486472 !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
}
/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 960px;
}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;
}
.navigation-links {
	overflow: hidden;
	padding: 19px 19px 19px 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.navigation-links a {
	color: #000;
}
.navigation-links .previous {
	float: left;
	max-width: 49%;
}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
}
/* Paged comments navigation */
#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0;
}
#comments-template .paged-navigation .page-numbers, #comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
}
/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
}
/**
* Primary/Secondary and utility widgets
************************************************/
#primary a {
	color:#000A18;
}
#primary a:hover {
	color:#000A18;
	background:#C7E3FC
}
#primary, #secondary {
	float: left;
	padding-left:50px;
	width: 405px;
	height:100%;
	vertical-align:top;
	background: transparent url(images/sideBar.png) repeat-y top;
	text-align:center;
}
#divPrimaryCenter {
	width:100%;
	margin:auto;
	text-align:center;
	margin-left:-28px;
}
#priContainer {
	text-align:left;
	width:300px;
	margin:auto;
	margin-left:43px;
}
#secondary {
}
.widget {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font: normal normal bold 18px/21px;
	color: #01527a;
	border-bottom: 1px solid #e2e2e2;
}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
}
.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	border-bottom: 1px solid #e2e2e2;
}
.widget ul ul {
	margin: 6px 0 0 0;
}
.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
}
/**
* Comments template
************************************************/
#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font: normal normal bold 18px/21px;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments li, p.comments-closed {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
}
p.comments-closed {
	padding: 19px;
}
#comments-template p.comments-closed {
	border: none;
	padding: 0;
}
#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #EFF1E1;
	border: 1px solid #e7e7e7;
}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
/* Comment avatars */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/* Comment meta data */
#comments .comment-meta-data {
	margin: 10px 0;
}
#comments .comment-meta-data cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-meta-data a {
	color: #486472 !important;
}
/* Comment text */
#comments .comment-text {
	clear: both;
	margin: 0 15px;
}
/* Comment form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font: normal normal bold 18px/21px;
	border-bottom: 1px solid #e2e2e2;
}
/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
}
#subsidiary a {
	color: #fff;
}
#subsidiary .widget {
	float: left;
	width: auto;
	max-width:300px;
	margin: 0;
	padding: 0 25px;
	background: transparent;
	border: none;
}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font: normal normal bold 18px/21px;
	color:#CAE8F0;
	border-bottom: 1px solid #213a4b;
}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
}
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	background: transparent;
	border-bottom: 1px solid #213a4b;
}
.closeArrow {
	background:transparent url(images/closeArrow.png) no-repeat bottom center;
	height:100px;
	display:block;
	width:39px;
}
/**
* Footer
************************************************/
#subsidiary div{width:auto}
.widget-inside{width:auto}
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	color: #fff;
	background:#2b6a9d url(images/footerNav.png) repeat-x top left;
	float:left;
	border-top: 2px solid #000;
}
#sliding-panel .panel {
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 180px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/sliderNav.png');
	background:transparent url(images/sliderNav.png) repeat-x top left;/*filter:alpha(opacity=75); /* IE's opacity*/
    /*opacity: 0.75;*/
	}
	#disqus_thread {background:#FFF; filter:alpha(opacity=75);opacity: 0.75;}
	.author-description{background:#FFF; filter:alpha(opacity=75);opacity: 0.75;}
	.socialIconSet a:hover{background:tranparent;}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 20px auto 20px auto;
}
#footer .copyright {
	float: left;
	width: 49%;
}
#footer .credit {
	float: right;
	width: 49%;
	text-align: right;
}
.cube{
position:fixed;
top:400px;
left:0px;
border:#003 solid 1px;
z-index:2000;	
height:82px;
width:23px;
}
.cube img{
padding:0px;	
}
#TB_iframeContent{
overflow:hidden;	
}