*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background-color: #948B4F;
	overflow-y: scroll;
}

#wrapper {
	position: relative;
	width: 1024px;
	min-height: 768px;
	margin: auto;
	padding: 60px 50px;
	background-color: rgb(238, 236, 224);
	color: rgb(166, 168, 167);
	font-family: Garamond, Baskerville, Georgia, "Times New Roman", Times, serif;
}

header {
	text-transform: uppercase;
	color: rgba(148, 139, 84, 0.8);
	margin-bottom: 35px;
}

header img {
	vertical-align: top;
}

header div div {
	display: inline-block;
	text-align: center;
	width: 700px;
}

header h1,
header h2 {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

header h1 {
	text-transform: none;
	font-variant: small-caps;
	font-size: 3.7em;
	margin-left: 22px;
	margin-bottom: 10px;
}

header h2 {
	margin-top: 0;
}

header a:link,
header a:visited,
header a:hover,
header a:active {
	color: inherit;
	text-decoration: none;
}

nav ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
}

nav ul li {
	display: inline-block;
	margin: 0 10px;
	padding: 2px 5px;
}

nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
	color: rgba(123, 120, 115, 0.8);
}

nav,
section {
	padding-left: 250px;
}

section {
	position: relative;
}

section h1 {
	text-decoration: underline;
	font-size: 1em;
	margin-bottom: 5px;
}

section p {
	font-family: Garamond, Georgia, serif;
	line-height: 20px;
}

section h1 + p {
	margin-top: 0;
}

div#challenges ul {
	float:left;
	margin-top: 0;
}

div#challenges ul li {
	margin: 5px 0;
}

iframe + a {
	display: block;
	font-size: 0.8em;
	padding-left: 150px;
}

.clearfix {
	clear: both;
}

.selected {
	border: 4px ridge rgba(255, 255, 255, 0.8);
}

.colorBlue {
	color: rgb(159, 181, 205);
	text-decoration: none;
}