#tagline{color:red;}
.postFoot{color:#b15d16;}
#sidebar_categories{background-color:#f6c0c0;}
#visitorfrom{text-align:right;padding-right:35px;}
#CatList_LinkList_0_Link_5{color:red;}
#KerryCodeSignature {
    background: #ffffbb url("https://files.cnblogs.com/files/kerrycode/notice_info.gif") no-repeat scroll 1% 50%;
    border: 1px solid #ff0088;
    font-family: 楷体 宋体;
    font-size: 12px;
    padding: 10px 10px 10px 60px;
}
#tttt{
font-size: 16px;
}

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:40px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:50px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#f6c0c0;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:350px;
    min-height:108px;
    max-height:560px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#f6c0c0;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents ht{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:25px;
}

#sideBarContents dd, dt,ht {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover,ht:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:40px;
}
#sideBarTab{
    //height: 50px;
    width: 320px;
    text-align: center;
    left: 50%;
    top: 50%;
    //margin: -50px 0 0 -50px;
}