body{
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
    background-position: initial; 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-origin: initial; 
    background-clip: initial;
    height:100%;
    width:100%;
}

#home{
    background-color: rgba(255,255,255,0.5);
}

#home h1{
    font-size: 38px;
}

#navList .menu{
    font-size: 18px;
    padding-top: 0;
}

.blogStats {
  margin-top: 0;
}

#navigator {
    line-height: 50px;
    height: 50px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 0 10px 10px;
}

.catListTag ul li, .catListPostCategory ul li{
    display: inline-block !important;
    margin-bottom: 10px;
}
#sideBar .catListTag a:link, #sideBar .catListTag a:visited, #sideBar  .catListTag a:active {
    color: #fff;
    background-color: #6fa3ef;
    text-decoration: none;
    padding: 6px;
    border-radius: 5px;
}
#sideBar .catListPostCategory a:link, #sideBar .catListPostCategory a:visited, #catListPostCategory  .catListTag a:active {
    color: #fff;
    background-color: #e8a258;
    text-decoration: none;
    padding: 6px;
    border-radius: 5px;
}

.input_my_zzk, .btn_my_zzk {
    border-radius: 5px;
}

.catListTitle {
    margin: 0;
    padding: 10px 0;
}

#topics .postTitle {
    font-size: 20px;
}

#author_profile, #ad_text_under_commentbox, #ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb, #HistoryToday{
    display: none;
}

#green_channel {
    display: inline-block;
}
#BlogPostCategory, #EntryTag {
    font-size: 16px;
}
#BlogPostCategory a, #EntryTag a {
    font-size: 14px;
    border-radius: 5px;
}
#BlogPostCategory a:link, #BlogPostCategory a:visited, #BlogPostCategory a:active  {
   background-color: #e8a258;    
   color: #fff;
}
#EntryTag a:link, #EntryTag a:visited,  #EntryTag a:active {
    color: #fff;
    background-color: #6fa3ef;
}
#MySignature {
    text-align: center;
    color: #aaa;
    font-size: 13px;
}