html,body{
font-family: "Helvetica Neue","Luxi Sans","DejaVu Sans",Tahoma,"Hiragino Sans GB",STHeiti,"Microsoft YaHei";
}
.diggit 
{
box-shadow: 5px 5px 5px #aaa;
}
.diggit:hover
{
box-shadow: 9px 9px 9px #999;
}
.postBody {
    font-size: 1.01rem;
}
div#navigator
{
  background-color: #009688;
}
div#navigator>#navList>li:hover
{
 #00796B
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #E0F2F1;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #004D40;
    transition: all 0.4s linear 0s;
}
h3.catListTitle {
    background: #689F38;
    border-bottom: #33691E;
    border-radius: 0px;
}
div#topics,.newsItem, #blog-calendar,
.catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory
{
   border-radius: 0px;
}
.postBody h1 {
    margin-top: 24px;
}
.postBody h2 {
    margin-top: 22px;
}
.postBody h3 {
    margin-top: 20px;
}
.postBody h4 {
    margin-top: 18px;
}
.postBody h5 {
    margin-top: 16px;
}


/* 签名*/
.lucien{
    border: solid 1px #004D40;
    padding: 10px;
    margin-top: 30px;
}
/*推荐*/
#div_digg {
    padding: 8px 8px 8px 10px;
    border: 1px solid rgb(217, 219, 225);
    right: -20px;
    bottom: 0px;
    position: fixed;
    background-color: rgb(255, 255, 255);
    z-index: 999;
}