/*
Theme Name: Fruitful  Child
Theme URI: http://jeffpabian.com
Description: Just wanted to use css sprints
Author: Jeff Pabian
Template: fruitful
Version: 0.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../fruitful/style.css");

.s_icons a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 10px;
    vertical-align: middle;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
 
.s_icons a.twitter { background: url("images/social/twitter.png") left top no-repeat; }
.s_icons a.dribbble { background: url("images/social/dribbble.png") left top no-repeat; }
.s_icons a.rss { background: url("images/social/rss.png") left top no-repeat; }
.s_icons a.pinterest { background: url("images/social/pinterest.png") left top no-repeat; }
.s_icons a.digg { background: url("images/social/digg.png") left top no-repeat; }
.s_icons a.flickr { background: url("images/social/flickr.png") left top no-repeat; }
.s_icons a.forrst { background: url("images/social/forrst.png") left top no-repeat; }
.s_icons a.vimeo { background: url("images/social/vimeo.png") left top no-repeat; }
.s_icons a.reddit { background: url("images/social/reddit.png") left top no-repeat; }
.s_icons a.linkedin { background: url("images/social/linkedin.png") left top no-repeat; }
.s_icons a.facebook { background: url("images/social/facebook.png") left top no-repeat; }
.s_icons a.paypal { background: url("images/social/paypal.png") left top no-repeat; }
.s_icons a.stumbleupon { background: url("images/social/stumbleupon.png") left top no-repeat; }
.s_icons a.email { background: url("images/social/email.png") left top no-repeat; }
.s_icons a.deviantart { background: url("images/social/deviantart.png") left top no-repeat; }
.s_icons a.netvibes { background: url("images/social/netvibes.png") left top no-repeat; }
.s_icons a.yahoo { background: url("images/social/yahoo.png") left top no-repeat; }
.s_icons a.github { background: url("images/social/github.png") left top no-repeat; }
.s_icons a.addthis { background: url("images/social/addthis.png") left top no-repeat; }
.s_icons a.behance { background: url("images/social/behance.png") left top no-repeat; }
.s_icons a.blogger { background: url("images/social/blogger.png") left top no-repeat; }
.s_icons a.slashdot { background: url("images/social/slashdot.png") left top no-repeat; }
.s_icons a.technorati { background: url("images/social/technorati.png") left top no-repeat; }
.s_icons a.googleplus { background: url("images/social/googleplus.png") left top no-repeat; }
.s_icons a.apple { background: url("images/social/apple.png") left top no-repeat; }
.s_icons a.myspace { background: url("images/social/myspace.png") left top no-repeat; }
.s_icons a.sharethis { background: url("images/social/sharethis.png") left top no-repeat; }
.s_icons a.yelp { background: url("images/social/yelp.png") left top no-repeat; }
.s_icons a.delicious { background: url("images/social/delicious.png") left top no-repeat; }
.s_icons a.lastfm { background: url("images/social/lastfm.png") left top no-repeat; }
.s_icons a.youtube { background: url("images/social/youtube.png") left top no-repeat; }
.s_icons a.skype { background: url("images/social/skype.png") left top no-repeat; }
.s_icons a.tumblr { background: url("images/social/tumblr.png") left top no-repeat; }
.s_icons a.aim { background: url("images/social/aim.png") left top no-repeat; }
.s_icons a.google { background: url("images/social/google.png") left top no-repeat; }
 
.s_icons a:hover { background-position: left -34px; }

