body {
  font-family: georgia, serif;
  background-color: #e7eaea;
  color: #363636;
}

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial, san-serif;
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 2em;
}

h1 {
  color: #a9ac59;
}

h2 {
  color: #7190AE;
}

a {
  color: #6e92f5;
  text-decoration: none;
}

.site {
  font-size: 125%;
  line-height: 1.6em;
  width: 35em;
  margin: auto;
  padding: 1em .5em .5em;
}

code {
  font-family: menlo, monospace, san-serif;
  font-size: 0.7em;
  line-height: 0.5em;
}

pre {
  padding: 0.5em 1em;
  overflow: auto;
  white-space: pre;
  word-wrap: normal;
  color: #e7eaea;
}

header {
  height: 1em;
  line-height: 1em;
  clear: both;
}

header .name {
  display: inline;
  font-family: helvetica, arial, san-serif;
  font-size: 1em;
  float: left;
}

header .name a {
  text-decoration: none;
  color: #b15a57;
}

header .name a:visited {
  color: #b15a57;
}

header nav {
  margin-top: -0.25em;
  float: right;
}

header nav a {
  font-family: helvetica, arial, san-serif;
  font-size: .7em;
  color: #999999;
  margin-left: 1em;
}
.content {
}
