/* 
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.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');

body {
	font: 12px/21px Verdana, Arial, sans-serif;
	color: #666;
	background-color:#EFF1E1;
	margin:0px;
	}
body.page-template-page-without-sidebar{
	background: #EFF1E1;
}
#body-container {
	overflow: hidden;
	height: 100%;
	width: 100%;
	}


/* Links */
a:link, a:visited {
	color: #4b6e85;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: none;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;font-weight:bolder;
	}
h3{font-size:1.6em;line-height:1.1em;margin-bottom:1em;color:#4C4C4C;}
h4{font-size:130%;line-height:1.25;margin-bottom:1.25em;color:#008800;}
h5{font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6{font-size:1em;font-weight:bold;}

#container .entry-content h4 a:link, a:visited, a:active { color:#008800; }
#container .entry-content h4 a:visited{ color:#008800; }
#container .entry-content h4 a:hover{ color:#0281CA; }

#container .entry-content h3 a:link, a:visited, a:active { color:#4C4C4C; }
#container .entry-content h3 a:visited{ color:#4C4C4C; }
#container .entry-content h3 a:hover{ color:#0281CA; }


.alter {
color:#666666;
font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
font-style:italic;
font-weight:normal;
}

ul{
padding:0px;
}
/* Lists */
#content ul {
	list-style: none;
	margin-left: 12px;
	padding:0px;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/li_bullet.png) no-repeat 0 4px;
	}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 4px;
	}

#content div.sociable ul li{
	background: none;
}
/* 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;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	padding: 5px 15px;
	color: #093E56 !important;
	background: #F2F2F2 url(/wp-admin/images/white-grad.png) repeat-x scroll left top;
	border: 1px solid #8CBDD5;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
.button:hover {
	cursor: pointer;
	color: #000 !important;
	border-color: #21759B;
}

/* 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;
	}
img.normal{
	padding: 0px;
	border:none;
	background:transparent;
}
/* 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: #101620;
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	}
#site-title {
	float: left;
	width: 400px;
	margin: 0;
	}
#site-title a {
	display: block;
	width: 400px;
	height: 90px;
	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: #101620;
    display:none;/*done to show header twitter icon on left*/
	}

/* 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
************************************************/
#navigation {
	background:#0B0C10 url(images/head-menu-bg.jpg) repeat-x scroll 0 0;
	border-bottom:1px solid #000000;
	border-top:1px solid #1D1D1D;
	height:33px;
	margin:0 auto;
	overflow:hidden;
	width:100%;
	}
.page-nav {
	overflow: hidden;
	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 {
	display: inline;
	}
.page-nav a {
	float: left;
	padding: 5px 35px;
	background: url(images/nav-border.png) repeat-y right 0;
	}
.page-nav li.current_page_item a {
	color: #fff;
	}
.page-nav li a {
	color: #555;
	}
.page-nav li.feed-url{
	float:right;
}
.page-nav li.feed-url a{
	background:transparent url("images/rss 48.png") no-repeat scroll 0 15%;
	float:left;
	color: #ddd;
	padding:5px 0 5px 55px;
}
/**
* Containers
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 20px auto;
	}
#container a{
	color: #01527a;
	}
	
#container .entry-content a:link, a:active{
	color: #0281CA;
}
#container .entry-content a:visited{
	color: #1DA9EF;
}
#container .entry-content a:hover{
	color: #333;
}

#container .entry-content li.li-related a:hover, #container .entry-content li.li-related a:link,#container .entry-content li.li-related a:active{
	color:#01527A;
}
#container .entry-content li.li-related a:visited{
	color:#4B6E85;
}

#content {
	float:left;
	overflow:hidden;
	width:630px;
	}

/* Breadcrumb trail */
.breadcrumb {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 4px 0;
	font-size: 11px;
	color: #999;
	}

/* 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;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #E7E7E7;
	}

/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 3px;
	border-bottom: 1px solid #e2e2e2;
	font: normal normal normal 30px/38px Helvetica,Arial,Calibri,sans-serif;
	}
.single-title, .attachment-title, .page-title, .series-title, .related-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 #e2e2e2;
	font: normal normal normal 30px/38px Helvetica,Arial,Calibri,sans-serif;
	}

#content h2 a{
	color:#F4851C;
}
#content h1 a{
	color:#F4851C;
}
	
/* Byline */
.byline {
	font-size: 11px;
	color: #999;
	}
.byline a {
	color: #486472 !important;
	}

/* Post meta data */
.post-meta-data {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 9px 5px 0 5px;
	border-top: 1px solid #e2e2e2;
	}
.post-meta-data 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 */
div.page{
	padding-bottom:20px;
}
.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, #secondary {
	float: right;
	padding:20px;
	width:260px;
	background-color:#FFFFFF;
	border:1px solid #E7E7E7;
	font-size:11px;
	line-height:1.5em;
	}
