/**
 * 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: #484747;
	/* background:#CEF2F8 transparent url(images/background.jpg) repeat-x scroll 0 0; */
	background:transparent url(images/background2.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; */
	background:#CEF2F8;
	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: #e7f7d3;
	border: 1px dashed #6c3;
	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; */
	margin:0px 150px;
	}
.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:#FBFBFB none repeat scroll 0 0;
	border:1px solid #EBEBEB;
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	max-width:594px;
	padding:5px;
	}
.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;
	}
.thumb{
	/* float: left; */
	width: 40px;
	height: 40px;
	margin: 0 15px 10px 0;
	padding: 2px;
	background: #EFF1E1;
	border: 0px solid #e2e2e2;
	}
/*rss feed and twitter */
.b-header-rss-logo
{
	display:inline;	
	

}

.b-header-rss-logo a:link, .b-header-rss-logo a:visited
{
 color:#ffffff;
 
}

.b-header-rss-logo img
{
	float:right;
	margin-top:-12px;
	margin-bottom:8px;
	padding-right:5px;
	margin-right:12px;
	

}


/* 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%;
	 /* background: transparent url(images/header-top.png) repeat-x 0 0; */
	height:115px;
	
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 135px;
	margin: 0 auto;
	padding: 0 20px;
	position:relative;
	}
#site-title {
	float:left;
	margin: 40px 10px 0 10px; 
	width:262px;
	 /* background: transparent url(images/header-top.png) repeat-x 0 0;   */
	}
#site-title a {
	display: block;
	width: 385px;
	height: 85px;
	margin: 15px 0 0 0; 
	background: url(images/site-title.png) no-repeat 0 0;

	}
#site-title a span {
	display: none;
	}

#site-description {
	float:left;
	font-size:13px;
	margin:5px 0 0;
	color:#1CB5F4;
	text-shadow:0 1px 0 #EEEEEE; 
	}


/* Search form */
#header form {
	width: 180px;
	}
#header input {
	background:#fff none repeat scroll 0 0;
	border:1px solid #EBEBEB;
	color:#999999;
	float:left;
	line-height:15px;
	overflow:hidden;
	padding:6px 10px;
	width:170px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:absolute;
	top:65px;
	right:30px;
	width:200px;
	}
#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 {
	/* border-top:1px solid #EBEBEB; */
	/* -moz-border-radius-topleft: 18px;
	-moz-border-radius-topright: 18px; */
	height:43px;
	margin:0 auto;
	width:960px;
	/* border-left:1px solid #EBEBEB;
	border-right:1px solid #EBEBEB; */
	
	}
#page-nav {
	/* background:#fff none repeat scroll 0 0; */
	height:43px;
	margin:0 auto;
	/* -moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-radius:15px;
	border-radius:15px; */
	float:left;
	width:500px;
	
	
	}
#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;
	font-weight:bold;
	padding:15px 20px 11px;
	text-shadow:1px 1px 1px #0A3A4F;
	text-decoration:none;
	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;
	}
#stats {
	position:relative;
	right:10px;
}

#stats ul li {
	display:inline;
	float:right;
	list-style:none outside none;
	padding:10px 0 0 20px;
}
/**
* Containers
************************************************/
#container {
	background-color:#FFFFFF;
	border-left:1px solid #EBEBEB;
	border-right:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	border-top:1px solid #EBEBEB;
	margin:0 auto;
	overflow:hidden;
	padding-right:10px;
	padding-top:20px;
	width:952px;
	-moz-border-radius-topleft:18px;
	-moz-border-radius-topright:18px;
	}
#container a {
	/* color: #5A656A; */
	}
/* #container a {
	color: #54798B;
	} */
	
.viewcount a {
	color:#FF9933;
	display:inline;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:0 16px 0 0;
	padding:1px 3px;
	text-align:center;
	vertical-align:middle;
	width:30px;
}

#content {
	overflow: hidden;
	float: left;
	width: 640px;
	}
#content h5{
	border-bottom:1px solid #e2e2e2;
	clear:both;
}

.post_share {
	border:1px solid #EBEBEB;
	float:right;
	/* margin-left:-10px; */
	/* margin-right:10px; */
	position:relative;
	padding:3px;
}

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

