#blogTitle{
     background: url(https://files.cnblogs.com/files/wangjianguang/top.gif) left top repeat-x;
    height: 76px;
    color:white;
    padding: 0;
}
.postTitle{
    font-size:18px;
    margin-bottom:3px;
}
#blogTitle h1 a{
 color:white;
}
#blogTitle h1  a:hover{color:rgb(63, 134, 79);text-decoration:none}
#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:100px;
  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);
}

#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}


#navigator {
 background-image: -webkit-linear-gradient(-360deg , green, orange, green);
      height: 60px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
}
#navList a:hover {
    color: white;
    background-color: #688227;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
}
 #navList a:link, #navList a:visited, #navList a:active {
    color: white;
 }
 .blogStats {  
    color: white;
 }

#cnblogs_post_body h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    background:#406CA4;
color:white;
}

#cnblogs_post_body h1{
   color: rgb(235, 235, 235);
}