html {
	background: #abf;
	font-size: 105%;
	line-height: 140%;
	font-family: verdana, arial;
}

body {
	width: 65%;
	margin: 50px auto 0 auto;
	border: #ddd thin solid;
	border-radius: 12px;
	background: linear-gradient(#cbcbcb, #cdcdcd 5%, #f0f0f0);
	padding: 38px;
}

header {
	padding: 0 20px;
	text-align: center;
}

.banner {
	margin: 20px 35px 10px 35px;
	line-height: 125%;
	letter-spacing: -1px;
	font-size: 3rem;
	font-family: garamond, serif;
	font-weight: bold;
	text-shadow: -1px -1px 2px gray;
	color: #ffc;
}

.featured-image {
	margin-bottom: 12px;
	width: 230px;
	height: auto;
}

.banner a, featured-image a {
	color: inherit;
	text-decoration: none;
}

nav.top-level {
	border-top: #aaa double 2px;
	border-bottom: #aaa double 2px;
	text-align: center;
}

nav.top-level ul {
	margin: 7px 0 4px 0;
}

nav.top-level li {
	display: inline-block;
	width: 130px;
	line-height: 120%;
	list-style: none;
	font-family: verdana, arial;
	font-size: 100%;
}
	
nav.top-level a {
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
	color: inherit;
	margin: 0;
}

nav.top-level li:not(.current):hover {
	background: #ddd;
}

h1 {
	margin-top: 25px;
	font-size: 2rem;
	line-height: 115%;
	font-family: georgia, serif;
}

h2 {
	margin: 30px 0 4px 0;
	padding-bottom: 12px;
	border-bottom: gray thin solid;
	line-height: 120%;
	font-family: arial, sans-serif;
}

h3 {
	font-family: arial, sans-serif;
	line-height: 130%;
}

p {
	margin-bottom: 15px;
	font-family: georgia, serif;
	font-size: 1.2rem;
	line-height: 130%;
	text-align: justify;
}

li {
	font-family: georgia, serif;
	font-size: 1.2rem;
	line-height: 130%;
}

figure {
	float: right;
	width: 200px;
	margin-top: 17px;
	margin-right: 0;
	font-size: 0.9rem;
	line-height: 115%;
	font-style: italic;
	text-align: justify;
}

figure img {
	width: 200px;
	height: auto;
}

figcaption {
	padding-top: 4px;
	font-size: 0.9rem;
	line-height: 120%;
	font-style: italic;
	text-align: justify;
}

.focus-box {
	width: 80%;
	max-width: 400px;
	margin: 10px auto;
	border: black thin solid;
	padding: 10px 14px;
}

@media screen and (max-width: 530px) {
	figure {
		float: none;
		margin: 0 auto;
	}
}
