body {
  font: normal 100% Helvetica, Arial, FreeSans, sans-serif; }

h1 {
  font-family: Palatino, ‘Palatino Linotype’, ‘Hoefler Text’, Times, ‘Times New Roman’, serif; }

h2 {
  font-family: Palatino, ‘Palatino Linotype’, ‘Hoefler Text’, Times, ‘Times New Roman’, serif; }

h3 {
  font-family: Palatino, ‘Palatino Linotype’, ‘Hoefler Text’, Times, ‘Times New Roman’, serif; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

body {
  background-color: white;
  color: black; }

#top {
  margin: 0;
  width: 100%;
  background-color: black;
  color: black; }

header {
  width: 92%;
  background-color: white;
  margin: 3em 5em 3em 5em; }
  header h1 {
    font-size: 2em;
    text-align: left;
    padding: 1em;
    text-shadow: 2px 2px 2px black; }
  header h2 {
    font-size: 1.3em;
    font-variant: small-caps;
    text-align: left;
    margin: 0 0 2em 15%;
    text-shadow: 1px 1px 1px black; }

section#content {
  width: 50%;
  margin: 3em 5em 3em 5em; }
  section#content h1 {
    font-size: 1em;
    font-style: italic;
    color: #666666;
    margin-top: 1em;
    margin-bottom: -1em; }
  section#content p {
    margin: 2em; }
  section#content a {
    text-decoration: none;
    text-shadow: 1px 1px 6px black;
    color: inherit;
    border-bottom: dashed 1px; }
    section#content a.hover {
      color: gray; }

nav {
  width: 20%; }
  nav section h1 {
    text-align: center;
    font-size: 1.2em; }
  nav section ul {
    margin: 0em;
    padding: 0em;
    font-size: 0.75em;
    color: white;
    line-height: 2.5em;
    white-space: nowrap;
    background-color: black;
    margin-bottom: 1em;
    text-align: center;
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    -khtml-border-radius: 0.75em;
    border-radius: 0.75em; }
  nav section li {
    list-style-type: none; }
    nav section li a {
      text-decoration: none;
      padding: 0.44em 1.19em;
      color: white;
      text-shadow: 1px 1px 6px white; }
      nav section li a.link {
        color: white; }
      nav section li a:visited {
        color: #999999; }
      nav section li a:hover {
        font-weight: bold;
        color: black;
        background-color: white;
        -webkit-border-radius: 0.75em;
        -moz-border-radius: 0.75em;
        -khtml-border-radius: 0.75em;
        border-radius: 0.75em;
        text-shadow: 1px 1px 6px black; }

footer {
  width: 100%;
  font-size: 0.75em;
  text-align: right;
  color: gray;
  clear: both; }
  footer p {
    margin-right: 0.5em; }

#twitter, #tumblr {
  margin-left: 1em;
  margin-right: 1em;
  font-style: italic; }
