/**
 * Theme Name: Leviathan
 * Theme URI: http://themehybrid.com/themes/leviathan
 * Description: A child of the Hybrid theme framework that puts emphasis on your content.
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Version: 0.1.2
 * Tags: threaded-comments, microformats, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Leviathan is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');


/* Body */
body {
	font: 12px/23px Verdana,Arial,helvetica,sans-serif;
	color: #444;
background-color:#000;
	}
body.front-page {
background-color:#111;
	}
#body-container {
	overflow: hidden;
	width: 100%;
background-color:#111;
	}

/* 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: arial, verdana, 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: normal normal normal 15px/21px arial, verdana, sans-serif;
	}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
	}
.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;
	}

/* 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;
	margin: 6px;
	}

/* 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: 100%;
        background-color:#000;
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	}
#site-title {
	float: left;
	width: 292px;
	margin: 0;
	}
#site-title a {
	display: block;
	width: 262px;
	margin: 40px 0 0 0;
	text-decoration:none;
	}
#site-title a span {
        font-size:50pt;
        font-family:Arial;
        text-transform:uppercase;
        font-weight:bold;
        letter-spacing:-1px;
        color:#fff;
        text-decoration:none;
	}
#site-description {
        float:left;
        align:right;
	margin: 35px 95px;
	font-size: 20px;
	color: #626262;
        text-transform:lowercase;
        font-style:italic;
        font-family:Times;
        overflow:visble;
	}

/* Search form */
.search-form form {
	width: 260px;
	height: 28px;
	margin: 6px 0 0 0;
	padding: 0;
	}
.search-form input {
	margin-bottom:20px;
	overflow: hidden;
	width: 220px;
    font-size:14pt !important;
    font-family:Arial;
	padding: 3px 5px 4px 5px;
	color: #999;
	background: #333;
	border: 1px #666 solid;
	}
.search-submit {
	display: none !important;	
	}

/**
* Navigation
************************************************/
#navigation {
	width: 100%;
	height: autopx;
	margin: 0 auto;
	background-color:#444;
	border-top: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	}
#page-nav {
	width: 960px;
	height: 26px;
	margin: 0 auto;
	font-family:arial,helvetica;
        font-size:10pt;
        font-weight:bold;
        text-transform:uppercase;
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	}
#page-nav a {
	display: block;
	padding: 7.5px 35px 5px 35px;
        color:#ccc;
        text-decoration:none;
	}

#page-nav a:hover {
	background-color:#666;
	}


#page-nav li.current_page_item a {
	color: #fff;
        background-color:#555;
	}
#page-nav li.current_page_item li a {
	color: #fff;
        background-color:#555;
	}

/* Drop-down styles */
#page-nav ul ul, .menu ul {
	width: 155px;
	background: #444;
        font-size:9pt;
	}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 150px;
	}
#page-nav li li {
	}
#page-nav li li a {
	padding: 5px 5px;
	background: transparent;
	}
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 23px;
	}
#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: 20px auto;
	}
#container a {
	color: #01527a;
	}
#content {
	overflow: hidden;
	float: left;
	width: 705px;
	}

/* Breadcrumb trail */
.breadcrumb {
	width: 960px;
        text-align:right;
	margin: 0 auto -15px auto;
	padding: 4px 0;
	font-size: 11px;
	color: #777;
	}

/* 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 15px 0;
	padding: 15px 19px 0 19px;
	background: #fff;
	border: 7px solid #333;
	}

/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: -5px 0 5px 0;
	padding: 0 6px 3px 0px;
	border-bottom: 1px solid #e2e2e2;
	font-size:25pt;
        letter-spacing:-2px;
        font-family: arial, verdana, sans-serif;
        font-weight:bold;
        line-height:36px;
	}
.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: -5px 0 5px 0;
	padding: 0 6px 3px 0px;
	border-bottom: 1px solid #e2e2e2;
	font-size:25pt;
        letter-spacing:-2px;
        font-family: arial, verdana, sans-serif;
        font-weight:bold;
        line-height:36px;
	}

.post-title a, .blog-title a, .entry-title a, single-title a{
color:#000 !important;
}
.post-title a:hover {
text-decoration:none;
}



/* Byline */
.byline {
	font-size: 7pt;
	color: #777;
        font-family: Verdana, Arial, helvetica, sans-serif;
        text-transform:uppercase;
        text-align:right;
        margin-top:-7px;
        margin-bottom:3px;
	}
.byline a {
	color: #486472 !important;
	}

/* Post meta data */
.entry-meta {
        font-family:Arial, Helvetica;
        font-weight:bold;
	clear: both;
	font-size: 9pt;
	color: #444;
	padding:5px 5px 0 5px;
	border-top: 1px solid #e2e2e2;
	}
.entry-meta a {
	color: #888 !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 {
        font-size:13pt;
	overflow: hidden;
	padding: 19px 19px 19px 19px;
	background: #111;
	border: 1px solid #444;
	}
.navigation-links a {
	color: #fff !important;
	}
.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, #secondary {
	float: right;
	width: 235px;
	}
#secondary {
	clear: right;
	}
.widget {
	margin: 0 0 21px 0;
	padding: 20px 10px 0 15px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
.widget-title {
	margin:  0 0 5px 0;
	padding: 0 0 9px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #444;
	border-bottom: 1px solid #e2e2e2;
	}
.widget ul {
	list-style: none;
	margin: 0 0 12px 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 {
background-color:#fff;
}

#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
#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: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #e2e2e2;
	}

/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
	}
#subsidiary a {
	color: #4b6e85;
	}
#subsidiary .widget {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 25px;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #aaa;
	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;
	}

/**
* Footer
************************************************/
#footer-container {
        font-family:Arial, helvetica, sans-serif;
	overflow: hidden;
        font-size:11px;
        text-transform:uppercase;
        font-weight:bold;
	clear: both;
	width: 100%;
	padding:0;
	color: #aaa;
	background: #222;
	border-top: 4px solid #888;
	}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 4px auto 0px auto;
        margin-bottom:-15px;
	}
#footer .copyright {
	float: left;
	width: 49%;
	}
#footer .credit {
	float: right;
	width: 49%;
	text-align: right;
	}

#dsq-content {
background-color:#999;
color:#000;
padding:6px;
border:4px #444 solid;
}



#dsq-content a {
color:#222;
font-weight:bold;
}

#dsq-new-post h3 {
font-weight:bold;
font-size:2em;
padding:0px;
margin:0px;
}

#dsq-new-post ul li {
padding-left:3px;
padding:0;
background: none;
margin:0;
}

#dsq-post-button{
background-color:#C1FFC2;
font-size:14px;
color:#006633;
width:200px;
}

.dsq-comment-message{
background-color:#ccc!important;
line-height:23px!important;
padding:4px!important;
border:1px #444 solid !important;
}

#dsq-comments li {
padding:2px!important;
background: none!important;
margin:0!important;
}

.dsq-comment-footer-left {
font-size:9px;
margin-bottom:20px!important;
}

.dsq-brlink, .dsq-item-trackback {
display:none;
}

.dsq-comment-message{
margin-bottom:-5px!important;
margin-top:2px!important;
}

.dsq-comment-cite, .dsq-comment-cite a {
font-size:20px!important;
font-weight:normal!important;
margin-right:10px!important;
}