div.home-feeds{
	overflow: hidden;
}

div.home-feeds div.feed{
	float: left;
	width: 24em;
}

div.home-feeds div.feed h2{
	margin: 0;
	padding: 0;
}

div.home-feeds div.feed ul.entries{
	list-style-type: none;
	margin: 0.5em 0 0;
	padding: 0 1em 0 0;
}

div.home-feeds div.feed ul.entries li{
	margin: 0 0 0.5em;
	padding: 0;
}

div.home-feeds div.feed ul.entries li h3{
	margin: 0;
	padding: 0;
}

div.home-feeds div.feed ul.entries li div.date{
	font-size: 0.85em;
	color: #999;
	margin: 0;
	padding: 0;
}

div.home-feeds div.feed ul.entries li div,
div.home-feeds div.feed ul.entries li p{
	margin: 0 0 0.5em;
	padding: 0;
}