/* RESET */
a, abbr, address, article, aside, audio, area, b, bdo, base, blockquote, body, br, button, canvas, caption, cite, code, col, colgroup, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, link, map, mark, menu, meter, nav, optgroup, option, output ol, p, pre, progress, q, rp, rt, ruby, samp, section, small, span, strong, sub, sup, summary, table, tbody, td, tfoot, th, thead, tr, time, var, video, ul {
	margin:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	font-size:100%;
	background:transparent;
	font-weight:normal;
	font-style:normal;
	padding: 0;
}

blockquote, q { quotes:none; }

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

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

a, a:link, a:visited, a:link { text-decoration:none; }

input, select, textarea {
	padding:0;
	margin:0;
}

/* HTML5 ELEMENTS */
article, aside, figure, footer, header, hgroup, nav, section { display:block; }

nav ul { list-style:none; }
