http://themeshaper.com/forums/topic/excerpts-in-0978
//remove thematic default thumbnails
function no_thumbs(){
return FALSE;
}
add_filter(‘thematic_post_thumbs’,’no_thumbs’);
//re-enable thumbnail support
add_theme_support( ‘post-thumbnails’ );