#blog p.post-footer {
  text-align: right;
}

#blog h3 a, #blog h3 a:visited, #blog h3 a:active {
  color: #000; 
  text-decoration: none;
  line-height: 1.5em;
}
#blog h3:hover a {
  text-decoration: underline;
}

#blog #posts h3 {
  font-size: 1.3em;
}

#blog pre, code {
  font-family: Monaco, "Courrier New", monospace;
  font-size: 92%;
}

#blog code {
  color: #76a34c;
}

#blog pre code {
  color: #000;
}

#blog pre {
  border: 1px solid #eee;
  background: #fefefe;
  padding: 1em;
  overflow: auto;
}

#blog .quote .words {
  border: 0 none;
  color: #555555;
  font: italic 1.4em/1.5 Georgia,"Times New Roman",serif;
  margin: 0 0 1em;
  padding: 0;
}

#blog .quote .source {
  color: #777;
  margin-bottom: 1em;
}

#blog .text, #blog .link, #blog .quote, #blog .photo, #blog .video, #blog .audio, #blog .chat, #blog .photoset-post {
  border-bottom: 1px dotted #BBBBBB;
  margin-bottom: 4.5em;
}

#blog .likes ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#blog .likes img {
  display: none;
}

#blog p.navigation {
  text-align: center;
}
  #blog p.navigation a {
    padding: 0 1em;
  }

#recentcomments ul {
  list-style-type: none;
  list-style-image: none;
}
