<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -36,14 +36,13 @@
 			&lt;div id=&quot;page&quot; class=&quot;container_16&quot;&gt;
 		&lt;?php } ?&gt;
 
-
-			&lt;div id=&quot;header&quot;&gt;
-				&lt;div id=&quot;headerimg&quot;&gt;
-					&lt;div id=&quot;header_window&quot;&gt;
-						&lt;h1&gt;&lt;a href=&quot;&lt;?php echo get_option('home'); ?&gt;/&quot;&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt;&lt;/h1&gt;
-						&lt;div class=&quot;description&quot;&gt;&lt;?php bloginfo('description'); ?&gt;&lt;/div&gt;
+				&lt;div id=&quot;header&quot;&gt;
+					&lt;div id=&quot;headerimg&quot;&gt;
+						&lt;div id=&quot;header_window&quot;&gt;
+							&lt;h1&gt;&lt;a href=&quot;&lt;?php echo get_option('home'); ?&gt;/&quot;&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt;&lt;/h1&gt;
+							&lt;div class=&quot;description&quot;&gt;&lt;?php bloginfo('description'); ?&gt;&lt;/div&gt;
+						&lt;/div&gt;
 					&lt;/div&gt;
 				&lt;/div&gt;
-			&lt;/div&gt;
-		
-			&lt;hr /&gt;
+			
+				&lt;hr /&gt;</diff>
      <filename>header.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,63 +1,77 @@
-&lt;?php get_header(); ?&gt;
-
-	&lt;div id=&quot;content&quot; class=&quot;widecolumn&quot;&gt;
-
-  &lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;
-
-		&lt;div class=&quot;post&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;
-			&lt;h2&gt;&lt;a href=&quot;&lt;?php echo get_permalink($post-&gt;post_parent); ?&gt;&quot; rev=&quot;attachment&quot;&gt;&lt;?php echo get_the_title($post-&gt;post_parent); ?&gt;&lt;/a&gt; &amp;raquo; &lt;?php the_title(); ?&gt;&lt;/h2&gt;
-			&lt;div class=&quot;entry&quot;&gt;
-				&lt;p class=&quot;attachment&quot;&gt;&lt;a href=&quot;&lt;?php echo wp_get_attachment_url($post-&gt;ID); ?&gt;&quot;&gt;&lt;?php echo wp_get_attachment_image( $post-&gt;ID, 'medium' ); ?&gt;&lt;/a&gt;&lt;/p&gt;
-                &lt;div class=&quot;caption&quot;&gt;&lt;?php if ( !empty($post-&gt;post_excerpt) ) the_excerpt(); // this is the &quot;caption&quot; ?&gt;&lt;/div&gt;
-
-				&lt;?php the_content('&lt;p class=&quot;serif&quot;&gt;Read the rest of this entry &amp;raquo;&lt;/p&gt;'); ?&gt;
-
-				&lt;div class=&quot;navigation&quot;&gt;
-					&lt;div class=&quot;alignleft&quot;&gt;&lt;?php previous_image_link() ?&gt;&lt;/div&gt;
-					&lt;div class=&quot;alignright&quot;&gt;&lt;?php next_image_link() ?&gt;&lt;/div&gt;
-				&lt;/div&gt;
-				&lt;br class=&quot;clear&quot; /&gt;
-
-				&lt;p class=&quot;postmetadata alt&quot;&gt;
-					&lt;small&gt;
-						This entry was posted on &lt;?php the_time('l, F jS, Y') ?&gt; at &lt;?php the_time() ?&gt;
-						and is filed under &lt;?php the_category(', ') ?&gt;.
-						&lt;?php the_taxonomies(); ?&gt;
-						You can follow any responses to this entry through the &lt;?php post_comments_feed_link('RSS 2.0'); ?&gt; feed.
-
-						&lt;?php if (('open' == $post-&gt; comment_status) &amp;&amp; ('open' == $post-&gt;ping_status)) {
-							// Both Comments and Pings are open ?&gt;
-							You can &lt;a href=&quot;#respond&quot;&gt;leave a response&lt;/a&gt;, or &lt;a href=&quot;&lt;?php trackback_url(); ?&gt;&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site.
-
-						&lt;?php } elseif (!('open' == $post-&gt; comment_status) &amp;&amp; ('open' == $post-&gt;ping_status)) {
-							// Only Pings are Open ?&gt;
-							Responses are currently closed, but you can &lt;a href=&quot;&lt;?php trackback_url(); ?&gt; &quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site.
+&lt;!-- image.php start --&gt;
 
-						&lt;?php } elseif (('open' == $post-&gt; comment_status) &amp;&amp; !('open' == $post-&gt;ping_status)) {
-							// Comments are open, Pings are not ?&gt;
-							You can skip to the end and leave a response. Pinging is currently not allowed.
-
-						&lt;?php } elseif (!('open' == $post-&gt; comment_status) &amp;&amp; !('open' == $post-&gt;ping_status)) {
-							// Neither Comments, nor Pings are open ?&gt;
-							Both comments and pings are currently closed.
-
-						&lt;?php } edit_post_link('Edit this entry.','',''); ?&gt;
+&lt;?php get_header(); ?&gt;
 
