#home { 
    width: 98%; 
    background-color: #fff;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 50px;
    box-shadow: none;
}
#home {
    margin: 0pt auto;
    min-width: 980px;
    width: 98%;
}
#navList li {
    float: left;
    margin: 0 3px 0 0; 
}
body {
    color: #000;
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
/*头部*/
#navigator {
    border: 1px solid #E8E7D0;
    background: #fff;
    clear: both;
    height: 30px;
} 
.blogStats {
    float: right;
    color: #ccc;
    margin-top: 8px;
    margin-right: 2px;
    text-align: right;
}
#navList a {
    border-right: #FFF 0px solid;
    display: block;
    float: left;
    width: 5em;
    padding-top: 8px;
    HEIGHT: 22px;
    text-align: center;
}
#navList a:hover{
background:#cc80b3;
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}
#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

#sideBar h3{
border-bottom:1px solid #ddd;
position:relative;
padding:5px 0;
} 
.catListTitle:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #cc80b3;
    position: absolute;
    left: 0;
    bottom: -1px;
}
/*谷歌搜索*/
#widget_my_google {
    display: none;
}