/**

 * 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 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: 12px/21px Verdana, Arial, sans-serif;

	color: #010101;

	background: #010101 url(images/body.png) repeat-x 0 0;

	}

body.front-page {

	background: #010101 url(images/body.png) repeat-x 0 -35px;

	}

#body-container {

	overflow: hidden;

	width: 100%;

	background: #010101 url(images/body.png) repeat-x 0 -35px;

	}



/* Links */

a:link, a:visited {

	color: #79936e;

	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: #FFF;

	}

pre {

	font-size: 12px;

	overflow: auto;

	padding: 9px;

	background: #333333;

	border: 1px solid #fff;

	}

pre code {

	padding: 0;

	background: transparent;

	}



/* Tables */

table {

	width: 100%;

	background: #fff;

	border: 1px solid #fff;

	}

caption {

	font-size: .8em;

	font-style: italic;

	text-align: right;

	color: #666;

	}

td {

	padding: .3em;

	border: 1px solid #fff;

	}

tr {

	background: #fff;

	}

th {

	padding: .3em;

	color: #fff;

	background: #777;

	border: 1px solid #fff;

	}

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: #010101;

	background: #777;

	border: 1px solid #fff;

	}

.button:hover {

	cursor: pointer;

	background: #777;

	}



/* 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: #fff;

	border: 1px solid #fff;

	}



/* Warnings/Alerts */

.warning, .alert {

	padding: 6px 9px;

	background: #fff000;

	border: 1px solid #E6DB55;

	}



/* Errors */

.error {

	padding: 6px 9px;

	background: #fff000;

	border: 1px solid #fff;

	}



/* Downloads */

.download {

	padding: 6px 9px;

	background: #fff000;

	border: 1px solid #fff;

	}



/* 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: #fff;

	border: 1px solid #fff;

	}



/* 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: #fff;

	border: 1px solid #fff;

	}



/* WP Captions [caption] */

.wp-caption {

	overflow: hidden;

	max-width: 588px;

	padding: 6px;

	background: #010101;

	border: 1px solid #fff;

	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: #010101;

	border: 1px solid #fff;

	}



/* Avatars */

.avatar {

	float: left;

	margin: 0 15px 5px 0;

	padding: 4px;

	background: #777;

	border: 1px solid #fff;

	}



/**

* Header

************************************************/

#header-container {

	width: 100%;

	height: 180px;

	background: #ffffff url(images/bg.jpg) repeat-x 0 0;

	}



#header {

	width: 960px;

	height: 240px;

	margin: 0 auto;

	background: url(images/header.jpg) no-repeat 0 0;

	}

#site-title {

	float: left;

	margin: 63px 0 0 60px;

	}

#site-title a {

	display: block;

	width: 280px;

	height: 67px;

	background: transparent;

	border: none;

	}

#site-description, #site-title a span {

	display: none;

	}



/* 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: #010101;

	background: #DEDEDE;

	border: none;

	}

#header .search-submit {

	display: none;	

	}



/**

* Navigation

************************************************/

#navigation {

	width: 100%;

	height: 33px;

	margin: 0 auto;

	background: url(images/nav.png) repeat-x 0 0;

	border-top: 1px solid #fff;

	border-bottom: 4px solid #fff;

	}

#page-nav {

	width: 960px;

	height: 33px;

	margin: 0 auto;

	background: url(images/nav-border.png) repeat-y left  0;

	}

#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: #fff;

	}

#page-nav li.current_page_item li a {

	color: #010101;

	}



/* Drop-down styles */

#page-nav ul ul, .menu ul {

	width: 180px;

	background: #010101;

	}

#page-nav li li:hover ul, #page-nav li li li:hover ul {

	left: 180px;

	}

#page-nav li li {

	border-top: 1px solid #fff;

	}

#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: 20px auto;

	}

#container a {

	color: #79936e;

	}

#content {

	overflow: hidden;

	float: left;

	width: 640px;

	}



/* Breadcrumb trail */

.breadcrumb {

	width: 960px;

	margin: 0 auto 20px auto;

	padding: 4px 0;

	font-size: 11px;

	color: #fff;

	}



/* 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 #fff;

	}



/* Post title (and other titles) */

.entry-title, .series-title, .related-title {

	margin: 0 0 5px 0;

	font: normal normal bold 18px/21px arial, verdana, sans-serif;

	}

.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: 0 6px 9px 3px;

	border-bottom: 1px solid #fff;

	font: normal normal bold 18px/21px arial, verdana, sans-serif;

	}



/* Byline */

.byline {

	font-size: 11px;

	color: #777;

	}

.byline a {

	color: #777 !important;

	}



/* Post meta data */

.entry-meta {

	clear: both;

	font-size: 11px;

	color: #777;

	padding: 9px 5px 0 5px;

	border-top: 1px solid #fff;

	}

.entry-meta a {

	color: #777 !important;

	}



/* Using <!--nextpage--> */

p.pages a {

	margin: 0 0 0 3px;

	padding: 4px 7px;

	color: #777 !important;

	background: #010101;

	border: 1px solid #fff;

	}



/* 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;

        color: #777;

	}

.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 #fff;

	}



/* 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 #fff;

	}

.navigation-links a {

	color: #fff;

	}

.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: #010101 !important;

	background: #fff;

	border: 1px solid #fff;

	}



/* 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: #010101 !important;

	background: #fff;

	border: 1px solid #fff;

	}



/**

* Primary/Secondary and utility widgets

************************************************/

#primary, #secondary {

	float: right;

	width: 300px;

	}

#secondary {

	clear: right;

	}

.widget {

	margin: 0 0 21px 0;

	padding: 20px 20px 0 20px;

	background: #fff;

	color: #010101;

	border: 1px solid #010101;

	}

.widget-title {

	margin: 0 0 6px 0;

	padding: 0 6px 9px 6px;

	font: normal normal bold 18px/21px arial, verdana, sans-serif;

	color: #010101;

	border-bottom: 1px solid #010101;

	}

.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;

	color: #79936e;

	border-bottom: 1px solid #FFFFFF;

	}

.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 #fff;

	font: normal normal bold 18px/21px arial, verdana, sans-serif;

	color: #fff;

        }

#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 #fff;

	}

#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: #fff;

	border: 1px solid #fff;

	}

#comments li li li, #comments li li li li li {

	margin: 0 15px 15px 15px;

	padding: 15px;

	background: #fff;

	border: 1px solid #fff;

	}



/* Comment avatars */

#comments .avatar {

	float: left;

	width: 40px;

	height: 40px;

	margin: 0 15px 5px 0;

	padding: 4px;

	background: #fff;

        color: #fff;

	border: 1px solid #fff;

	}



/* 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: #777 !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 #fff;

	}

#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 #fff;

	}



/**

* Subsidiary widgets (footer)

************************************************/

#subsidiary {

	overflow: hidden;

	width: 1020px;

	margin: 0 auto 20px auto;

	}

#subsidiary a {

	color: #010101;

	}

#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: #010101;

	border-bottom: 1px solid #010101;

	}

#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 #010101;

	}



/**

* Footer

************************************************/

#footer-container {

	overflow: hidden;

	clear: both;

	width: 100%;

	padding: 20px 0 0 0;

	color: #010101;

	background: #fff;

	border-top: 2px solid #010101;

	}

#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;

	}