ul.blogPost_list {
	background: none !important;
}
ul.blogPost_list li { overflow-x: hidden !important; }
ul.blogPost_list li div.blog_post_body { margin-left: 0px !important; }

li.blog_post {
	margin-bottom: 20px;
}
div.blog_post_body h3 {
	font-size: 26px; 
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}
div.blog_post_body h3 a { color: #333333; font-weight: normal; }
div.blog_post_body h3 a:hover { text-decoration: underline; }
div.blog_post_body h3 span.byline {
	display: block;
	margin-top: 3px;
	font-size: 10px;
}



div.blog_post_body img {
	padding: 3px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

div.blog_post_body img.left{
	float: left;
}
div.blog_post_body img.right{
	float: right;
}
div.blog_post_body img.center {
	text-align: center;
	display: block;
	margin: auto;
}

div.blog_post_body p {
	margin-bottom: 10px;
}
div.blog_post_body ul {
	padding: 10px;
	margin: 10px;
	list-style: none;
}
div.blog_post_body ul li {
	list-style: none;
}
div.blog_post_body a {
	font-weight: normal;
	text-decoration: underline;
}
.blogPost_body a:hover {
	color: #333;
}
li.blog_post a.attachment {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	text-decoration: none;
	font-weight: normal;
}