body {
  background-color: white;
  font-family: "Helvetica Neue",sans-serif;
  font-size: 16px;
}

h1 {
  font-weight: normal;
  font-size: 36px;
  color: #555;
  margin-bottom: 0;
}

h2 {
  color: #333;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0;
}

h2 a {
  color: #333;
  text-decoration: none;
}

h3 {
  font-size: 20px;
}

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

a:hover {
  color: #0044ff;
}

#menu {
  margin-left: -22px;
}

#menu_ul li {
   list-style-type: none;
   font-size: 1em;
}

#menu_ul a {
  font-weight: bold;
  font-size: 14px;
}

#content_body {
  margin-top: 40px;
}

#top {
  margin-top: 40px;
}

#footer {
  font-size: 8px;
  margin-top: 20px;
  color: #AAA;
}

#footer a {
  color: #555;
  text-decoration: none;
}

#about_the_author {
  border-top: 1px solid #CCC;
  margin-top: 10px;
}

.weak {
  color: #AAA;
}

.post_date {
  margin-left: 17px;
}

.post_content {
  margin-left: 17px;
  margin-top: 10px;
  font-size: 16px;
  font-family: "Lucida Grande", Verdana, sans-serif;
}

.posts {
  margin-top: 10px;
}

.archive_header {
  margin-bottom: 20px;
}

.quote {
  border: 1px dotted #999;
}

.post_title {
  margin-left: 17px;
}

.raquo {
  position: absolute;
  margin-top: -1px; 
}

.shadow {
  box-shadow: 3px 3px 2px #BBB;
  -moz-box-shadow: 3px 3px 2px #BBB;
  -webkit-box-shadow: 3px 3px 2px #BBB;
}

code {
    background-color: rgba(27,31,35,.05);
}

pre {
    overflow-x: scroll;
}

