/* 
/*******日历*************/




#blog-calendar {
    width: 300px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: -2px -1px 3px #ccc;
    border: 1px solid #f8f8f8;
}

.CalTitle {
    background: #169FE6!important;
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}
.CalDayHeader {
    background: #f8f8f8;
    font-weight: 100;
    color: #5e5f63;
}
#blog-calendar td {
    font-size: 12px;
    font-family: "Comic Sans MS";
    background-color: #fff;
}
td[Attributes Style] {
    text-align: -webkit-center;
}
td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
}
.CalOtherMonthDay {
    color: #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
}
.CalWeekendDay {
    padding-top: 4px;
    padding-bottom: 4px;
}
.CalTodayDay {
    background: #169FE6 !important;
    color: #fff;
    font-weight: bold;
}

u {
    color: #ec9bad;
    font-weight: bold;
}

.CalNextPrev {
    text-align: center;
    background-color: #F8F8F8!important;
    
}

#sidebar_toptags .catListTag li:hover {
    background-color: #ec9bad; /* 鼠标悬停时背景颜色改为红色 */
}


.catListTag ul li a {
    display: block;
    width: 100%;
    padding: 10px; /* 调整填充大小 */
    margin: 0; /* 取消默认的外边距 */
    text-decoration: none; /* 取消下划线 */
}


li[data-category-list-item-visible="true"] a {
    display: block;
    width: 100%;
    margin-left: 2px;
    margin: 0; /* 取消默认的外边距 */
    text-decoration: none!important; /* 取消下划线 */
    
}

#sidebar_categories .catListPostCategory li:hover {
    background-color: #ec9bad;
}

#sidebar_categories .catListPostArchive li:hover {
    background-color: #ec9bad;
}

#sidebar_categories .catListPostCategory a:hover ,
#sidebar_categories .catListPostArchive a:hover  {

    color: white !important; /* 鼠标悬停时字体变为白色 */
        border-bottom: 1px solid transparent; /* 添加一个透明的下划线 */
    text-decoration: none !important; /* 鼠标悬停时去除下划线 */
}
#TopViewPostsBlock li:hover {
    background-color: #ec9bad; /* 鼠标悬停时父容器背景变红 */
}



#TopViewPostsBlock a:hover  {
    color: white !important; /* 鼠标悬停时字体变为白色 */
        border-bottom: 1px solid transparent; /* 添加一个透明的下划线 */
    text-decoration: none !important; /* 鼠标悬停时去除下划线 */
}


input.btn_my_zzk {
    font-size: 14px;
    height: 37px;
    width: 70px;
    background: #ec9bad;
    text-align: center;
    line-height: 37px;
    border: none;
    color: #fff;
    border-radius: 5px;
}

