/* Comic navigation bar buttons */
/** Drabbles About **/
a.current-drab-about, a.link-drab-about, a.section-drab-about {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/drab-nav/about_h.png) no-repeat;
}

a.current-drab-about, a.link-drab-about:hover, a.section-drab-about {
    text-indent: -9999em;
}

/** Drabbles Links **/
a.current-drab-links, a.link-drab-links, a.section-drab-links {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/drab-nav/links_h.png) no-repeat;
    margin-left: 5px;
}

a.current-drab-links, a.link-drab-links:hover, a.section-drab-links {
    text-indent: -9999em;
}

/** Drabbles Contact **/
a.current-drab-contact, a.link-drab-contact, a.section-drab-contact {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/drab-nav/contact_h.png) no-repeat;
    margin-left: 5px;
}

a.current-drab-contact, a.link-drab-contact:hover, a.section-drab-contact {
    text-indent: -9999em;
}

/** Drabbles Arcive **/
a.current-drab-archive, a.link-drab-archive, a.section-drab-archive {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/drab-nav/archive_h.png) no-repeat;
    margin-left: 5px;
}

a.current-drab-archive, a.link-drab-archive:hover, a.section-drab-archive {
    text-indent: -9999em;
}

/** Drabbles First **/
a.current-drab-first, a.link-drab-first, a.section-drab-first {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/drab-nav/first_h.png) no-repeat;
}

a.current-drab-first, a.link-drab-first:hover, a.section-drab-first {
    text-indent: -9999em;
}

/** Drabbles Previous **/
a.current-drab-prev, a.link-drab-prev, a.section-drab-prev {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/drab-nav/prev_h.png) no-repeat;
    margin-left: 5px;
}

a.current-drab-prev, a.link-drab-prev:hover, a.section-drab-prev {
    text-indent: -9999em;
}

/** Drabbles Next **/
a.current-drab-next, a.link-drab-next, a.section-drab-next {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/drab-nav/next_h.png) no-repeat;
    margin-left: 5px;
}

a.current-drab-next, a.link-drab-next:hover, a.section-drab-next {
    text-indent: -9999em;
}

/** Drabbles Last **/
a.current-drab-last, a.link-drab-last, a.section-drab-last {
    display: block;
    float: left;
    width: 206px;
    height: 35px;
    background: url(images/drab-nav/last_h.png) no-repeat;
    margin-left: 5px;
}

a.current-drab-last, a.link-drab-last:hover, a.section-drab-last {
    text-indent: -9999em;
}

