div.blog-list-item-info h2.blog-heading {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 2px;
	text-transform: none;
}

div.blog-list-item-info h3.blog-author {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 90%;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: none;
}

div.blog-list-item-info .blog-button {
	display: block;
	margin-top: 20px;
}

div.blog-view-container {
	margin-top: -70px;
	padding: 0 15px;
	position: relative;
	z-index: 100;
}

div.blog-view-container div.blog-entry-author {
	background: #ee3b36;
	color: #fff;
	padding: 10px 10px;
	position: absolute;
	text-transform: uppercase;
	top: -46px;
}

div.blog-view-container h1 {
	line-height: 65px;
}

div.blog-view-container h1 span {
	background: #252324;
	box-decoration-break: clone;
	color: #fff;
	display: inline;
	padding: 0 5px;
}