body{
background-color:#fff;
font-family: Helvetica,Arial,Tahoma,"微软雅黑","黑体",sans-serif;
}
#cnblogs_post_body h1 {
  background: #21759b none repeat scroll 0 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 0 0 1px #5f5a4b, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  color: #ffffff;
  padding: 5px 0 5px 20px;
  text-shadow: 2px 2px 3px #222222;
}
#navigator {
  background-color: rgb(34, 46, 42);
  border: medium none;
  box-sizing: border-box;
  color: #fff;
  left: 0;
  margin: 0 auto;
  padding-left: 17.5%;
  padding-right: 17.5%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#blogTitle{
  background-color: rgb(243, 243, 243);
  height: 100px;
  left: 0;
  padding-left: 17.5%;
  padding-right: 17.5%;
  position: absolute;
  top: 50px;
  width: 100%;
  box-sizing: border-box;
}
#main{
margin-top:100px;
}
#navList a:link, #navList a:visited, #navList a:active{
  color: white;
  padding: 0;
  height: 50px;
line-height:50px;
}