.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:16px; 
	height:16px; 
	float:left;
}

.blog-post-date, .blog-author {
	font-family:Tahoma; 
    font-size:11px; 
    color:#5B5B5B;
}

.blog-post-info{
	font-family:Tahoma; 
    font-size:11px; 
    color:#5B5B5B;
}
.blog-clock {
	background-repeat:no-repeat; 
	background-image: url(images/clock.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; 
}