/* #blogTitle{
  background: #0184b2; 
  background-image:
    -webkit-linear-gradient(left, #fb3 11px, transparent 0%),
    -webkit-linear-gradient(left, #ab4 23px, transparent 0%),
    -webkit-linear-gradient(left, #655 41px, transparent 0%);
  background-image:
    -o-linear-gradient(left, #fb3 11px, transparent 0%),
    -o-linear-gradient(left, #ab4 23px, transparent 0%),
    -o-linear-gradient(left, #655 41px, transparent 0%);
  background-image:
    linear-gradient(to right, #dea677 11px, transparent 0%),      
    linear-gradient(to right, #ab4 23px, transparent 0%),      
    linear-gradient(to right, #149fe6 41px, transparent 0%);
  background-size: 41px 100%, 61px 100%, 83px 100%;
} 

#blogTitle h1:before{
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    background-image: url("https://images.cnblogs.com/cnblogs_com/idiv/1157924/o_timg.jpg");
    border-radius: 50%;
    border: 2px solid;
    border-color: inherit;
    background-position: center;
    background-size: contain;
    box-sizing: border-box;
    margin-right: 10px;
    transition: all linear .3s;
}
#blogTitle:hover h1:before{
	border-color: white;
	transition: all linear .3s;
}
#blogTitle h1{
        font-size: 0;
        left: 0;
}
#Header1_HeaderTitle{
        font-size: 30px;
        vertical-align: middle;
}
.sidebar-block ul li a:hover{
        color: #0089ff;
}
.topicListFooter .pager a:hover, .topicListFooter .pager span{
        margin-top: 0;
} */
#sidebar_categories, #blog-calendar, #profile_block, #sidebar_search{
   display: none!important;
}
.catListTag ul li:hover {
  background-color: #0089ff;
}