/*评论*/
#div_digg {
    float: right;
    position: fixed;
    width: auto;
    bottom: 10px;
    left: 70%;
    margin-bottom: 10px;
    background: rgba(247,247,247,0.3);
    margin-right: 20px;
    font-size: 12px;
    box-shadow: 0 0 10px 0 #AAA;
    padding: 10px;
    border: 2px solid rgba(82, 168, 236, 0.8);
    text-align: center;
    margin-top: 10px;
}
/*禁掉反对*/
.buryit {
    display: none;
}

/* 去掉广告 */
#ad_t2,#opt_under_post,.c_ad_block,#under_post_news,#under_post_kb{
    display: none !important;
}

#blog-calendar{
  width:0px;
  height:100px;
  display: none !important;
}

/* 去掉博客园自带日历控件 */
#blog-calendar {
  display: none;
}
.clockdiv{
    text-align: center;
}

/* 文章title自定义带动画样式 */
.postTitle {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  clear: both;
  background-color: #FBF9F9;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  border-left: 3px solid #21759b;
  padding-left: 20px;
  font-size: 20px;
  border-radius:0px;
}
.postTitle a:hover {
  text-decoration: none;
  margin-left: 20px;
  color: #E00000;
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
  transition: all 0.4s linear 0s;
}

/*代码高亮部分*/
.cnblogs_code{
border:none;
background:none;
padding:0;
}
#cnblogs_post_body ol {
padding-left:7px;
}
.cnblogs_code div{
display:none;
}
.postBody li, .postCon li{
margin-bottom:0;
}
.prettyprint, pre.prettyprint{
margin:0 !important;
}
.cnblogs_code span{
font-size:14px !important;
}

.catListTitle {
    background: #390;
    border-bottom: 1px solid #060;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: .5em;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}