html, body {
	margin: 0;
	padding: 0;
}

ol.message_list { position: relative }

.wrapper {
	width: 100%;
	max-width: 600px;
	margin: 2em auto;
	font-family: 'Source Serif Pro', serif;
	font-size: 20px;
}

.wrapper img {
	max-width: 100%;
}

#header {
}

#photo-banner {
	height: 100px;
}

#photo-banner img {
	max-height: 100%;
	float: left;
	margin-right: 50px;
	box-shadow: 0px 3px 3px #444;
}

h1 {
	font-weight: 700;
	margin-bottom: 0;
	font-size: 22.5px;
}

h1 span {
	border-bottom: 1px solid #333;
}

h2 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16.25px;
	letter-spacing: 2px;
}

ol li span:hover {
	cursor: pointer;
	text-decoration: underline;
}

li {
	line-height: 28px;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #32618e;
}

.container img {
	width: 100%;
}
