.site-header {
	background: none;
}
	.site-header .logo:after {
		background: none; /* Gets rid of the vertical bar to the right of the logo */
	}

	.site-header .nav-bar {
		display: none; /* Gets rid of the header navigation */
	}

	.site-header .top-options {
		display: none; /* Gets rid of the search, RSS, and contact buttons */
	}

header h1 {
	font-size: 36px;
	line-height: 39px;
}

#socialmod {
	display: none; /* No need for the social media */
}

.most-commented {
	display: none; /* No need for the Others Also Read */
}

.related-articles {
	display: none; /* Hide the You may also be interested in */
}

.single-article .article-body > p:first-of-type::first-letter, .single-article .article-body > p:first-of-type:first-letter {
	/* Undo the first letter */
	font-size: initial;
	line-height: normal;
	float: none;
	padding-right: 0;
	font-family: initial;
}

.grey-bg .sidebar {
	display: none; /* Footer highlights */
}

.leave-comment {
	display: none; /* Comment form */
}

.page-footer nav {
	display: none; /* Footer nav */
}

.page-footer .social-connect {
	display: none; /* Social media buttons */
}