.socialicons {
	position: static;
}

.cosmo-social a { text-decoration: none; outline: none; }
.cosmo-social a:focus { outline: none; }
.cosmo-social a:hover, a:active { outline: none; text-decoration: none; }

.cosmo-social {
    float: right;
	width: 200px;
    margin: 80px -20px auto;
	
}
.cosmo-social li {
    display: inline;
    margin: 0 3px auto;
}
.cosmo-social li a {
    -moz-transition: all 200ms linear 0s;
    background: url("../images/social.media.icons.sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: 30px;
}
.cosmo-social li a.rss {
    background-position: 0 -60px;
    margin: 0;
}
.cosmo-social li a.twitter {
    background-position: 0 0;
    margin: 0;
}
.cosmo-social li a.gplus {
    background-position: 0 -300px;
    margin: 0;
}
.cosmo-social li a.dribbble {
    background-position: 0 -90px;
    margin: 0;
}
.cosmo-social li a.yahoo {
    background-position: 0 -390px;
    margin: 0;
}
.cosmo-social li a.linkedin {
    background-position: 0 -180px;
    margin: 0;
}
.cosmo-social li a.skype {
    background-position: 0 -150px;
    margin: 0;
}
.cosmo-social li a.fb {
    background-position: 0 -30px;
    margin: 0;
}
.cosmo-social li a.yt {
    background-position: 0 -210px;
    margin: 0;
}
.cosmo-social li a.vimeo {
    background-position: 0 -120px;
    margin: 0;
}
.cosmo-social li a.delicious {
    background-position: 0 -270px;
    margin: 0;
}
.cosmo-social li a.tumblr {
    background-position: 0 -240px;
    margin: 0;
}
.cosmo-social li a.pinterest {
    background-position: 0 -360px;
    margin: 0;
}
.cosmo-social li a.flickr {
    background-position: 0 -330px;
    margin: 0;
}
.cosmo-social li a.email {
    background-position: 0 -420px;
    margin: 0;
}
.cosmo-social li a.rss:hover {
    background-color: #F69400;
}
.cosmo-social li a.twitter:hover {
    background-color: #48C4D2;
}
.cosmo-social li a.gplus:hover {
    background-color: #D94A39;
}
.cosmo-social li a.dribbble:hover {
    background-color: #EF5B92;
}
.cosmo-social li a.yahoo:hover {
    background-color: #7B0099;
}
.cosmo-social li a.linkedin:hover {
    background-color: #71C5EF;
}
.cosmo-social li a.skype:hover {
    background-color: #18B7F1;
}
.cosmo-social li a.fb:hover {
    background-color: #3B5998;
}
.cosmo-social li a.yt:hover {
    background-color: #C4302B;
}
.cosmo-social li a.vimeo:hover {
    background-color: #44BBFF;
}
.cosmo-social li a.delicious:hover {
    background-color: #3274D1;
}
.cosmo-social li a.tumblr:hover {
    background-color: #3A5976;
}
.cosmo-social li a.pinterest:hover {
    background-color: #CB2027;
}
.cosmo-social li a.flickr:hover {
    background-color: #FF0084;
}
.cosmo-social li a.email:hover {
    background-color: #0BAC03;
}