.dayTitle{display: none;}
.postTitle {background-color:#CCE6CC;}
.postDesc a {
    color: #177e34;
}
#navList a {
    padding: 0 20px;
    border-radius: 18px;
}
#navList a:hover{background-color:#CCE6CC;}
#Header1_HeaderTitle {
    padding: 0 18px;
    border-radius: 30px;
    color: #fff;
    background-color: #008200;
}
#Header1_HeaderTitle:hover {
    background-color: #cce6cc;
    color: #008200;
}
#mainContent {
    float: left;
    width: 70%;
}
#sideBar {
    width: 25%;
    float: right;
}
#home {
    background-color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #000;
    padding-top: 30px;
    padding-right: 25px;
    word-wrap: break-word;
    box-shadow: 0 0 25px black;
    position: relative;
    width: 80%;
    margin: 15px auto;
    line-height: 1.5;
}
#cnblogs_post_body img {
    max-width: 100%;
}