The placement of the icons for Sociable are crammed up against the footer. A <br /> between them would make for a nicer default UI.
Now that I think about it, what is the official unofficial

<?php if ( !is_front_page() && !is_page() ) { ?>
<!-- Sociable -->
<div>
<?php if (function_exists('sociable_html')) { echo sociable_html(); } ?>
<br /><br />
</div>
<?php } ?>