
#header {
	position: relative;
	z-index: 1;
}
#breadcrumbs {
	color: #c3c8ce;
	font-size: 1.1em;
}
	#breadcrumbs a {
		padding: 0;
		float: none;
		display: inline;
	}
	#breadcrumbs .sep {
		padding: 0 6px;
	}

#main {
	padding-top: 150px !important;
}
	#content.wide #main .col_content_blog {
		width: 530px;
		float: left;
	}
	#main #sidebar {
		width: 340px;
		float: right;
	}
#masthead {
	width: 961px;
	height: 147px;
	position: absolute;
	top: -18px;
	left: 4px;
	background: url(/images/blog/blog_header.png);
	_background: url(/images/blog/blog_header.8bit.png);
}
	#masthead .title {
		font-size: 3.8em;
		color: #a6daff;
		margin: 52px 0 10px 30px;
	}
		#masthead .title a {
			color: #a6daff;
		}
		#masthead .title a:hover {
			text-decoration: underline;
		}
	#masthead .description {
		font-size: 1.6em;
		color: #fff;
		width: 540px;
		margin-left: 30px;
	}
#main div.navigation {
	border: none;
}
#main h1 {
	margin-bottom: 15px;
}
#main .post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}
	#main .post h2 {
		color: #236792;
		font-size: 1.8em;
		font-weight: bold;
		margin-bottom: 8px;
	}
	#main .post .byline,
	#main .post .category {
		font-size: 1.1em;
		color: #777;
		line-height: 1.6;
	}
	#main .post .entry {
		padding-top: 10px;
	}
	#main .post .postmetadata {
		background: #f7f7f7;
		padding: 10px;
		font-size: 1.3em;
		font-weight: bold;
	}
		#main .post .postmetadata a {
			color: #399103;
		}
	#main .post a.more-link {
		font-weight: bold;
	}
	
#sidebar {

}
	#sidebar p.intro {
		color: #555;
		font-size: 1.4em;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	#sidebar .share_widgets {
		border-bottom: 1px solid #e5e5e5;
		overflow: auto;
		padding-bottom: 20px;
		margin-bottom: 15px;
		_zoom: 1;
	}
		#sidebar .share_widgets div {
			float: left; 
			width: 110px;
			background-repeat: no-repeat;
		}
			 #sidebar .share_widgets div a {
				float: left;
				line-height: 24px;
				height: 24px;
				font-size: 1.2em;
				font-weight: bold;
				padding-left: 30px;
			}
		#sidebar #share_rss {
			background-image: url(/images/blog/icon_rss.png);
		}
			#sidebar #share_rss a {
				color: #ff8a2a;
			}
		#sidebar #share_facebook {
			background-image: url(/images/blog/icon_facebook.png);
		}
			#sidebar #share_facebook a {
				color: #385397;
			}
		#sidebar #share_twitter {
			background-image: url(/images/blog/icon_twitter.png);
		}
			#sidebar #share_twitter a {
				color: #22add3;
			}
	#sidebar .group {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 15px;
	}
		#sidebar .group h3 {
			height: 20px;
			text-indent: -9000px;
			background-repeat: no-repeat;
			margin-bottom: 8px;
		}
	#sidebar #categories {
	
	}
		#sidebar #categories ul {
			margin-bottom: 15px;
		}
		#sidebar #categories li {
			margin-bottom: 5px;
		}
		#sidebar #categories h3 {
			background-image: url(/images/blog/header_categories.png);
		}
		#sidebar #categories a {
			font-weight: bold;
			color: #236792;
			background: url(/images/icons/arrow_b.png) right 60% no-repeat;
			line-height: normal;
			padding-right: 9px;
		}
		#sidebar #categories .children {
			display: none;
		}
	#sidebar #twitter {
	}
		#sidebar #twitter h3 {
			background-image: url(/images/blog/header_twitter.png);
		}
		#sidebar #twitter li.widget_twitter {
			font-size: 1em;
		}
		#sidebar #twitter h2 {
			display: none;
		}
		#sidebar #twitter ul {
			margin-left: 0;
			padding-left: 0;		
		}
			#sidebar #twitter li {
				background: none;
				margin-bottom: 10px;
				padding-left: 0 !important;
				font-size: 1.1em !important;
			}
	#sidebar #recent_comments {
	
	}
		#sidebar #recent_comments h3 {
			background-image: url(/images/blog/header_comments.png);
		}
		#sidebar #recent_comments li {
			background: none;
			padding-left: 0;
		}
		#sidebar #recent_comments .comment {
		
		}
		#sidebar #recent_comments .author {
			color: #236792;
		}
	#sidebar #monthly_archives {
		border-bottom: none;
	}
		#sidebar #monthly_archives h3 {
			background-image: url(/images/blog/header_archives.png);		
		}
		
		#sidebar #monthly_archives li,
		#sidebar #categories li {
			background-image: url(/images/icons/bullet_gray.png);
		}
body.single #main .post {
	border-bottom: 2px solid #e5e5e5;
}
.commentlist {

}
	#main .commentlist li {
		background: none;
		padding-left: 0;
		border-bottom: 1px solid #e5e5e5;
	}
		#main .commentlist li p {
			font-size: 1em;
		}
	.commentlist .avatar {
		display: none;
	}
#respond {

}
	#respond h3 {
		margin-bottom: 15px;
	}
#commentform {

}
	#commentform button {
		width: 77px;
		height: 31px;
		background: url(/images/buttons/submit.png) no-repeat;
		text-indent: -9000px;
		cursor: pointer;
		clear: both;
		display: block;
	}
	#commentform button:hover {
		background-position: bottom left;
	}
	#commentform textarea {
		width: 400px;
	}
	#commentform label {
		font-weight: bold;
		margin-bottom: 5px;
	}
	#commentform input {
		width: 240px;
	}
	
#main div.navigation {
	overflow: auto;
	padding: 0;
}
	.navigation a {
		font-size: 1.6em;
	}
	.navigation .alignleft {
		float: left;
	}
	.navigation .alignright {
		float: right;
	}