/**



 * 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.3



 * 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 Arial, sans-serif;
	color: #444;
	background: #1c1d1e;
}
body.home {
	background: #1c1d1e;
}
#body-container {
	overflow: hidden;
	width: 100%;
	background: #fff;
	margin: 0 auto;
	margin-top:0;
}
/* Links */



a:link, a:visited {
	color: #29353a;
	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;
}
.hentry blockquote {
	font-style: italic;
	color: #777;
}
.hentry 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: #fff;
	color: #444;
}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
}
td {
	padding: .3em;
}
tr {
	background: #fff;
}
th {
	padding: .3em;
	color: #444;
	background: #fff;
}
td a, th a {
	font-weight: bold;
}
/* Forms */



textarea {
	width: 98%;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;
	border: 1px solid #A9A9A9;
	background-color: #ededed;
}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
	border: 1px solid #A9A9A9;
	background-color: #ededed;
}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;
}
.button {
	margin: 0 10px 0 0;
	padding: 6px 19px;
	font-weight: bold;
	color: #646362;
	background: #fff;
	border: 1px solid #A9A9A9;
}
.button:hover {
	cursor: pointer;
	background: #d6d7d7;
	color: #000;
}
/* 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;
}
hr {
	border: 0;
	color: transparent;
	background: none;
	height: 1px;
	clear: both;
	margin-top: 25px;
	margin-bottom: 20px;
}
/**



* Images



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



img, a img {
	padding: 5px;
}
.hentry img {
	max-width: 950px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #d6d7d7;
}
/* WP Smilies */



img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
/* Thumbnails */



.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #d6d7d7;
}
/* WP Captions [caption] */



.wp-caption {
	overflow: hidden;
	max-width: 950px;
	padding: 4px;
	background: #fff;
	border: 1px solid #d6d7d7;
	text-align: center;
}
.wp-caption img, .wp-caption a img {
	max-width: 950px;
	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: #fff;
	border: 1px solid #d6d7d7;
}
/* Avatars */



.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 0;
	width: 80px;
	height: 80px;
	background: #fff;
	border: 0px solid #d6d7d7;
}
.photo {
	float: left;
	margin: 0 15px 5px 0;
	padding: 0;
	width: 80px;
	height: 80px;
	background: #fff;
	border: 0px solid #d6d7d7;
}
#comments .photo {
	float: left;
	margin: 10px 15px 5px 0;
	padding: 4;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #d6d7d7;
}
/* portfolio sections like nextgen gallery */


.portfolio {
	display:block;
	width:100%;
	border-top: 1px dashed #b3b7b7;
	padding-top: 20px;
}
/**



* Header



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



#header-container {
	overflow: hidden;
	width: 100%;
	background: #29353a;
	border-top: 10px solid #081e29;
}
#header {
	overflow: hidden;
	width: 960px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
}
#site-title {
	float: left;
	width: 400px;
	margin: 0;
}
#site-title a {
	display: block;
	width: 400px;
	height: 149px;
	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: 0px;
	font-family: arial, verdana, sans-serif;
	color: #fff;
}
/* Search form */



#header form {
	float: right;
	width: 177px;
	height: 25px;
	margin: 15px 0 0 0;
	padding: 0;
}
#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 165px;
	padding: 3px 5px 3px 5px;
	color: #586363;
	background: #29353a;
	border: 1px solid #313c41;
}
#header .search-submit {
	display: none;
}
/* Search form */



#navigation form {
	float: right;
	width: 240px;
	height: 35px;
	margin: -30px 0 0 0;
	padding: 0;
}
#navigation .search-submit {
	display: none;
}
#navigation .search-text {
	line-height: 30px;
	float: right;
	overflow: hidden;
	width: 230px;
	padding: 2px 5px 2px 5px;
	color: #999;
	background: #2f2f2f;
	border: 1px solid #858484;
}
/**



* Navigation



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



#navigation {
	width: 100%;
	height: 33px;
	margin: 0 auto;
	background: #504f4f;
	border-top: 1px solid #4f5e63;
	border-bottom: 1px solid #4f5e63;
	font-weight: bold;
	padding-left: 0px;
}
#page-nav {
	width: 958px;
	height: 33px;
	margin: 0 auto;
	border-right: 1px solid #4f5e63;
}
#page-nav ul {
	list-style: none;
	margin: 0;
}
#page-nav li {
	float: left;
}
#page-nav a {
	display: block;
	padding: 11px 22px 10px 23px;
	color: #babebe;
	background: #504f4f;
	border-left: 1px solid #4f5e63;
	border-top:none;
}
#page-nav li.current_page_item a {
	color: #babebe;
	background: #646362;
}
#page-nav li.current_page_item li a {
	color: #babebe;
	background: #646362;
}
/* Drop-down styles */



