Index: /wp-content/themes/default/attachment.php
===================================================================
--- /wp-content/themes/default/attachment.php	(revision 3972)
+++ /wp-content/themes/default/attachment.php	(working copy)
@@ -12,7 +12,7 @@
 <?php $_post = &get_post($post->ID); $classname = ($_post->iconsize[0] <= 128 ? 'small' : '') . 'attachment'; // This lets us style narrow icons specially ?>
 		<div class="post" id="post-<?php the_ID(); ?>">
 			<h2><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> &raquo; <a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
-			<div class="entrytext">
+			<div class="entry">
 				<p class="<?php echo $classname; ?>"><?php echo $attachment_link; ?><br /><?php echo basename($post->guid); ?></p>
 
 				<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
Index: /wp-content/themes/default/page.php
===================================================================
--- /wp-content/themes/default/page.php	(revision 3972)
+++ /wp-content/themes/default/page.php	(working copy)
@@ -5,7 +5,7 @@
     <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 		<div class="post" id="post-<?php the_ID(); ?>">
 		<h2><?php the_title(); ?></h2>
-			<div class="entrytext">
+			<div class="entry">
 				<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
 
 				<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
Index: /wp-content/themes/default/single.php
===================================================================
--- /wp-content/themes/default/single.php	(revision 3972)
+++ /wp-content/themes/default/single.php	(working copy)
@@ -12,7 +12,7 @@
 		<div class="post" id="post-<?php the_ID(); ?>">
 			<h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
 
-			<div class="entrytext">
+			<div class="entry">
 				<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
 
 				<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
