#Header1_HeaderTitle{
     font-family: MV Boli;
     font-size: 39px;
     text-shadow: -2px -2px 2px greenyellow;
}
#blogTitle {
    height: 200px;
    width: 850px;
    margin: 0 auto;
    clear: both;
    background: url(https://images.cnblogs.com/cnblogs_com/_inx/1660599/o_200304002706try2.jpg) no-repeat top center;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
#blogTitle h2 {
    width: 90%;
    line-height: 1.5em;
    margin: 0 auto;
    color: darkgreen;
    text-align: center;
    font-weight: bold;
    text-shadow: -2px -2px 2px greenyellow;
}
#blogTitle a {
    color: darkgreen;
}

a.postTitle2 {
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
    transition-delay: 0s;
    font-size: large;
}

a.postTitle2:hover {
    padding-left: 9px;
}
#sidebar_shortcut, #sidebar_search{

}

#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right: 18%;
  border:2px solid #6FA833;
  padding:10px;
  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);
}

tbody, #sidebar_categories, #recent_comments_wrap{

}

#sidebar_scorerank h3, #linkage h3, #me h3 {
    min-height: 24px;
    line-height: 24px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #dbdbdb;
    padding-left: 10px;
    color: #000;
    font-size: 12px;
}

.connect ul {
    border: 1px solid black;
    text-align: center;
    margin: 10px;
}

#topics .postTitle {
    width: 100%;
}

        #div1 {
            position: relative;
            width: 230px;
            height: 230px;
            /* border: 1px solid #000; */
            margin: auto;
        }
 
        #div1 a {
            position: absolute;
            top: 0px;
            left: 0px;
            font-family: Microsoft YaHei;
            color: #000;
            font-weight: bold;
            text-decoration: none;
            /* padding: 3px 6px; */
        }
 
        #div1 a:hover {
            border: 1px solid #eee;
            background: #FFF;
        }

.c_b_p_desc {
    desplay: none;
}