/* http://meyerweb.com/eric/tools/css/reset/
 v2.0b2 | 201101
 NOTE: THIS IS A BETA VERSION (see previous line)
 USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
hr,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
button,
fieldset, form, label, legend, textarea, input,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
html {
	min-height: 100%;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

b {
	font-weight: bold;
}

blockquote, q {
	quotes: none;
}

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

img {
  vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

/* remove indent in Firefox */
button,
input,
textarea,
select,
a {
	background-color: transparent;

	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
a {
	letter-spacing: inherit;
	word-spacing: inherit;

	cursor: pointer;
}

button {
	display: block;
	overflow: visible; // for reset ie style
}

button,
input[type='submit'],
input[type='reset'],
input[type='file'] {
	text-align: left;
}

a {
	color: inherit;
	
	text-decoration: inherit;
}

mark {
	background-color: transparent;

	color: inherit;
}