.cnblogs-markdown .hljs {
    font-size: 17px !important;
}
#cnblogs_post_body {
    font-size: 17px;
}
#navigator, #blogTitle, #main, #footer {
    width: 66%;
}
#main {
    background: none;
}
#navigator {
    margin-top: 37px;
    top: 0px;
}
#navList:after,#navList:before{
    content: "";
    display: table;
}
#navList:after{
    clear: both;
}
#navList {
    *zoom: 1;
}
#navList li a {
    background: none;
    color: #000;
}
#header {
   background: none;
    height: 100%;
    padding-bottom: 5px;
    padding-top: 34px;
}
#blogTitle {
    display: block;
    height: 80px;
}
#blogTitle h2 {
    margin-left: 7px;
}
#Header1_HeaderTitle {
    color: #000;
    font-size: 31px;
    margin-left: 0px;
    transition: all 1s;
}
#Header1_HeaderTitle:hover {
    margin-left: 20px;
}
#navList li a {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}
#navList li a:hover {
    background: none;
    color: #000;
    border-bottom-color: #000;
}
#sideBar {
    float: right;
    width: 17%;
    background-color: #fff;
    box-shadow: 0 0 8px #999;
    -moz-box-shadow: 0 0 8px #999;
    -web-kit-shadow: 0 0 8px #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -web-kit-shadow: 6px;
}
#mainContent {
    width: 79%;
    background-color: #fff;
}
.day {
    background: none;
}