body{
    background:#e6eae4;
}

#header {
    margin-top: 1.5em;
}
#home{
    width:1200px;
}
#blogTitle h1 {    
    font-size: 220%;    
    letter-spacing: 2px;   
    margin-top: 5px;  
}

#blogTitle h1 a, #blogTitle h2 {
    color: #2f4f4f;   
    text-shadow: none;
}
#blogTitle h2{
   font-size: 16px;    
   margin-left: 14em;
   letter-spacing: 3px;
   text-shadow: 2px 2px 2px #003d44;
   margin-top:1px;
}
#navigator {
    background-color: #81b804; 
    height:55px;
    margin-top:40px;
   border-bottom:3px solid #ff9801;  
}
#blogTitle{
   height:40px;
}

#navList a {   
    font: 16px/1.5em "微软雅黑";
   letter-spacing: 3px;
}
#mainContent {
   width:850px;
}
.postTitle {
    border-bottom: 1px solid #ff9801;
    border-left: 8px solid #ff9801;    
}
.topicListFooter {
    margin-top: 1px;
}
#topics .postTitle{
  border-bottom: 1px solid #ff9801;
}
.newsItem .catListTitle {
    background: none repeat scroll 0 0 #81b804;
    border: none;
    border-bottom: 2px solid #ff9801;  
}
.catListTitle {  
    color: #fff;
    font-size: 140%; 
}
.postBody {
    border-right: 1px solid #ff9801;
    border-bottom:1px solid #ff9801;
}
#cnblogs_post_body p{
   width:90%;
}