I was able to do it very easily by looking for the correct thing. All you need to do is delete this code from content.php.
<a class="colorbox" href="<?php $thumbnail = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' ); echo $thumbnail[0] ?>">
<?php the_post_thumbnail( 'single-thumb' ); ?>
</a>
That will do it.
Nevermind I firgured out a way around it. I just used {clear:left} on the title and everything looks good.