/* 
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
Tags: Widgets, Avatars
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

@import url('../hybrid/library/css/drop-downs.css');

body {
	font: 16px/21px "trebuchet ms", Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	background: #56595c;
	}
body.home, body.front-page {
	color: #000000;
	background: #56595c;
	}
#body-container {
	overflow: hidden;
	width: 100%;
	background: #56595c;
	color: #000000;
	}

/* Links */
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

a.footerstyle:link {
        color:#FFFFFF; 
        font-size:12px; 
        }
a.footerstyle:visited {color:#FFFFFF; }
a.footerstyle:hover {color: #FFFFFF; }
a.footerstyle:active {color: #FFFFFF; } 

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms", Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	}
h3 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size:1.55em;
	color:#56595c;
	}
/* Lists */
#content ul {
	list-style: none;
	margin-left: 12px;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/list.gif) no-repeat 0 8px;
	}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
	}

/* Blockquotes */
blockquote {
	background:#56595c none repeat scroll 0 0;
	border:3px solid #DDDDDD;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	font-style:italic;
    line-height:26px;
	margin:20px;
	padding:20px 20px 0;
	}
.post blockquote {
	font-style: italic;
	color: #fff;
	}
.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: #171615;
	border: 1px solid #e2e2e2;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 95%;
	background: #b1cbe5;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {

	}
tr {
	background: #b1cbe5;
	}
th {
	padding: .3em;
	color: #fff;
	background: #3b3b3b;
	}
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: #56595c;
	border: 1px solid #000;
	}
.button:hover {
	cursor: pointer;
	background: #999;
	}

/* 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: #999;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #8a966b;
	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: #3b3b3b;
	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: #171615;
	border: 1px solid #e2e2e2;
	}

/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #171615;
	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: #171615;
	border: 1px solid #e2e2e2;
	}

/* Avatars */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #171615;
	border: 1px solid #e2e2e2;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	width: 100%;
	background: #b1cbe5;
	border-bottom:5px solid #000000;
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 251px;
	margin: 0 auto;
	padding: 0 20px;
	}
#site-title {
	float: left;
	width: 262px;
	margin: 0;
	}
#site-title a {
	background:transparent url(images/header.gif) no-repeat scroll 0 0;
	display:block;
	height:260px;
	margin:0;
	width:960px;
	}
#site-title a span {
	display: none;
	}
#site-description {
	float: left;
	margin: 5px 10px;
	font-size: 13px;
	color: #19110A;
	display: none;
	}

/* Search form */
#header form {
	float: right;
	width: 180px;
	height: 25px;
	margin: 6px 0 0 0;
	padding: 0;
	display: none;
	}
#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 170px;
	padding: 3px 5px 3px 5px;
	color: #000;
	background: #56595c;
	border: none;
	}
#header .search-submit {
	display: block;	
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	}
#container a {
	color: #5E2728;
	}
#content {
        background:#b1cbe5 none repeat scroll 0 0;
        border:1px solid #fff; 
        float:left;
        overflow:hidden;
        padding:12px;
        width:620px;
		color: #000;
        }
#contentslider {
	overflow: hidden;
	float: left;
	width: 940px;
	}


/* Breadcrumb trail */
.breadcrumb {
	background:#999999 none repeat scroll 0 0;
	color:#171615;
	font-size:14px;
	display:none;
	margin:0 auto 20px;
	padding:4px 0 10px 354px;
	width:100%;
}
/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #b1cbe5;
	border: 1px solid #56595c;
	}

/* 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;
	}
.home .post-title, .single-title, .attachment-title, .page-title, .series-title, .related-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title  {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 3px;
	font: normal normal bold 24px/24px Helvetica, Verdana, Arial, sans-serif;
	}

/* Byline */
.byline {
	font-size: 11px;
	color: #3B3B3B;
    border-bottom: #000000 1px;
	}
.byline a {
	color: ##FFFFFF !important;
	}

/* Post meta data */
.post-meta-data {
	clear: both;
	font-size: 11px;
	color: #3B3B3B;
	padding: 1px 1px 0 1px;
	}
.post-meta-data a {
	color: ##FFFFFF !important;
	}

/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #171615 !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
	}

/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	display:none;
	}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #19110a;
	border: 1px solid #e7e7e7;
	}
.page-template-no-widgets #content, .no-widgets #content {
	background:#b1cbe5 none repeat scroll 0 0;
	width:934px;
	}
.hentry, .breadcrumb {
	background:#b1cbe5 none repeat scroll 0 0;
	margin:0 0 20px;
	overflow:hidden;
	padding:1px 1px 0;
	}	
/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	height: 100%;
	margin: 0 0 21px 0;
	}
.navigation-links {
	overflow: hidden;
	height: 100%;
	padding: 19px 19px 19px 19px;
	background: #19110a;
	border: 1px solid #3b3b3b;
	color:#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: ##FFFFFF !important;
	background: #19110a;
	border: 1px solid #e2e2e2;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	height: 100%;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: ##FFFFFF !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/**
* Primary widgets (sidebar)
************************************************/
#primary {
	float: right;
	width: 300px;
	}
#primary .widget {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	background: #19110a;
	border: 1px solid #3b3b3b;
	}
#primary .widget-title, .page-template-widgets #content .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/24px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #FFF;
	border-bottom: 1px solid #3b3b3b;
	}
