#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    box-shadow: 0 0 12px 3px #fff;
}
#blogTitle h1 {
    font-weight: inherit;
}
#blogTitle h2 {
    float: none;
}
#mainContent{
    border-right: 1px dashed #ccc;
}
#blogTitle {
    text-align: center;
    -moz-box-shadow: 10px 10px 5px #888888; /* 老的 Firefox */
    box-shadow: 10px 10px 5px #888888;

}

#navList a {
    color: #fff;
    font-size: 25px;
    text-shadow: 8px 8px 8px #000;
}

    #navList a:hover {
        text-decoration: none;
        color: #3671a5 !important;
    }

.blogStats {
    display: none;
}
#c_n9{
  z-index:0;
}
#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:390px;
  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);
}