#secondary {
	clear: right;
	}

div#alternate-recent-posts ul li{
	
}
.widget {
	margin:0 0 21px;
	padding:20px 0 0;
	}
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	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: 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 0px auto;
	color:#5A5A5A;
	}
#subsidiary a {
	color: #4b6e85;
	}
#subsidiary .widget {
	float: left;
	width:260px;
	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;
	}
#subsidiary h3.widget-title{
	color:#FFF;
	font-size:20px;
}
/**
* Footer
************************************************/
div.outer-footer{
	background:#0B0C10 url(images/footer-bgr-tile.jpg) repeat-x scroll left top;
	height:380px;
}
div.inner-footer{
	background:transparent url(images/footer-bgr-img.jpg) no-repeat scroll center bottom;
	height:358px;
	position:relative;
}
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	color: #aaa;
	border-top: 2px solid #000;
	}
#footer-container div.footerForm p{
	height:0px;
	margin:0px;
	padding:0px;
}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 0 auto;
	height:28px;
	}
#footer p{
	margin:0px;
}
#footer a{
	color:#F4851C;
}
#footer .copyright {
	text-align:center;
	}
#footer .credit {
	float: right;
	width: 49%;
	text-align: right;
	}

#container a.more-link{
	display:block;
	margin-top:10px;
	font-weight:bold;
}

#subsidiary #text-383548751{
	width:338px;
	float:left;
}

.footerHelloBox { width:338px;}
.footerForm { position:relative; width:338px; padding:5px 0 0 0px;}
.footerForm fieldset { border:0; position:relative;}
.footerForm fieldset input {  width:327px; height:24px; background:url(images/footer-input-bgr.gif) 0 0 no-repeat; border:0; margin-bottom:9px; font-size:11px; color:#434f63; padding:9px 5px 0 6px;}
.footerForm fieldset textarea {  position:relative; z-index:10; width:317px; height:74px; border:0; background:none; margin-bottom:9px; overflow:auto;font-size:11px; color:#434f63; padding:5px 9px 9px 6px; font-family:Arial, Helvetica, sans-serif;}
.footerFakeTextarea {position:absolute; display:block; z-index:1; top:126px; left:0; width:338px; height:88px; background:url(images/footer-textarea-bgr.gif) 0 -88px no-repeat;}
.footerForm fieldset input.sayHelloButton { width:107px; margin-top:11px; height:41px; background:url(images/button-send.png) 0 0 no-repeat; cursor:pointer;}
.footerHelloBox fieldset input.sayHelloButton:hover {background-position:0 -41px;}
#info { color:#373737; font-size:11px; padding:22px 0 0 10px;}	
.footerHelloBox p { width:336px; text-align:center; font-size:11px; color:#373737; line-height:15px; padding:60px 0 0 2px;}

.imgThumb{padding:4px;border:1px solid #CCC;}
.imgThumb:hover{background:#E5E5E5;}
div#text-405663613{padding:0;margin:0;}
