/*  
Theme Name: Blogsessive
Theme URI: http://blogsessive.com
Description: Obsessed with blogging.
Version: 1.0
Author: QBKL
Author URI: http://qbkl.ro/
*/



/* Begin Typography & Colors */
body {
	background: #e2dbce url(img/bg.png) repeat-x 0 22px;
	margin: 0 auto;
	padding-top: 22px;
	font: normal normal 13px "Trebuchet MS", sans-serif;
	color: #333;
	text-align: center;
	line-height: 18px;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

a {
	color: #cc2c26;
	text-decoration: none;
}

a:hover {
	color: #766850;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0; 
}

h1, h2, h3, h4 {
	color: #766850;
}

h1 a, h2 a, h3 a {
	color: #766850;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover{
	color: #cc2c26;
}

h3 a:hover {
	color: #766850;
}

h1, h2 {
	font: normal bold 25px Arial, Tahoma, sans-serif;	
	letter-spacing: -0.05em;
}

h3 {
	font: normal bold 18px Arial, Tahoma, sans-serif;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #ebe6dc;
	padding: 15px 0 3px 0;
	display: block;
}

h4 {
	font: normal bold 16px Arial, Tahoma, sans-serif;
	letter-spacing: -0.05em;
}

h4 a {
	color: #cc2c26;
}

h4 a:hover {
	color: #766850;
}

form {
	margin: 0;
	padding: 0;
}

#wrap {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

/* Extra Styles */

.banner125 {
	margin:0 5px 10px 5px;
	overflow: hidden;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

/* Header styles */

#header {
	width: 980px;
	height: 255px;
	background: url(img/header.jpg) no-repeat;
	overflow: hidden;
}

#logo {
	width: 250px;
	height: 90px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 a, #logo h2 a {
	display: block;
	height: 90px;
	width: 250px;
	background: url(img/logo-blogsessive.jpg) no-repeat;
}

#logo h1 a span, #logo h2 a span {
	display: none;
}

#topmenu {
	padding: 50px 0 0 0;
	margin: 0;
}

#topmenu ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}

#topmenu a {
	font: normal bold 13px Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.02em;
	padding: 3px 5px;
}

#topmenu a:hover {
	font: normal bold 13px Arial, Tahoma, sans-serif;
	color: #fff;
	background: #cc2c26;
}

#topmenu ul li.current_page_item a {
	font: normal bold 13px Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.02em;
	padding: 3px 5px;
	background: #444;
}

#topmenu ul li.current_page_item a:hover {
	font: normal bold 13px Arial, Tahoma, sans-serif;
	color: #fff;
	background: #cc2c26;
}

#page {
	display: block;
	width: 980px;
	background: #fff url(img/bg-page.gif) repeat-y;
	border-bottom: 1px solid #d3c5af;
	overflow: hidden;
}

/* Content styles */

#content {
	width: 630px;
	padding: 0 29px 30px 30px;
	float: left;
}

.promoBoxes {
	width: 630px;
	list-style: none;
	height: 100px;
	margin: 30px 0 0 0;
	padding: 0;
	overflow: hidden;
}

.promoBoxes li {
	display: block;
	float: left;
	width: 200px;
	height: 100px;
	margin-right: 15px;
}

.promoBoxes li a {
	display: block;
	width: 200px;
	height: 100px;
}

.promoBoxes li a span {
	display: none;
}

.boxOne {
	background: url(img/box-simple-balance-2-2.gif);
}

.boxTwo {
	background: url(img/box-latest-posts.gif);
}

.boxThree {
	background: url(img/box-best-of.gif);
}

.promoBoxes li.lastBox {
	margin: 0;
}

.article {
	margin-top: 30px;
}

.articlefeat {
	margin-top: 30px;
	border: 1px solid #d3c5af;
	padding: 20px;
	background: #f6f4ef;
}

.articlefeat .articlefeat {
	background: #fff;
}

.articleexcerpt {
	margin-top: 30px;
	border: 1px solid #d3c5af;
	padding: 20px;
}

h2.morecontent {
	padding-bottom: 5px;
	margin-top: 30px;
	border-bottom: 1px solid #d3c5af;
	color: #cc2c26;
}

.article h1, .article h2, .articlefeat h2, .articleexcerpt h2 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d3c5af;
	color: #cc2c26;
}

.article h1 a, .article h2 a, .articlefeat h2 a, .articleexcerpt h2 a {
	color: #cc2c26;
}

.article h1 a:hover, .article h2 a:hover, .articlefeat h2 a:hover, .articlefexcerpt h2 a:hover {
	color: #766850;
}

.article p, .articlefeat p, .articleexcerpt p {
	margin: 15px 0;
}

