/*
THEME NAME: Blatherskite
THEME URI: http://www.blatherskite.com/
DESCRIPTION: Custom theme for Blatherskite.com
VERSION: 1.5.2
AUTHOR: <a href="http://rubiqube.com/">Adrian Diaconescu</a>
AUTHOR URI:
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E4E0C5;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

a {
	color: #B9121B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E5E5E5;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: #F8F8F8 url(images/quotes.png) no-repeat top left;
	background-position: 12px 12px;
	border-top: 1px solid #E9E9E9;
	padding: 8px 15px 8px 60px;
	margin: 15px 0 10px 0;
	color: #595959;
}

.clear {
	clear: both;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#wrapper {
	width: 930px;
	padding: 20px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 10px solid #DDD9BF;
	border-right: 10px solid #DDD9BF;
}

#container {
	float: left;
	width: 100%;
}

#header-top {
	height: 90px;
}

#leaderboard {
	float: left;
	/*border: 1px solid #F0F0F0;*/
}

#promo {
	float: left;
	width: 190px;
	height: 88px;
	margin-left: 10px;
}

#logo {
	margin: 25px 0 35px 20px;
	float: left;
}

#logo a {
	display: block;
	width: 282px;
	height: 110px;
	background: url(images/logo.png) no-repeat top left;
}

#logo a span {
	display: none;
}

#slogan {
	float: left;
	margin: 80px 0 0 40px;
}

#subscribe-rss {
	float: right;
	margin: 75px 40px 0 0;
	background: url(images/ico_rss.png) no-repeat top left;
	background-position: 0 6px;
	padding: 4px 4px 4px 35px;
}

#subscribe-rss h3 a {
	color: #4C1B1B;
}

#menu {
	height: 40px;
	background: #A01620 url(images/bg_menu.png) repeat-x top left;
	width: 100%;
	margin: 0 0 20px 0;
	clear: both;
}

#menu ul li	{
	float: left;
}

#menu ul li.current-cat a {
	background: url(images/bg_menu_active.png) repeat-x top left;
}

#menu ul li.home-cat a, #menu ul li.home-cat a:hover {
	background: url(images/bg_menu_home.png) repeat-x top left;
}

#menu ul li	a {
	color: #FFFFFF;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 12px 15px;
}

#menu ul li	a:hover {
	text-decoration: none;
	background: url(images/bg_menu_active.png) repeat-x top left;
}

#menu #search {
	float: right;
	margin: 8px 8px 0 0;
}

#container {
	margin-bottom: 40px;
}

#content {
	margin: 0 320px 0 200px;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-size: 100%;
	text-transform: uppercase;
	color: #999999;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px;
}

#post-featured {
	background: #FCFAE0;
	margin-bottom: 40px;
}

#post-featured-title {
	background: #FCFAE0 url(images/bg_featured.png) repeat-x top left;
	margin: 0 5px 0 5px;
	border-top: 5px solid #FCFAE0;
}

#post-featured-title h2 {
	margin: 0 10px;
	padding-top: 10px;
}

#post-featured-title h2 a {
	color: #4C1B1B;
}

#post-featured-content {
	padding: 0 14px 14px 14px;
}

.imgbig {
	margin: 5px 5px 0 5px;
}

.post {
	margin-bottom: 40px;
}

.entry-title {
	font-size: 170%;
	font-weight: normal;
}

.entry-title a {
	color: #4C1B1B;
}

.entry-meta {
	color: #666666;
	margin: 5px 0;
}

.entry-meta a {
	color: #666666;
	text-decoration: underline;
}

.entry-meta a:hover {
	color: #333333;
}

.entry-content {
	margin-top: 15px;
	font-size: 110%;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-imgsmall {
	float: left;
	margin: 5px 15px 10px 0;
	padding: 4px;
	border: 1px solid #EFEFEF;
}

.entry-footer {
	padding: 7px 0;
	border-top: 1px solid #F0F0F0;
	border-bottom: 3px solid #F0F0F0;
	margin-top: 15px;
}

.post-subtitle {
	margin: 25px 0 5px 0;
}

.zalist li {
	padding: 5px 0;
	border-top: 1px solid #F0F0F0;
}

.navigation {
	font-weight: bold;
	font-size: 120%;
}

#primary {
	margin: 0 0 0 -100%;
	width: 180px;
}

* html #primary {
	left: 20px;
	position: relative;
}

#secondary {
	margin: 0 0 0 -302px;
	width: 302px;
}

.sidebar {
	float: left;
	overflow: hidden;
}

.sidebar h3 {
	font-size: 90%;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 8px;
}

.sidebar ul li ul {
	margin-bottom: 30px;	
}

.sidebar ul li ul li {
	padding: 5px 2px;
	border-bottom: 1px solid #E5E5E5;
}

#footer { 
	clear: left;
	width: 100%;
}

#definition {
	padding: 4px;
	background: #FCFAE0;
	font-size: 120%;
	margin-bottom: 20px;
}

#footer-menu {
	margin-top: 5px;
}

#footer-menu ul li {
	float: left;
	padding-right: 10px;	
}

#footer-menu ul li.cat-item {
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
}

#footer-menu ul li	a {
	font-weight: bold;
	text-transform: uppercase;
}

#footer-links li {
	float: left;
	border-left: 1px solid #CCCCCC;
	padding-left: 8px;
	padding-right: 8px;
}

/* Content specific styling */

#mpu {
	margin-bottom: 30px;
	/*border: 1px solid #F0F0F0;*/
}

#tower {
	margin-bottom: 30px;
	text-align: center;
	/*border: 1px solid #F0F0F0;*/
}

.dd-latest-date {
	font-size: 90%;
	color: #999999;
	font-weight: bold;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px 0;
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
}

.comments ol li.alt {
}

.comments p {
	margin-bottom: 10px;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	border: 1px solid #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}