#sidebar a.feed {
  background: URL("/static/images/icons/feed.png") no-repeat center right;
  padding-right: 16px;
}

#sidebar a.feed:hover {
  background: URL("/static/images/icons/feed-hover.png") no-repeat center right;
}

a.blog-title {
  color: #292929;
}

.tag {
  font-weight: bold;
  color: #5555ff;
}

.postfooter {
  border: 1px solid #292929;
  background-color: #3c4040;
}

.postfooter {
  margin-left: 2em;
  margin-right: 2em;
  clear: both;
}

div.blogentry {
  margin-bottom: 2em;
}

.postfooter p {
  margin: 0.2em;
  padding: 0;
}
