body {
  background-color: #fff;
  font-family: Helvetica, arial, sans-serif;
}

.post {
  font-family: palatino, georgia;
  font-size: 14px;
}

pre {
  overflow: auto;
  background-color: rgb(232, 232, 232);
  padding: 8px;
}

.post_title {
  font-size: 18px;
  font-weight: bold;
}

.post_title h1 {
  font-size: 18px;
  font-weight: bold;
}

.post_title h2 {
  font-size: 18px;
  font-weight: bold;
}

.post_date {
  color: #777777;
  margin-bottom: 1em;
}

#main {
  margin-top: 1em;
}

#avatar {
  text-align: right;
}

#avatar img {
  border: 1px solid #333;
}

#follow {
  font-family: palatino, georgia;
  font-size: 16px;
  text-align: center;
  font-style: italic;
  padding-bottom: 1em;
  padding-top: 1em;
  border-top: solid 2px #333;
}

#follow a {
  font-style: normal;
}

#footer {
  border-top: solid 2px #333;
  padding-top: 1em;
}

.footer_list a {
  font-weight: bold;
}

#copyright {
  margin-top: 3em;
  color: #999;
}

a {
  text-decoration: none;
  color: #555555;
}

a:hover {
  color: #111111;
}

a:visited {
  color: #555555;
}

code {
  background-color: rgb(232, 232, 232);
  font-family: Monaco, monospace;
  opacity: 0.75;
  font-size: 14px;
}

div.message {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 1em;
        text-align: right;
}

blockquote {
        margin-left: 2em;
        margin-right: 2em;
        font-style: italic;
}
