/* --------- social buttons --------- */
div#social {
    /* margin: 0px 15px; */
    padding: 15px 0px 5px 0px;
margin: auto;
}
 

#social ul {
    list-style: none;
    padding: 0px;
    margin: 0px 4px 0px 0px;
    height: 26px;

}

#social ul li {
    float: left;
    margin: 0px;
    padding: 0px;
}
#social ul li a {
    display: block;
    width: 24px;
    height: 24px;
    text-decoration: none;
    margin: 0px;
    padding: 1px;
}
#social a.delicious { background: #fff url(../../img/social/24/delicious.png) no-repeat; }
#social a.digg { background: #fff url(../../img/social/24/digg.png) no-repeat; }
#social a.facebook { background: #fff url(../../img/social/24/facebook.png) no-repeat; }
#social a.reddit { background: #fff url(../../img/social/24/reddit.png) no-repeat; }
#social a.stumbleupon { background: #fff url(../../img/social/24/stumbleupon.png) no-repeat; }
#social a.twitter { background: #fff url(../../img/social/24/twitter.png) no-repeat; }
#social ul li a:hover,
#social ul li a:focus,
#social ul li a:active {
   opacity: 0.8;
}
