/*  
Theme Name: Theme for Dylan Bland's blog
Theme URI: http://the449.com/
Description: The awesome theme made especially for Mr. Bland.
Version: 0.4.4.9
Author: The 449
Author URI: http://the449.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #430000 url(images/bg.gif) repeat-x left top;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	text-align: center;
}

#wrap-contain {
	min-height: 637px;
	background: url(images/bg-main-wrap.jpg) no-repeat right top;
}

#wrapper {
	width: 895px;
	margin: 0 auto;
	text-align: left;
}



#header {
	height: 118px;
}

#header h1 {
	padding-top: 30px;
}

#header h1 a {
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	width: 283px;
	height: 58px;
	background: url(images/logo.gif) no-repeat left;
}



#container {
	background: #fff url(images/bg-wrap.gif) repeat-y right top;
}

#content {
	background-color: #fff;
	float: left;
	width: 681px;
}

.navigation {
	height: 41px;
	background: url(images/bg-nav.gif) repeat-x left top;
}

.navigation ul {
	list-style: none;
	height: 41px;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
}

.navigation ul li {
	float: left;
	_width: 5em;
	_text-align: center;
	border-right: 1px solid #bababa;
}

.navigation ul li a {
	display: block;
	height: 41px;
	line-height: 41px;
	padding: 0 10px;
	_padding: 0px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.navigation ul li a:hover {
	background-color: #fff;
	color: #e22c19;
}

#content .main {
	margin: 4px;
	background: #eaeaea;
	padding: 0px 0;
}

.main .post-container {
	margin: 0 0px;
	padding: 10px 15px 30px;
	background: #ffffff;
}

.post-container .post {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0;
	margin-bottom: 15px;
}

.post .post-head {
	background: url(images/bull-post-head.gif) no-repeat left center;
	padding-left: 35px;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
	margin-bottom: 15px;
}

.post .post-head h2 {
	font-weight: bold;
	font-size: 23px;
	color: #000;
}

.post .post-head h2 a {
	color: #000;
	text-decoration: none;
}

.post .post-head .metadata {
	font-size: 12px;
	color: #7f7f7f;
}

.post .post-head .metadata a {
	color: #7f7f7f;
	text-decoration: none;
}

.post .post-head .metadata a:hover {
	text-decoration: underline;
}

.post .post-head .metadata .feedback {
	padding-left: 5px;
}

.post .post-head .metadata .feedback a {
	color: #525252;
	font-weight: bold;
	padding-left: 17px;
	background: url(images/feedback.gif) no-repeat left center;
}

.post .entry {
	font-size: 13px;
	line-height: 1.5;
}

.post .entry p, .post .entry ul, .post .entry ol {
	padding-bottom: 15px;
}

.post .entry a {
	color: #430000;
}

.post .entry ul, .post .entry ol {
	padding-left: 25px;
}

.main .ataglance {
	padding: 20px 35px;
}

.ataglance .recent-entries {
	float: left;
	width: 273px;
}

.ataglance .recent-comments {
	float: right;
	width: 273px;
}

.ataglance div h3 {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #c8c8c8;
}

.ataglance div ul {
	list-style: none;
	font-size: 13px;
}

.ataglance div ul li {
	
	border-bottom: 1px solid #c8c8c8;
	padding: 8px 0;
}

.ataglance div ul li a {
	color: #505050;
	text-decoration: none;
}

.ataglance div ul li a:hover {
	text-decoration: underline;
}

.ataglance div ul li strong {
	color: #e22c19;
}



#sidebar {
	float: right;
	width: 210px;
}

#sidebar .side-subscribe {
	padding: 30px 10px 10px 10px;
	font: 12px "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
}

#sidebar .side-subscribe a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding-left: 40px;
	line-height: 28px;
	background: url(images/rss.gif) no-repeat left top;
}

#sidebar .side-subscribe a:hover {
	text-decoration: underline;
}

#sidebar .side-widget {
	padding: 10px 15px 20px 10px;
	color: #fff;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
	font-size: 13px;
}

#sidebar .side-widget h3, #sidebar .side-widget h2 {
	font-size: 16px;
	padding-bottom: 5px;
}

#sidebar span.email a { background: none; padding-left: 0; }

.side-widget p, .side-widget ul, .side-widget ol {
	font-size: 13px;
}

.side-widget ul, .side-widget ol {
	list-style: none;
	/*background: #282828;*/
}

.side-widget ul li, .side-widget ol li {
	padding: 4px 0px 5px 0px;
	border-bottom: 1px solid #1a1a1a;
}

.side-widget ul li a, .side-widget ol li a {
	color: #fff;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat left center;
}



#footer {
	color: #fff;
	padding: 10px 0 40px;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
	font-size: 12px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer .copy-note {
	float: left;
	_width: 600px;
}

#footer .design-note {
	float: right;
	_width: 200px;
	_text-align: right;
}



h3#respond, h3#comments {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
	padding: 10px 0 5px;
}

.commentlist {
	list-style: none;
	padding-bottom: 20px;
}

.commentlist li {
	width: 623px;
	margin: 0 auto;
	background: url(images/bg-comment.gif) repeat-y left top;
	font-size: 12px;
}

.commentlist li .comment-head {
	background: url(images/bg-comment-head.gif) no-repeat left top;
	padding: 20px 20px 0;
	color: #797979;
}

.comment-head a {
	color: #e33927;
	text-decoration: none;
}

.comment-body {
	color: #2f2f2f;
	line-height: 1.3;
	padding: 10px 20px 40px;
	background: url(images/bg-comment-bottom.gif) no-repeat left bottom;
}







.comment-form {
	padding: 10px 0;
}

.comment-form p {
	padding-bottom: 10px;
	font-size: 11px;
	clear: both;
}

.comment-form p.comment-input {
	clear: none;
	float: left;
	padding-right: 10px;
}

.comment-input label {
	display: block;
	padding: 3px 0;
}

.comment-form p textarea {
	width: 500px;
}

.comment-form p textarea, .comment-input input {
	border: 1px solid #ced4db;
	border-width: 1px 0 0 1px;
	padding: 2px;
	background-color: #f0f0f0;
}

/* @group Clearer */

#container:after, .navigation:after, .ataglance:after, #footer:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}

#container, .navigation, .ataglance, #footer {
	min-height: 1px;
}

* html #container, * html .navigation, * html .ataglance, * html #footer { height: 1%; }

blockquote.quote { padding-left: 25px; }

/* @end */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