-					&lt;/small&gt;
-				&lt;/p&gt;
+		&lt;div id=&quot;main_wrapper&quot;&gt;
+			
+			&lt;div id=&quot;content&quot; class=&quot;widecolumn&quot;&gt;
+
+
+				&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;
+			
+					&lt;?php include (TEMPLATEPATH . &quot;/navigation.php&quot;); ?&gt;
+			
+					&lt;div class=&quot;post&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;
+						&lt;h2&gt;&lt;a href=&quot;&lt;?php echo get_permalink($post-&gt;post_parent); ?&gt;&quot; rev=&quot;attachment&quot;&gt;&lt;?php echo get_the_title($post-&gt;post_parent); ?&gt;&lt;/a&gt; &amp;raquo; &lt;?php the_title(); ?&gt;&lt;/h2&gt;
+						&lt;div class=&quot;entry&quot;&gt;
+							&lt;p class=&quot;attachment&quot;&gt;&lt;a href=&quot;&lt;?php echo wp_get_attachment_url($post-&gt;ID); ?&gt;&quot;&gt;&lt;?php echo wp_get_attachment_image( $post-&gt;ID, 'medium' ); ?&gt;&lt;/a&gt;&lt;/p&gt;
+			                &lt;div class=&quot;caption&quot;&gt;&lt;?php if ( !empty($post-&gt;post_excerpt) ) the_excerpt(); // this is the &quot;caption&quot; ?&gt;&lt;/div&gt;
+			
+							&lt;?php the_content('&lt;p class=&quot;serif&quot;&gt;Read the rest of this entry &amp;raquo;&lt;/p&gt;'); ?&gt;
+			
+							&lt;div class=&quot;navigation&quot;&gt;
+								&lt;div class=&quot;alignleft&quot;&gt;&lt;?php previous_image_link() ?&gt;&lt;/div&gt;
+								&lt;div class=&quot;alignright&quot;&gt;&lt;?php next_image_link() ?&gt;&lt;/div&gt;
+							&lt;/div&gt;
+							&lt;br class=&quot;clear&quot; /&gt;
+			
+							&lt;p class=&quot;postmetadata alt&quot;&gt;
+								&lt;small&gt;
+									This entry was posted on &lt;?php the_time('l, F jS, Y') ?&gt; at &lt;?php the_time() ?&gt;
+									and is filed under &lt;?php the_category(', ') ?&gt;.
+									&lt;?php the_taxonomies(); ?&gt;
+									You can follow any responses to this entry through the &lt;?php post_comments_feed_link('RSS 2.0'); ?&gt; feed.
+			
+									&lt;?php if (('open' == $post-&gt; comment_status) &amp;&amp; ('open' == $post-&gt;ping_status)) {
+										// Both Comments and Pings are open ?&gt;
+										You can &lt;a href=&quot;#respond&quot;&gt;leave a response&lt;/a&gt;, or &lt;a href=&quot;&lt;?php trackback_url(); ?&gt;&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site.
+			
+									&lt;?php } elseif (!('open' == $post-&gt; comment_status) &amp;&amp; ('open' == $post-&gt;ping_status)) {
+										// Only Pings are Open ?&gt;
+										Responses are currently closed, but you can &lt;a href=&quot;&lt;?php trackback_url(); ?&gt; &quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site.
+			
+									&lt;?php } elseif (('open' == $post-&gt; comment_status) &amp;&amp; !('open' == $post-&gt;ping_status)) {
+										// Comments are open, Pings are not ?&gt;
+										You can skip to the end and leave a response. Pinging is currently not allowed.
+			
+									&lt;?php } elseif (!('open' == $post-&gt; comment_status) &amp;&amp; !('open' == $post-&gt;ping_status)) {
+										// Neither Comments, nor Pings are open ?&gt;
+										Both comments and pings are currently closed.
+			
+									&lt;?php } edit_post_link('Edit this entry.','',''); ?&gt;
+			
+								&lt;/small&gt;
+							&lt;/p&gt;
+			
+						&lt;/div&gt;
+					&lt;/div&gt;
+			
+					&lt;?php comments_template(); ?&gt;
+			
+				&lt;?php endwhile; else: ?&gt;
+
+					&lt;p&gt;Sorry, no posts matched your criteria.&lt;/p&gt;
+
+				&lt;?php endif; ?&gt;
 
 			&lt;/div&gt;
