/* background-color */
#vd-right-menu,
div#div_digg,
#post_next_prev_clone,
#vd-catalog[state='mouseout'] {
    background-color: rgba(135, 206, 235, 0.5);
}
#vd-catalog[state='mousemove'] {
    background-color: rgb(135, 206, 235);
}

/* border */
div#div_digg,
#vd-right-menu,
#vd-catalog {
    border: 3px solid rgb(135, 206, 235);
    border-radius: 10px;
}

/* 推荐&反对 */
div#div_digg {
    position: fixed;
    right: 5px;
    bottom: 5px;
    margin: 0px;
    overflow: hidden;
}

/* 右侧菜单 */
#vd-right-menu {
    position: fixed;
    right: 5px;
    bottom: 120px;
    width: 54px;
    overflow: hidden;
}
#vd-right-menu .vd-menu-item {
    width: 48px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 3px;
    color: white;
}

/* post时间 */
.post .postfoot {
    color: #666;
}

/* 目录 */
#vd-catalog {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 100000;
    min-width: 54px;
    overflow: hidden;
}
.vd-catalog-header {
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 3px;
    color: white;
}
.vd-catalog-body {
    display: none;
}
.vd-catalog-item {
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 3px;
    color: white;
    overflow: hidden;
}
.vd-catalog-item:hover {
    background-color: rgb(204, 213, 224);
    text-decoration: none;
}
#vd-catalog a {
    text-decoration: none;
}