* {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", Helvetica, Arial;
}

#page {
  margin: 0 auto;
  padding: 50px 0;
  width: 850px;
}

h1, h2 {
  font-weight: normal;
  color: #636363;
  padding: 20px 0 5px 0;
}

#content {
  clear: left;
  padding: 50px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #EEE;
}

a {
  color: black;
}

p {
  color: #636363;
  line-height: 20px;
}

#content p {
  padding: 10px 0;
  font-size: 13px;
}

span.date {
  color: #878787;
}

a.nav {
  text-decoration: none;
  font-size: 14px;
}

a.nav:hover {
  text-decoration: underline;
}

a.right {
  float: right;
}

#subtitle, #subtitle a {
  color: #878787;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

#subtitle a:hover {
  text-decoration: underline;
  color: black;
}

#feed {
  display: block;
  background: transparent url(/images/feed.png) top left no-repeat;
  height: 128px;
  width: 128px;
  float: left;
  margin-right: 25px;
}

#feed:hover {
  background-position: right;
}

#content pre {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 1em;
  margin: 15px 0;
  font-family: "Bitstream Vera Sans Mono", Courier, monospace;
  font-size: 80%;
}

#content ul,
#content ol {
  margin-left: 1.25em;
}

#content code {
  border: 1px solid #ddd;
  background-color: #eef;
  font-size: 95%;
  padding: 0 .2em;
}

  #content pre code {
    border: none;
  }

/* terminal */

#content pre.terminal {
  border: 1px solid black;
  background-color: #333;
  color: white;
}

#content pre.terminal code {
  background-color: #333;
}

