div.sociable { 
	margin: 16px 0;
    position:relative;
    top:52px;
    left:0;
    text-align:none;
}

	 .sociable_tagline {
		display:none;
}
	
span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	color: black;
	line-height: 1.25em;
	display:none;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	
}
.entry .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding-left:2px;
	
}
.sociable ul li:before { content: ""; }
.sociable img {
	
	width: 16px;
	height: 16px;
	padding:3px;
	background:#E6E6E6;
}

.sociable-hovers {
	
}
.sociable-hovers:hover {
	
}
