WordPress advises to use the new post_class() filter to add semantic class-names to each post (http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7).
You can still extend the classes if you miss something, for example like: <?php post_class('special'); ?>