.rf_latest_posts_widget .post-item {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 10px 0 0 0;
}
.rf_latest_posts_widget .post-item.first {
	margin: 0;
}
.rf_latest_posts_widget .postimage-container {
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0 20px 0 0;
	background: #fff url('../images/glass_tiny.png') 50% 50% no-repeat;
}
.rf_latest_posts_widget .postimage-container img {
	height: 100%;
	width: auto;
}
.rf_latest_posts_widget h4 {
	display: block;
	font-size: 13px;
	margin: 2px 0 0 0;
	line-height: 1.3em;
}
#footer .rf_latest_posts_widget a:hover h4 {
	color: #fff;
	text-decoration: none;
}
.rf_latest_posts_widget .post-date {
	display: block;
	margin: 7px 0 5px 0;
	color: #a2a2a2;
	font-size: 11px;
	font-style: italic;
	font-family: 'Droid Serif', arial, serif;
}