/* =Content */
.hentry {
	position: relative;
	margin: 0 0 53px;
	padding: 0 0 27px;
	border-bottom: 1px solid #eee;
}

.site-main .hentry:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.attachment-penscratch-2-featured {
	margin: 14px 0 0;
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	opacity: 1;
	border-radius: 3px;
}

.hentry:hover .attachment-penscratch-2-featured {
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	opacity: .7;
}
.entry-footer,
.entry-meta {
	font-size: .875em;
	font-weight: normal;
	line-height: 2.09231em;
	margin: 0 0 27px;
	letter-spacing: normal;
	text-transform: capitalize;
	color: #606060;
}
.entry-footer a,
.entry-meta a,
.entry-footer a:visited,
.entry-meta a:visited {
	color: #048b9a;
}
.entry-footer a:hover,
.entry-meta a:hover {
	color: #606060;
}

.entry-title {
	font-size: 1.75em;
	line-height: 1.10em;
	line-height: 1.21429em;
	margin: 0 0 7px;
}
.entry-title a,
.entry-title a:visited {
	text-decoration: none;
	color: #048b9a;
}
.entry-title a:hover {
	color: #048b9a;
}
.page .entry-title {
	margin: 0 0 27px;
}

.sep {
	margin: 0 3px;
}
.entry-author {
	border: 1px solid #eee;
	padding: 27px;
	margin: 27px 0 0;
}
.entry-author p:last-of-type {
	margin-bottom: 0;
}
.author-title {
	font-size: 1.2em;
	margin: 0 0 7px;
}
.author-link {
	clear: both;
	display: inline-block;
	font-style: italic;
}
.author-avatar {
	float: left;
	margin-right: 1.75em;
	width: 60px;
}
.author-title {
	clear: none;
}
.author-heading,
.author-bio {
	margin-left: 86px;
}
.page-links {
	clear: both;
	margin: 27px 0;
	word-spacing: 7px;
}

.page-title {
	font-size: 18px;
	line-height: 1.36em;
	margin: 0;
	padding-bottom: 14px;
	letter-spacing: 1px;
	color: #ffff;
	border-bottom: 1px solid #ffff;
}

.page-header {
	margin-bottom: 27px;
}

.taxonomy-description {
	font-style: italic;
	margin-top: 27px;
}