body {
  font-size: 10pt;
  margin: 0 auto;
  padding: 0.5em;
  width: 750px;
}

.extended_bio {
  display: inline;
}

nav {
  font-size: 75%;
}

header {
  padding: 0.5em;
}

header h1 {
  float: left;
  font-size: 150%;
  display: inline;
  padding-left: 0.2em;
}

#search {
  display: block;
  float: right;
  font-size: 70%;
}

#search input {
  width: 150px;
}

nav {
  margin: 0.5em 0;
  padding: 0.5em;
}

nav ul {
  font-size: 100%;
}

nav li {
  display: inline;
  float: none;
  width: auto;
}

nav a {
  display: inline;
  padding: 0.1em 0.7em;
}

#main_content {
  float: left;
  /* TODO
   * http://www.456bereastreet.com/archive/200405/equal_height_boxes_with_css/
   * http://www.456bereastreet.com/archive/200406/equal_height_boxes_with_css_part_ii/
   */
  padding: 1em 1.5em;
  width: 525px;
}

code {
  font-size: 80%;
}

pre code {
  color: #f4f1e9;

  /* This screws things up on the Kindle, but that seems like a bug */
}

aside {
  float: right;
  width: 160px;
  padding-left: 5px;
  padding-top: 2em;
}

aside section {
  float: none;
  width: 100%;
}

ul#subscribe li {
  display: block;
}

.about {
  font-size: 85%;
  min-height: 57px;
}

.avatar {
  height: 50px;
  width: 50px;
}

.comment .avatar {
  width: auto;
  height: auto;
  position: relative;
  top: -5px;
}

.tweet {
  font-size: 80%;
}

textarea#comment {
  width: 525px;
}

footer {
  border: 0;
  margin-left: 0.5em;
  padding: 0;
  width: 525px;
}

.more {
  font-size: 70%;
}

.notice {
  font-size: 100%;
}

table {
  width: auto;
}


