/* ====================== */
/* == default settings == */
/* ====================== */

/* == correct "block" display not defined in IE 6/7/8/9 and Firefox 3 == */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/* == correct "inline-block" display not defined in IE 6/7/8/9 and Firefox 3 == */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

/* == prevent modern browsers from displaying "audio" without controls == */
/* == remove excess height in iOS 5 devices ==*/
audio:not([controls]) { display: none; height: 0; }

/* == address styling not present in IE 7/8/9, Firefox 3, and Safari 4 - known issue: no IE 6 support == */
[hidden] { display: none; }




/* ========== */
/* == base == */
/* ========== */

html { font-size: 100%; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
html, button, input, select, textarea { /*font-family: sans-serif;*/ }
body, html { border: none; border-collapse: collapse; margin: 0; padding: 0; }
img { border: none; border-color: #000; border-style: none; margin: 0; outline: none; padding: 0; -ms-interpolation-mode: bicubic; /* 2 */}
a img { border: none; border-color: #000; border-style: none; outline: none; }

a { border: none; border-color: #000; border-style: none; outline: none; }
a:focus { border: none; outline: none; }
a:active, a:hover, a:visited { border: none; outline: none; }

abbr[title] { border-bottom: 1px dotted; }

h1 { margin: 0 0 0 0; padding: 0 0 0 0; font-size: 0; visibility: hidden; }
p, pre { margin: 0; padding: 0; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

hr { box-sizing: content-box; -moz-box-sizing: content-box; height: 0; }

fieldset { border: 0; margin: 0; padding: 0; }
textarea { margin: 0; padding: 0; resize: vertical; }

* { margin: 0; padding: 0; }