.article.h3 {
	padding-top: 20px;
}

.postinfo {
	font-size: 11px;
	padding-top: 5px;
}

.postinfo a {
	font-weight: bold;
}

.postmeta {
	padding: 3px 0;
	border-top: 1px solid #d3c5af;
}

.postmeta2 {
	padding: 3px 0;
	border-top: 1px solid #d3c5af;
	text-align: right;
}

.postmeta2 a {
	font: normal bold 18px Arial, Tahoma, sans-serif;
	letter-spacing: -0.05em;
	margin-left: 30px;
}

.postsubmit {
	font-size: 11px;
	border-bottom: 1px solid #d3c5af;
	padding-bottom: 5px;
}

.showLove {
	display: block;
	width: 490px;
	height: 90px;
	margin-top: 30px;
	background: url(img/bg-love.png) no-repeat;
	padding: 20px 20px 10px 120px;
	font: normal bold 18px Arial, Tahoma, sans-serif;
	color: #766850;
	letter-spacing: -1px;
}

.showLove ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.showLove ul ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

ul.rssLove {
	margin-top: 35px;
}

.thecloud a {
	margin-right: 10px;
}

.thecloud {
	margin-top: 20px;
	line-height: 30px;
	border: 1px solid #d3c5af;
	padding: 20px;
	background: #f6f4ef;
}

.popular404 {
}

.page-nav {
	overflow: hidden;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.nav-previous a, .nav-next a {
	font: normal bold 18px Arial, Tahoma, sans-serif;	
	letter-spacing: -0.05em;
	line-height: 50px;
}

.listleft {
	width: 285px;
	float: left;
	padding: 0;
}

.listright {
	width: 285px;
	float: right;
	padding: 0;
}

.listleft h3, .listright h3 {
	font-size: 24px;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #d3c5af;
}

.listleft ul, .listright ul, .recoread {
	margin: 0;
	padding: 0;
	list-style: none;
}

.listleft ul li, .listright ul li, .recoread li {
	border-bottom: 1px solid #d3c5af;
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

.listleft .rockablebanner {
	display: block;
	width: 285px;
	height: 250px;
	text-indent: -9999px;
	background: url(img/wp-rockstar.gif) no-repeat;
}

.listleft .themeforestbanner {
	display: block;
	width: 285px;
	height: 250px;
	text-indent: -9999px;
	background: url(img/themeforest.jpg) no-repeat;
}

.listleft .graphicriverbanner {
	display: block;
	width: 285px;
	height: 250px;
	text-indent: -9999px;
	background: url(img/graphic-river.gif) no-repeat;
}

.listleft .wpwebhostbanner {
	display: block;
	width: 285px;
	height: 250px;
	text-indent: -9999px;
	background: url(img/wp-web-host.gif) no-repeat;
}

.listleft .revolutiontwobanner {
	display: block;
	width: 285px;
	height: 250px;
	text-indent: -9999px;
	background: url(img/revolutiontwo.jpg) no-repeat;
}

.listleft .thesisbanner {
	display: block;
	width: 285px;
	height: 250px;
	text-indent: -9999px;
	background: url(img/thesis.gif) no-repeat;
}

blockquote {
	margin: 0;
	padding: 10px 20px 10px 80px;
	background: #fff url(img/quote.gif) no-repeat 10px 10px;
}

pre {
	margin: 0;
	padding: 10px;
	background: #fff;
	display: block;
	font-size: 11px;
	border: 1px solid #d3c5af;
}

/* Comments styles */

#comments {
	margin-bottom: 0;
}

.comoptions {
	width: 630px;
	display: block;
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

li.comlink {
	width: 315px;
	height: 30px;
	display: block;
	background: #fff;
}

.comoptions .left a {
	display: block;
	width: 315px;
	height: 30px;
	background: url(img/btn-comments-rss.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.comoptions .left a:hover {
	background: url(img/btn-comments-rss.gif) no-repeat 0 -30px;
}

.comoptions .right a {
	display: block;
	width: 315px;
	height: 30px;
	background: url(img/btn-comments-form.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.comoptions .right a:hover {
	background: url(img/btn-comments-form.gif) no-repeat 0 -30px;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentlist li {
	overflow: hidden;
	border-bottom: 1px solid #d3c5af;
	border-right: 1px solid #d3c5af;
	border-left: 1px solid #d3c5af;
	margin: 0;
	padding: 10px;
}

.comavatar {
	margin-bottom: 5px;
}

.comavatar img {
	background: #ece7dd;
	padding: 5px;
}

.comauthor {
	font: normal bold 18px Arial, Tahoma, sans-serif;	
	letter-spacing: -0.05em;
}

.cominfo {
	width: 210px;
	float: left;
}

.comtext {
	width: 380px;
	float: right;
}

.comtext p {
	margin-top: 0;
	line-height: 20px;
}

.comalt {
	background: #f6f4ef;
}

#author, #email, #url, #comment {
	border: 1px solid #d3c5af;
}

.commentsRSS {
	line-height: 25px;
}

.commentsRSS a {
	padding-left: 35px;
	display: block;
	width: 200px;
	font-weight: bold;
	line-height: 25px;
	background: url(img/comments-rss.gif) no-repeat;
}

/* Sidebar styles */

#sidebar {
	width: 290px;
	float: right;
}

#sidebar .leftbanners {
	padding: 15px 9px 15px 14px;
}

#sidebar .leftbanners a {
	display:block;
	font-size:11px;
	color:#888;
	font-family:verdana,sans-serif;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	margin:0 5px 10px 0;
	float: left;
}

#sidebar h2 {
	font: normal bold 22px Arial, Tahoma, sans-serif;	
	letter-spacing: -0.04em;
	margin-bottom: 5px;
}

#sidebar ul {
	margin: 0 1px 0 1px;
	width: 288px;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	display: block;
	margin: 0;
	border-top: 1px solid #fdfcf9;
	border-bottom: 1px solid #d3c5af;
	background: url(img/bg-sidelist.jpg) repeat-x bottom;
	padding: 15px 9px;
}

#sidebar ul li.emailsubs {
	display: block;
	margin: 0;
	padding: 40px 19px 0 19px;
	border-top: none;
	border-bottom: 1px solid #be2c23;
	background: #cc2c26 url(img/bg-emailsubs.jpg) no-repeat;
	width: 250px;
	height: 55px;
	text-align: right;
}

