Just something I noticed with a short post using a Featured Image, the 'sharing' container should be cleared for a consistent display.
I would suggest either adding a 'clear:both;' to the existing .sharing class, such as:
.sharing {
clear: both;
padding: 0 0 10px;
}
... or adding an additional element:
div.post div.sharing { clear: both; }