#postlist {
	overflow:hidden;
	margin:10px 0 10px 0;
	padding:0px 0px;
	}
/*	height:310px; */	
	
#postlist ul{
	width:335px;
	height:80px;
	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: 323px;
	float:left;
	height:60px;
	overflow: hidden;
	background:#fff url(images/post.jpg) repeat-x;
	border:1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#postlist ul h2 {
    color:#4B545B;
    font-size:16px;
	overflow:hidden;
	margin:0px 0px;
	padding:0px 0px 2px 0px;
}
#ft a:link, #ft a:visited {
    color:#6F615A;
    text-decoration:none;
}
#ft a:hover, #ft a:active {
    color:#4c6147;
    text-decoration:none;
}

#postlist li img {
    float:left;
    margin-right:5px;
	background:#EFEFEF;
}
.fcats{
	overflow:hidden;
	font-size:12px;
	color:#0284C2;
	padding:2px 0px;
	margin:1px 0px 0px 0px;
	height:15px;
	font-family:Tahoma,Arial,verdana, sans-serif;
}
.fcats a:link,.fcats a:visited {
	color:#738e73;
}	
.fcats a:hover {
	color:#4c6147;
}
.auth{
	overflow:hidden;
	font-family:Tahoma,Arial,verdana, sans-serif;
	font-size:12px;
	color:#262B2F;
	padding:0px 0px;
	margin:0px 0px;
}
.listi{	
	line-height:30px;
	font-size:14px;
	color:#fff;
	margin:5px 0 5px 0 ;
	padding:0px 0 0 10px;
	background:#738e73;
	font-weight:bold;
	font-family:Georgia,Century gothic, Arial, sans-serif;
	text-transform:uppercase;
	background:#fff url(images/headline1.jpg) no-repeat;
	border:1px solid #ccc;
	width:328px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}