@charset "utf-8";
/* CSS Document */

ul.social
{
float:left;
list-style-type:none;
padding-top:66px;
}
ul.social li
{
float:left;
margin-right:4px;
}
ul.social li a.facebook
{
background-image: url(../images/facebook-up.png);background-repeat: no-repeat;display:block;width:23px;height:23px;
}
ul.social li a.facebook:hover
{
background-image: url(../images/facebook-hover.png);background-repeat: no-repeat;
border:none;
}
ul.social li a.twitter
{
background-image: url(../images/twitter-up.png);background-repeat: no-repeat;display:block;width:23px;height:23px;
}
ul.social li a.twitter:hover
{
background-image: url(../images/twitter-hover.png);background-repeat: no-repeat;
}
ul.social li a.in
{
background-image: url(../images/linkedin-up.png);background-repeat: no-repeat;display:block;width:23px;height:23px;
}
ul.social li a.in:hover
{
background-image: url(../images/linkedin-hover.png);background-repeat: no-repeat;
}
