
.blog_date_created{
	font-size: 80%;
	text-transform: uppercase;
	color: #335974;	
}
.blog_content{
	line-height: 1.7em;
}
.blog_content img{
	padding:5px;
	border: 1px solid #CCCCCC;
}
.blog_labels{
	margin-top:10px;
}
.blog_feeds img{
	/*padding:5px;*/
}
.blog_feeds a{
	border: 1px solid #CCCCCC;
	display:block;
	padding:2px;
	width:16px;
	height:16px;
	float:left;
	margin-right:2px;
}
.blog_feeds a:hover{
	border: 1px solid #666666;	
}
.blog_posted_by{
	clear:both;
	font-size: 80%;
	text-transform: uppercase;
	color: #335974;
	padding-bottom:20px;
	padding-top:10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
.blog_comment_date{
	font-size: 80%;
	text-transform: uppercase;
	color: #335974;
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
