.blog_article{
	width: 100%;
	overflow: auto;
}

.blog_article h1.blog_title{
	margin-bottom: 2px;
}

.blog_article p.blog_authorName{
	color: #545454;
	margin-top: 2px;
	font-size: 90%;
}

div.blog_imageCaption{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.blog_previous{
	float: left;
}

div.blog_next{
	float: right;
}

div.blog_imageCaption table caption{
}