.blankslate-share-button{
	cursor:pointer;
}

.blankslate-share-menu-open{
	background:#393f40 !important;
	background-color:#393f40 !important;
	border-color:#393f40 !important;
	color:#ffffff !important;
	border-bottom-right-radius:0 !important;
	border-bottom-left-radius:0 !important;
	outline:none;
}
.blankslate-share-menu-open::-moz-focus-inner{
	border:none;
}

ul.share-button{
	position:absolute;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */

	display:none;
	list-style-type:none;
	padding:0;
	margin:0;
	border: 3px solid #393f40;
	
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	width:200px;
	background-color:#ffffff;
	z-index: 9999;
}

ul.share-button li{
	font-family: "Source Sans Pro";
	line-height: 16px;
	font-size: 16px;
	vertical-align: top;
	padding: 10px 20px;
	border-bottom: 1px solid #eeeeee;
	cursor:pointer;
	color:#009dca;
	font-weight: 600;
	white-space: nowrap;
}

ul.share-button li:hover{
	background: #eaeaea;
}

ul.share-button li:last-child{
	border-bottom:none;
}

ul.share-button li .count{
	margin-left:5px;
	margin-right:5px;
	color:#666;
}

ul.share-button li i{ margin-right:10px;}	
ul.share-button li.facebook i{ color:#3b5998; }
ul.share-button li.twitter i{ color:#00aced; }
ul.share-button li.googleplus i{ color:#dd4b39; }
ul.share-button li.pinterest i{ color:#cb2027; }
ul.share-button li.stumbleupon i{ color:#ea4b24  ; }
ul.share-button li.linkedin i{ color:#007bb6; }
ul.share-button li.tumblr i{ color:#32506d; }
ul.share-button li.delicious i{ color:#3399ff  ; }
ul.share-button li.reddit i{ color:#000000; }
