.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:14px; 
	height:14px; 
	float:left;
}
.blog-post-date, .blog-author {
	font-size: 78%;
}

.blog-author, .blog-author a {color:#000000;}
.blog-post-date, .blog-post-date a{color: #456A74;}

.blog-post-info{
	color: #456A74; 
	font-size:65%;
}
.blog-clock {
	background-repeat:no-repeat; 
	background-image: url(images/clock.gif); 
	height:12px; 
	background-position:left top;	
	padding-left:14px;
}
.blog-eye {
	background-repeat:no-repeat; 
	background-image: url(images/eye.gif); 
	height:12px; 
	background-position:left top;	
	padding-left:14px;
}
.blog-comment-num {
	background-repeat:no-repeat; 
	background-image: url(images/comment.gif); 
	height:12px; 
	background-position:left top;	
	padding-left:14px;
}
.blog-user-grey {
	display:block; 
	float: left;
	background-repeat:no-repeat; 
	background-image: url(images/user.gif); 
	width:12px; 
	height:12px; 
}


a.blog-author-name:hover,
a.blog-author-name:visited,
a.blog-author-name:link,
a.blog-author-name:active {
	color: #221E31;
	font-weight: bold;
	font-size: 12px;
}



.blog-mainpage-item {
/*	float: left; */
}

.user-photo {
	float: left;
	margin: 0 3px 3px 0;
}
