/* Date-tab (Ribbons)
-------------------------------------------------------------- */
.date-tab {
    z-index: 1;
    position: relative;
    width: 20%;
    max-width : 120px;
    min-width: 100px ;
    margin: -5px 10px 10px -40px;
    float: left;
    border-radius: 8px 1px 1px;
    background-color: #a00b0b;
    box-shadow: 0 2px 4px #110303;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 70%;
    text-shadow: 0 1px 2px #c53d3d;
}

.date-tab::before {
    position: absolute;
    top: 30px;
    left: -20px;
    width: 40px;
    height: 0;
    border-width: 20px 10px;
    border-style: solid;
    border-radius: 0 0 10px;
    border-color: #a00b0b #a00b0b #a00b0b transparent;
    content: ' ';
}

.date-tab::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px 10px;
    border-style: solid;
    border-radius: 8px 0 0;
    border-color: #6d0404 #6d0404 transparent transparent;
    content: ' ';
}

.date-tab .month {
    display: block;
    padding: 6px 16px 6px 0;
    font-size: 70%;
    text-align: right;
}

.date-tab .day {
    display: block;
    padding: 6px 16px 2px 0;
    font-size: 112%;
    font-weight: bold;
    text-align: right;
}

/* END-Date-tab (Ribbons) */

/* Yellow Sticker
-------------------------------------------------------------- */
.yellow-sticker-middle {
    width: 212px;
    background: url(../img/yellow-sticker-middle.png) repeat-y;
}
.yellow-sticker-top {
    width: 212px;
    height: 65px;
    background: url(../img/yellow-sticker-top.png) no-repeat;
}

.yellow-sticker-middle ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.yellow-sticker-middle ul li {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 110%;
    list-style: none;
}

.yellow-sticker-middle ul li .listMeta {
    font-size: 10px;
}

.yellow-sticker-middle ul li a {
    display: block;
    width: 170px;
    margin-left: 10px;
    padding: 4px 0 4px 25px;
    border-top: 1px solid #ffe5be;
    color: #21565e;
    transition: margin 0.3s;
}

.yellow-sticker-middle ul li a:hover {
    margin-left: 20px;
    color: #000;
    text-decoration: none;
}

.yellow-sticker-middle ul .sub-menu {
    padding-left: 10px;
    overflow: hidden;
}

.yellow-sticker-bottom {
    /* width: 188px; */
    height: 62px;
    padding: 12px 12px 0;
    background: url(../img/yellow-sticker-bottom.png) no-repeat left bottom;
    font-size: 100%;
    text-align: right;
}

/* White Sticker
-------------------------------------------------------------- */
.white-sticker-top {
    height: 124px;
    background: url(../img/white-sticker-top.png) no-repeat;
}

.white-sticker-middle {
    background: url(../img/white-sticker-middle.png) repeat-y;
}

.white-sticker-middle ul {
    margin: 0;
    padding: 0;
}

.white-sticker-middle ul li {
    margin: 0;
    padding: 0;
    font-size: 93%;
    line-height: 130%;
    list-style: none;
}

.white-sticker-middle ul li a {
    display: block;
    width: 170px;
    padding: 4px 0 4px 25px;
    color: #21565e;
}

.white-sticker-middle ul li a:hover {
    color: #000;
    text-decoration: none;
}

.white-sticker-middle ul li a i {
    margin-right: 6px;
    color: navy;
    font-size: 70%;
}

.white-sticker-bottom {
    height: 62px;
    padding: 12px 12px 0;
    background: url(../img/white-sticker-bottom.png) no-repeat;
    font-size: 70%;
    text-align: right;
}

.white-sticker-bottom a {
    color: #21565e;
}

.white-sticker-bottom a:hover {
    color: #21565e;
    text-decoration: none;
}

/* Widgets
 -------------------------------------------------------------- */

/* Bookmark Widget */
#right-sidebar .nwp_bookmark_widget {
    padding: 60px 10px 20px;
    background: url(../img/linking-word.png) no-repeat 10px 5px;
    background-size: 150px auto;
}
/* End Bookmark Widget */
/* About Widget */
#right-sidebar .about-widget p {
    margin-top: 20px;
}
#right-sidebar .about-widget {
    padding: 30px 10px 20px;
    background: url(../img/about-label.png) no-repeat 10px 5px;
    font-family: Forum, Times New Roman, Times, Georgia, serif;
    font-size: 100%;
    line-height: 110%;
}

/* Links Widget */
#right-sidebar .links-widget {
    padding: 20px 10px 20px;
    background: url(../img/links-label.png) no-repeat 10px 5px;
    background-size: 150px auto;
}

#right-sidebar .links-widget ul {
    margin: 0;
    padding: 0;
}

#right-sidebar .links-widget ul li {
    background: url(../img/line.png) no-repeat bottom;
    font-size: 100%;
    line-height: 120%;
    list-style: none;
}

#right-sidebar .links-widget ul li a {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    padding: 3px 0;
    color: #21565e;
}

#right-sidebar .links-widget ul li a:hover {
    color: #000;
    text-decoration: none;
}

/* Other Widgets */
#right-sidebar .widget {
    display: block;
    width: 90%;
    padding: 10px;
}

#right-sidebar .widget-title {
    font-family: Permanent Marker;
    font-size: 18px;
}

select {
    width: 100%;
}

/* END-Sidebar (Column 2) */

/* Footer
-------------------------------------------------------------- */
#notebook_footer {
    padding: 5% 0 0;
    font-size: 92%;
    line-height: 110%;
    text-align: center;
}

#notebook_footer a {
    color: #909490;
    text-decoration: none;
}

#notebook_footer a:visited {
    color: #909490;
    text-decoration: none;
}

#notebook_footer_widgets {
    display: block;
    text-align: initial;
}

#notebook_footer_widgets span {
    width: calc(33% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    float: left;
}

/* END-Footer */