/*
	-- begin reset
*/

html, body, div, span, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

input, select {
    vertical-align: middle;
}

/*
	-- end reset
*/

body {
	color: #3c3c3c;
    /* from http://lea.verou.me/css3patterns/ */
    background-color: #e0e0e0;
    background-image: linear-gradient(rgba(127, 127, 127, .1) 2px, transparent 2px),
    linear-gradient(90deg, rgba(127, 127, 127, .1) 2px, transparent 2px),
    linear-gradient(rgba(127, 127, 127, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 127, 127, .1) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 5%;
	font: 95%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	margin-top: 0em;
	margin-bottom: 0.4em;
}

h1 {
    color: #4b4e55;
    text-shadow: rgba(127, 127, 127, 0.51) 2px 2px 4px;
    font-size: 40px;
    line-height: 60px;
	text-transform: uppercase;
}

h2 {
    color: #4b4e55;
    text-shadow: rgba(127, 127, 127, 0.51) 2px 2px 4px;
    font-size: 20px;
    line-height: 30px;
	text-transform: uppercase;
	margin-top: 1em;
}

h3 {
    color: #4b4e55;
    text-shadow: rgba(127, 127, 127, 0.51) 2px 2px 4px;
    line-height: 30px;
	text-transform: uppercase;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
}

textarea {
    font-family: "Monaco", "courier", typewriter;
	background-color: rgba(240,240,240,0.35);
	color: black;
	border: none;
	border-radius: 5px;
	padding: 5px;
}

blockquote {
	background-color: rgba(240,240,240,0.35);
	color: gray;
	border-radius: 10px;
	margin-left: 30px;
	margin-bottom: 30px;
	padding: 10px;
}

input {
	background-color: rgba(240,240,240,0.75);
	color: black;
	border: none;
	text-align: right;
	font: 95%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navdiv {
	position: fixed;
	top: 0.5em;
	right: 0.5em;
	width: 15%;
	height: 20%;
	background-color: rgba(146,146,146,0.25);
	padding: 0.5em;
	font-size: 80%;
	border-radius: 1em;
}

.tinyblack {
	bottom: 0;
	color: black;
	font-size: 40%;
	position: absolute;
}

.hidden {
	display:none;
}

.shown {
	display:block;
}