/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	background:#FFFFFF none repeat scroll 0 0;
	margin:0 0 10px;
	overflow:hidden;
	padding:10px 29px 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 #889398; */
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color:#30393D;
	}

/* Byline */
.byline {
	font-size: 11px;
	color: #999;
	margin: 0px;
	padding:5px 0px;
	font-family:Georgia, Times, "Times New Roman", serif;text-shadow:0 1px #fff;
	font-style:italic;
	}
.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:#FBFBFB; 
	}
.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;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	-moz-box-shadow:1px 1px 0 #CCCCCC;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	
	}

/**
* Primary/Secondary and utility widgets
************************************************/
#primary, #secondary {
	float: right;
	width: 300px;
	}
#primary .post h2 {
font-size:12px;
margin:0;
}
#secondary {
	clear: right;
	}
	
#primary .categories {
	float:left;
	width:130px;
}
#primary .right-sidebar-ads {
	float:right;
	height:936px;
	margin-left:8px;
	margin-top:10px;
	width:160px;
}
.widget {
	margin: 0 0 21px 0;
	/* padding: 20px 20px 0 20px;
	background: #FBFBFB none repeat scroll 0 0;
	border: 1px solid #e7e7e7; */
	}
#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: #01527a;
	font:italic 18px/21px Georgia,Times,"Times New Roman",serif;
	margin: 0 0 9px;
	padding:0px 6px 5px 0;
}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
.widget li {
	border-bottom:1px dotted #E2E2E2;
	margin:0 6px;
	padding:0 0 6px;
}
.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;
	border: 1px solid #e7e7e7;
	background:#F6F6F6;
	}
#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 29px 0;
	background: #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 #e2e2e2;
	}
/*social*/
.social_bookmark li{
display:inline;
}

#social_bookmarks ul {
height:100px;
margin:0;
}

#content ul {
list-style:none outside none;
margin-left:12px;
}

/*social*/
/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	width: 1180px;
	margin: 0 auto 20px auto;
	/* text-shadow:0 1px 1px #444444; */
	}
#subsidiary a {
	color: #4C606F;
	}
#subsidiary .widget {
	float: left;
	width: 174px;
	margin: 0;
	/* padding: 0 25px; */
	padding: 0 35px;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 17px/21px arial, verdana, sans-serif;
	color: #4c606f;
	border-bottom: 1px solid #FBFBFB;
	text-shadow:0 2px 1px #FFFFFF;
	}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
	border-top:1px solid #EBEBEB;
	padding:4px 0 0 0;
}	
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	background: transparent;
	border-bottom: 1px solid #D1D9DF;
	}
#subsidiary p{
	border-top:1px solid #ebebeb;
}		
#hybrid-popular{
	border:4px solid #E2E2E2;
	margin-right:10px
}
#subscription li {
	border:medium none;
	float:left;
	height:50px;
	margin:0 16px 5px 0;
	padding:8px 10px;
	width:32px;
}
#subscription{
	/* background:#EFEFEF none repeat scroll 0 0; */
	border:1px solid #DDDDDD;
	height:100px;
	padding:8px 12px;
}
#subscription h2{
	color:#555555;
	margin:4px;
	}
#subscription li{
	float:left;
	height:50px;
	margin:0 3px 5px;
	padding:8px;
	width:46px;
	border:none;
}

#subscription a {
	display:block;
	font-size:10px;
	padding:32px 0 0 0;
	text-align:center;
	text-decoration:none;
}
#subscription li:hover{
	-moz-box-shadow:0 0px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow:0 0px 2px rgba(0, 0, 0, 0.45)
}
#subscription a.rss{
	background: url(images/rss.png) no-repeat;
	color:#FA9A37;
}
#subscription a.twitter{
	background: url(images/twitter.png) no-repeat;
	color:#36CDFF;
}
#subscription a.stumbleupon{
	background: url(images/stumbleupon_32.png) no-repeat;
	color:#69BE77;
}
#subscription a.facebook{
	background: url(images/facebook.png) no-repeat;
	color:#0F7CA8;
}
#subscription a.email{
	background: url(images/email.png) no-repeat;
	color:#bbb;
}
#subscription .twitter_stats_count{
	font-weight:bold;
	font-size:16px;
}

