Index: trunk/wp-content/themes/xpress_default/index.php
===================================================================
--- trunk/wp-content/themes/xpress_default/index.php	(revision 141)
+++ trunk/wp-content/themes/xpress_default/index.php	(revision 143)
@@ -9,5 +9,5 @@
 ?>				
 
-		<div class="xpress-header-bar">
+		<div id="xpress-header-bar">
 			<div class="xpress-header-title">
 				<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>
@@ -30,6 +30,6 @@
 					<div class="xpress_pagenavi"><?php wp_pagenavi(); ?></div>
 				<?php else : ?>
-					<div class="xpress-next-posts-link"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div>
-					<div class="xpress-previous-posts-link">&nbsp;<?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div>
+					<div class="alignleft"><?php xpress_left_arrow_posts_link(true); ?></div>
+					<div class="alignright"><?php xpress_right_arrow_posts_link(true); ?></div>
 				<?php endif; ?>
 			</div>
@@ -41,5 +41,5 @@
 						<?php if (function_exists('hotDates')) { hotDates(); }?>
 						<div class ="xpress-post-title">
-							<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'xpress'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2>
+							<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'xpress'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2>
 						</div>
 					</div>
@@ -69,6 +69,6 @@
 					<div class="xpress_pagenavi"><?php wp_pagenavi(); ?></div>
 				<?php else : ?>
-					<div class="xpress-next-posts-link"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div>
-					<div class="xpress-previous-posts-link">&nbsp;<?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div>
+					<div class="alignleft"><?php xpress_left_arrow_posts_link(true); ?></div>
+					<div class="alignright"><?php xpress_right_arrow_posts_link(true); ?></div>
 				<?php endif; ?>
 			</div>
