/* 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: inherit;
	vertical-align: baseline;
	font-size: 100%;
}

/* 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;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.5;
	letter-spacing: 0.025em;
}

::-moz-selection {
    background: #eeeeee;
    text-shadow: none;
}

::selection {
    background: #eeeeee;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #222;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #663399;
    padding: 0.2em 0;
}


body {
font-size: 16px/26px;
font-family: Georgia, Times New Roman;
color: #444444;
text-align: center;
	line-height: 1.25;
}

p {
	line-height: 1.25;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

em strong, em b, strong em, b em, i strong, i b, strong i, b i {
	font-weight: bold;
	font-style: italic;
}

div {
	width: 100%;
	text-align: center;
}

a, a:link, a:active, a:visited, a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #000;
	font-style: normal;
}

.wrapper {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3em;
}

.logo {
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 220px;
}

.underline {
	width: 100%;
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #eee;
	margin-bottom: 2em;
}

.cover {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	max-height: 60vh;
	max-width: 800px;
	display: block;
	box-shadow: 4px 4px 5px #cccccc;
}

.button {
	display: inline-block;
	clear: both;
	padding: 1em;
	background-color: #dddddd;
	border-radius: 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	text-align: center;
	color: #fff;
	margin-bottom: 0.5em;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	white-space:nowrap;
}

.button:hover {
	background-color: #bbbbbb;
    box-shadow: 4px 4px 5px #cccccc;
	color: #000;
}

a.button { 
	color: #fff; 
}

.text {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.biog {
	color: #999;
	font-style: italic;
}

.small {
	font-size: 80%;
	color: #000;
}

.big {
	font-size: 130%;
}

.quote {
	color: #aaa;
	letter-spacing: 0.1em;
}

.attribution {
	text-transform: uppercase;
	font-size: 70%;
}

.highlight {
	font-weight: bold;
	color: #000;
}

.chunk {
	white-space:nowrap;
	margin-left: 1em;
	margin-right: 1em;
	line-height: 1.5;
}

.bold {
	font-weight: bold;
}

.split {
	white-space:normal;
}

.flash {
	font-size: 130%;
	letter-spacing: 0.4em;
	color: rgba(1,140,255,1.00);
	font-weight: bold;
}

