Flynn - I found a way to workaround this issue but I thought I would throw this in for a future release...
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 way to approach this. I put this after post pagination in the main index file:
<?php if ( !is_front_page() && !is_page() ) { ?>
<!-- Sociable -->
<div>
<?php if (function_exists('sociable_html')) { echo sociable_html(); } ?>
<br /><br />
</div>
<?php } ?>