#home{
     margin-top:5em;
}
#navigator{
    margin-top: 2em;
}
#blogTitle {
    height: 60px;
    font-size:20px;
    clear: both;
    font-family: "楷体","楷体_GB2312";  
}
#blogTitle h1{
line-height:0.5rem;
}
#blogTitle h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 3em;
    padding-top: 1rem;
    line-height: 1.5em;
    width: 85%;
    float: left;
    display: inline;
    font-size: 14px;
}

#blogTitle h1 a{
font-size:38px;
font-family:unset;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: floralwhite;
    
}
#navList a:hover{
    color:#0378bb;
    text-decoration: none;
    background-color:floralwhite;

}

#navList a {
    margin: 18px 10px 0 0;
    padding: 0 10px;
    font:18px/1.5em "微软雅黑";
    display: block;
}

a:visited {
    color: coral;
    text-decoration: none;
}
#sideBarMain ul{
overflow:hidden;
}
#sideBarMain ul li {
    list-style: none;
    width: 6em;
    padding: 1em 0px;
    text-align: -webkit-center;
    float: left;
}
div#sidebar_postarchive ,
div#sidebar_imagecategory, 
div#sidebar_recentposts {
   
  
}
div#sidebar_categories ,
div#sidebar_topviewedposts {
  
}
div#sidebar_postarchive li ,
div#sidebar_recentposts li ,
div#sidebar_topviewedposts li{
    list-style: none;
    width: 20em;
    list-style: none;
    padding:  0px;
    border-radius:0px;
    background-color: initial;
    text-align: -webkit-left;
    overflow: hidden;
}

div#myCode {
    width: 250px;
}
div#myCode p{
    width: 100%;
    text-align: -webkit-center;
}
div#myCode img{
    width: 100%;
}
#blog-news {
    text-align: -webkit-center;
    margin-left: 0px;
}
div#RecentCommentsBlock li {
    display: block;
    float: none;
    width: 100%;
    background: none;
    text-align: left;
    padding: 0;
}
#cnblogs_post_body {
    word-break: break-word;
    font-size: initial;
}