html,body{max-width:100%; font-family:"Microsoft YaHei", Arial;}
#sideBar {margin-left:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
#navList{ margin-left:5px;}
#navigator {overflow:hidden;}
#blogTitle h2 {margin-top:0;}
#blogTitle {height:15px;}
#header{margin-top:0;}
}
@media screen and (max-width: 1100px){
#mainContent {width:100%;}
#sideBar {width:100%;}
}