.blog-line {
	height:1px; 
	width:100%; 
	overflow:hidden; 
	background-color:#C7D2D5; 
	margin-top:8px; 
	margin-bottom:8px;
}
.blog-user {
	display:block; 
	background-repeat:no-repeat; 
	align:absmiddle;
	background-image: url(images/icon_user.gif); 
	width:20px; 
	height:20px; 
	float:left;
}
.blog-post-date, .blog-author {
}

.blog-author, .blog-author a {}
.blog-post-date, .blog-post-date a{}

.blog-post-info{

	font-size:78%;
}
.blog-user-grey {
	display:block; 
	float: left;
	background-repeat:no-repeat; 
	background-image: url(images/user.gif); 
	width:20px; 
	height:20px; 
}
.blog-clock , .blog-eye, .blog-comment-num{
	height:12px; 
	background-position:left top;	
	padding-left:14px;
	text-decoration:none;
	background-repeat:no-repeat; 

}
.blog-clock {
	background-image: url(images/clock.gif); 
}
.blog-eye {
	background-image: url(images/eye.gif); 
}
.blog-comment-num {
	background-image: url(images/comment.gif); 
}