/* The big reset */
html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, p, fieldset, img, form, input, textarea, a, span, section, nav, header, article, aside, hgroup, footer, dd, dt, dl
{
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/* I want my stupid box model damnit! */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, div, p, fieldset, img, form, input, textarea, a, span, section, nav, header, article, aside, hgroup, footer
{
	margin: 0;
	padding: 0;
}

/* Some typography */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
em { font-style: italic; }
strong { font-weight: bold; }
a {
	text-decoration: none;
	color: black;
	color: inherit; /* IE 7 and below ignores */
}
a img { border: 0; }

*:focus { outline: 0; }

/* HTML5 */
section, nav, header, article, aside, hgroup, footer {
	display: block;
}
nav ul, nav ul li, ul.structure, ul.structure li {
	list-style: none;
	margin: 0;
	padding: 0;
}