.blog-post{
	background-color: #FEF4DC;
	margin-bottom: 25px;
	
	.entry-header{
		padding-top: 25px;
	}
	h2, h2 a, h2 a:visited, h2 span, h2 a:hover{
		font-size: 1.8rem;
		font-weight: 400;
		padding-top: 0;
		color: #b5293a;
	}
	.entry-date{
		font-size: .8rem;
		display: none;
	}
}