Depending on how you set up your posts_loop_template.php file, you can customize how your posts appear in almost limitless ways with CSS. I believe the default posts_loop_template.php file will have the main div container marked with
class="post hentry ivycat-post"
Modify your theme CSS using the base selector and children thereof:
.post.hentry.ivycat-post
and you should be golden.