.searchResults {
	width: 80%;
	margin-left: 10%;
	position: relative;
}

.searchResults .blogTitle a {
	color: #32567B;
}
.searchResults hr {
	width: 100%;
	border-color: #32567B;
}

.searchResults .secondaryHr {
	border-color: #eee;
}

.pageResults, .postResults {
	width: 50%;
	float: left;
	padding: 20px;
}

.searchResults h1, .searchResults h2, .searchResults h3 {
	color: #32567B;
}

.searchFeaturedImage img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 830px) {
	.pageResults, .postResults {
		width: 100%;
	}
}