/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-Android {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -128px 0px;
  width: 128px;
  height: 128px;
}
.icon-Apple {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -512px -128px;
  width: 128px;
  height: 128px;
}
.icon-Blogger {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: 0px -128px;
  width: 128px;
  height: 128px;
}
.icon-CSS3 {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -256px 0px;
  width: 128px;
  height: 128px;
}
.icon-Chrome {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -128px -128px;
  width: 128px;
  height: 128px;
}
.icon-Delicious {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -256px -128px;
  width: 128px;
  height: 128px;
}
.icon-Dribble {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: 0px -256px;
  width: 128px;
  height: 128px;
}
.icon-Dropbox {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -128px -256px;
  width: 128px;
  height: 128px;
}
.icon-Facebook {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -256px -256px;
  width: 128px;
  height: 128px;
}
.icon-Flickr {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -384px 0px;
  width: 128px;
  height: 128px;
}
.icon-Forrst {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -384px -128px;
  width: 128px;
  height: 128px;
}
.icon-Google-plus {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -384px -256px;
  width: 128px;
  height: 128px;
}
.icon-HTML5 {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: 0px -384px;
  width: 128px;
  height: 128px;
}
.icon-IE {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -128px -384px;
  width: 128px;
  height: 128px;
}
.icon-Instagram {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -256px -384px;
  width: 128px;
  height: 128px;
}
.icon-LastFM {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -512px 0px;
  width: 128px;
  height: 128px;
}
.icon-LinkedIn {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: 0px 0px;
  width: 128px;
  height: 128px;
}
.icon-Mail {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -512px -256px;
  width: 128px;
  height: 128px;
}
.icon-Neil_Orange_Peel {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -512px -384px;
  width: 128px;
  height: 128px;
}
.icon-Picasa {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: 0px -512px;
  width: 128px;
  height: 128px;
}
.icon-Pinterest {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -128px -512px;
  width: 128px;
  height: 128px;
}
.icon-RSS {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -384px -512px;
  width: 128px;
  height: 128px;
}
.icon-Reddit {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -256px -512px;
  width: 128px;
  height: 128px;
}
.icon-Safari {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -512px -512px;
  width: 128px;
  height: 128px;
}
.icon-Skype {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -640px 0px;
  width: 128px;
  height: 128px;
}
.icon-SoundCloud {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -640px -128px;
  width: 128px;
  height: 128px;
}
.icon-Treehouse {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -640px -256px;
  width: 128px;
  height: 128px;
}
.icon-Tumblr {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -640px -384px;
  width: 128px;
  height: 128px;
}
.icon-Twitter {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -640px -512px;
  width: 128px;
  height: 128px;
}
.icon-Vimeo {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: 0px -640px;
  width: 128px;
  height: 128px;
}
.icon-Windows {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -128px -640px;
  width: 128px;
  height: 128px;
}
.icon-WordPress {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -256px -640px;
  width: 128px;
  height: 128px;
}
.icon-Yahoo {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -384px -640px;
  width: 128px;
  height: 128px;
}
.icon-YouTube {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -512px -640px;
  width: 128px;
  height: 128px;
}
.icon-jQuery {
  background-image: url(mastertheme-2.spritesheet.png);
  background-position: -384px -384px;
  width: 128px;
  height: 128px;
}
