/* Reset */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, 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, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
img {border:none;}
:focus {outline:0;}

/* HTML5 Compatibility (html5shi(m|v) still required) */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
audio[controls], canvas, video {display: inline-block;*display: inline;*zoom: 1;}
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

/* Set default styles */
html {font-size:100.01%;}

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:inherit;}

p {margin:0 0 1.5em;}
p .left, p .fl {margin:1.5em 1.5em 1.5em 0;padding:0;}
p .right, p .fr {margin:1.5em 0 1.5em 1.5em;padding:0;}

a:focus, a:hover {color:#09f;}
a {color:#06c;text-decoration:underline;}
a:focus {outline: thin dotted;}
a:hover, a:active { outline: none; }

img {-ms-interpolation-mode: bicubic;}

strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}

pre {white-space:pre;white-space: pre-wrap; word-wrap: break-word;padding: 15px;margin:1.5em 0;}
pre, code, tt, kbd, samp {font:1em 'andale mono', 'lucida console', monospace;_font-family: 'courier new', monospace;line-height:1.5;font-size: 1em;}

li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tfoot {font-style:italic;}
td { vertical-align: top; text-align: left; }

del {color:#666;}
small { font-size: 85%; }
b, strong, th { font-weight: bold; }

mark {background: #ff0;color: #000;}

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

blockquote {margin:1.5em;color:#666;font-style:italic;}
abbr, acronym {border-bottom:1px dotted #666;}
abbr[title] {cursor:help;border-bottom: 1px dotted;}
address {margin:0 0 1.5em;font-style:italic;}

caption {background:#eee;}
figure {margin-bottom : 1.5em; }
figure img,figure object,figure embed {margin-bottom : .75em; max-width : 100%; }
figcaption {display : block; font-weight : normal; }

/* 1. Always display scroll bars on non IE
   2. Stop iOS from adjusting font size
   3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
      www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/ */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html, body { min-height: 100%; }