-
+			
+			&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
+			
 		&lt;/div&gt;
 
-	&lt;?php comments_template(); ?&gt;
-
-	&lt;?php endwhile; else: ?&gt;
-
-		&lt;p&gt;Sorry, no attachments matched your criteria.&lt;/p&gt;
+&lt;?php get_footer(); ?&gt;
 
-&lt;?php endif; ?&gt;
+&lt;!-- image.php end --&gt;
 
-	&lt;/div&gt;
 
-&lt;?php get_footer(); ?&gt;</diff>
      <filename>image.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,8 @@
 &lt;!-- navigation.php start --&gt;
+
 &lt;div class=&quot;navigation&quot;&gt;
 	&lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link('&amp;laquo; Older Entries') ?&gt;&lt;/div&gt;
 	&lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link('Newer Entries &amp;raquo;') ?&gt;&lt;/div&gt;
 &lt;/div&gt;
+
 &lt;!-- navigation.php end --&gt;
\ No newline at end of file</diff>
      <filename>navigation.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,42 +1,42 @@
-&lt;?php get_header(); ?&gt;
-
-	&lt;div id=&quot;content&quot; class=&quot;narrowcolumn&quot;&gt;
-
-	&lt;?php if (have_posts()) : ?&gt;
-
-		&lt;h2 class=&quot;pagetitle&quot;&gt;Search Results&lt;/h2&gt;
-
-		&lt;div class=&quot;navigation&quot;&gt;
-			&lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link('&amp;laquo; Older Entries') ?&gt;&lt;/div&gt;
-			&lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link('Newer Entries &amp;raquo;') ?&gt;&lt;/div&gt;
-		&lt;/div&gt;
-
+&lt;!-- search.php start --&gt;
 
-		&lt;?php while (have_posts()) : the_post(); ?&gt;
+&lt;?php get_header(); ?&gt;
 
