body {
	font-family: Didot, "Didot LT STD", "Times New Roman", serif;
	font-size: 16px;
	background: #B9C5BC;
	color:#4D524E;
}

#container {
	position: relative;
	margin: 0 auto;
	max-width: 580px;
	background: #fff;
	border: 1px solid #505550;
	min-height: 450px;
	padding: 20px 34px;
}

header {
	font-size: 1.6em;
	padding: 8px 8px 18px;
	border-bottom: 1px solid #ff7a63;
}

header a {
	color:#4D524E;
}

header a:hover {
	color:#4D524E;
	text-decoration: none;
}

.subhead {
	font-size: .85em;
}

nav {
	padding: 18px 8px;
	font-size: 1.2em;
}

nav a {
	color:#4D524E;
	text-decoration: none;
}

nav a:hover {
	color: #ff7a63;
	text-decoration: none;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	display: inline-block;
	list-style: none;
	padding-right: 50px;
}

main {
	padding: 16px 8px;
}

a {
	color: #00008A;
	text-decoration: none;
}

a:hover {
	color: #ff7a63;
	text-decoration: none;
}

.image-right {
	float: right;
	margin-left: 8px;
	max-width: 50%;
}

.month {
	margin: 5px 30px 5px 30px;
	padding: 0 0 30px 0;
	font-size: 14px;
	border-bottom: 1px solid #834b1b;
}

.emphasis {
	font-weight: bold;
}

.left {
	float: left;
	padding: 0 10px 5px 5px;
}

.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

@media only screen and (max-width: 450px) {

	header {
		font-size: 1.4em;
	}

	nav {
		font-size: 1.1em;
	}

	nav li {
		padding-right: 20px;
	}

	#container {
		padding: 10px 12px;
	}
}

@media only screen and (max-width: 350px) {

	header {
		font-size: 1.2em;
	}

	nav {
		font-size: 1em;
	}

	nav li {
		padding-right: 16px;
	}
}