#primary .widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#primary .widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	background: url(images/list.gif) no-repeat 0 6px;
	border-bottom: 1px solid #3b3b3b;
	}
#primary .widget ul ul {
	margin: 6px 0 0 0;
	}
#primary .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;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #19110a;
	border: 1px solid #3b3b3b;
	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;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #19110a;
	border: 1px solid #3b3b3b;
	}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
	}
p.comments-closed {
	padding: 19px;
	display:none;
	}
#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: #19110a;
	border: 1px solid #e7e7e7;
	}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #19110a;
	border: 1px solid #e7e7e7;
	}

/* Comment avatars */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #171615;
	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: #fff !important;
	}

/* Comment text */
#comments .comment-text {
	clear: both;
	margin: 0 15px;
	}

/* Comment form */
#respond {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #19110A;
	border: 3px solid #3b3b3b;
	}
#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 #3b3b3b;
	}

#frontbottommiddle {
	float:left;
	margin:0 0 10px;
	overflow:hidden;
	padding:0 18px;
	width:580px;
}
#frontbottomright {
	float:right;
	margin:0 0 10px;
	overflow:hidden;
	padding:0;
	width:580px;
}
#frontbottomleft {
	float:left;
	margin:0 0 10px;
	overflow:hidden;
	padding:0 10px 0 0;
	width:280px;
}
#frontbottom {
	line-height:20px;
	margin:10px auto 0;
	padding:10px 0 0;
	width:910px;
	height:310px;
}	
#homebottommiddle {
	border-right:1px solid #3b3b3b;
	float:left;
	margin:0 0 10px;
	overflow:hidden;
	padding:0 18px;
	width:280px;
}
#homebottomright {
	float:right;
	margin:0 0 10px;
	overflow:hidden;
	padding:0;
	width:280px;
}
#homebottomleft {
	border-right:1px solid #3b3b3b;
	float:left;
	margin:0 0 10px;
	overflow:hidden;
	padding:0 10px 0 0;
	font-style:italic;
	font-size:14px;
	font-family:Cambria,Georgia;
	width:280px;
}
#homebottom {
	line-height:20px;
	margin:10px auto 0;
	padding:10px 0 0;
	width:910px;
}	
.page img {
	background:#b1cbe5 none repeat scroll 0 0;
	border:1px solid #56595c;
	max-width:912px;
	padding:4px;
}

#content .entry-title {
	margin-bottom: 3px;
    display: none;
	font: 24px/21px helvetica, verdana, arial, sans-serif;
	font-weight: bold;
	color:#8a966b;
	}
.byline {
	margin-bottom: 3px;
	display:none;
	}

.post {

	}
/**
* Navigation
************************************************/
#navigation {
	width: 100%;
	height: 43px;
	margin: 0 auto;
	background: #56595c;
	}
#page-nav {
	width: 960px;
	height: 43px;
	margin: 0 auto;
	background: #56595c;
	font-color: #b1cbe5;
	font-size:18px;
	}
#navigation #feed {
float:right;
width:180px;
}	
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	}
#page-nav a {
	display: block;
	padding: 10px 9px 11px 8px;
	background: #56595c;
    color: #b1cbe5;
	}
#page-nav li.current_page_item a {
	background:#56595c;
	color: #b1cbe5;
	}
#page-nav li.current_page_item li a {
	background:#56595c;
	color: #b1cbe5;
	}

/* Drop-down styles */
#page-nav ul ul, .menu ul {
	width: 175px;
	background: #56595c;
	}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 175px;
	}
#page-nav li li {
	border: 1px solid #09232c;
	}
#page-nav li li a {
	padding: 7px 7px;
	background: transparent;
	}
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 43px;
	}
#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;
	}	

/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 14px auto;
	padding: 2px 0 0 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 210px;
	margin: 0;
	padding: 15px 20px 0 20px;
	font: 14px/21px "trebuchet ms", Helvetica, Verdana, Arial, sans-serif;
	color: #777;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	font-size: 16px;
	color: #FFF;
	background: transparent;
	border-bottom: 1px solid #3B3B3B;
	}
#subsidiary a {
	color: #FFF;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	margin: 0 0 3px 0;
	padding: 0 5px 3px 5px;
	background: transparent;
	border-bottom: 1px solid #3B3B3B;
	}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	background: #56595c;
	}
#footer {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
    background:#B1CBE5 url(images/footer.gif) no-repeat scroll 125px 0;
	padding: 80px 0 0 0;
	color: #000;
	}
#footer a {
	font-style: bold;
	color: #000;
	}
#footer .copyright {
	display: inline;
	float: left;	
	margin-left: 9px;
	margin-top:30px;
	}	
#feed li {
	float: right;
	border: none;
	}
#feed li a {
	padding: 7px 18px 6px 0;
	background: url(images/feed-icon.png) no-repeat right 7px;
	}
.singular-page-37 .great-box {
	border:1px solid;
	float:left;
	margin:1px 10px 15px 0;
	padding:8px;
	width:281px;
        height:580px;
	}
.singular-page-37 .rates-box {
	border:1px solid;
	float:left;
	margin:2px 10px 20px 0;
	padding:8px;
	width:282px;
	}	
	
object {
float:right;
}