-			&lt;div class=&quot;post&quot;&gt;
-				&lt;h3 id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title_attribute(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h3&gt;
-				&lt;small&gt;&lt;?php the_time('l, F jS, Y') ?&gt;&lt;/small&gt;
+		&lt;div id=&quot;main_wrapper&quot;&gt;
+			
+			&lt;div id=&quot;content&quot; class=&quot;narrowcolumn grid_10&quot;&gt;
+
+				&lt;?php if (have_posts()) : ?&gt;
+			
+					&lt;h2 class=&quot;pagetitle&quot;&gt;Search Results&lt;/h2&gt;
+			
+					&lt;?php include (TEMPLATEPATH . &quot;/navigation.php&quot;); ?&gt;
+			
+			
+					&lt;?php while (have_posts()) : the_post(); ?&gt;
+			
+						&lt;?php include (TEMPLATEPATH . &quot;/post.php&quot;); ?&gt;
+			
+					&lt;?php endwhile; ?&gt;
+			
+					&lt;?php include (TEMPLATEPATH . &quot;/navigation.php&quot;); ?&gt;
+			
+				&lt;?php else : ?&gt;
+			
+					&lt;h2 class=&quot;center&quot;&gt;No posts found. Try a different search?&lt;/h2&gt;
+					
+					&lt;?php include (TEMPLATEPATH . '/searchform.php'); ?&gt;
+			
+				&lt;?php endif; ?&gt;
 
-				&lt;p class=&quot;postmetadata&quot;&gt;&lt;?php the_tags('Tags: ', ', ', '&lt;br /&gt;'); ?&gt; Posted in &lt;?php the_category(', ') ?&gt; | &lt;?php edit_post_link('Edit', '', ' | '); ?&gt;  &lt;?php comments_popup_link('No Comments &amp;#187;', '1 Comment &amp;#187;', '% Comments &amp;#187;'); ?&gt;&lt;/p&gt;
 			&lt;/div&gt;
 
-		&lt;?php endwhile; ?&gt;
-
-		&lt;div class=&quot;navigation&quot;&gt;
-			&lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link('&amp;laquo; Older Entries') ?&gt;&lt;/div&gt;
-			&lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link('Newer Entries &amp;raquo;') ?&gt;&lt;/div&gt;
+			&lt;?php get_sidebar(); ?&gt;
+			
+			&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
+			
 		&lt;/div&gt;
 
-	&lt;?php else : ?&gt;
-
-		&lt;h2 class=&quot;center&quot;&gt;No posts found. Try a different search?&lt;/h2&gt;
-		&lt;?php include (TEMPLATEPATH . '/searchform.php'); ?&gt;
-
-	&lt;?php endif; ?&gt;
-
-	&lt;/div&gt;
-
-&lt;?php get_sidebar(); ?&gt;
+&lt;?php get_footer(); ?&gt;
 
-&lt;?php get_footer(); ?&gt;
\ No newline at end of file
+&lt;!-- search.php end --&gt;
\ No newline at end of file</diff>
      <filename>search.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+&lt;!-- searchform.php end --&gt;
+
 &lt;form method=&quot;get&quot; id=&quot;searchform&quot; action=&quot;&lt;?php bloginfo('url'); ?&gt;/&quot;&gt;
 	&lt;fieldset&gt;
 		&lt;label class=&quot;hidden&quot; for=&quot;s&quot;&gt;&lt;?php _e('Search for:'); ?&gt;&lt;/label&gt;
@@ -7,3 +9,5 @@
 		&lt;/div&gt;
 	&lt;/fieldset&gt;
 &lt;/form&gt;
+
+&lt;!-- searchform.php end --&gt;
\ No newline at end of file</diff>
      <filename>searchform.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,79 +1,82 @@
-	&lt;div id=&quot;sidebar&quot; class=&quot;grid_5&quot;&gt;
-		&lt;ul&gt;
-			&lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */
-					if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?&gt;
-			&lt;li&gt;
-				&lt;?php include (TEMPLATEPATH . '/searchform.php'); ?&gt;
-			&lt;/li&gt;
+&lt;!-- sidebar.php start --&gt;
+
+&lt;div id=&quot;sidebar&quot; class=&quot;grid_5&quot;&gt;
+	&lt;ul&gt;
+		&lt;?php 	/* Widgetized sidebar, if you have the plugin installed. */
+				if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?&gt;
+		&lt;li&gt;
+			&lt;?php include (TEMPLATEPATH . '/searchform.php'); ?&gt;
+		&lt;/li&gt;
+
+		&lt;?php include (TEMPLATEPATH . &quot;/about.php&quot;); ?&gt;
+
+
+		&lt;?php if ( is_404() || is_category() || is_day() || is_month() ||
+					is_year() || is_search() || is_paged() ) {
+		?&gt; &lt;li&gt;
+
+		&lt;?php /* If this is a 404 page */ if (is_404()) { ?&gt;
+		&lt;?php /* If this is a category archive */ } elseif (is_category()) { ?&gt;
+		&lt;p&gt;You are currently browsing the archives for the &lt;?php single_cat_title(''); ?&gt; category.&lt;/p&gt;
 
-			&lt;?php include (TEMPLATEPATH . &quot;/about.php&quot;); ?&gt;
+		&lt;?php /* If this is a yearly archive */ } elseif (is_day()) { ?&gt;
+		&lt;p&gt;You are currently browsing the &lt;a href=&quot;&lt;?php bloginfo('url'); ?&gt;/&quot;&gt;&lt;?php echo bloginfo('name'); ?&gt;&lt;/a&gt; blog archives
+		for the day &lt;?php the_time('l, F jS, Y'); ?&gt;.&lt;/p&gt;
 
+		&lt;?php /* If this is a monthly archive */ } elseif (is_month()) { ?&gt;
+		&lt;p&gt;You are currently browsing the &lt;a href=&quot;&lt;?php bloginfo('url'); ?&gt;/&quot;&gt;&lt;?php echo bloginfo('name'); ?&gt;&lt;/a&gt; blog archives
+		for &lt;?php the_time('F, Y'); ?&gt;.&lt;/p&gt;
 
-			&lt;?php if ( is_404() || is_category() || is_day() || is_month() ||
-						is_year() || is_search() || is_paged() ) {
-			?&gt; &lt;li&gt;
+		&lt;?php /* If this is a yearly archive */ } elseif (is_year()) { ?&gt;
+		&lt;p&gt;You are currently browsing the &lt;a href=&quot;&lt;?php bloginfo('url'); ?&gt;/&quot;&gt;&lt;?php echo bloginfo('name'); ?&gt;&lt;/a&gt; blog archives
+		for the year &lt;?php the_time('Y'); ?&gt;.&lt;/p&gt;
 
-			&lt;?php /* If this is a 404 page */ if (is_404()) { ?&gt;
-			&lt;?php /* If this is a category archive */ } elseif (is_category()) { ?&gt;
-			&lt;p&gt;You are currently browsing the archives for the &lt;?php single_cat_title(''); ?&gt; category.&lt;/p&gt;
+		&lt;?php /* If this is a monthly archive */ } elseif (is_search()) { ?&gt;
+		&lt;p&gt;You have searched the &lt;a href=&quot;&lt;?php echo bloginfo('url'); ?&gt;/&quot;&gt;&lt;?php echo bloginfo('name'); ?&gt;&lt;/a&gt; blog archives
+		for &lt;strong&gt;'&lt;?php the_search_query(); ?&gt;'&lt;/strong&gt;. If you are unable to find anything in these search results, you can try one of these links.&lt;/p&gt;
 
-			&lt;?php /* If this is a yearly archive */ } elseif (is_day()) { ?&gt;
-			&lt;p&gt;You are currently browsing the &lt;a href=&quot;&lt;?php bloginfo('url'); ?&gt;/&quot;&gt;&lt;?php echo bloginfo('name'); ?&gt;&lt;/a&gt; blog archives
-			for the day &lt;?php the_time('l, F jS, Y'); ?&gt;.&lt;/p&gt;
+		&lt;?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) &amp;&amp; !empty($_GET['paged'])) { ?&gt;
+		&lt;p&gt;You are currently browsing the &lt;a href=&quot;&lt;?php echo bloginfo('url'); ?&gt;/&quot;&gt;&lt;?php echo bloginfo('name'); ?&gt;&lt;/a&gt; blog archives.&lt;/p&gt;
 
-			&lt;?php /* If this is a monthly archive */ } elseif (is_month()) { ?&gt;
-			&lt;p&gt;You are currently browsing the &lt;a href=&quot;&lt;?php bloginfo('url'); ?&gt;/&quot;&gt;&lt;?php echo bloginfo('name'); ?&gt;&lt;/a&gt; blog archives
-			for &lt;?php the_time('F, Y'); ?&gt;.&lt;/p&gt;
+		&lt;?php } ?&gt;
 
-			&lt;?php /* If this is a yearly archive */ } elseif (is_year()) { ?&gt;
-			&lt;p&gt;You are currently browsing the &lt;a href=&quot;&lt;?php bloginfo('url'); ?&gt;/&quot;&gt;&lt;?php echo bloginfo('name'); ?&gt;&lt;/a&gt; blog archives
-			for the year &lt;?php the_time('Y'); ?&gt;.&lt;/p&gt;
+		&lt;/li&gt; &lt;?php }?&gt;
 
-			&lt;?php /* If this is a monthly archive */ } elseif (is_search()) { ?&gt;
-			&lt;p&gt;You have searched the &lt;a href=&quot;&lt;?php echo bloginfo('url'); ?&gt;/&quot;&gt;&lt;?php echo bloginfo('name'); ?&gt;&lt;/a&gt; blog archives
-			for &lt;strong&gt;'&lt;?php the_search_query(); ?&gt;'&lt;/strong&gt;. If you are unable to find anything in these search results, you can try one of these links.&lt;/p&gt;
+		&lt;?php wp_list_pages('title_li=&lt;h2&gt;Pages&lt;/h2&gt;' ); ?&gt;
+		
+		&lt;li&gt;&lt;?php get_calendar(); ?&gt;&lt;/li&gt;
 
-			&lt;?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) &amp;&amp; !empty($_GET['paged'])) { ?&gt;
-			&lt;p&gt;You are currently browsing the &lt;a href=&quot;&lt;?php echo bloginfo('url'); ?&gt;/&quot;&gt;&lt;?php echo bloginfo('name'); ?&gt;&lt;/a&gt; blog archives.&lt;/p&gt;
+		&lt;li&gt;&lt;h2&gt;Archives&lt;/h2&gt;
+			&lt;ul&gt;
+				&lt;?php wp_get_archives('type=monthly'); ?&gt;
+			&lt;/ul&gt;
+		&lt;/li&gt;
 
-			&lt;?php } ?&gt;
+		&lt;?php wp_list_categories('show_count=1&amp;title_li=&lt;h2&gt;Categories&lt;/h2&gt;'); ?&gt;
+		
+		
+		&lt;li&gt;&lt;h2&gt;Tag Cloud&lt;/h2&gt;
+			&lt;ul&gt;
+				&lt;li&gt;&lt;?php wp_tag_cloud(''); ?&gt;&lt;/li&gt;
+			&lt;/ul&gt;
+		&lt;/li&gt;			
 
