
.listing-item {

	clear: both;
	float: none;
	position: relative;

}


.listing-item a.title {
	font: 24px 'Philosopher', sans-serif;
	line-height: 30px;
}

.listing-item a:before,
.listing-item span.author:before,
.listing-item span.date:before {	 content: ' '; display: block; clearn: both; }

	


