
/* Social Buttons */
#socialbuttons-med{position:relative;height:50px;}
#socialbuttonsnav-med{margin: 0 20px 0 0;padding:0;list-style:none;float:right;position:relative;}
#socialbuttonsnav-med li {float: left;list-style:none;}
#socialbuttonsnav-med a {display:block;background:url('../graphics/social-buttons-medium.png') no-repeat;text-indent:-9999px;height:50px; }

#socialbuttonsnav-med li.sbtwitter a {background-position:-159px 0; width: 48px; }
#socialbuttonsnav-med li.sbfacebook a {background-position:-52px 0; width: 48px; }
#socialbuttonsnav-med li.sblinkedin a {background-position:0 0; width: 48px; }
#socialbuttonsnav-med li.sbshare a {background-position:-106px 0; width: 48px; }

#socialbuttonsnav-med li.sbtwitter a:hover, #socialbuttonsnav-med li.sbtwitter a:active {background-position:-159px -52px; }
#socialbuttonsnav-med li.sbfacebook a:hover, #socialbuttonsnav-med li.sbfacebook a:active {background-position:-52px -52px; }
#socialbuttonsnav-med li.sblinkedin a:hover, #socialbuttonsnav-med li.sblinkedin a:active {background-position:0 -52px; }
#socialbuttonsnav-med li.sbshare a:hover, #socialbuttonsnav-med li.sblinkedin a:active {background-position:-106px -52px; }


/* Social Buttons (small)*/
#socialbuttons-small{position:relative;height:37px;}
#socialbuttonsnav-small{margin: 0 0 0 4px;padding:0;list-style:none;position:relative;}
#socialbuttonsnav-small li {float: left;}
#socialbuttonsnav-small a {display:block;text-indent:-9999px;height:37px; }

#socialbuttonsnav-small li.sblinkedin a {background:url('../graphics/btn-linkedin-sm.png') no-repeat; width: 35px; }
#socialbuttonsnav-small li.sbfacebook a {background:url('../graphics/btn-facebook-sm.png') no-repeat; width: 35px; }
#socialbuttonsnav-small li.sbshare a {background:url('../graphics/btn-email-sm.png') no-repeat; width: 35px; }
#socialbuttonsnav-small li.sbtwitter a {background:url('../graphics/btn-twitter-sm.png') no-repeat; width: 35px; }

#socialbuttonsnav-small li.sblinkedin a:hover, #socialbuttonsnav-small li.sblinkedin a:active {background:url('../graphics/btn-linkedin-sm-lt.png') no-repeat;}
#socialbuttonsnav-small li.sbfacebook a:hover, #socialbuttonsnav-small li.sbfacebook a:active {background:url('../graphics/btn-facebook-sm-lt.png') no-repeat;}
#socialbuttonsnav-small li.sbshare a:hover, #socialbuttonsnav-small li.sblinkedin a:active {background:url('../graphics/btn-email-sm-lt.png') no-repeat;}
#socialbuttonsnav-small li.sbtwitter a:hover, #socialbuttonsnav-small li.sbtwitter a:active {background:url('../graphics/btn-twitter-sm-lt.png') no-repeat;}
