﻿
.SocialLinks {
}

.SocialLinks .SocialLink {
    float: left;
    margin-right: 8px;
}

.SocialLinks a.Facebook {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(images/SocialIcons.png);
    overflow: hidden;
    text-indent: 100%;
    background-position: -16px -4px;
}

.SocialLinks a.Twitter {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(images/SocialIcons.png);
    background-position: -45px -4px;
    overflow: hidden;
    text-indent: 100%;
}

.SocialLinks a.YouTube {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(images/SocialIcons.png);
    background-position: -77px -4px;
    overflow: hidden;
    text-indent: 100%;
}