#sidebar ul li.rssfeed {
	display: block;
	width: 288px;
	background: url(img/rss-link.jpg) no-repeat;
	margin: 0;
	padding: 0;
	border-top: none;
	border-bottom: 1px solid #d3c5af;
}

.rsslink {
	display: block;
	width: 288px;
	height: 95px;
	margin: 0;
	padding: 0;
}

#sidebar ul li ul{
	margin: 0;
	padding: 0;
	width: 270px;
	display: block;	
	border-top: 1px solid #d3c5af;
}

#sidebar ul li ul li {
	margin: 0;
	padding: 5px 0 5px 0;
	width: 270px;
	background: none;
	border: none;
	border-bottom: 1px solid #d3c5af;
	display: block;
}

#sidebar ul li ul li a {
	font-weight: bold;
}

#sidebar ul li ul li ul {	
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
	padding-bottom: 0;
	width: 270px;
	display: block;
	border: none;
}

#sidebar ul li ul li ul li {
	margin: 0;
	padding: 0;
	width: 270px;
	background: none;
	border: none;
}

#sidebar ul li ul li ul li a {
	font-weight: normal;
	padding-left: 10px;
	margin: 0;
}

.emailbox {
	width: 169px;
	padding: 2px;
	height: 20px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	cursor: text;
}

.sbutton {
	width: 112px;
	border: none;
	background: none;
	cursor: pointer;
}

.s {
	border: 1px solid #d3c5af;
	width: 175px;
	height: 18px;
}

.searchsubmit {
	font: normal bold 18px Arial, Tahoma, sans-serif;	
	letter-spacing: -0.05em;
}

.postlist a {
	font-weight: normal;
}

/* Footer styles */

#footer {
	padding: 10px 0 20px 0;
	text-align: center;
}

/* Extras */

.banner630 {
	display: block;
	width: 630px;
	height: 90px;
	background: url(img/630-themeforest.jpg) no-repeat;
	margin: 20px 0 0 0;
	text-indent: -9999px;
}

/* WiseVox Network styles */

.wisevox {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px;
	background: #151515;
	padding: 2px 0;
	text-align: center;
	color: #ff6a4d;
}

.wisevox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.wisevox li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	margin-right: 15px;
}

.wisevox a {
	text-decoration: none;
	color: #E2DBCE;
}

.wisevox a:hover {
	color: #ff6a4d;
}

.qbklWrap {
	padding: 20px 0 20px 100px;
	text-align: center;
	display: block;
}

.ninerules {
	text-indent: -9999px;
	display: block;
	width: 184px;
	height: 52px;
	background: url(img/9rules-logo.gif) no-repeat;
	margin: 0 auto;
}

.qbkl {
	text-indent: -9999px;
	display: block;
	width: 85px;
	height: 60px;
	background: url(img/qbkl.gif) no-repeat;
	margin: 0 auto;
	border: 1px solid #f6f4ef;
}