/* -- Begin social sharing buttons
------------------------------------------------------------- */
.ss-share {
  padding-left: 0;
  list-style: none; }

.ss-share a:link {
	color: #000;
	text-decoration: none;
}
.ss-share a:visited {
	color: #000;
	text-decoration: none;
}
.ss-share a:active {
	color: #000;
	text-decoration: none;
}
.ss-share a:hover {
	color: #000;
	text-decoration: underline;
}

.ss-share-item {
  display: inline;
  margin-right: 1em; }

.ss-share-link {
  /* crude button styles */
  text-decoration: none;
  color: #444;
  font-weight: bold;
  padding: .5em .75em .5em 35px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }
  .ss-share-link:hover, .ss-share-link:active, .ss-share-link:focus {
    color: #891434; }

[class*="ico-"] {
  display: inline-block;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 10px center; }

.ico-facebook {
  background-image: url("https://www.facebook.com/favicon.ico");
  }

.ico-twitter {
  background-image: url("https://about.twitter.com/etc/designs/about-twitter/public/img/favicon-32x32.png");
  }
.ico-reddit {
  background-image: url("https://www.reddit.com/favicon.ico");
  }