/**
* Footer
************************************************/
#footer-container {
	background-color:#F6F6F6;
	border:2px solid #EBEBEB;
	margin:0 auto;
	overflow:hidden;
	padding-right:10px;
	padding-top:35px;
	width:960px;
	-moz-border-radius-bottomleft:18px;
	-moz-border-radius-bottomright:18px;
	border-radius:18px;
	}
#footer {
	overflow: hidden;
	clear: both;
	width: 860px;
	margin: 20px auto 20px auto;
	}
#footer .copyright {
	float: left;
	width: 49%;
	}
#footer .credit {
	float: right;
	width: 49%;
	text-align: right;
	}
	

.social_button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #EEEEEE;
padding:10px;
margin-left:20px;
}
#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;
}
#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;
}

/*most viewd*/
.overflow { overflow: hidden; }
.button_square { display: block; margin-right: 10px;  border: 1px solid #FFE07D;  background: #FFF2C9;  float: left; width: 38px; padding: 8px 0px; font-size: 11px; text-align: center;  -moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px; 	 }                                                    
.button_square span { color: #cc3332 !important; font-size: 11px !important; }
.button_square { margin-top: 4px; }

#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 {
margin:0 10px;
float:right;

}

/*comunity news*/
#tab-interface .subsubsub a, #tab-interface .subsubsub a:focus {
	outline: none;
}
div.tabdiv {
	display: none;
}
div.currentTab {
	display: block !important;
}
form#fvCommunityNewsForm label {
	font-weight: bold;
	display: block;
	padding: 7px 0 2px 7px;
}
form#fvCommunityNewsForm label em {
	font: 13px normal Arial, Helvetica, sans-serif;
	color: #d54e21;
}
form#fvCommunityNewsForm input, form#fvCommunityNewsForm textarea {
	border: 1px solid #dfdfdf;
	-x-system-font: none;
	font: 13px normal Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
	width: 230px;
}
input#fvCommunityNewsSubmit {
	background-color: #e5e5e5;
	border:1px solid #80b5d0 !important;
	color:#224466;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	line-height: 1.5em;
	padding: 2px 4px;
	text-decoration: none;
	width: auto !important;
}
input#fvCommunityNewsSubmit:hover {
	color: #d54e21;
	border-color: #535353 !important;
}
#the-submission-list {
	position: relative;
}
#the-submission-list .unapproved {
	background-color: #ffffe0;
}
#the-submission-list .submission-item {
	padding: 5px 5px 5px 47px;
}
#the-submission-list .submission-item .avatar {
	left: 5px;
	position: absolute;
}
#the-submission-list .submission-item blockquote, #the-submission-list .submission-item blockquote p {
	display: inline;
	margin: 0;
	padding: 0;
}
#the-submission-list .submission-item p.submission-actions {
	margin: 0;
	padding: 0;
}
.zerosize {
	display: none;
}
.form-table fieldset {
	border: none;
}
ul.fvCommunityNewsList {  }									/* The list of submissions */

ul.fvCommunityNewsList li {  }								/* One submission */

form#fvCommunityNewsForm {  }								/* The form */

form#fvCommunityNewsForm fieldset {  }						/* The fieldset */

form#fvCommunityNewsForm label {  }							/* Labels */

form#fvCommunityNewsForm label em {  }						/* The stars (*) */

form#fvCommunityNewsForm input {  }							/* All input fields */

input#fvCommunityNewsName {  }								/* Name input field */

input#fvCommunityNewsEmail {  }								/* Email input field */

input#fvCommunityNewsTitle {  }								/* Title input field */

form#fvCommunityNewsForm img {  }							/* The captcha */

input#fvCommunityNewsCaptcha {  }							/* Captcha input field */

form#fvCommunityNewsForm small a {  }						/* The refresh captcha link */

textarea#fvCommunityNewsDescription {  }					/* Description textarea */

span#fvCommunityNewsErrorResponse {  }						/* Errors appear in here */

input#fvCommunityNewsSubmit {  }							/* Submit button */

div#fvCommunityNewsAjaxResponse { display: none; }			/* If the form is submitted sucessful using ajax, here comes the message */

div#fvCommunityNewsLoader { display: none; }				/* The placeholder for the rotating loader image + Loading... text */

div#fvCommunityNewsLoader p { }								/* The rotating loader image + Loading... text */

