A bunch of the other errors are because of this:
<span class="orbit-caption thumb-on" id="post-213">
<h5 class="orbit-title2">A-Frame Coop</h5>
<p></p>
</span>
You can't put block level elements inside span tags. Change the span to divs and it should be okay. Set the div to inline if you don't want it to behave like a block element.