Ok, having a look at your html structure, there looks like a plugin generates a small javascript and inserts it into each post.
which plugins are you using?
there is one that generates small javascripts within your posts.
I think it may be related to StumbleUpon Badges.
I was reading something here, but I’m not sure if this is the issue.
In the above linked article, they give instructions for wp.org:
<?php the_content(“<p class=serif>Read the rest of this entry”</p>”);?>
If you have firebug you can see in your page it generates 5 small scripts called “hostedbadge.php?etc…” and this is what in html:
<div class="bottomcontainerBox" style="background-color:#fff;">
<div style="float:left; width:75px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
<iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fhippie-eats.com%2F%3Fp%3D95&layout=button_count&show_faces=false&width=75&action=like&font=verdana&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:75px; height:21px;"></iframe>
</div>
<div style="float:left; width:50px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
<g:plusone size="medium" href="https://hippie-eats.com/?p=95"></g:plusone>
</div>
<div style="float:left; width:65px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://hippie-eats.com/?p=95" data-text="Asian BBQ Tofu Tacos" data-count="horizontal" data-via="hippieats"></a>
</div>
<div style="float:left; width:30px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
<a href="https://pinterest.com/pin/create/button/?url=https://hippie-eats.com/?p=95&media=https://hippie-eats.com/wp-content/uploads/2013/08/BBQTacosLarge.jpg" class="pin-it-button" count-layout="horizontal"></a>
</div>
<div style="float:left; width:65px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
<script src="https://www.stumbleupon.com/hostedbadge.php?s=1&r=https://hippie-eats.com/?p=95"></script>
</div>
</div>
<div style="clear:both"></div>
<div style="padding-bottom:4px;"></div>
</div><!-- .entry-content -->
<div style="float:right;"> Posted in
<a href="https://hippie-eats.com/?cat=10" title="View all posts in Dairy Free" rel="category">Dairy Free</a>95
<a href="https://hippie-eats.com/?cat=8" title="View all posts in Gluten Free" rel="category">Gluten Free</a>95
<a href="https://hippie-eats.com/?cat=9" title="View all posts in Vegan" rel="category">Vegan</a>95
<a href="https://hippie-eats.com/?cat=26" title="View all posts in Vegetarian" rel="category">Vegetarian</a>.
<a href="https://hippie-eats.com/?p=95#respond" title="Comment on Asian BBQ Tofu Tacos"><span class="leave-reply">Leave a reply</span></a><!-- .comments-link -->
</div>
Try deactivate the stumbleupon adds, or deactivate plugins one-by-one and see if it does something.
hope this can help a little
keep sound