html {
	background: #89e;
	font-size: 105%;
	line-height: 130%;
	font-family: verdana, arial;
}

body {
	width: 80%;
	margin: 10px auto 0 auto;
	border-radius: 22px;
	background: #cfcfcf;
	padding: 22px 17px 17px 17px;
}

header {
	padding: 5px 10px 0 10px;
	text-align: center;
	position: relative;
}

header img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 17px;
}

.banner {
	position: absolute;
	top: 60px;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	line-height: 125%;
	letter-spacing: -2px;
	font-size: 4rem;
	font-family: garamond, serif;
	font-weight: bold;
	text-shadow: -1px -1px 2px gray;
	color: #ffa;
}

.banner a {
	color: #ffa;
	text-decoration: none;
}

.featured-image {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 300px;
	height: auto;
}

.top-level {
	border-top: #aaa double 2px;
	border-bottom: #aaa double 2px;
	text-align: center;
}

.top-level ul {
	margin: 7px 0 4px 0;
}

.top-level li {
	display: inline-block;
	width: 130px;
	list-style: none;
}
	
.top-level a {
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
	color: inherit;
	margin: 0;
}

.top-level li:not(.current):hover {
	background: #c0c0c0;
}

.top-level li.current {
	background: #eec;
}

main {
	padding: 0 15px 15px 15px;
}

.article-links {
	margin: 0 auto;
	text-align: center;
}

.article-links a {
	text-decoration: none;
	color: #444;
}
	
.article-links figure {
	display: inline-block;
	vertical-align: top;
	width: 255px;
	height: 320px;
	border-radius: 10px;
	margin:20px 8px;
	background-color:#eee;
	border:solid thin #888;
	transition: background 750ms;
}

.article-links figcaption {
	padding: 0 12px;
}

.article-links h3 {
	color: #444;
	background: #eee;
	font-family: arial;
	transition: background 750ms;
}

.article-links p {
	text-align: left;
}

.article-links img {
	width: 255px;
	height: 150px;
	border-radius: 8px 8px 0 0;
}

.article-links figure:hover {
	color: #33b;
	background: white;
}

.article-links figure:hover h3 {
	color: #33b;
	background: white;
}

h1, h2, h3 {
	color: #444;
}

h1 {
	margin: 30px 35px;
	line-height: 120%;
	font-family: georgia, serif;
	text-align: center;
	font-size: 2.3rem;
}

h2 {
	font-family: arial, sans-serif;
	margin-bottom: 35px;
	line-height: 120%;
}

h3 {
	font-family: arial, sans-serif;
	font-style: italic;
}

p {
	text-align: justify;
	margin-bottom: 25px;
}

a {
	color: #55f;
}

.venue {
	float: left;
	clear: right;
	width: 300px;
	box-shadow: -2px -1px 2px #aaa;
	margin: 0 25px 20px 12px;
	background: #eed;
	padding: 7px 12px 7px 18px;
	font-family: serif, 'times new roman';
}

.venue h2 {
	text-decoration: underline;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.venue {
		width: 90%;
		margin: 0 auto 25px auto;
	}
}

@media screen and (max-width: 640px) {
	.banner {
		top: 30px;
		font-size: 3rem;
		margin-left: 3%;
	}
}