/* Begin Reset */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */


/* Begin CSS */
html {
	background-color: #6F4E37;
	font-size: 1.2em;
	line-height: 1.2em;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Arial", sans-serif;
}

body {
	page: 100%;
	min-height: 100%;
}

p {
	color: #333333;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding-bottom: 0.5em;
}

ol, ul, dl {
	margin: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

dt {
	font-weight: bold;
	text-transform: uppercase;
}

dd {
	text-indent: 0.5em;
	font-size: 0.75em;
	color: #6e6e6e;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	padding-bottom: 0.5em;
}

h1 {
	font-size: 1.75em;
	line-height: 1.2em;
	padding-top: 1em;
	padding-bottom: 0.25em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	font-weight: bold;
	color: #800000;
}

h3 {
	font-size: 1.25em;
	line-height: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	font-weight: normal;
	color: #333333;
}

h4 {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	font-weight: normal;
	color: #800000;
}

h5 {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	font-weight: normal;
	color: #333333;
}

h6 {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	font-weight: normal;
	color: #800000;
}

header a {
	color: black;
	text-decoration: none;
}

header a:visited {
	color: black;
}

a:link {
	color: #6a3a00;
}

a:visited {
	color: #4b2900;
}

figcaption {
	font-style: italic;
	font-size: small;
	padding-left: 0.5em;
	line-height: 1.2em;
}

b, strong {
	font-weight: bold;
}

i, em, cite {
	font-style: italic;
}

img, audio, video {
	display: block; max-width: 75%;
}

img {
	padding: 0.5em;
}

picture img {
	width: 50%;
}

blockquote {
	text-indent: 1.2em;
	font-style: italic;
	color: gray;
	border-left: .5em solid gray;
	padding-left: .5em;
	margin-left: 1.2em;
	margin-top: 0;
	margin-right: 1.2em;
	margin-bottom: 0;
}

/* Begin IDs and Classes */

#content img {
	width: 50%;
	padding: 0.75em;
}

#page {
	margin: 0 auto;
	background-color: #fcdea9;
	color: #333333;
}

#content {
	padding-left: 5.5%;
	padding-right: 5.5%;
}

#header {
	padding-left: 5.5%;
	padding-right: 5.5%;
	text-shadow: 1px grey;
}

#home-content {
	position: relative;
}

#navigation {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	top: 0;
	left: 0;
	background-color: #a65d03;
	z-index: 100;
	font-family: "Georgia", serif;
	font-weight: bold;
	font-size: 0.5em;
	text-transform: uppercase;
	color: #ffffff;
	border: 2px solid #a65d03;
	border-bottom-color: black;
}

.navigation {
	line-height: 1;
	padding: 0;
}

.navigation li {
	line-height: 1;
	display: inline-block;
	padding: 0;
}

.navigation li a {
	display: block;
	float: left;
	padding: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	text-decoration: none;
	border: 2px solid black;
	background-color: #ffffff;
	color: #6F4E37;
}

.navigation li a:hover {
	background-color: black;
	color: white;
}

p.byline {
	font-size: 1em;
	line-height: 1em;
	padding-top:0;
	color: #6F4E37;
	font-weight: bold;
	text-transform: uppercase;
}

li.firstli {
	color: #a65d03;
	padding-bottom: 0;
	font-weight: bold;
}

div.title {
	z-index: 100;
	padding-top: 4.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}

#footer {
	margin: 1em 1em 1em 1em;
	padding: 0;
	bottom: 0.75em;
	left: 0;
	width: 100%;
	font-size: 0.5em;
	line-height: 1em;
	background-color: #800000;
	color: #a65d03;
	font-family: "Verdana" sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #333333;
	border-top-color: black;
}

#footer li {
	line-height: 1;
	display: inline-block;
	padding: 0;
}

#footer li a {
	display: flex;
	align-items: center;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	border: 2px solid black;
	background-color: #ffffff;
	color: #6F4E37;
	text-transform: uppercase;
	font-weight: bold;
}

#footer li a:hover {
	background-color: black;
	color: white;
}

/* End IDs and Classes */

/* Begin Accessibility CSS */

@media screen and (min-width: 585px) {
#content {
	position:relative;
	float: left;
}

.sidebar {
	width: 34.47398844%;
	margin-left: 65.52601156%;
	padding-bottom: 1.777em;
}

#footer {
	clear: both;
}

h1 {
	font-size: 2.369em;
}

h2 {
	font-size: 1.777em;
}

h3 {
	font-size: 1.333em;
}

.byline {
	font-size: 0.722em;
}
}

@media screen and (min-width: 990px) {#page
{
	max-width: 1000px;
	margin-left: 70px;
	padding-left: 70px;
}

h1 {
	font-size:3em;
}

#navigation {
	padding-left: 70px;
	font-size: 1em;
}
}

/* End Accessibility CSS */
