.headerposts-wrapper
{
	display: table-cell;
    padding: 10px;
}
.headerposts-wrapper li
{
	display:table-cell;
	width:250px;
	line-height:1.3;
	padding-left: 5px;
}
.headerposts-wrapper li a
{
	font-weight:bold;
	text-decoration:none;
	color:#493E36;
	text-align: left;
	display: block;
}


.headerposts-img
{
	width:70px;
	height:70px;
	float:left;
	padding-right:10px;
}

.headerposts-wrapper li a:after, .headerposts-wrapper:after {
    content: '';
    display: block;
    clear: both;
}
