/* line 6, ../../app/stylesheets/blog.sass */
body.blog #header h1 {
  text-align: right;
  margin-top: 15px;
}
/* line 9, ../../app/stylesheets/blog.sass */
body.blog .entry-meta {
  color: #88888f;
  margin-bottom: 20px;
}
/* line 12, ../../app/stylesheets/blog.sass */
body.blog .entry-date {
  margin-botom: 15px;
  font-size: 1.1em;
  font-style: italic;
}
/* line 16, ../../app/stylesheets/blog.sass */
body.blog .entry-date abbr {
  border: none;
  color: #88888f;
}
/* line 19, ../../app/stylesheets/blog.sass */
body.blog .navigation {
  margin-bottom: 5px;
}
/* line 22, ../../app/stylesheets/blog.sass */
body.blog .sidebar h3 {
  text-align: left;
  font-size: 1.2em;
  font-weight: normal;
  color: #55555f;
  border: none;
}
/* line 29, ../../app/stylesheets/blog.sass */
body.blog .sidebar > ul {
  margin: 0;
}
/* line 18, ../../app/stylesheets/mixins.sass */
body.blog .sidebar > ul li {
  background: none;
  padding-left: 0;
}
