body{
  font-family: 微软雅黑,Verdana,sans-serif,宋体
}
#navigator {
    background-color: #007d1a;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
}
#navList a:hover {
  color: white;
  background-color: #41b91c;
  text-decoration: none;
  text-shadow: 0px 0px 1px #000;
}
.day{
  border-radius: 3px;
}
.newsItem, #blog-calendar{
border-radius: 3px;
}

.catListEssay, .catListLink, .catListNoteBook, .catListTag, 
.catListPostCategory, .catListPostArchive, .catListImageCategory,
.catListArticleArchive, .catListView, .catListFeedback, .mySearch,
.catListComment, .catListBlogRank, .catList, .catListArticleCategory{
   border-radius: 3px;
}

.catListTitle{	
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
}

.postBody{
  padding-top:0px;
}
#cnblogs_post_body h1 {
  background: #14995F;
  border-radius: 3px 3px 3px 3px;
  color: white;
  font-size: 14pt;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 5px 20px;
}

#cnblogs_post_body h2 {
  background:#B14F99;
  border-radius: 3px 3px 3px 3px;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 5px 20px;
}

#cnblogs_post_body h3{
  padding: 5px 10px;
  margin-top: 5px;
  border-bottom: 2px dashed #469759;
}
blockquote {
  background-color: #DAECEE;
  border: 2px dashed #4FC258;
  margin-right:25px;
  letter-spacing: 1px;
  font-style: italic;
}

.postBody li, .postCon li {
  margin-bottom:0.5em;
}

p strong{
  background: #118565;
  color: white;
  font-size: 10pt;
  letter-spacing: 2px;
  padding: 2px 3px;
 
}
p img{
border: 1px solid #42AD28;
box-shadow: 2px 2px 10px #3F6B3C;
}