/**
 * Theme Name: Heho Silver
 * 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: #484747;;
	background:transparent url(images/background.jpg) repeat-x scroll 0 0;
	text-shadow:0 1px 0 #F9FAFA;
	}
body.front-page {	
	}
#body-container {
	overflow: hidden;
	width: 100%;
	}

/* 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;
	}
	
/*form*/
form label {
	color:#838383;
	cursor:pointer;
	font-family:Helvetica,Arial,Helvetica,sans-serif;
}
textarea{
	border:2px solid #E7E7E7;
	color:#7D7D7D;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	padding:7px 8px;
}

/* 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 {
	border:2px solid #E7E7E7;
	color:#7D7D7D;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	padding:7px 8px;
	width:300px;
	}
	
.page-template-quick-post .text-input {
	width: 98%;
	}
.button {
	border:1px solid #BBBBBB;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:6px 19px;
	}
.button:hover {
	cursor: pointer;
	background: #15C5DC;
	border:1px solid #09909F;
	}

/* 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: #F7F7F7;
	border: 1px dashed #EFEFEF;
	clear:both;
	}
		
/* 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 {
	
	}

.post img {
	background:#E6E6E6 none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	max-width:594px;
	padding:8px;
	-moz-box-shadow:1px 2px 5px #666666;
	-webkit-box-shadow:1px 2px 5px #666666;
	}
.post img.size-full{
	float:none;
}
/* 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 {
	background:#E6E6E6 none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	float:left;
	margin:0 15px 5px 0;
	padding:10px;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	width: 100%;
	height:150px;
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 150px;
	margin: 0 auto;
	padding: 0 20px;
	position:relative;
	}
#site-title {
	float:left;
	margin:0;
	width:262px;
	}
#site-title a {
	display: block;
	width: 350px;
	height: 85px;
	margin: 20px 0 0 0;
	background: url(images/site-title.png) no-repeat 0 0;
	}
#site-title a span {
	display: none;
	}
#site-description {
	color:#97999E;
	float:left;
	font-size:13px;
	margin:5px 10px;
	position:absolute;
	text-shadow:0 1px 0 #FFFFFF;
	top:90px;
	}

/* Search form */
#header form {
	width: 180px;
	}
#header input {
	background:#fff none repeat scroll 0 0;
	border:2px solid #EBEBEB;
	color:#999999;
	float:left;
	line-height:15px;
	overflow:hidden;
	padding:6px 5px;
	width:170px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:absolute;
	top:116px;
	right:20px;
	width:180px;
	}
#header .search-submit {
	background:transparent url(images/search.jpg) no-repeat scroll 0 0;
	border:medium none;
	float:right;
	height:25px;
	margin-top:7px;
	text-indent:9999px;
	width:20px;
	}

/**
* Navigation
************************************************/
#navigation {
	height:33px;
	margin:0 auto;
	width:960px;
	}
#page-nav {
	height:33px;
	margin:0 auto;
	width:960px;
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	}
#page-nav a {
	color:#EFEFEF;
	display:block;
	font-family:'Trebuchet MS','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:14px;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:1px 1px 1px #0A3A4F;
	text-transform:uppercase;
	}
#page-nav a:hover{
	color:#FFF;
}
#page-nav li.current_page_item a {
	color: #fff;
	}
#page-nav li.current_page_item li a {
	color: #ddd;
	}

/* Drop-down styles */
#page-nav ul ul, .menu ul {
	width: 180px;
	background: #0A2934;
	}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
	}
#page-nav li li {
	border-top: 1px solid #09232c;
	}
#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 {
	background:transparent url(images/bg-content.jpg) no-repeat scroll 0 0;
	margin:0 auto;
	overflow:hidden;
	padding-top:10px;
	width:960px;
	}
#container a {
	color: #0f7ca8;
	}
#content {
	overflow: hidden;
	float: left;
	width: 640px;
	}
#content h5{
	border-bottom:1px solid #e2e2e2;
	clear:both;
}

/* Breadcrumb trail */
.breadcrumb {
	background-color:#F6F6F6;
	color:#999999;
	font-size:11px;
	margin:0 auto;
	padding:4px 10px;
	width:940px;
	}

/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	margin:0 0 10px;
	overflow:hidden;
	padding:10px 19px 0;
	}

/* 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: 4px solid #bfbfbf;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color:#30393D;
	}

/* Byline */
.byline {
	font-size: 11px;
	color: #999;
	}
.byline a {
	color: #486472 !important;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 4px 5px;
	border-top: 1px solid #e2e2e2;
	border-bottom:1px solid #E2E2E2;
	background:#F6F6F6;
	}
.entry-meta 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 */
.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;
	}
.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 {
	float:right;
	overflow:hidden;
	padding:20px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/**
* Primary/Secondary and utility widgets
************************************************/
#primary, #secondary {
	float: right;
	width: 300px;
	margin-right:10px;
	}
#secondary {
	clear: right;
	}
.widget {
	margin: 0 0 21px 0;
	padding: 10px 10px 0 10px;
	}
#text-6,#text-7{
	padding:0;
}
#text-6{
	background:none;
	border:none;
}
#text-6 .widget{
	border:none;
}
#popular-post img{
	float:left;
	margin-right:10px;
	border:2px solid #E2E2E2;
}
#related{
	float:left;
}
#popular-post ul li{
	background-image:none;
	min-height:40px;
}
#primary .widget-title {
	border-bottom:3px solid #BBBBBB;
	color:#919191;
	font-family:arial,verdana,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:21px;
	margin:10px 0;
	padding:5px 6px 5px 0;
	}
