/*超链接样式*/
html body div a{color:#006;}

/*取消正文页多余信息*/
#under_post_kb { display:none; } 
#under_post_news { display:none; }

/*屏蔽广告*/
#ad_c1, #ad_c2 {display:none;}

/*所有广告都不允许*/
/*.c_ad_block {*/
/*    display: none !important;*/
/*}*/

/* 定制公告栏时钟位置 */
#clockdiv {
    /* left, center, right */
    text-align: center;
    background-color: whitesmoke;
}

/*设置点赞浮动 bordercolor #6FA833*/
#div_digg{
  position:fixed;
  bottom:40px;
  width:140px;
  right:15px;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow: 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}

/* 定制推荐和反对按键 */
/*#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #FF0000;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}*/

/*评论框图标*/
.commentbox_main img{ 
    display: inline-block !important; 
}
.comment_icon{
    display: inline-block !important;
}

/*评论框宽度自动*/
#tbCommentBody{
    width: 98% !important;
}

/*新闻宽度自动*/
#under_post_news{ width: auto;}

/*返回顶部*/
.backToTop{display:none;width:18px;line-height:1.2;padding:5px 0;background-color:#000;color:#fff;font-size:12px;text-
align:center;position:fixed;_position:absolute;right:285px;bottom:50px;_bottom:"auto";cursor:pointer;opacity:.6;filter:Alpha(opacity=60);
}

/* 定制生成博客目录的CSS样式 */
#uprightsideBar{
    font-size:15px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;
    /*
    将div的位置固定到距离top:150px，right:0px的位置，
    这样div就会处在最右边的位置，距离顶部150px，
    当然这两个值你可以自己改。
    */
    top:150px;
    left:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:25px; 
    box-shadow: 0 0 8px #877788;
    border:1px solid #00DDC00;
    border-right:none;
    text-align:center;
    background:#81C2D6;
}
#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:101px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}
#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}
#sideBarContents dd, dt {
    cursor: pointer;
}
#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}