#page-nav ul ul, .menu ul {
	width: 180px;
	background: #504f4f;
}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
}
#page-nav li li {
	border-top: 0px solid #a9a9a9;
}
#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: 0 auto;
}
#container a {
	color: #255468;
}
#container a:hover {
	color: #9c1128;
}
.content {
	overflow: hidden;
	float: left;
	width: 640px;
}
.content a {
	font-weight: bold;
}
/* Breadcrumb trail */



.breadcrumb {
	width: 960px;
	margin: 0 auto 10px auto;
	padding: 14px 0;
	font-size: 11px;
	color: #999;
}
/* Posts (and other general sections) */



.hentry, .series, .related, .category-info, .tag-info, .archive-info, .author-info, .date-info, .search-info, .singular-post .author-profile {
	overflow: hidden;
	margin: 0 0 60px 0;
	padding: 35px 0 0 0;
	background: #fff;
}
.excerpt {
	border-top: 1px dotted #848381;
}
/* Post title (and other titles) */



.entry-title, .series-title, .related-title {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 0;
	border-bottom: 1px dotted #848381;
	font: normal normal bold 16px/19px arial, verdana, sans-serif;
}
.singular-title, .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, .archive-title {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 0;
	border-bottom: 1px dotted #848381;
	font: normal normal bold 16px/19px arial, verdana, sans-serif;
}
h2 {
	font: normal normal bold 16px/19px arial, verdana, sans-serif;
	margin-top:10px;
	color: #444;
}
/* Byline */



.byline {
	font-size: 11px;
	color: #999;
}
.byline a {
	color: #646362 !important;
	font-weight: normal;
}
/* Post meta data */



.entry-meta {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 9px 5px 0 5px;
	border-top: 1px dashed #d6d7d7;
	border-bottom: 0px dashed #A9A9A9;
}
.entry-meta a {
	color: #646362 !important;
	font-weight: normal;
}
/* 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, .singular-post .author-profile {
	overflow: hidden;
	margin: 20px 0;
	border-top: 1px dashed #3f3e3d;
	border-bottom: 1px solid #3f3e3d;
	padding: 30px;
}
.page-template-authors .author-name, .singular-post .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;
}
.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: 20px;
	background: #fff;
	border: 0px solid #e7e7e7;
}
.navigation-links a {
	color: #000;
}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	font-weight: bold;
}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
	font-weight: bold;
}
/* 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: 300px;
	margin-top: 63px;
}
#secondary {
	clear: right;
}
.widget {
	margin: 0 0 21px 0;
	padding: 20px 20px 15px 20px;
	background: #fff;
	border: 1px dotted #d6d7d7;
	color: #666;
}
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 0;
	font: normal normal bold 16px/19px arial, verdana, sans-serif;
	color: #646362;
	border-bottom: 1px dotted #d6d7d7;
}
.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 dashed #d6d7d7;
}
.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: 0;
	background: #fff;
	border-top: 0px solid #A9A9A9;
	font: normal normal bold 16px/19px 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: 10px 0 19px 19px;
	border: 1px solid #d6d7d7;
}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
}
p.comments-closed {
	padding: 19px;
	font-weight: bold;
}
#comments-template p.comments-closed {
	border: none;
	padding: 0;
}
#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 5px 15px 0 15px;
	background: #e2e7e7;
	border: 1px solid #d6d7d7;
}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 5px 15px 15px 15px;
	background: #fff;
	border: 1px solid #d6d7d7;
}
/* Comment avatars */



#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #A9A9A9;
}
/* Comment meta data */



#comments .comment-meta {
	margin: 10px 0;
}
#comments .comment-meta cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-meta a, .comment-meta cite a {
	color: #1d5ea7 !important;
}
/* Comment text */



#comments .comment-text {
	clear: both;
	margin: 0 15px;
}
/* Comment form */



#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 0;
	background: #fff;
	border: 0px solid #e7e7e7;
}
#reply {
	margin: 0 0 10px 0;
	padding: 0 0 9px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #3f3e3d;
}
/**



* Subsidiary widgets (footer)



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



#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 20px auto;
}
#subsidiary a {
	color: #babebe;
}
#subsidiary .widget {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 25px;
	background: transparent;
	border: none;
	color: #677373;
}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 0;
	font: normal normal bold 16px/19px arial, verdana, sans-serif;
	color: #677373;
	border-bottom: 1px dotted #677373;
}
#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 dashed #677373;
}
#subsidiary .widget-inside a {
	color: #959797;
}
/**



* Footer



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



#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	color: #677373;
	background: #29353a url(images/footer-bg.png) center bottom repeat-x;
	border-top: 5px solid #081e29;
}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 20px auto 20px auto;
}
#footer .copyright {
	float: left;
	width: 100%;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	padding-top: 30px;
}
#footer .copyright a {
	color: #344145;
}
#footer .credit {
	float: right;
	width: 49%;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .credit a {
	color: #aea382;
}

