I found that sociable is using a class=sociable in the div, and my id CSS was overwriting it (which has the bullet in my #content defs).
So I changed the class=sociable in sociable.php to a id=sociable and put the set of #sociable settings in my style.css…
#sociable span {
# display: block;
}
#sociable ul {
display: inline;
margin: 0;
padding: 0;
}
#sociable ul li {
background: none;
display: inline;
list-style-type: none;
margin: 0;
padding: 1px;
}
#sociable ul li:before { content: ""; }
#sociable img {
display: inline;
float: none;
width: 16px;
height: 16px;
border: 0;
margin: 0;
padding: 0;
}