/*
 * Personal website stylesheet - codename "Dorset"
 * Copyright (C) 2010, 2018 by Iris Morelle <shadowm@wesnoth.org>
 */

.blog_title h2 {
	margin-top: 0;
}

.blog_title h2 a:link, .blog_title h2 a:visited {
	color: #111;
	text-decoration: none;
}

.blog_title h2 a:hover, .blog_title h2 a:active {
	color: #666;
	text-decoration: none;
}

.blog_date, .blog_footer {
	font-size: 90%;
	color: #666;
}

.blog_footer {
	margin-bottom: 1.5em;
}

.blog_footer .author {
	font-weight: bold;
	color: #111;
}

.blog_nav_footer {
	margin-top: 1em;
	padding-top: 1em;
	border-top: #918875 1px solid;
/* 	border-bottom: #918875 1px solid; */
/* 	padding-bottom: 1em; */
	
}
