/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* added HTML5 elements | http://axonaris.com | 2009.12.17 */

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,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {line-height: 1}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {display: block}

ol, ul {list-style: none}
blockquote, q {quotes: none}

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

/* remember to define focus styles! */
:focus {outline: 0}

ins {background-color: #ff9; color: #000; text-decoration: none}
del {text-decoration: line-through}

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

abbr[title], dfn[title] {border-bottom:1px dotted #000; cursor: help}

hr {display: block; height: 1px;
    border: 0; border-top: 1px solid #cccccc;
    margin: 1em 0; padding: 0}

input, select {vertical-align: middle}

