a,div,h1,h2,h3,h4,h5,h6,ul,li,tbody,tr,td,table,th,input,body{
     margin: 0;
     padding: 0;
     font-family: "微软雅黑";
    -webkit-user-select: none;
 }
a{
    /*去掉下面的横杠*/
    text-decoration: none;
}
#header{
    background-image: url(https://images.cnblogs.com/cnblogs_com/1997ou/1061045/o_header.png);
    width: 825px;
    height: 160px;
    color: #4d4849;
    position: absolute;
}
#blogTitle{
    /*清除随子元素浮动*/
    overflow: hidden;
}
#blogTitle h1{
    display: none;
}
#blogTitle h2{
    margin-top: 50px;
}
#blogTitle h2{
    height: 40px;
    margin-left: 30px;
    font-size: 15px;
    font-weight: normal;
}
ul,li{
    list-style: none;
    display: inline-block;
}
#navigator{
    margin-top: 30px;
}
#navList{
    width: 550px;
    height: 26px;
    margin-left: 30px;
    border: 2px dashed #4d4849;
}
#navList li{
    width: 80px;
    height: 26px;
    text-align: center;
    float: left;
}
#navList li a{
    font-size: 18px;
    color: #4d4849;
}
#navList li a:hover{
    font-size: 20px;
    color: #468a44;
}
.blogStats{
    width: 200px;
    height: 30px;
    font-size: 12px;
    margin-left: 645px;
    margin-top: 2px;
}
#sideBar{
     width: 550px;
    margin-left: 800px;
    margin-top: 5px;
 }
.CalDayHeader,#sideBar h3{
    color: #468a44;
}
.newsItem,#leftcontentcontainer{
    padding: 27px;
}
#main{
    margin-top: 5px;
    overflow: hidden;
}
#mainContent{
    position: absolute;
    top: 190px;
    width: 730px;
    margin-left: 30px;
    border: 2px dashed #4d4849;
    padding: 10px;
}
#footer{
     display: none;
 }
#profile_block a{
    color: #4d4849;
}
#profile_block a:hover{
    color: #468a44;
}
#blog-sidecolumn a{
    color: #4d4849;
}
#blog-sidecolumn a:hover{
    color: #468a44;
}
.day a{
     color: #468a44;
 }
.day a:hover{
    /*加粗*/
    font-weight: bold;
 }
#cb_post_title_url{
    color: #468a44;
}
.postDesc a{
    color: #468a44;
}
#comment_nav a{
    color: #468a44;
}
#commentbox_opt a{
    color: #468a44;
}