#ad_t2,#cnblogs_c1,#cnblogs_c2,#under_post_kb,#under_post_news,.dayTitle,#homepage_top_pager{
     display:none;
}
.postTitle a{
  color:#935A32 !important;
}
#blogTitle a,
#blogTitle h2{
  font-family: cursive;
  text-shadow: 3px 3px 3px #ac9c9c;
}
#navList li:last-child{
  display:none;
}
.catListBlogRank ul li{
    color: darkorchid;
    font-weight: 800;
    font-style: italic;
}
/*快速评论*/
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 15px;
  border: 2px solid #ECD7B1;
  padding: 10px;
  width: 140px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
.blogStats{
    position:absolute;
    top:130px;
    margin-left:60px;		
}
#navigator #navList{
    border: 2px solid #dea520;
    padding: 5px;
}
.postBody{
    border-top:2px solid #e7c5a5;

}
#commentform_title{
   display:inline-block;
}
div.commentform textarea{
   width:100%;
   outline:none;
   background:#ebf3f9; 
   color:#dea520;
   font-size:16px;
   border-radius:5px;
}
.comment_name,
.commentbox_title{
    display:inline-block;
}
/* 提交退出按钮  */
.comment_btn{
    outline: none;
    color: #409eff;
    background: #ecf5ff;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #b3d8ff;
    cursor: pointer;
}

#commentbox_opt a{
    vertical-align: bottom;
    text-decoration: none;	
    color: #e6a23c;
    background: #fdf6ec;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #f5dab1;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
}
#topics .postDesc{
  float:none;
  display:inline-block;
  width:auto;
}
#tbCommentAuthor{
    padding-left: 0;
    background: transparent;
    border: none;
}
.commentbox_title{
   vertical-align:middle;
   width:205px;
   display:inline-block;
}
.commentbox_title_right{
   float:left;
}
.postDesc{
    width:auto;
    display:inline-block;
    margin-top:15px;
    vertical-align:middle;
}
#comment_nav a{
   text-decoration:none;
   padding:0;
}
#comment_nav a:nth-child(2){
    float:left;
}
#comment_nav a:nth-child(3){
    float:right;
}
#green_channel{
    float:right;
}
.comment_textarea{
   width: 100% !important;
}