#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#navList {
    font-size:18px;
}
#navList a:hover {
    color: #2e6ab1;
}
#navList a {
    padding-top: 17px;
}
#sideBar h3 {
    font-size: 15px;
}
#blogTitle h1 {
    font-size: 39px;
    margin-top: 8px;
    font-family: "Arial,Helvetica,sans-serif";
    }
#blogTitle h2 {
        font-size: 19px;
        margin-bottom: 8px;
    }
.catListTitle {
    font-weight: bold;
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left:10px solid #558fd4;
    padding:10px 0px 10px 14px;
    background-color:#f7f7f7;
    text-align: left;
}
.fork_style{
    position: absolute;
    top: 20px;
    right: 65px;
    border: 0;
}
.buryit {
    display: none;
}
#topics .postTitle {
    font-size: 180%;
    font-weight: bold;
    line-height: 1;
}
#div_digg{
  position:fixed;
  bottom:5px;
  width:50px;
  right:390px;
  border:2px solid rgba(82, 168, 236, 0.8);
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px rgba(82, 168, 236, 0.8), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
#cnblogs_post_body h1 {
background: gray !important;
background: #406CA4 !important;
border-radius: 4px 4px 4px 4px !important;
box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
color: #FFFFFF;
font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
font-size: 20px;
font-weight: bold;
margin: 15px 0 !important;
padding: 5px 0 5px 20px;
}

#cnblogs_post_body h2 {
    /*background: none repeat scroll 0% 0% rgb(43, 102, 149);*/
    border-radius: 6px 6px 6px 6px;
    //box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    //text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    color: #355681;
    font-family: "Courier New","宋体","黑体",Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: px 0px 5px 20px;
    //text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;
}

#cnblogs_post_body h2 a{
   color: rgb(235, 235, 235);
}

#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}
#MySignature {
    width: 1000px;
    box-shadow: 1px 1px 10px #989898;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    border-left: solid 3px #3199E4;
    background: #F3F3F3;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 5%;
    border-top-right-radius: 10px;
}