/**
* @author Kongondo <kongondo@gmail.com>
* @credits Some code borrowed from Ryan Cramer's Blog Profile
*
*/






.prev-post {
	float: left;
	width: 45%;
	margin-right: 5%;
	text-align: left;
}

.next-post {
	float: right;
	width: 45%;
	text-align: right;
	position: relative;
	left: -14px;
}



.small {font-size: 85%;}

#blogsidebar{
	padding-top:2rem;
}
.subnav {
	margin-bottom: 2.30em;
}
.post{
	margin-bottom: 4.60em;
}
.post:last-child{
	margin-bottom: 1.15em;
}
.post-byline {
	font-size: 0.85em;
}
.post-byline span{
	margin-right: 0.5em;
}
.post-foot{
	font-size: 0.85em;
	margin:1.15em 0;
}
.more{
	display: table;
	margin-top: 1.15em;
}
.post-featured-image, .post-body img{
		max-width: 100%;
		height: auto;
}
.recent-posts li{
	padding: 1.125rem 0;
	border-bottom: 1px solid #eee;
}
/* Responsive Styles */
.mobile {display: none;}


