body{
    font-family:"microsoft yahei";
    background-color:#ccc;
    background:url(https://images.cnblogs.com/cnblogs_com/qianhua/953676/o_1111.jpg) fixed center;
    background-size:cover;
}
#home{
    background:rgba(255,255,255,0.7);
}
.newsItem{
    background-color:transparent;
    border:1px solid #ededed;
    box-shadow:0 1px 3px #ccc;
    padding:0 0 5px;
}
.catListTitle{
    margin:0;
    padding: 10px 5px 10px;
    background-color:rgba(255,255,255,0.3)
}
#profile_block{
    padding:0 5px;
}
.CalDayHeader{
    background-color:rgba(255,255,255,0.3);
}
.CalTitle{
    background-color:transparent;
}
.CalTitle td{
    background-color:rgba(255,255,255,0.3) !important;
}
#sidebar_search{
    background-color:transparent;
}
.mySearch{
    border:1px solid #ededed;
    box-shadow:0 1px 3px #ccc;
}
.div_my_zzk{
    width:180px;
    margin-left:5px;
}
.input_my_zzk{
    background-color:rgba(255,255,255,0.1);
    box-shadow:0 1px 3px #ccc;
}
.sidebar-block{
    background-color:transparent;
}
#sidebar_postcategory,#sidebar_postarchive,#sidebar_imagecategory,.catListView{
    border:1px solid #ededed;
    box-shadow:0 1px 3px #ccc;
}
.catListView{
    background-color:transparent;
}
#sideBarMain ul{
    padding:0 5px;
}
.CalTodayDay{
    background-color:transparent !important;
    outline:1px solid #3671a5;
    color:#3671a5;
}
#sideBar a{
    color:#333;
}


#navList{
    height:52px;
    line-height:52px;
}
#navList a{
    padding:0;
    height:auto;
}
#navigator{
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
}
#navList a:link, #navList a:visited, #navList a:active{
    color:#333;
    transition:all 0.4s;
}
#navList a:hover{
    background-color:#fff;
    color:#21759b;
    transition:all 0.4s;
}
.pager{
    text-align:center;
}
.topicListFooter a{
    padding:5px 5px;
    background-color:rgba(255,255,255,0.1);
    transition:all 0.4s;
    border:1px solid #3671a5;
    box-shadow:0 1px 3px #3671a5;
    color:#666;
}
.topicListFooter a:hover{
    background-color:rgba(255,255,255,0.3);
    color:#21759b;
    transition:all 0.4s;
}
.topicListFooter{
    text-align:center;
}
#blogTitle{
    position:relative;
    height:75px;
    padding:5px 10px;
    background:linear-gradient(to right,rgba(255,255,255,0.3) 0%,transparent 50%),url(https://images.cnblogs.com/cnblogs_com/zczhangcui/931750/o_header-right2.png) no-repeat 95% 0;
    background-size: auto 85px;
}
#blogTitle h1{
    margin-top:2px;
}
#blogTitle:before{
    content:"";
    display:block;
    width:3px;
    height:85px;
    position:absolute;
    top:0;
    left:-3px;
    background-color:#21759b;
}
.blogStats{
    margin-right:40px;
}
.catListTag,.catListComment,.catListFeedback{
    background:transparent;
    border: 1px solid #ededed;
    box-shadow: 0 1px 3px #ccc;
}