body, html, div,img, label, p,ul,
li, a{
    margin: 0;
    padding: 0; 
    border: 0; 
    outline: none;

}
body{
    line-height: 1;
    font-size: 100% ;
    font-family:'Microsoft YaHei';
    /* Decide for yourself if you want to include this. */;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    padding: .6em 0;
    margin: 0 15px;

}
ul{
    list-style: none;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}
#blogTitle .title {
    font-size: 28px;
    margin: 0;
    line-height: 60px;
}
 #blogTitle .title a {
    color: #555;
    text-decoration: none;
    display: block;
    float: left;
    padding: 0 1em 0 .3em;
    margin-right:50px;

}
 #blogTitle .title a:hover {
    background: orange;
    color: #fff;
}
#navList{
    list-style:none;
}
#navList li{
    float:left;
    line-height:60px;
    margin-right:50px;
}
#navList li a{
    text-decoration:none;
    color: #666;
}
#navList li a:hover{
    color: orange;
}
.blogStats{
    float:right;
    margin-right:10px;
    line-height:60px;
}
#main{
    margin:100px auto 0;
    width:1300px;
    padding:10px;
}
.postTitle{
    background-color:orange;
    width:200px;
    overflow:auto;
    padding:10px;
    text-align:center;
    margin-bottom:20px;
    border-radius:20px;
}
.postTitle a{
    text-decoration:none;
    color:#fff;
}
.c_b_p_desc{
    width:910px;
    margin:0 auto;
    border-bottom:1px #ddd solid;
    border-right:1px #ddd solid;
    line-height:30px;
    height:200px;
    border-radius:20px;
    padding:10px;
}
.c_b_p_desc_readmore,.postDesc a{
    text-decoration:none;
    color:orange;
}
.postDesc{
    margin:10px 0 30px 0;
    color:#666;
    text-align:right;

}
#calendar,.catListTitle,#profile_block,#sidebar_search_box,.catListLink,.catListPostArchive,#TopViewPostsBlock,.dayTitle{
    display:none;
}
#footer{
    text-align:center;
    color:#666;
    margin:10px 0;
    font-size:0.9em;
}