#list .entry {
	height:100%;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:1em 0;
}

.total_comments {
	background:url(./themes/site_themes/new/comment.png) no-repeat;	
	margin-left:2em;
	padding-left:18px;
}

.post_info {
	border:none;
}

#list h1 {
	padding-top:0;
	margin-top:0;
	font-size:160%;
}

#list h2 {
	font-size:120%;
	margin:0;
	padding:0;
	padding-bottom:0.2em;
}

#list .entry .thumbnail {
	float:left;
	width:90px;
}

#list .entry .text.no_image {
	float:left;
	width:100%;
}

#list .entry .text {
	float:right;
	width:510px;
}