#primary .categories{
}
#top-ads{
	position:absolute;
	right:20px;
	top:40px;
}
#text-4{
padding:0;
}
#primary .ads125{
	float:right;
	padding:0;
	width:125px;
	background:none;
	border:none;
}
#primary .ads125 ul li{
	background:transparent none repeat scroll 0 0;
	border:medium none;
	padding:0;
}
#sidebar-top-ads300x100 ul li a img, #sidebar-top-ads300x100 img {
	border:1px solid #BBBBBB;
	display:block;
	float:left;
	height:73px;
	width:298px;
}
#buy-sell-ads{
	border:none;
	padding:none;
	border:none;
	clear:both;
	background:none;
}
#buy-sell-ads.widget{
	padding:0;
}
div#bsaz_1243003.adblock a.adhere{
float:right;
}	
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #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 {
	background:#F5F5F5 none repeat scroll 0 0;
	border-top:1px solid #FFFFFF;
	font-family:arial,verdana,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:21px;
	margin:0 1px -1px 0;
	overflow:hidden;
	padding:19px;
}
	}
#comments ol {
	list-style: none;
	margin-left: 0;
	}
#comments li, p.comments-closed {
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #E7E7E7;
	margin:0;
	overflow:hidden;
	padding:10px 0;
	}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 0;
	}
p.comments-closed {
	padding: 19px;
	}
#comments-template p.comments-closed {
	border: none;
	padding: 0;
	}
#comments li li, #comments li li li li {
	background:#FFFAE0 none repeat scroll 0 0;
	border-top:1px solid #FFE44F;
	margin:0;
	padding:15px 15px 0;
	}
#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:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #D7D7D7;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	border-top: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 {
	font-family:Helvetica,Arial,Helvetica,sans-serif;
	}

/* 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;
	}
#reply {
	border-bottom:3px solid #1F1F1F;
	font-family:arial,verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:21px;
	padding:0 6px 9px 0;
	}

/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
	}
#subsidiary a {
	color: #4C606F;
	}
#subsidiary .widget {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 25px;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px Lucida Grande,verdana,sans-serif;
	color: #0F7CA8;
	}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
	padding:4px 0 0 0;
}	
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 2px 6px;
	background: transparent;
	border:none;
	}
#subsidiary p{
}		
#hybrid-popular{
	border:4px solid #E2E2E2;
	margin-right:10px
}
#subscription li{
	background:none;
	vertical-align:top;
	border-bottom:none;
	font-family:Helvetica,Arial,Helvetica,sans-serif;
}
#subscription a{
	font-weight:bold;
	font-size:1.2em;
	padding:0 120px 0 0;
}
#subscription .rss{
	color:#DC7500;	
}
#subscribtion .stumbleupon{
	color:#4DB766;
}
.twitter_stats_count{
	color:#330000;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.8em;
}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	color: #ddd;
	background:#B3BAC0 url(images/bg-footer.jpg) repeat-x scroll 0 0;
	margin-top:20px;
	text-shadow:none;
	}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 20px auto 20px auto;
	text-shadow:none;
	}
#footer .copyright {
	float: left;
	width: 49%;
	}
#footer .credit {
	float: right;
	width: 49%;
	text-align: right;
	}
.social_button {
	padding:10px;
}
#social_bookmarks .digg,#social_bookmarks .dzone{
background-color:#FFFFFF;
border:1px solid #D6D3CA;
float:left;
height:84px;
margin-left:4px;
padding:2px;
width:51px;
}
#social_bookmarks .reddit {
background-color:#FFFFFF;
border:1px solid #D6D3CA;
float:left;
height:84px;
margin-left:4px;
padding:2px;
width:51px;
}
#social_bookmarks ul {
height:100px;
margin:0;
}
#social_bookmarks ul li {
display:inline;
background:transparent none repeat scroll 0 0;
}
#fbshare{
	float:right;
	margin-left:10px;
}
#social-top{
	
}
#social-top li{
	
}
#content .tweet{
	float:left;
	margin-right:10px;
}
#hybrid-popular img{
	float:left;
	border:4px solid #e2e2e2;
	margin-right:5px;
}

#related{
	margin-bottom:10px;
	float:left;
	width:300px;
}
#related .title{
	border-bottom:2px solid #889398;
}

#related-post{
clear:both;
}
#related-post li{
border-bottom:1px solid #E2E2E2;
background:none;
width:280px;
margin-right:5px;
}
#related-post .post-thumbnail{
background:none;
padding-left:0;
float:left;
display:inline;
}
#related-post .postimage{
float:left;
}
/*-------ADS--------*/
#sidebar-top-ads300x250{
	padding:0;
	border:none;
	background:none;
}
#sidebar-top-ads300x100{
	padding:0;
	border:none;
	background:none;
}
#sidebar-top-ads300x100 ul{
padding:0;
margin:0;
background:none;
}
#sidebar-top-ads300x100 ul li{
padding:0;
margin:0;
background:none;
border:none;
}
#sidebar-top-ads300x100 ul li a img,#sidebar-top-ads300x100 img{
border:1px solid #bbb;
margin-bottom:10px;
}
#related-post-ads{
	margin-top:70px;
}
.vsrru_div{
height:40px;padding:1px 0px 1px 0px;
}