/*
    Document   : accessible_sharing.css
    Created on : Feb 20, 2013, 5:41:05 PM
    Author     : daniel
    Description:
        Purpose of the stylesheet follows.
*/

#block-accessible-sharing-accessible-sharing-default  {
    height: 32px;
}

#accessible-sharing-default {
    height: 32px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#accessible-sharing-default li {
    float: left;
    padding-right: 0.2em;
}

#accessible-sharing-default a {
    background: url("widget011_32x32_top.gif") no-repeat scroll left center transparent;
    display: block;
    height: 32px !important;
    line-height: 32px !important;
    overflow: hidden;
    width: 32px !important;
}

#accessible-sharing-default .accessible-sharing-count {
    background: url("bubble.gif") no-repeat scroll left center transparent;
    background-position: 0 -32px !important;
    color: #000;
    display: block;
    font-weight: bold;
    height: 32px !important;
    line-height: 32px !important;
    overflow: hidden;
    width: 62px !important;
    text-align: center;
}

#accessible-sharing-default a:hover,
#accessible-sharing-default a:focus{
    opacity: 0.8;
}

#accessible-sharing-default a span {
    left: -9999px;
    position: absolute;
}

#accessible-sharing-default .facebook {
    background-position: 0 -160px !important;
}

#accessible-sharing-default .twitter {
    background-position: 0 -704px !important;
}

#accessible-sharing-default .googleplus {
    background-position: 0 -288px !important;
}

#accessible-sharing-default .linkedin {
    background-position: 0 -320px !important;
}
