/* SHARE: =share
------------------------------*/
#share {
  overflow: hidden;
  padding: 10px 0;
  text-align:center;
}
#share h2 {
  font-size:14px;
}
#share .buttons {
  text-align:center;
}
#share .buttons a {
  background-color: transparent;
  background-image: url(http://cdn.performable.com/static/images/share-buttons.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  margin-left: 3px;
  text-align: left;
  text-indent: -9999em;
  width: 70px;
}
#share #twitter {
  background-position: 0 0;
  margin-right: 4px;
}
#share #twitter:hover { background-position: 0 -32px; }
#share #facebook { background-position: -74px 0; }
#share #facebook:hover { background-position: -74px -32px; }