Hi,
if you download the latest SVN copy, please make sure that you add the following two lines to your child theme's functions.php:
define('THEMATIC_COMPATIBLE_BODY_CLASS', true);
define('THEMATIC_COMPATIBLE_POST_CLASS', true);
This will enable the Thematic functions for creating body and post classes. Otherwise the WordPress functions will be used.
Chris