#postlist {
	margin:5px 0 0 -4px;;
	padding:0px 0px;
	height:280px;
	}
#postlist ul{
	width:280px;
	overflow:hidden;
	list-style-type: none;
	padding: 0px 0px;
	margin:0px 0px;
	}
#postlist li {
	padding: 5px 5px;
	margin:0px 0px 5px 0px;
	list-style-type:none;
	width: 280px;
	float:left;
	height:60px;
    overflow: hidden;
	background:#fff;
	}	


#postlist li h2 {
    color:#4B545B;
    font-size:16px;
	height:18px;
	overflow:hidden;
	margin:0px 0px;
	padding:0px 0px 2px 0px;

}

#postlist li h2 a {
    color:#4B545B;
    text-decoration:none;
}

.auth{
	overflow:hidden;
	font-family:Tahoma,Arial,verdana, sans-serif;
	font-size:11px;
    color:#82572a;
	padding:0 0 0 10px;
	margin:0 0;
}
.listi{	
	line-height:30px;
	font-size:14px;
	color:#fff;
	margin:5px 0 5px 0 ;
	padding:0px 0 0 5px;
	background:#8B979F;
	font-weight:bold;
	font-family:Georgia,Century gothic, Arial, sans-serif;
	text-transform:uppercase;
	border:1px solid #888;
	width:328px;
	}
