/**
 * reset.css (Credit to Eric Myer)
 * ---------------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, code,
big, small, strong, ins, cite, kbd,
samp, tt, var, del, dfn, em, img, q,
dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody,
tfoot, thead, tr, th, td
			{ border: 0;
			  font-family: inherit;
			  font-size: 100%;
			  font-style: inherit;
			  font-weight: inherit;
			  margin: 0;
			  padding: 0;
			  outline: 0;
			  text-decoration: inherit;
			  vertical-align: baseline; }

body 		{ line-height: 1.8; }

a:focus 		{ outline: 1px solid #ccc; }
:focus 			{ outline: none; } /*Some weird IE 8 Thing ffs...*/

/* Tables still need 'cellspacing="0"' in the markup. */

table 		{ border-collapse: collapse; border-spacing: 0; }

table,
td, th 		{ vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before,
blockquote:after,
q:before,
q:after 	{ content: ""; }

blockquote,
q 			{ quotes: "" ""; }

/* Remove annoying border on linked images. */

a img 		{ border: none; }