/* -------------------------------
              GLOBAL
------------------------------- */

body {
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Bitstream Vera Serif", Times, serif;
}

/* -----       code       ----- */

pre code {
  color: #000;
}

/* -------------------------------
            MISCELLANEOUS
------------------------------- */

#pledgie.alignright {
  margin: 0 0 1em 1em;
}

#pledgie.alignleft {
  margin: 0 1em 1em 0;
}


#header + .separator_12 {
  margin-bottom: 2em;
}

/* equivalent to grid */
#content > h1 {
  margin-left: 10px;
  margin-right: 10px;
}



/* -------------------------------
              TABLES
------------------------------- */

table {
  width: 100%;
  font-size: 0.85em;
}

table th {
  font-weight: normal;
  font-variant: small-caps;
  text-align: right;
  color: white;
  background-color: #333;
  padding: 3px 6px;
}

table td {
  background-color: #F3F3F3;
  padding: 3px 6px;
}


/* -------------------------------
              SIDEBAR
------------------------------- */

#sidebar {
  font-size: .9em;
}

  #sidebar .upper {
    margin-top: 0px;
  }

  #sidebar h2,
  #sidebar h3,
  #sidebar h4 {
    text-transform: capitalize;
  }


/* -------------------------------
             SECTIONS
------------------------------  */

#prev-next {
  font-size: 0.9em;
}
