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, 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;
	-mox-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a:hover {
	text-decoration: underline;
	font-weight: 700;
	color: #c31010;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-radius: 5px;
}
:focus {
	outline: none;
}
/* ---------------------- Typography -------------------------- */
h1 {
	font-family: 'Georgia', serif;
	font-weight: 900;
	font-size: 1.5em; 
	line-height: 1.2em; 
	margin-bottom: .4em;
	margin-top: .4em; 
}
header h1 {
	margin-bottom: 0;
	margin-top: .1em;
}
h2 {
	border-bottom: 2px solid #dbdbdb;
	font-family: 'Georgia', serif;
	font-weight: 900;
	font-size: 1.2em; 
	line-height: 1.2em;
	margin-bottom: .666666667em; 
	margin-top: 1em;
	text-decoration: underline;
}
h3 {
	text-align: center;	
}
h4 {
	font-family: 'Georgia', serif;
	font-weight: 900;
	font-size: 1.1em; 
	color: #2b3768;
	font-style: italic;
	margin-bottom: .5em;
}
aside section {
	overflow: hidden;
}
a:hover {
	text-decoration: underline;
}
a {
	color: rgb(157,0,0);
	text-decoration: none;
}
section img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 3px solid #dbdbdb;
	padding: 2px;
	border-radius: 8px;	
}
li img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #dbdbdb;
	padding: 2px;
	border-radius: 8px;	
}
footer img {
	display: block;
	margin: .8em auto .2em auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 3px solid #dbdbdb;
	padding: 2px;
	border-radius: 8px;	
	width: 20%;
}
.emailBorder {
	border: none;
	margin-left: -3px; 	
}
section iframe {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 3px solid #dbdbdb;
	padding: 2px;
	border-radius: 8px;	
}

