/*
THEME NAME: Bearish News
THEME URI: http://bearishnews.com
DESCRIPTION: Custom theme for http://bearishnews.com
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #E8E8E8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #43464C;
}

a {
	color: #2361A1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 980px;
	background: #FFF;
	margin: 0 auto;
}

/* Header */

#header {
	width: 960px;
	height: 200px;
	background: url(images/bg_header.gif) no-repeat bottom left;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
}

#logo {
	float: left;
	margin: 25px 0 0 25px;
}

#logo a {
	display: block;
	width: 290px;
	height: 155px;
	background: url(images/logo.png) no-repeat top left;
}

#logo a span {
	display: none;
}

#subscribe {
	float: right;
	width: 300px;
	margin: 40px 40px 0 0;
}

#subscribe-rss {
	background: url(images/ico_rss.png) no-repeat top left;
	margin: 10px 0;
	padding: 0 0 10px 55px;
}

#subscribe-rss h4, #subscribe-email h4 {
	font-size: 110%;
	font-weight: bold;
}

#subscribe-rss p {
	margin-top: 5px;
	font-size: 90%;
}

#subscribe-rss a {
	color: #FFFFFF;
	font-weight: bold;
}

#subscribe-rss p a {
	color: #76818F;
}

#topspacer {
	height: 2px;
	background: url(images/topspacer.png) no-repeat top left;
}

#subscribe-email {
	background: url(images/ico_email.png) no-repeat 0 15px;
	padding: 10px 0 0 55px;
	color: #999999;
}

#subemail {
	padding: 3px;
	color: #666666;
	width: 220px;
	margin-top: 5px;
}

/* Top Navigation */

#menu {
	width: 960px;
	height: 40px;
	overflow: hidden;
	background: #1F2226;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	padding: 13px 18px 14px 18px;
}

#menu ul li.current_page_item {
	background: #191B1E;
}

#menu ul li a {
	color: #FFFFFF;
	font-weight: bold;
}

#searchform {
	padding-top: 9px;
	overflow: hidden;
	float: right;
	margin-right: 8px;
}

#s {
	width: 180px;
	float: left;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#searchsubmit {
	float: left;
	width: 55px;
	height: 22px;
	border: none;
	text-indent: -1000em;
	padding: 0;
	margin: 0 0 0 5px;
	background: url(images/btn_search.png) no-repeat top left;
}

.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 2px;
}

/* Content */

#container {
	width: 930px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
	float: left;
	width: 550px;
}

.post {
	margin-bottom: 60px;
}

.post-title {
	font-size: 150%;
	line-height: 1.2;
	font-weight: bold;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	color: #999;
	font-size: 85%;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.box-twiter {
	float: left;
	margin: 5px 15px 10px 0;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignleft {
	float: left;
	margin: 0 25px 15px 0;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 15px 25px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.post-footer {
	padding-bottom: 10px;
	margin-top: 30px;
	font-weight: bold;
	background: url(images/dot.gif) repeat-x bottom left;
}

.tweetmeme {
	display: block;
	float: left;
}

.sharelinks {
	overflow: hidden;
	display: inline;
}

.sharelinks li {
	float: left;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

/* Comments */

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 350px;
}

.sidepanel {
	margin-bottom: 35px;
}

.sidepanel h3 {
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

.sidepanel ul li {
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel ul {
	overflow: hidden
}

.sidepanel ul li.cat-item, .sidepanel ul.blogroll li {
	width: 160px;
	float: left;
	margin-right: 15px;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	margin: 0 auto;
	width: 900px;
	height: 20px;
	border-top: 2px solid #EAEAEA;
	padding: 30px 20px;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

/* Misc */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/* =PageNavi
-------------------------------------------------------------- */
 
/* Use !important to override PageNavi CSS */

.wp-pagenavi {
	padding-bottom: 5px;
	margin-bottom: 20px;
}
 
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: #2361A1 !important;
	background:transparent !important;
	border: 1px solid #CCCCCC !important;
}

.wp-pagenavi a:hover {
	background: #2361A1 !important;
	color: #FFFFFF !important;
	border: 1px solid #2361A1 !important;
}

.wp-pagenavi span.pages {
	background:transparent !important;
	border: 1px solid #CCCCCC !important;
}

.wp-pagenavi span.current {
	border: 1px solid #666666 !important;
	background:#EFEFEF !important;
}

.wp-pagenavi span.extend {
	border: 1px solid #CCCCCC !important;
	background:transparent !important;
}