Index: wp-content/themes/default/style.css
===================================================================
--- wp-content/themes/default/style.css	(revision 3330)
+++ wp-content/themes/default/style.css	(working copy)
@@ -48,11 +48,11 @@
 	font-size: 1.2em
 	}
 
-.widecolumn .entry p {
+.widecolumn .content p {
 	font-size: 1.05em;
 	}
 
-.narrowcolumn .entry, .widecolumn .entry {
+.narrowcolumn .content, .widecolumn .content {
 	line-height: 1.4em;
 	}
 
@@ -125,7 +125,7 @@
 	text-decoration: none;
 	}
 
-.entry p a:visited {
+.content p a:visited {
 	color: #b85b5a;
 	}
 
@@ -247,12 +247,12 @@
 	width: 450px;
 	}
 	
-.post {
+.entry {
 	margin: 0 0 40px;
 	text-align: justify;
 	}
 
-.widecolumn .post {
+.widecolumn .entry {
 	margin: 0;
 	}
 
@@ -378,7 +378,7 @@
 	Special stylized non-IE bullets
 	Do not work in Internet Explorer, which merely default to normal bullets. */
 
-html>body .entry ul {
+html>body .content ul {
 	margin-left: 0px;
 	padding: 0 0 0 30px;
 	list-style: none;
@@ -386,20 +386,20 @@
 	text-indent: -10px;
 	} 
 
-html>body .entry li {
+html>body .content li {
 	margin: 7px 0 8px 10px;
 	}
 
-.entry ul li:before, #sidebar ul ul li:before {
+.content ul li:before, #sidebar ul ul li:before {
 	content: "\00BB \0020";
 	}
 
-.entry ol {
+.content ol {
 	padding: 0 0 0 35px;
 	margin: 0;
 	}
 
-.entry ol li {
+.content ol li {
 	margin: 0;
 	padding: 0;
 	}
@@ -441,7 +441,7 @@
 	margin: 3px 0 0;
 	padding: 0;
 	}
-/* End Entry Lists */
+/* End Content Lists */
 
 
 
@@ -461,7 +461,7 @@
 	padding: 1px;
 	}
 
-.entry form { /* This is mainly for password protected posts, makes them look better. */
+.content form { /* This is mainly for password protected posts, makes them look better. */
 	text-align:center;
 	}
 
Index: wp-content/themes/default/search.php
===================================================================
--- wp-content/themes/default/search.php	(revision 3330)
+++ wp-content/themes/default/search.php	(working copy)
@@ -14,7 +14,7 @@
 
 		<?php while (have_posts()) : the_post(); ?>
 				
-			<div class="post">
+			<div class="entry">
 				<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
 				<small><?php the_time('l, F jS, Y') ?></small>
 		
Index: wp-content/themes/default/index.php
===================================================================
--- wp-content/themes/default/index.php	(revision 3330)
+++ wp-content/themes/default/index.php	(working copy)
@@ -1,16 +1,16 @@
 <?php get_header(); ?>
 
-	<div id="content" class="narrowcolumn">
+	<div id="content" class="narrowcolumn feed">
 
 	<?php if (have_posts()) : ?>
 		
 		<?php while (have_posts()) : the_post(); ?>
 				
-			<div class="post" id="post-<?php the_ID(); ?>">
+			<div class="entry" id="post-<?php the_ID(); ?>">
 				<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
 				<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
 				
-				<div class="entry">
+				<div class="content">
 					<?php the_content('Read the rest of this entry &raquo;'); ?>
 				</div>
 		
Index: wp-content/themes/default/page.php
===================================================================
--- wp-content/themes/default/page.php	(revision 3330)
+++ wp-content/themes/default/page.php	(working copy)
@@ -3,7 +3,7 @@
 	<div id="content" class="narrowcolumn">
 
     <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
-		<div class="post" id="post-<?php the_ID(); ?>">
+		<div class="entry" id="post-<?php the_ID(); ?>">
 		<h2><?php the_title(); ?></h2>
 			<div class="entrytext">
 				<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
Index: wp-content/themes/default/single.php
===================================================================
--- wp-content/themes/default/single.php	(revision 3330)
+++ wp-content/themes/default/single.php	(working copy)
@@ -1,6 +1,6 @@
 <?php get_header(); ?>
 
-	<div id="content" class="widecolumn">
+	<div id="content" class="widecolumn feed">
 				
   <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 	
@@ -9,13 +9,15 @@
 			<div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
 		</div>
 	
-		<div class="post" id="post-<?php the_ID(); ?>">
+		<div class="entry" 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">
-				<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
+				<div class="content">
+					<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
 	
-				<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
+					<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
+				</div>
 	
 				<p class="postmetadata alt">
 					<small>
@@ -24,7 +26,7 @@
 							You'll need to download this plugin, and follow the instructions:
 							http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
 							/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> 
-						on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
+						on <abbr class="published" title="<?php $t = get_the_time('Y-m-d\TH:i:sO'); echo substr($t, 0, strlen($t)-2).":".substr($t, strlen($t)-2); ?>"><?php the_time('l, F jS, Y') ?> at <?php the_time() ?></abbr>
 						and is filed under <?php the_category(', ') ?>.
 						You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed. 
 						
Index: wp-content/themes/default/archive.php
===================================================================
--- wp-content/themes/default/archive.php	(revision 3330)
+++ wp-content/themes/default/archive.php	(working copy)
@@ -35,11 +35,11 @@
 		</div>
 
 		<?php while (have_posts()) : the_post(); ?>
-		<div class="post">
+		<div class="entry">
 				<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
 				<small><?php the_time('l, F jS, Y') ?></small>
 				
-				<div class="entry">
+				<div class="content">
 					<?php the_content() ?>
 				</div>
 		
Index: wp-content/themes/default/attachment.php
===================================================================
--- wp-content/themes/default/attachment.php	(revision 3330)
+++ wp-content/themes/default/attachment.php	(working copy)
@@ -10,7 +10,7 @@
 		</div>
 <?php $attachment_link = get_the_attachment_link($post->ID, true, array(450, 800)); // This also populates the iconsize for the next line ?>
 <?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(); ?>">
+		<div class="entry" 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">
 				<p class="<?php echo $classname; ?>"><?php echo $attachment_link; ?><br /><?php echo basename($post->guid); ?></p>
@@ -26,7 +26,7 @@
 							You'll need to download this plugin, and follow the instructions:
 							http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
 							/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> 
-						on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
+						on <abbr class="published" title="<?php the_time('l') ?>"><?php the_time('l, F jS, Y') ?> at <?php the_time() ?></abbr>
 						and is filed under <?php the_category(', ') ?>.
 						You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed. 
 						

