/*设置整体内容区变宽开始*/
#mainContent {
    width: 900px;
}
#blogTitle, #main, #footer {
    width: 1220px;
}
/*设置整体内容区变宽结束*/

/*去除广告开始*/
div[id^="ad_"] {
    display: none;
}
div[class^="c_ad"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}
/*去除广告结束*/

/*设置导航栏开始*/
#header {
    background-color: #32aec1;
}
#navigator, #blogTitle, #main, #footer {
    width: 1210px;
}
#navList li a {
    background-color: #32aec1;
}
#navList li a:hover {
    background-color: #25d7cf;
    border-radius: 90%;
}
/*设置导航栏结束*/

/*隐藏反对按钮，嘿嘿(*^▽^*)*/
.buryit {
    display: none;
}