body {
  font-family: Garamond, Helvetica, sans-serif;
  font-size: 100%;
  color: gray;
  background: white;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Garamond, Helvetica, sans-serif; }

img {
  border: none; }

a {
  text-decoration: none;
  color: #5d7d5a; }
  a:hover {
    color: #5d7d5a;
    text-decoration: underline; }

h1, h2, h3 {
  color: #4d4d4d; }

h1 {
  margin: 1.8em 0 0.5em;
  font-size: 1.1em;
  font-weight: 500; }

h2 {
  margin: 1em 0 0.2em;
  font-size: 1em;
  font-weight: 700; }

h3 {
  margin: 0 0 0.3em;
  font-size: 0.90em;
  font-weight: 500; }

#container {
  margin-left: 40px;
  padding: 10px 30px 30px;
  width: 920px; }

#header {
  position: relative;
  margin-bottom: 5px; }
  #header #logo {
    margin-top: 20px;
    font-size: 200%; }
    #header #logo #site-logo {
      height: 26px;
      width: 200px; }
  #feature_link {
    position: absolute;
    right: 0;
    top: -10px;
  }

#nav, #sub-nav {
  font-size: 80%;
  margin-bottom: 13px;
  color: #91160d; }
  #nav a, #sub-nav a {
    color: #696969;
    padding: 2px; }
    #nav a:hover, #sub-nav a:hover {
      color: #5d7d5a; }
  #nav .separator, #sub-nav .separator {
    display: inline;
    margin: 0 4px; }
    #nav .separator:first-child, #sub-nav .separator:first-child {
      display: none; }
#sub-nav a {
  display: block; }

#content p {
  margin-top: 0.3em;
  margin-bottom: 10px;
  line-height: 1.45em;
  margin-bottom: 0.6em;
  font-size: 90%; }
  #content p strong {
    font-weight: 600;
    color: #6f6f6f; }
  #content p em {
    font-size: 95%;
    letter-spacing: 0.06em; }
#content .projects-panel {
  float: left;
  width: 200px;
  height: 210px;
  margin: 30px 20px 6px 0; }
  #content .projects-panel .image {
    height: 200px;
    width: 200px;
    background: #666666; }
  #content .projects-panel .title {
    display: block;
    width: 200px;
    margin-top: 3px;
    font-size: 90%; }
#content #root #banner {
  margin-top: 35px; }
  #content #root #banner img {
    max-width: 920px; }
#content #root #main {
  margin-top: 20px;
  width: 650px; }
#content #root #side {
  width: 200px; }
#content #root #side ul.news {
  margin: 0;
  padding: 0;
  font-size: 100%; }
#content #root #side ul.news li.first {
  font-size: 90%; }
#content #root #side ul.news li.first img {
  float: left;
  margin-right: 10px;
  width: 70px; }
#content #root #side ul.news li {
  font-size: 80%;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  clear: left;
  }
#content #main {
  float: left;
  width: 425px; }
  #content #main table {
    margin: 10px 0 15px;
    font-size: 85%; }
    #content #main table td {
      vertical-align: top;
    }
    #content #main table td:first-child {
      color: #5d7d5a;
      font-weight: bold;
      padding-right: 10px;
      min-width: 70px;
    }
    #content #main table td:last-child {
      padding-bottom: 10px;
    }
#content #side {
  float: right;
  width: 425px;
  margin-top: 35px; }
  #content #side img {
    max-width: 425px;
    margin-bottom: 25px; }
#content #project #main {
  float: left;
  width: 220px; }
#content #project #side {
  width: 660px; }
  #content #project #side img {
    height: 140px;
    width: 140px;
    margin: 0 15px 15px 0; }
  #content #project #side a {
    margin: 0;
    padding: 0; }

#footer {
  background: white;
  padding: 40px 0;
  clear: both;
  font-size: 70%;
  color: #aaaaaa; }
  #footer p {
    float: left;
    margin: 0 5px 0 0; }
  #footer a {
    color: #dddddd; }
    #footer a:hover {
      color: #999999; }

