@charset "utf-8";
/* CSS Document */

/* HTML5 -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
header, hgroup, nav, section, article, aside, figure, figcaption, footer {
	display: block;
}

/* Universal ---------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
* {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* Structure ---------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
html { background: #6b7a55; }
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
#container {
	width: 48.65em;
	margin: 0 auto;
	font: 2em/2 "Goudy Old Style", "Times New Roman", Times, serif;
}
header {
	background: url(../images/bg-header.jpg) no-repeat;
	height: 15em;
}
#main-nav {
	background: #000;
	width: 15em;
	margin: 0 0 0 3em;
	padding: 1em 0;
	float: left;
}
#main-content {
	background: #fff;
	width: 45.65em;
	padding: 1em;
	border-left: 15em solid #000;
	margin: 0 0 0 3em;
}
footer {
	color: #fff;
	text-align: center;
}

/* Headings ----------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	margin: 0;
	font-size: 3em;
	line-height: 1.333;
}
h2 {
	margin: 1em 0 -1em 0;
	font-size: 2em;
	line-height: 1;
}
h3 {
	margin: 1.333 0 0 0;
	font-size: 1.5em;
	line-height: 1.333;
}

/* Links -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
a {
	color: #6a4;
	text-decoration: none;
}
	a:hover {
		color: #c63;
	}
#logo, #main-nav a {
	display: block;
	color: #fff;
}
#logo {
	width: 4.286em;
	height: 4.286em;
	padding: 1.1em 0 0 0;
	font-size: 3.5em;
	line-height: 1;
	text-align: center;
}
#main-nav a {
	padding: 0 1em;
}
	#main-nav a:hover {
		background: #fff;
		color: #000;
	}
footer a {
	color: #fff;
	text-decoration: underline;
}
	footer a:hover {
		color: #fff;
	}

/* Paragraphs --------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
p {
	margin: 2em 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

/* Lists -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
ul, ol {
	margin: 2em 0;
	padding: 0;
}

/* Images ------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
img {
	display: block;
	margin: 2em auto;
}
td img {
	margin: 0 auto;
}
.gallery {
	text-align: center;
}
	.gallery img {
		display: inline-block;
		margin: 0;
	}

/* Video -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
.video-container {
	position: relative;
	margin: 2em 0;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	z-index: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* Tables ------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
table {
	width: 100%;
}
	td {
		border: 1px solid #ccc;
		padding: .25em;
	}
	td td {
		border: none;
		padding: 0;
	}
	form {
		font-size: .75em;
	}
		label {
			display: block;
		}
		input, textarea {
			width: 100%;
		}
		textarea {
			height: 10em;
		}

/* Misc. Content ------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- */
em em, i em {
	font-style: normal;
}

/* Classes ------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- */
.float-left {
	float: left;
	margin: 0 1em 0 0;
}
.float-right {
	float: right;
	margin: 0 0 0 1em;
}





@media screen and (max-width: 61.8125em) {

#container {
	width: 45.65em;
}
header {
	background-position: center;
}
	#logo {
		background: #444;
	}
#main-nav {
	width: 12em;
}
#main-content {
	margin: 0 0 0 0;
}

}





@media screen and (max-width: 58.0625em) {

#container {
	width: 100%;
}
header {
	height: 10em;
}
	#logo {
		padding: .35em 0 0 0;
	}
#main-nav {
	width: 25%;
	margin: 0;
	float: left;
}
#main-content {
	width: 75%;
	border: none;
	float: left;
}

}





@media screen and (max-width: 31.4375em) {

#container {
	font-size: 1.8em;
}
header {
	height: auto;
}
	#logo {
		width: 100%;
		height: auto;
		padding: 0;
	}
#main-nav {
	width: 100%;
	padding: 0;
	float: none;
}
#main-nav:after {
	content: "";
	display: block;
	clear: both;
}
	#main-nav a {
		width: 33.333%;
		padding: 0;
		text-align: center;
		float: left;
	}
#main-content {
	width: 100%;
	float: none;
}

}