/* ----------------------- Base styles ------------------------ */
body {
	background-color: #eeeeee;
	color: #6f0202;
	font: 100%/1.5em Georgia, serif;
}
p, ul, ol {
	margin-bottom: 1em;
}
header {
	background: #c8c8c8;
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.5); 
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,.5); 
}
#container {
	margin: auto auto 0 auto;
	overflow: hidden;
	width: 95%;
	padding: 1.0548523%; 
}
#stripe {
	width: 100%;
	height: 1.4em;
	background-color: #3c3c3c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#2c2c2c));
	background-image: -webkit-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: -moz-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: -ms-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: -o-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: linear-gradient(to bottom, #3c3c3c, #2c2c2c);
}
.main img {
	width: 95%;
	max-width: 95%;
}
.slats img {
	width: 100%;
	max-width: 100%;
}
h1 img {
	max-width: 100%;
}
aside img {
	max-width: 100%;
}
.related li {
	list-style-type: none
}
.related h3 {
	line-height: 1em;
	margin-bottom: 0em;
}
.related time {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .625em;
	line-height: 1em;
	margin-bottom: 1.5em;
}
.more-stuff {
	padding-top: 1.5em;
	clear: both;
}
.mid-page-pics {
	padding: 1.5em;
	clear: both;
}
.inner {
	margin: auto;
	overflow: hidden;
	width: 95%;
	padding: 0 1.0548523%;
}
.copyright {
	text-align: center;
	padding-bottom: 1em;
}
.pageHead {
	font-color: #703700;
	font-style: italic;
	font-weight: 800;
	font-size: 1.5em;	
}
.subject {
	font-weight: 800;
	font-size: 1.2em;	
	font-variant: small-caps;
}
.subsubject {
	font-weight: 800;
	font-size: 1em;	
	text-align: left;
}
table {
	line-height: 1.3;
}
.photoBanner {
	background-color: White;
	background-image:url(../images/bannerLogo.png) top left no-repeat;
}
/* --------------------------- Nav --------------------------------- */
 a.to_nav {
	float: right;
	color: #fff;
	background: #c31010;
	text-decoration: none;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.to_nav:hover, a.to_nav:focus {
	color: #c31010;
	background: #ccc;
}
nav[role="navigation"] {
	background-color: #3c3c3c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#2c2c2c));
	background-image: -webkit-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: -moz-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: -ms-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: -o-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: linear-gradient(to bottom, #3c3c3c, #2c2c2c);
	font-family: Helvetica, Arial, serif;
	overflow: hidden;
	text-transform: uppercase;
	font-size: .75em;  /* added */
	width: 100%;
}
nav[role="navigation"] ul {
	margin-bottom: 0;
}
nav[role="navigation"] ul.hide {
	display: none;
}
nav[role="navigation"] li.active a {
	color: #fff;
	font-weight: bold;
}
nav[role="navigation"] li a:active {
	color: #fff;
}
nav[role="navigation"] li a:hover,  nav[role="navigation"] li a:focus {
	color: #fff;
	background: #c31010;
	padding: 0 5px;
}
nav[role="navigation"] ul {
	margin: 0;
}
nav[role="navigation"] li {
	padding: .3em 2em .3em 0; /* added */
	border-top: 1px solid #333;
}
nav[role="navigation"] li:first-child {
	padding: .3em 2em .3em 0; /* added */
	border-top: 1px solid #3c3c3c;
}
nav[role="navigation"] a {
	color: #ddd;
	display: block;
	text-decoration: none;
}
/* --------------------- footer ------------------------- */
footer[role="contentinfo"] {
	background: rgb(60,60,60);
	border-top: 5px solid #ccc;
	color: rgb(143,143,143);
}
footer[role="contentinfo"] .inner {
	overflow: hidden
}
.slats li h3 {
	padding-bottom: 1em;
}

/* 600px */
@media (min-width: 37.5em) {
h1 {font-size: 2.3em; 
	-webkit-text-stroke: 0.5px rgba(112,55,0,0.5); /* fix for jagged Chrome text */
}
h4 {font-size: 1.4em; 
}
.slats li {
	float: left;
	margin-right: 2.5316456%; 
	width: 31.6455696%; 
}
.slats li:last-child {
	margin-right: 0;
}
}

/* 860px */
@media all and (min-width: 53.75em) {
#container {
	margin: auto auto 0 auto;
}
aside {
	display: block;
	margin-bottom: 1em;
	padding: 0 1%;
	width: auto;
}
aside section {
	float: left;
	margin-right: 2%;
	width: 48%;
}
.main h1 {
	margin-top: 30px;
}
.main img {
	width: 60%;
	max-width: 60%;
}
a.to_nav {
	display: none;
}
#primary_nav {
	position: absolute;
	top: 170px;
	padding: 5px;
	background: #3c3c3c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#2c2c2c));
	background-image: -webkit-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: -moz-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: -ms-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: -o-linear-gradient(top, #3c3c3c, #2c2c2c);
	background-image: linear-gradient(to bottom, #3c3c3c, #2c2c2c);
}
#primary_nav li {
	display: inline;
	border-top: none;
	font-size: 1.42em;
}
#primary_nav li a {
	float: left;
	border: none;
	padding: 0 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#primary_nav li.top {
	display: none;
}
}

/* 940px */
@media all and (min-width: 58.75em) {
.main {
	display: table-cell;
	padding-right: 2.5316456%; 
}
aside {
	display: table-cell;
	width: 300px;
}
aside section {
	float: none;
	width: 100%;
}
}

/* 1300px */
@media all and (min-width: 81.25em) {
.main section img {
	margin-bottom: 1em;
	border: 3px solid #dbdbdb;
	width: 95%;
	max-width: 95%;
}
.main .articleInfo {
	border-bottom: 2px solid #dbdbdb;
}
.main section {
	-moz-column-count: 2; 
	-webkit-column-count: 2; 
	column-count: 2;
	-moz-column-gap: 1.5em; 
	-webkit-column-gap: 1.5em; 
	column-gap: 1.5em;
	-moz-column-rule: 1px dotted #ccc; 
	-webkit-column-rule: 1px dotted #ccc; 
	column-rule: 1px dotted #ccc;
}
}
