#blogTitle {
      display: none;
    }
    #home #header {
      display: none;
    }
    .postTitle a:link,
    .postTitle a:visited,
    .postTitle a:active {
      color: #1f946a;
    }
    .postTitle a:hover,
    .postTitle a:active {
      color: #390;
    }
    .catListTitle {
      background: #949494;
    }
    .dayTitle a:visited {
      color: #5a5a5a;
    }
    .dayTitle a:hover,
    .dayTitle a:active {
      color: #390;
      text-decoration: none;
    }
    #stats_post_count {
      width: 100px;
      height: 60px;
      display: inline-block;
      text-align: center;
    }
    #blog_stats a {
      color: #fff;
      height: 100%;
      width: 100%;
      display: inline-block;
    }
    #blog_stats a:hover,
    #blog_stats a:active {
      background-color: #343434;
      text-decoration: none;
      text-shadow: 0 0 1px #000;
    }