/* based on http://meyerweb.com/eric/tools/css/reset/ */

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, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	/*background: transparent;*/
	line-height: inherit;
	vertical-align: baseline;
	}
	
input,
textarea,
select {	/* Let browser set input form field and button styles */
	margin: 0;
	padding: 0;
	/*border: 0;*/
	/*outline: 0;*/
	font-size: 100%;
	font: inherit;
	/*background: transparent;*/
	line-height: inherit;
	vertical-align: baseline;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
	
body {
	line-height: 1;
	}
	
/*ol, ul, ul li, ol li {
	list-style: none;
	}*/
	
blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
a img {
  	border: none;
  	}
	
/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video {
  	display: inline-block;
  	*display: inline;
  	*zoom: 1;
  	}
  	
/* Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices */
audio:not([controls]) {
  	display: none;
  	height: 0;
  	}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support */
[hidden] {
  	display: none;
  	}

/* Font reset targeting form elements */
input, select, textarea, body {
	font: 13px/20px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	}