-			&lt;/li&gt; &lt;?php }?&gt;
 
-			&lt;?php wp_list_pages('title_li=&lt;h2&gt;Pages&lt;/h2&gt;' ); ?&gt;
-			
-			&lt;li&gt;&lt;?php get_calendar(); ?&gt;&lt;/li&gt;
+		&lt;?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?&gt;
+			&lt;?php wp_list_bookmarks(); ?&gt;
 
-			&lt;li&gt;&lt;h2&gt;Archives&lt;/h2&gt;
-				&lt;ul&gt;
-					&lt;?php wp_get_archives('type=monthly'); ?&gt;
-				&lt;/ul&gt;
+			&lt;li&gt;&lt;h2&gt;Meta&lt;/h2&gt;
+			&lt;ul&gt;
+				&lt;?php wp_register(); ?&gt;
+				&lt;li&gt;&lt;?php wp_loginout(); ?&gt;&lt;/li&gt;
+				&lt;li&gt;&lt;a href=&quot;http://validator.w3.org/check/referer&quot; title=&quot;This page validates as XHTML 1.0 Transitional&quot;&gt;Valid &lt;abbr title=&quot;eXtensible HyperText Markup Language&quot;&gt;XHTML&lt;/abbr&gt;&lt;/a&gt;&lt;/li&gt;
+				&lt;?php wp_meta(); ?&gt;
+			&lt;/ul&gt;
 			&lt;/li&gt;
