body.single-post.full-width-content .style-single {
	max-width: 750px;
	margin: 0 auto;
}

.type-page .featured-thumbnail-full {
	margin-bottom: 25px;
}
.after-post {
	margin: 20px auto;
}

/* Prev Next Single Post */

.entry-nav {
	line-height: 140%;
}
.entry-nav .navigate-previous,
.single-post .type-post .social-share {
	width: 50%;
	float: left;
}
.entry-nav .navigate-next,
.single-post  .type-post .the-categories {
	width: 50%;
	float: right;
	text-align: right;
}
.entry-nav span, .entry-nav a {
	display: block;
	margin: 3px 0;
}
.entry-nav span {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.entry-nav a {
	font-size: 0.9em;
}

/* Posted in */

.single-post .type-post .social-share:before {
	content: "SHARE";
	margin-right: 10px;
}
.single-post .type-post .the-categories {
	font-size: 12px;
	text-transform: uppercase;
	margin: 5px 0;
}
.single-post .type-post .the-categories span {
	text-transform: lowercase;
}

/* Related Posts */

.related-posts {
	position: relative;
	margin: 1em -1% 2em -1%;
}
.related-posts:after {
	content: "";
	display: table;
	clear: both;
}
.related-posts .related-content {
	width: 31%;
	float: left;
	margin: 20px 1%;
	text-align: center;
	position: relative;
}
.related-posts .related-content img {
	width: 100%;
	height: auto;
	display: block;
}
.related-posts h3 {
	margin: 0;
	line-height: 155%;
}
.related-posts h2.pagetitle {
	margin: 20px 0;
}

/* Post Signature */

.postsig {
	margin: 15px 0;
}
.postsig img {
	display: inline;
}

@media screen and (max-width: 780px) {
	.related-posts .related-content {
		width: 100%;
		max-width: 300px;
		float: none;
		margin: 1em auto;
	}
}
@media screen and (max-width: 640px) {
	.single-post .type-post .social-share,
	.single-post  .type-post .the-categories {
		width: 100%;
		float: none;
		text-align: left;
	}
}
	