/*Eric Meyer is the man! Thanks for the amazing 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;
}

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 of reset*/

html
{
	min-height: 100%;
	width: 100%;
	overflow-y: scroll;
}

body
{
	background-color: #212121; 
	/*background: -webkit-radial-gradient(center, 70em 1000%, #6e6e6e,  #212121);*/
}

.hidden {display: none;}
.unhidden {display: block;}

.shadow 
{
	-webkit-box-shadow: 0px 10px 20px #121212;
	-moz-box-shadow: 0px 10px 20px #121212;
	-o-box-shadow: 0px 10px 20px #121212;
	-ms-box-shadow: 0px 10px 20px #121212;
	box-shadow: 0px 10px 20px #121212;
}

a[href] 
{
	-webkit-transform: translateZ(0); /* offloads to gpu */
	text-shadow: transparent 0.1em 0.1em 0.2em;
	-webkit-transition: text-shadow .200ms linear;
	-moz-transistion: text-shadow .200ms linear;
	-o-transistion: text-shadow .200ms linear;
	-ms-transistion: text-shadow .200ms linear;
	color: #6e6e6e;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	-ms-transition: color 200ms linear;
	transition: color 200ms linear;
	text-decoration: none;
}

a[href]:hover 
{
	text-shadow: black 0.1em 0.1em 0.2em;
	-webkit-transition: text-shadow .200ms linear;
	-moz-transistion: text-shadow .200ms linear;
	-o-transistion: text-shadow .200ms linear;
	-ms-transistion: text-shadow .200ms linear;
	color: #e8e8e8;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	-ms-transition: color 200ms linear;
	transition: color 200ms linear;
}

hr 
{
   	border: 0;
    height: 0;
   	border-top: 2px solid #1f1f1f;
   	border-bottom: 1px solid  #2b2b2b;
	margin-top: 20px;
	margin: 0 -15px;
}

p, li 
{
	font-family: 'Raleway', sans-serif;
}

pre 
{
	font-family: monospace;
}

@media screen and (max-width: 1024px)
{
	pre 
	{
		font-size: .45em;
	}
}

ul 
{
	list-style-type: square;
	margin-left: 1em;
}

ol 
{
	list-style-type: upper-roman;
	margin-left: 2em;
}

em 
{
	font-weight: bold;
	font-size: 1.6em;
}

li > em 
{
	font-style: italic;
	font-size: 1.4em;
}

td
{
	padding: 5px;
}

input[type="submit"] 
{
	display: inline-block;
   	margin: 10px;
	width: 40%;
   	padding: 8px 15px;
   	background: #121212;
	color: #e8e8e8;
   	border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
   	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2);
   	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2); 
   	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2); 
   	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2); 
   	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2); 
    text-decoration: none;
	font-size: 20px;
}

input[type="submit"]:active 
{
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.7);
    -o-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.7);
    -ms-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.7);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.7);
    top: -6px;
    bottom: -6px;
    right: -6px;
    left: -6px;
    background: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0)), -wedkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
}

#menu 
{
	text-align: center;
	font-size: 1.9em;
	width: 65%;
	border-top: 1px;
	border-style: solid;
	border-color: #333333;
	padding: 5px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #2b2b2b;
	margin: 0 auto;
	color: #666666;
}

@media screen and (max-width: 1024px)
{
	#menu 
	{
		width: 90%
	}
}

#menu a 
{
	padding-right: 15px;
	padding-left: 15px;
}

img 
{
	opacity: .5;
}

img:hover 
{
	opacity: 1;
}

#header 
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 65%;
	background-color: #2e2e2e;
	margin: 0 auto;
	color: #aaaaaa;
	font-size: 2.0em;
}

@media screen and (max-width: 1024px)
{
	.hidden { visibility: hidden; }
 	.unhidden { visibility: visible; }
	#header 
	{
		width: 90%
	}
}

#content 
{
	min-height: 100%;
	padding: 15px;
	background-color: #242424;
	color: #aaaaaa;
	width: 65%;
	font-size: 1.4em;
	margin: 0 auto;
	margin-top: 1.5em;
	margin-bottom: 2.5em;
	border-top: 1px;
	border-style: solid;
	border-color: #2b2b2b;
}

@media screen and (max-width: 1024px)
{
	#content 
	{
		width: 90%
	}
}