/*  Uniformity.css 1.0
    Rudy Valencia

    Permission to use Uniformity.css in your own Web project is granted,
    provided this header remains intact.
*/

/*  These directives attempt to reset everything to reasonable "default"
    parameters. This was called "reset.css" in older site templates.
*/

  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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  body { line-height: 1; }
  ol, ul { list-style: none; }
  blockquote, q { quotes: none; }
  :focus { outline: 0; }
  ins { text-decoration: none; }
  del { text-decoration: line-through; }
  table {
    border-collapse: collapse; 
    border-spacing: 0;
  }

/*  These directives undo a few of the reset "defaults". This was called
    "common.css" in older site templates.
*/

  h1, h2, h3, h4, h5, h6, p, label,
  ul, ol, dl, code, input, select {
    margin: 0; margin-bottom: .75em;
  }
  h1 { font-size: 1.7em; }
  h2 { font-size: 1.5em; }
  h3 { font-size: 1.2em; }
  h4 { font-size: 0.9em; }
  h5 { font-size: 0.8em; }
  h6 { font-size: 0.75em; }

  ul, ol, blockquote { margin-left: 2em; }
  ul { list-style: disc outside; }
  ol { list-style: decimal outside; }

  dt { font-weight: bold; }
  dd { font-style: italic; margin-bottom: .5em; }

  sub, sup {
    font-size: 0.9em;
    position: relative;
  }
  sub { top: .5em; }
  sup { bottom: .5em; }

  table {
    margin: 1em 0;
    border: 1px outset #CCC;
    border-spacing: 2px;
    border-collapse: separate;
  }

  tr, td { border: 1px inset white; }

.floatleft { float: left; }
.floatright { float: right; }