/* == List of articles by category, tag, author == */

/* Individual articles */
div.article-list div.item {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: solid 1px #838383;
}

/* Image containers (also applies to sidebar) */
div.item-header,
div.textwidget {
	font-size: 1em !important;
	overflow: hidden;
}

/* Image links */
a.image-hover {
	display: block;
}

/* Article titles */
h1.entry-title {
	font-size: 1.95em;
	font-weight: 700;
}

/* Page numbers */
div.pagination > a.next.page-numbers {
	color: #838383 !important;
}

div.pagination > a.next.page-numbers:hover {
	color: #85f2f2 !important;
	text-decoration: none !important;
}

/* Category pages only: no point showing category on each post */
body.category a.content-category {
	display: none !important;
}