/* reset css */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Implement Font Face */

/* LAYOUT AND STUFF */
body {
	background:#000;
	font-family: Arial,Verdana,Helvetica;
	color:#FFF;
	line-height:24px;
	letter-spacing:1.2px;
}
div#mainwrap {
	margin:5px;
}
header {
	width:98%;
	padding:5px;
	background:#000;
	text-align:center;
}
header h1 a{
	font-size:24px;
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
}
header h2 {
	font-size:18px;
	font-weight:normal;
}
nav {
	background:#000;
	color:#CCC;
	padding:5px;
}
nav ul {
	text-align:center;
}

nav li {
	margin:5px;
	
}
nav a {
	color:#FFF;
	text-decoration:none;
	display:block;
	float:left;
	width:100%;
	margin:4px;
	height:30px;
	font-weight:bold;
	border:1px solid #C0C0C0;
	background:#0F0F0F;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:1.1px;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}
nav a:hover {
	color:#FC0;
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
}

section {
	background:#000;
	width:98%;
	padding:10px;
	font-size:12px;
}

form {
	margin-left:5px;
}

input.textinput{
	width:90%;
}

table th{
	border:1px solid #C0C0C0;
}

table td {
	border:1px solid #C0C0C0;
}

footer {
	background:#000;
	width:98%;
	padding:5px;
	margin-top:5px;
	font-size:12px;
	text-align:center;
	color:#CCC;
}

footer a {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

footer a:hover {
	color:#FFC04E;
}