+		&lt;?php } ?&gt;
 
-			&lt;?php wp_list_categories('show_count=1&amp;title_li=&lt;h2&gt;Categories&lt;/h2&gt;'); ?&gt;
-			
-			
-			&lt;li&gt;&lt;h2&gt;Tag Cloud&lt;/h2&gt;
-				&lt;ul&gt;
-					&lt;li&gt;&lt;?php wp_tag_cloud(''); ?&gt;&lt;/li&gt;
-				&lt;/ul&gt;
-			&lt;/li&gt;			
-
-
-			&lt;?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?&gt;
-				&lt;?php wp_list_bookmarks(); ?&gt;
-
-				&lt;li&gt;&lt;h2&gt;Meta&lt;/h2&gt;
-				&lt;ul&gt;
-					&lt;?php wp_register(); ?&gt;
-					&lt;li&gt;&lt;?php wp_loginout(); ?&gt;&lt;/li&gt;
-					&lt;li&gt;&lt;a href=&quot;http://validator.w3.org/check/referer&quot; title=&quot;This page validates as XHTML 1.0 Transitional&quot;&gt;Valid &lt;abbr title=&quot;eXtensible HyperText Markup Language&quot;&gt;XHTML&lt;/abbr&gt;&lt;/a&gt;&lt;/li&gt;
-					&lt;?php wp_meta(); ?&gt;
-				&lt;/ul&gt;
-				&lt;/li&gt;
-			&lt;?php } ?&gt;
-
-			&lt;?php endif; ?&gt;
-		&lt;/ul&gt;
-	&lt;/div&gt;
+		&lt;?php endif; ?&gt;
+	&lt;/ul&gt;
+&lt;/div&gt;
 
+&lt;!-- sidebar.php end --&gt;</diff>
      <filename>sidebar.php</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>images/kubrickfooter.jpg</filename>
    </removed>
    <removed>
      <filename>rtl.css</filename>
    </removed>
    <removed>
      <filename>text.css</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>1de4c90765533c9c9703eeb0e5783bdac945b512</id>
    </parent>
  </parents>
  <author>
    <name>Lynn Wallenstein</name>
    <email>lwallenstein@gmail.com</email>
  </author>
  <url>http://github.com/lwallenstein/designers-default/commit/16cc7d7365eaabc6add7366f9ffbde3529b7869c</url>
  <id>16cc7d7365eaabc6add7366f9ffbde3529b7869c</id>
  <committed-date>2008-11-23T00:20:22-08:00</committed-date>
  <authored-date>2008-11-23T00:20:22-08:00</authored-date>
  <message>Removed right to left components</message>
  <tree>84b222e65176480e9a8b0e7ad3d60e85173f9cd5</tree>
  <committer>
    <name>Lynn Wallenstein</name>
    <email>lwallenstein@gmail.com</email>
  </committer>
</commit>
