
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: #696969; }
  a:hover {
    color: #5d7d5a; }

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

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

h2 {
  margin: 0.5em 0 0.5em;
  font-size: 1em;
  font-weight: 500; }

h3 {
  margin: 0 0 0.8em;
  font-size: 1.05em;
  font-weight: 500; }

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

#header {
  margin-bottom: 5px; }
  #header #logo {
    font-size: 200%; }
    #header #logo #site-logo {
      height: 26px;
      width: 200px; }

#nav, #sub-nav {
  font-size: 90%;
  margin-bottom: 13px;
  color: #91160d; }
  #nav a, #sub-nav a {
    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-bottom: 10px;
  line-height: 1.45em;
  margin-bottom: 20px;
  font-size: 90%; }
  #content p strong {
    font-weight: 600;
    color: #6f6f6f; }
  #content p em {
    font-size: 95%;
    letter-spacing: .06em; }
#content .projects-panel {
  float: left;
  width: 200px;
  height: 210px;
  margin: 30px 20px 6px 0; }
  #content .projects-panel .image {
    height: 200px;
    width: 200px;
    background: #666; }
  #content .projects-panel .title {
    display: block;
    width: 200px;
    margin-top: 3px;
    font-size: 80%; }
#content #main {
  float: left;
  width: 425px; }
#content #side {
  float: right;
  width: 425px;
  margin-top: 35px; }
  #content #side img {
    max-width: 425px; }
#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: 80%;
  color: #aaa; }
  #footer p {
    float: left;
    margin: 0 5px 0 0; }
  #footer a {
    color: #ddd; }
    #footer a:hover {
      color: #999; }
