Announces with different formatting dependently on a number

Open up content.php and replace this:

<?php post_class(); ?>

…with this:

<?php post_class( ++$GLOBALS['wp_query']->wpse60971_current_post % 2 === 0 ? 'even' : 'odd' ); ?>