#footer .icons {
}

#nav-frame + .icons {
  width: 1032px;
  height: 50px;
  margin: 0 auto;
}

#footer .icons a,
#nav-frame + .icons a {
  float: right;
  font-size: 0 !important;
  display: block;
  width: 24px;
  height: 24px;
  margin: 4px 8px;
  padding: 6px;
  vertical-align: middle;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  background: url(../img/white-circle.png) no-repeat left top;
}

#footer .icons a .icon,
#nav-frame + .icons a .icon {
  display: block;
  width: 24px;
  height: 24px;
}

.icons a.twitter .icon { background: url(../img/social-icons/twitter.png) left top no-repeat; }
.icons a.dribbble .icon { background: url(../img/social-icons/dribbble.png) left top no-repeat; }
.icons a.rss .icon { background: url(../img/social-icons/rss.png) left top no-repeat; }
.icons a.pinterest .icon { background: url(../img/social-icons/pinterest.png) left top no-repeat; }
.icons a.digg .icon { background: url(../img/social-icons/digg.png) left top no-repeat; }
.icons a.flickr .icon { background: url(../img/social-icons/flickr.png) left top no-repeat; }
.icons a.forrst .icon { background: url(../img/social-icons/forrst.png) left top no-repeat; }
.icons a.vimeo .icon { background: url(../img/social-icons/vimeo.png) left top no-repeat; }
.icons a.reddit .icon { background: url(../img/social-icons/reddit.png) left top no-repeat; }
.icons a.linkedin .icon { background: url(../img/social-icons/linkedin.png) left top no-repeat; }
.icons a.facebook .icon { background: url(../img/social-icons/facebook.png) left top no-repeat; }
.icons a.paypal .icon { background: url(../img/social-icons/paypal.png) left top no-repeat; }
.icons a.stumbleupon .icon { background: url(../img/social-icons/stumbleupon.png) left top no-repeat; }
.icons a.email .icon { background: url(../img/social-icons/email.png) left top no-repeat; }
.icons a.deviantart .icon { background: url(../img/social-icons/deviantart.png) left top no-repeat; }
.icons a.netvibes .icon { background: url(../img/social-icons/netvibes.png) left top no-repeat; }
.icons a.yahoo .icon { background: url(../img/social-icons/yahoo.png) left top no-repeat; }
.icons a.github .icon { background: url(../img/social-icons/github.png) left top no-repeat; }
.icons a.addthis .icon { background: url(../img/social-icons/addthis.png) left top no-repeat; }
.icons a.behance .icon { background: url(../img/social-icons/behance.png) left top no-repeat; }
.icons a.blogger .icon { background: url(../img/social-icons/blogger.png) left top no-repeat; }
.icons a.slashdot .icon { background: url(../img/social-icons/slashdot.png) left top no-repeat; }
.icons a.technorati .icon { background: url(../img/social-icons/technorati.png) left top no-repeat; }
.icons a.googleplus .icon { background: url(../img/social-icons/googleplus.png) left top no-repeat; }
.icons a.apple .icon { background: url(../img/social-icons/apple.png) left top no-repeat; }
.icons a.myspace .icon { background: url(../img/social-icons/myspace.png) left top no-repeat; }
.icons a.sharethis .icon { background: url(../img/social-icons/sharethis.png) left top no-repeat; }
.icons a.yelp .icon { background: url(../img/social-icons/yelp.png) left top no-repeat; }
.icons a.delicious .icon { background: url(../img/social-icons/delicious.png) left top no-repeat; }
.icons a.lastfm .icon { background: url(../img/social-icons/lastfm.png) left top no-repeat; }
.icons a.youtube .icon { background: url(../img/social-icons/youtube.png) left top no-repeat; }
.icons a.skype .icon { background: url(../img/social-icons/skype.png) left top no-repeat; }
.icons a.tumblr .icon { background: url(../img/social-icons/tumblr.png) left top no-repeat; }
.icons a.aim .icon { background: url(../img/social-icons/aim.png) left top no-repeat; }
.icons a.google .icon { background: url(../img/social-icons/google.png) left top no-repeat; }
.icons a.instagram .icon { background: url(../img/social-icons/instagram.png) left top no-repeat; }


.icons a:hover .icon { background-position: left -34px; }
