Sorry I didn't see your post for a while. The tag in the right column has to be google-ajax-translation for it to show up on my list.
I looked at the theme from:
http://www.semiologic.com/software/sem-reloaded/
and the changes are in the index.php file. This theme is a little different from others since everything is put together with widgets.
In the index.php file change line 30 from:
echo '<div class="entry' . ( $class ? ( ' ' . implode(' ', $class) ) : '' ) . '">' . "\n"
to:
echo '<div id="post-' , the_ID() , '" class="entry' . ( $class ? ( ' ' . implode(' ', $class) ) : '' ) . '">' . "\n"