#sideBar{
display:none;
}
#mainContent{
width:100%;
box-shadow:none;
}
#header{
opacity: 1;
background-color:#9198e5;
}
#nav_left{
display:none;
}


#navList li a {
    background-color:#9198e5 ;
}

#navList li a:hover {
    background-color: #9198e5;
    margin-top: -2px;
    padding-bottom: 12px;
    color: #fff;
    opacity: 1;
}

body{
    background:#fff;
    font-family: Microsoft YaHei;
}

.blogStats{
    display: none;
}