.post {
	border-bottom:1px solid #ccc;
	margin-bottom:1.5em;
}
.post::after {
	content: '';
	display: block;
	clear: both;
}
.post.last {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
.post-image-feature {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.post-image-feature img {
	max-width:200px;
}
.post-image-caption {
	color:var(--primary);
	margin-top:.5em;
}
.post-publish,
.post-category {
	font-size: .875em;
	margin:1em 0;
}
.post-excerpt {
	font-weight:bold;
	margin-bottom: 1em;
}
.post-files {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:1em;
	margin-top:1em;
}
.post-file-item {
	margin-bottom:1em;
}
.post-file-item a img {
	vertical-align:text-top;
}
.post-file-item-ext {
	text-transform:uppercase;
	font-weight:normal;
}
.post-file-item-description {
	font-size:.875em;
}
.post-share {
	margin-top:1em;
}
.post-show-all {
	float:right;
	padding:10px 0 0 10px;
}

.post-comments {
	background:rgba(0,0,0,0.05);
	padding:1em;
}
.post-comments .comments-link {
	font-weight:bold;
}

.blog.blog-with-sidebar {
	float:left;
	width:70%;
}
.blog-display-title h1 {
	text-transform:uppercase;
	font-size:.875em;
	letter-spacing:.1em;
	padding-bottom:1em;
	color:#555;
}
.blog-display-title h1 a {
	float:right;
}
.blog-display-list .post-content img {
	display:none;
}

.blog-sidebar {
	float:right;
	width:25%;
}
.blog-sidebar h2 {
	font-size:.875em;
}
.blog-sidebar ul {
	margin:1em 0;
	padding:0 0 0 1.5em;
}
.blog-sidebar .search-posts input {
	background:url('../images/search.png') no-repeat 5px center #fff;
	border:1px solid #ccc;
	border-radius:3px;
	margin-left:1em;
	padding:.5em 1.5em;
	margin-bottom:1em;
	width:150px;
}
.blog .pagination {
	margin-bottom:1.5em;
}
.blog .blog-prev-next {
	font-weight:bold;
	font-size:.875em;
	margin-bottom:1em;
	text-transform:uppercase;
}
.blog .blog-prev-next .next {
	float:right;
}


.blog-footer {
	border-top:1px solid #ccc;
	padding-top:1.5em;
	margin-top:1.5em;
	clear:both;
}
.blog-footer .widget {
	display:inline-block;
	width:24%;
	vertical-align:top;
}
.blog-footer .widget h2 {
	font-size:.875em;
}
