.social ul, .social_small ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.social ul.inlined, .social_small ul.inlined
{
    float: left;
}
.social ul li
{
    width: 32px;
    height: 32px;
    margin: 2px;
    text-indent: -9999px;
}
.social ul li a, .social_small ul li a
{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.social ul li a:hover, .social_small ul li a:hover
{
    opacity: 1.0;
}
.social_small ul li
{
    width: 16px;
    height: 16px;
    margin: 5px;
    text-indent: -9999px;
}
.social ul a.twitter, a.facebook, a.flickr, a.friendfeed, a.delicious, a.digg, a.lastfm, a.youtube, a.feed, a.linked-in
{
    background: url(../images/social_icons.png);
}
.social ul a.twitter
{
    background-position: 0 0;
}
.social ul a.facebook
{
    background-position: 0 -42px;
}
.social ul a.flickr
{
    background-position: 0 -84px;
}
.social ul a.friendfeed
{
    background-position: 0 -126px;
}
.social ul a.delicious
{
    background-position: 0 -168px;
}
.social ul a.digg
{
    background-position: 0 -210px;
}
.social ul a.lastfm
{
    background-position: 0 -252px;
}
.social ul a.linked-in
{
    background-position: 0 -294px;
}
.social ul a.youtube
{
    background-position: 0 -336px;
}
.social ul a.feed
{
    background-position: 0 -378px;
}
.social_small ul a.twitter, .social_small ul a.facebook, .social_small ul a.flickr, .social_small ul a.friendfeed, .social_small ul a.delicious, .social_small ul a.digg, .social_small ul a.lastfm, .social_small ul a.youtube, .social_small ul a.feed, .social_small ul a.linked-in
{
    background: url(../images/social_icons_small.png);
}
.social_small ul a.twitter
{
    background-position: 0 0;
}
.social_small ul a.facebook
{
    background-position: 0 -26px;
}
.social_small ul a.flickr
{
    background-position: 0 -52px;
}
.social_small ul a.friendfeed
{
    background-position: 0 -78px;
}
.social_small ul a.delicious
{
    background-position: 0 -104px;
}
.social_small ul a.digg
{
    background-position: 0 -130px;
}
.social_small ul a.lastfm
{
    background-position: 0 -156px;
}
.social_small ul a.linked-in
{
    background-position: 0 -182px;
}
.social_small ul a.youtube
{
    background-position: 0 -208px;
}
.social_small ul a.feed
{
    background-position: 0 -234px;
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear
{
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after
{
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}
.clearfix
{
    display: inline-block;
}
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}

