@charset "UTF-8";
/* CSS Document */
/* Reset */
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;
	/*font-family: 'Special Elite', cursive;*/
	font-family: 'Special Elite','Courier New', Courier, monospace, cursive;
	
	overflow-x: hidden;
}
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;
}
a {
	text-decoration: none;
	color: #000;
}
/* START STYLES */
h1 {
	/*font-family: 'Special Elite', cursive;*/
	font-family: 'Special Elite','Courier New', Courier, monospace, cursive;
	font-weight: 200;
	text-transform: uppercase;
	color: #000;
}
#masthead h1 {
	text-align: center;
}
img {
	max-width: 100%;
}

#nav a {
	padding: 0 5px;
}


.content {
	margin: 0 auto;
	font-size: 2em;
	line-height: 1.75em;
}
.content h1 {
	line-height: 1.5em;
}
.content h2 {
	font-weight: bold;
	font-size: 1.2em;
}
.content h3 {
	font-style: italic;
}
.content p {
	margin-bottom: 1em;
}
.content strong {
	font-weight: bold;
}
.content a {
	text-decoration: underline;
	color: #00f;
}
.content ul {
	margin: 0px 0px 10px 0px;
}
.content ul li {
	margin-left: 15px;
	font-size: .8em;
	margin-bottom: 0px;
	line-height: 1.3em;
	position: relative;
}
div.article {
	max-width: 100%;
	margin-bottom: 60px;
}
.return {
	font-size: .6em;
}
#contact {
	margin-bottom: 200px;
}
em {
	font-style: italic;
}