body,div,span,ul,li{margin:0px;padding:0px;}
        #home{width:1050px;margin: auto;}
        /*div{border:solid 1px red;}*/
        /*头部*/
        #header{overflow:hidden;margin-bottom: 50px;margin-top: 20px;}
        #header a{color: #2a3440;height:54px;line-height: 54px;font-weight: bold;font-size:32px;}
        #blogTitle{float:left;}
            #blogTitle > #lnkBlogLogo {display:none; float:left;margin-right: 20px;}
            #blogTitle h1{margin:0px;padding:0px;float: left;overflow: hidden;}
            #blogTitle h2{display: none;}
        #navigator{float:left;}
            #navList{overflow: hidden;}
            #navList > li{list-style: none;float:left;margin-left: 20px;}
            .blogStats{display:none;}

        /*main*/
        .day{margin-bottom: 30px;border-bottom:dotted 1px #ccc;padding-top: 5px;padding-bottom: 5px;}
        .day .dayTitle{display: none;}
        .day .postTitle{height:32px;line-height: 32px;margin-bottom: 10px;}
        .day .postTitle a{font-size: 24px;color: #333;}
        .day .postCon{margin-bottom: 20px;margin-top: 20px;}
        .day .postDesc{margin-bottom: 10px;float: right;color:#999;}
#sideBar{display:none;}

        /*catagory*/
        .entrylistItem{margin-bottom: 30px;border-bottom:dotted 1px #ccc;padding-top: 5px;padding-bottom: 5px;overflow: hidden;}
        .entrylistPosttitle{height:32px;line-height: 32px;margin-bottom: 10px;}
        .entrylistPosttitle a{font-size: 24px;color: #333;}
        .entrylistPostSummary{margin-bottom: 20px;margin-top: 20px;}
        .entrylistItemPostDesc{margin-bottom: 10px;float: right;color:#999;}