#paginating {
}

#paginating ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#paginating li {
    display: inline;
}

/* SHARE LINKS */
#share {
    margin-top: 30px;
    clear: both;
}

/* LEAFY/LANGRIDGE IMAGE REPLACEMENT */
#fbshare {
    float: left;
	display: block;
    padding: 22px 0 0 0;
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(images/fbshare.png);
    height: 0px !important;
    height /**/:22px;
    width: 185px;
}

#twitshare {
    float: left;
    margin-left: 30px;
	display: block;
    padding: 21px 0 0 0;
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(images/twitshare.png);
    height: 0px !important;
    height /**/:21px;
    width: 191px;
}


/* ATTACHMENTS */

#attachments {
    margin: 0 0 2em 0;
    display: block;
    width: 580px;
    background-image: url(images/box_shadow_top.png);
    background-repeat: no-repeat;
    padding-top: 30px;
}

#attachments h3 {
    font-weight: normal;
    color: #666;
    width: 50px;
    font-size: 12px;
    float: left;
}

#attachments ul {
    list-style: none;
    float: left;
    margin: -23px 0 0 0;
    padding: 0 0 10px 70px;
    width: 510px;

    background-image: url(images/box_shadow_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;

}

#attachments ul li {
    float: left;
    width: 240px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#attachments ul li a {
    display: block;
    width: 170px;
    background-repeat: no-repeat;
    background-position: right;
    float: left;
}

#attachments ul li a.doc, #attachments ul li a.docx {
    background-image: url(images/doc.png);
}
#attachments ul li a.ppt, #attachments ul li a.pptx {
    background-image: url(images/ppt.png);
}
#attachments ul li a.xls, #attachments ul li a.xlsx {
    background-image: url(images/xls.png);
}
#attachments ul li a.pdf {
    background-image: url(images/pdf.png);
}


#attachments ul li span {
    display: block;
    float: right;
    text-align: right;
    width: 70px;
}


/* VIDEO PLAYER */
.article-video {
    z-index: -10;
    z-index: 0 !important;
    width: 600px;
}

.article-video * {
    z-index: 0 !important;
}
