/* Styles for Recent Posts Widget Display */

.widget-custom-recent-posts {
	margin-bottom: 1em;
}

.widget-custom-recent-post-thumb {
	margin: 0 1em .5em 0;
	max-width: 80px;
	float: left;
}

.widget-custom-recent-post-thumb img {
	display: block;
	max-width: 100%;
	height: auto;
}

.widget-custom-recent-post-date {
	color: #999;
	text-transform: uppercase;
	font-size: 0.923em;
}

.widget-custom-recent-post-title {
	clear: none;
	font-size: 1.077em;
	text-transform: none;
	margin: 0;
}

.widget-custom-recent-post-excerpt {
	margin-bottom: 1em;
}

/* Clearing floats */

.widget-custom-recent-posts:after {
	clear: both;
}

.widget-custom-recent-posts:before,
.widget-custom-recent-posts:after {
	display: table;
	content: "";
}