/*
 * XHTML, HTML4, HTML5 Reset
 * Taken from 960gs
 */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote,
body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div,
dl, dt, em, embed, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd,
label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress,
q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

fieldset {
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    padding: 0.5em 1em 1em 1em;
    margin: 0;
}

fieldset legend {
    padding: 0 0.5em;
}

html, body {
  height: 100%;
}

/*
 * Override the default (display: inline) for browsers that do not recognize HTML5 tags.
 * IE8 (and lower) requires a shiv: http://ejohn.org/blog/html5-shiv
 */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

/*
 * Makes browsers agree.
 * IE + Opera = font-weight: bold.
 * Gecko + WebKit = font-weight: bolder.
 */
b, strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
}

/*
 * For IE.
 * http://css-tricks.com/ie-fix-bicubic-scaling-for-images
 */
img {
  -ms-interpolation-mode: bicubic;
}

ol, ul {
  list-style: none;
}

/*
 * For IE6 + IE7:
 * "display: list-item" keeps bullets from
 * disappearing if hasLayout is triggered.
 */
li {
  display: list-item;
}

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

/* th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}  */

q {
  quotes: none;
}

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

sub, sup, small {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * For IE9. Without, occasionally draws shapes
 * outside the boundaries of <svg> rectangle.
 */
svg {
  overflow: hidden;
}

/*
 * Text
 *
 */
body {
    font-family: sans-serif;
    font-size: 10pt;
    line-height: 1.5em;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address,
fieldset, figure, div.p {
  margin-bottom: 0.75em;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 5em;
}


input, select, textarea, button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: sans-serif;
    font-size: inherit;
}

input[type="submit"], input[type="reset"], button {
    font-size: 90%;
}
