#blogTitle{display:none;} /* 将默认的导航头屏蔽掉，这样才能把自己的导航栏加上去 */

/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-10px;
  width:50px;
  right:0;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #FF0000;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

/* 隐藏反对按钮 */
.buryit {
display:none;
}

#sidebar_postcategory > h1,h2,h3{
    margin-top: 0px;
    margin-bottom: 0px; 
}

h1,h2,h3{
    margin-top: 0px;
    margin-bottom: 0px; 
}