
.results h2,
.results header,
.results article,
.results .post-meta,
.results .article-content {
	float: left;
	clear: both;
}
.results article {
	margin: 10px 0;
	padding: 0 0 20px;
	border-bottom: 1px dashed #999999;
}
.results h2 {
	margin-bottom: 5px;
}
.results h2 a {
	font: 16px/125% 'Copse',Georgia,serif;
	text-shadow: 0 2px 0 #FCF9EE, 0 4px 0 rgba(0, 0, 0, 0.15);
}
.results h2 a:hover {
	text-shadow: none;
}
.results time {
	float: left;
	font-weight: bold;
	color: #999999;
	margin-bottom: 10px;
}
.results .priority {
	float: left;
	margin-left: 10px;
	color: #999999;
}