<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,8 @@
 &lt;?php get_header(); ?&gt;
 
 	&lt;div id=&quot;content&quot; class=&quot;widecolumn&quot;&gt;
-		&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Problem?', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
-		&lt;p&gt;&lt;?php _e(&quot;Looks like you have a problem here sir/madam. You sure you have the right place? Maybe you got a little lost? Maybe you're looking for something you're not supposed to find? Either way, just go search for it, it can't hurt.&quot;, 'chaoticsoul'); ?&gt;&lt;/p&gt;
+		&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Problem?', 'angelicsoul'); ?&gt;&lt;/h2&gt;
+		&lt;p&gt;&lt;?php _e(&quot;Looks like you have a problem here sir/madam. You sure you have the right place? Maybe you got a little lost? Maybe you're looking for something you're not supposed to find? Either way, just go search for it, it can't hurt.&quot;, 'angelicsoul'); ?&gt;&lt;/p&gt;
 	&lt;/div&gt;
 
 &lt;?php get_sidebar(); ?&gt;</diff>
      <filename>404.php</filename>
    </modified>
    <modified>
      <diff>@@ -5,46 +5,46 @@
 		
 		&lt;?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?&gt;
 		&lt;?php /* If this is a category archive */ if (is_category()) { ?&gt;
-		&lt;h2 class=&quot;title&quot;&gt;&lt;?php printf(__(&quot;Archive for the '%s' Category&quot;, 'chaoticsoul'), single_cat_title('', false)); ?&gt;&lt;/h2&gt;
+		&lt;h2 class=&quot;title&quot;&gt;&lt;?php printf(__(&quot;Archive for the '%s' Category&quot;, 'angelicsoul'), single_cat_title('', false)); ?&gt;&lt;/h2&gt;
 		
 		&lt;?php /* If this is a daily archive */ } elseif (is_day()) { ?&gt;
-		&lt;h2 class=&quot;title&quot;&gt;&lt;?php printf(__('Archive for %s', 'chaoticsoul'), get_the_time('F jS, Y')); ?&gt;&lt;/h2&gt;
+		&lt;h2 class=&quot;title&quot;&gt;&lt;?php printf(__('Archive for %s', 'angelicsoul'), get_the_time('F jS, Y')); ?&gt;&lt;/h2&gt;
 		
 		&lt;?php /* If this is a monthly archive */ } elseif (is_month()) { ?&gt;
-		&lt;h2 class=&quot;title&quot;&gt;&lt;?php printf(__('Archive for %s', 'chaoticsoul'), get_the_time('F, Y')); ?&gt;&lt;/h2&gt;
+		&lt;h2 class=&quot;title&quot;&gt;&lt;?php printf(__('Archive for %s', 'angelicsoul'), get_the_time('F, Y')); ?&gt;&lt;/h2&gt;
 		
 		&lt;?php /* If this is a yearly archive */ } elseif (is_year()) { ?&gt;
-		&lt;h2 class=&quot;title&quot;&gt;&lt;?php printf(__('Archive for %s', 'chaoticsoul'), get_the_time('Y')); ?&gt;&lt;/h2&gt;
+		&lt;h2 class=&quot;title&quot;&gt;&lt;?php printf(__('Archive for %s', 'angelicsoul'), get_the_time('Y')); ?&gt;&lt;/h2&gt;
 		
 		&lt;?php /* If this is a search */ } elseif (is_search()) { ?&gt;
-		&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Search Results', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
+		&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Search Results', 'angelicsoul'); ?&gt;&lt;/h2&gt;
 		
 		&lt;?php /* If this is an author archive */ } elseif (is_author()) { ?&gt;
-		&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Author Archive', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
+		&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Author Archive', 'angelicsoul'); ?&gt;&lt;/h2&gt;
 		
 		&lt;?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) &amp;&amp; !empty($_GET['paged'])) { ?&gt;
-		&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Blog Archives', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
+		&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Blog Archives', 'angelicsoul'); ?&gt;&lt;/h2&gt;
 		
 		&lt;?php } ?&gt;
 
 		&lt;?php while (have_posts()) : the_post(); ?&gt;
 		&lt;div &lt;?php post_class(); ?&gt;&gt;
-			&lt;h2 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;&lt;?php printf(__('Permanent Link to %s', 'chaoticsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt; &amp;bull; &lt;?php the_time('l, F jS, Y') ?&gt;
-			&amp;bull; &lt;?php the_time(get_option('date_format')) ?&gt; &amp;bull; &lt;?php comments_popup_link(__('No Comments', 'chaoticsoul'), __('1 Comment', 'chaoticsoul'), __('% Comments', 'chaoticsoul')); ?&gt;&lt;?php edit_post_link(__('Edit', 'chaoticsoul'), ' (', ')'); ?&gt;
-			&lt;p class=&quot;postmetadata&quot;&gt;&lt;?php printf(__('Posted in %s', 'chaoticsoul'), get_the_category_list(', ')); ?&gt;&lt;?php the_tags('&lt;br /&gt;' .  __( 'Tags' ) . ': ', ', ', '');  ?&gt;&lt;/p&gt;
+			&lt;h2 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;&lt;?php printf(__('Permanent Link to %s', 'angelicsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt; &amp;bull; &lt;?php the_time('l, F jS, Y') ?&gt;
+			&amp;bull; &lt;?php the_time(get_option('date_format')) ?&gt; &amp;bull; &lt;?php comments_popup_link(__('No Comments', 'angelicsoul'), __('1 Comment', 'angelicsoul'), __('% Comments', 'angelicsoul')); ?&gt;&lt;?php edit_post_link(__('Edit', 'angelicsoul'), ' (', ')'); ?&gt;
+			&lt;p class=&quot;postmetadata&quot;&gt;&lt;?php printf(__('Posted in %s', 'angelicsoul'), get_the_category_list(', ')); ?&gt;&lt;?php the_tags('&lt;br /&gt;' .  __( 'Tags' ) . ': ', ', ', '');  ?&gt;&lt;/p&gt;
 		&lt;/div&gt;
 		
 		&lt;br /&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; Previous Entries', 'chaoticsoul')) ?&gt;&lt;/div&gt;
-			&lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link(__('Next Entries &amp;raquo;', 'chaoticsoul')) ?&gt;&lt;/div&gt;
+			&lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link(__('&amp;laquo; Previous Entries', 'angelicsoul')) ?&gt;&lt;/div&gt;
+			&lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link(__('Next Entries &amp;raquo;', 'angelicsoul')) ?&gt;&lt;/div&gt;
 		&lt;/div&gt;
 		
 	&lt;?php else : ?&gt;
 		
-		&lt;h2 class=&quot;center&quot;&gt;&lt;?php _e('Not Found', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
+		&lt;h2 class=&quot;center&quot;&gt;&lt;?php _e('Not Found', 'angelicsoul'); ?&gt;&lt;/h2&gt;
 		&lt;?php include (TEMPLATEPATH . '/searchform.php'); ?&gt;
 		
 	&lt;?php endif; ?&gt;</diff>
      <filename>archive.php</filename>
    </modified>
    <modified>
      <diff>@@ -7,12 +7,12 @@ Template Name: Archives
 &lt;?php get_header(); ?&gt;
 
 &lt;div id=&quot;content&quot; class=&quot;widecolumn&quot;&gt;
-	&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Archives by Month:', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
+	&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Archives by Month:', 'angelicsoul'); ?&gt;&lt;/h2&gt;
 	&lt;ul class=&quot;archive&quot;&gt;
 		&lt;?php wp_get_archives('type=monthly'); ?&gt;
 	&lt;/ul&gt;
 	
-	&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Archives by Subject:', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
+	&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Archives by Subject:', 'angelicsoul'); ?&gt;&lt;/h2&gt;
 	&lt;ul class=&quot;archive&quot;&gt;
 		&lt;?php wp_list_cats(); ?&gt;
 	&lt;/ul&gt;</diff>
      <filename>archives.php</filename>
    </modified>
    <modified>
      <diff>@@ -10,33 +10,33 @@
 		&lt;?php $attachment_link = get_the_attachment_link($post-&gt;ID, true, array(450, 800)); // This also populates the iconsize for the next line ?&gt;
 		&lt;?php $_post = &amp;get_post($post-&gt;ID); $classname = ($_post-&gt;iconsize[0] &lt;= 128 ? 'small' : '') . 'attachment'; // This lets us style narrow icons specially ?&gt;
 		&lt;div &lt;?php post_class(); ?&gt; 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;a href=&quot;&lt;?php echo get_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php printf(__('Permanent Link to %s', 'chaoticsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&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;a href=&quot;&lt;?php echo get_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php printf(__('Permanent Link to %s', 'angelicsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
 			&lt;div class=&quot;entrytext&quot;&gt;
 				&lt;p class=&quot;&lt;?php echo $classname; ?&gt;&quot;&gt;&lt;?php echo $attachment_link; ?&gt;&lt;br /&gt;&lt;?php echo basename($post-&gt;guid); ?&gt;&lt;/p&gt;
-				&lt;?php the_content('&lt;p class=&quot;serif&quot;&gt;'.__('Read the rest of this entry &amp;raquo;', 'chaoticsoul').'&lt;/p&gt;'); ?&gt;
-				&lt;?php link_pages('&lt;p&gt;&lt;strong&gt;'.__('Pages:', 'chaoticsoul').'&lt;/strong&gt; ', '&lt;/p&gt;', 'number'); ?&gt;
+				&lt;?php the_content('&lt;p class=&quot;serif&quot;&gt;'.__('Read the rest of this entry &amp;raquo;', 'angelicsoul').'&lt;/p&gt;'); ?&gt;
+				&lt;?php link_pages('&lt;p&gt;&lt;strong&gt;'.__('Pages:', 'angelicsoul').'&lt;/strong&gt; ', '&lt;/p&gt;', 'number'); ?&gt;
 				&lt;p class=&quot;postmetadata alt&quot;&gt;
 					&lt;small&gt;
 					&lt;?php
-						printf(__('This entry was posted on %s at %s. ', 'chaoticsoul'), get_the_time(get_option('date_format')), get_the_time(get_option('time_format'))); 
-						printf(__('You can follow any responses to this entry through the %s feed. ', 'chaoticsoul'), '&lt;a href=&quot;'.get_post_comments_feed_link().'&quot;&gt;RSS 2.0&lt;/a&gt;');
+						printf(__('This entry was posted on %s at %s. ', 'angelicsoul'), get_the_time(get_option('date_format')), get_the_time(get_option('time_format'))); 
+						printf(__('You can follow any responses to this entry through the %s feed. ', 'angelicsoul'), '&lt;a href=&quot;'.get_post_comments_feed_link().'&quot;&gt;RSS 2.0&lt;/a&gt;');
 						if (('open' == $post-&gt; comment_status) &amp;&amp; ('open' == $post-&gt;ping_status)) {
 							// Both Comments and Pings are open
-							printf(__('You can &lt;a href=&quot;#respond&quot;&gt;leave a response&lt;/a&gt;, or &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site. ', 'chaoticsoul'), get_trackback_url(true));
+							printf(__('You can &lt;a href=&quot;#respond&quot;&gt;leave a response&lt;/a&gt;, or &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site. ', 'angelicsoul'), get_trackback_url(true));
 						} elseif (!('open' == $post-&gt; comment_status) &amp;&amp; ('open' == $post-&gt;ping_status)) {
 							// Only Pings are Open
-							printf(__('Responses are currently closed, but you can &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site. ', 'chaoticsoul'), get_trackback_url(true));
+							printf(__('Responses are currently closed, but you can &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site. ', 'angelicsoul'), get_trackback_url(true));
 						
 						} elseif (('open' == $post-&gt; comment_status) &amp;&amp; !('open' == $post-&gt;ping_status)) {
 							// Comments are open, Pings are not
-							_e('You can skip to the end and leave a response. Pinging is currently not allowed. ', 'chaoticsoul');
+							_e('You can skip to the end and leave a response. Pinging is currently not allowed. ', 'angelicsoul');
 						
 						} elseif (!('open' == $post-&gt; comment_status) &amp;&amp; !('open' == $post-&gt;ping_status)) {
 							// Neither Comments, nor Pings are open
-							_e('Both comments and pings are currently closed. ', 'chaoticsoul');
+							_e('Both comments and pings are currently closed. ', 'angelicsoul');
 						
 						}
-						edit_post_link(__('Edit this entry.', 'chaoticsoul'),'','');
+						edit_post_link(__('Edit this entry.', 'angelicsoul'),'','');
 					?&gt;
 					&lt;/small&gt;
 				&lt;/p&gt;
@@ -46,7 +46,7 @@
 	
 	&lt;?php endwhile; else: ?&gt;
 	
-		&lt;p&gt;&lt;?php _e('Sorry, no attachments matched your criteria.', 'chaoticsoul'); ?&gt;&lt;/p&gt;
+		&lt;p&gt;&lt;?php _e('Sorry, no attachments matched your criteria.', 'angelicsoul'); ?&gt;&lt;/p&gt;
 	
 	&lt;?php endif; ?&gt;
 	&lt;/div&gt;</diff>
      <filename>attachment.php</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@
 		if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post-&gt;post_password) {  // and it doesn't match the cookie
 			?&gt;
 			
-			&lt;p class=&quot;nocomments&quot;&gt;&lt;?php _e('This post is password protected. Enter the password to view comments.', 'chaoticsoul'); ?&gt;&lt;/p&gt;
+			&lt;p class=&quot;nocomments&quot;&gt;&lt;?php _e('This post is password protected. Enter the password to view comments.', 'angelicsoul'); ?&gt;&lt;/p&gt;
 			
 			&lt;?php
 			return;
@@ -21,9 +21,9 @@
 
 &lt;?php if ( have_comments() ) : ?&gt;
 &lt;div class=&quot;comments&quot;&gt;
-	&lt;h3&gt;&lt;?php comments_number(__('No Responses', 'chaoticsoul'), __('One Response', 'chaoticsoul'), __('% Responses', 'chaoticsoul') );?&gt; to &amp;#8220;&lt;?php the_title(); ?&gt;&amp;#8221;&lt;/h3&gt; 
+	&lt;h3&gt;&lt;?php comments_number(__('No Responses', 'angelicsoul'), __('One Response', 'angelicsoul'), __('% Responses', 'angelicsoul') );?&gt; to &amp;#8220;&lt;?php the_title(); ?&gt;&amp;#8221;&lt;/h3&gt; 
 	&lt;ol class=&quot;commentlist&quot;&gt;
-	&lt;?php wp_list_comments(array('callback' =&gt; 'chaoticsoul_comment')); ?&gt;
+	&lt;?php wp_list_comments(array('callback' =&gt; 'angelicsoul_comment')); ?&gt;
 	&lt;/ol&gt;
 	&lt;div class=&quot;navigation&quot;&gt;
 		&lt;div class=&quot;alignleft&quot;&gt;&lt;?php previous_comments_link() ?&gt;&lt;/div&gt;
@@ -33,27 +33,27 @@
 &lt;?php endif; ?&gt;
 
 &lt;?php if ( $comments &amp;&amp; !comments_open() ) : ?&gt;
-	&lt;p class=&quot;nocomments&quot;&gt;&lt;?php _e('Comments are closed.', 'chaoticsoul'); ?&gt;&lt;/p&gt;
+	&lt;p class=&quot;nocomments&quot;&gt;&lt;?php _e('Comments are closed.', 'angelicsoul'); ?&gt;&lt;/p&gt;
 &lt;?php endif; ?&gt;
 
 &lt;?php if ('open' == $post-&gt;comment_status) : ?&gt;
 &lt;div id=&quot;respond&quot; class=&quot;comments clearfix&quot;&gt;
-	&lt;h3&gt;&lt;?php _e('Leave a Reply', 'chaoticsoul'); ?&gt;&lt;/h3&gt;
+	&lt;h3&gt;&lt;?php _e('Leave a Reply', 'angelicsoul'); ?&gt;&lt;/h3&gt;
 	
 	&lt;div class=&quot;cancel-comment-reply&quot;&gt;
 	&lt;small&gt;&lt;?php cancel_comment_reply_link() ?&gt;&lt;/small&gt;
 	&lt;/div&gt;
 	
 	&lt;?php if ( get_option('comment_registration') &amp;&amp; !$user_ID ) : ?&gt;
-	&lt;p&gt;&lt;?php printf(__('You must be &lt;a href=&quot;%s&quot;&gt;logged in&lt;/a&gt; to post a comment.', 'chaoticsoul'), get_option('siteurl').'/wp-login.php?redirect_to='.get_permalink()); ?&gt;&lt;/p&gt;
+	&lt;p&gt;&lt;?php printf(__('You must be &lt;a href=&quot;%s&quot;&gt;logged in&lt;/a&gt; to post a comment.', 'angelicsoul'), get_option('siteurl').'/wp-login.php?redirect_to='.get_permalink()); ?&gt;&lt;/p&gt;
 	&lt;?php else : ?&gt;
 	
 	&lt;form action=&quot;&lt;?php echo get_option('siteurl'); ?&gt;/wp-comments-post.php&quot; method=&quot;post&quot; id=&quot;commentform&quot;&gt;
 	&lt;?php comment_id_fields(); ?&gt;
 	&lt;?php if ( $user_ID ) : ?&gt;
 	
-	&lt;p&gt;&lt;?php printf(__('Logged in as %s.', 'chaoticsoul'), '&lt;a href=&quot;'.get_option('siteurl').'/wp-admin/profile.php&quot;&gt;'.$user_identity.'&lt;/a&gt;'); ?&gt;
-	&lt;a href=&quot;&lt;?php echo get_option('siteurl'); ?&gt;/wp-login.php?action=logout&quot; title=&quot;&lt;?php _e('Log out of this account', 'chaoticsoul'); ?&gt;&quot;&gt;&lt;?php _e('Logout &amp;raquo;', 'chaoticsoul'); ?&gt;&lt;/a&gt;&lt;/p&gt;
+	&lt;p&gt;&lt;?php printf(__('Logged in as %s.', 'angelicsoul'), '&lt;a href=&quot;'.get_option('siteurl').'/wp-admin/profile.php&quot;&gt;'.$user_identity.'&lt;/a&gt;'); ?&gt;
+	&lt;a href=&quot;&lt;?php echo get_option('siteurl'); ?&gt;/wp-login.php?action=logout&quot; title=&quot;&lt;?php _e('Log out of this account', 'angelicsoul'); ?&gt;&quot;&gt;&lt;?php _e('Logout &amp;raquo;', 'angelicsoul'); ?&gt;&lt;/a&gt;&lt;/p&gt;
 	&lt;p&gt;&lt;textarea name=&quot;comment&quot; id=&quot;comment&quot; cols=&quot;65&quot; rows=&quot;10&quot; tabindex=&quot;4&quot;&gt;&lt;/textarea&gt;&lt;/p&gt;
 	
 	&lt;?php else : ?&gt;
@@ -61,20 +61,20 @@
 	&lt;p&gt;&lt;textarea name=&quot;comment&quot; id=&quot;comment&quot; cols=&quot;65&quot; rows=&quot;5&quot; tabindex=&quot;4&quot;&gt;&lt;/textarea&gt;&lt;/p&gt;
 	
 	&lt;p&gt;&lt;input type=&quot;text&quot; name=&quot;author&quot; id=&quot;author&quot; value=&quot;&lt;?php echo $comment_author; ?&gt;&quot; size=&quot;20&quot; tabindex=&quot;1&quot; /&gt;&lt;br /&gt;
-	&lt;label for=&quot;author&quot;&gt;&lt;small&gt;&lt;?php if ($req) echo &quot;*&quot;; ?&gt; &lt;?php _e('Name', 'chaoticsoul'); ?&gt;&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;
+	&lt;label for=&quot;author&quot;&gt;&lt;small&gt;&lt;?php if ($req) echo &quot;*&quot;; ?&gt; &lt;?php _e('Name', 'angelicsoul'); ?&gt;&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;
 	
 	&lt;p&gt;&lt;input type=&quot;text&quot; name=&quot;email&quot; id=&quot;email&quot; value=&quot;&lt;?php echo $comment_author_email; ?&gt;&quot; size=&quot;20&quot; tabindex=&quot;2&quot; /&gt;&lt;br /&gt;
-	&lt;label for=&quot;email&quot;&gt;&lt;small&gt;&lt;?php if ($req) echo &quot;*&quot;; ?&gt; &lt;?php _e('Mail (private)', 'chaoticsoul'); ?&gt;&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;
+	&lt;label for=&quot;email&quot;&gt;&lt;small&gt;&lt;?php if ($req) echo &quot;*&quot;; ?&gt; &lt;?php _e('Mail (private)', 'angelicsoul'); ?&gt;&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;
 	
 	&lt;p&gt;&lt;input type=&quot;text&quot; name=&quot;url&quot; id=&quot;url&quot; value=&quot;&lt;?php echo $comment_author_url; ?&gt;&quot; size=&quot;19&quot; tabindex=&quot;3&quot; /&gt;&lt;br /&gt;
-	&lt;label for=&quot;url&quot;&gt;&lt;small&gt;&lt;?php _e('Website', 'chaoticsoul'); ?&gt;&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;
+	&lt;label for=&quot;url&quot;&gt;&lt;small&gt;&lt;?php _e('Website', 'angelicsoul'); ?&gt;&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;
 	
 	&lt;?php endif; ?&gt;
 	
 	&lt;!--&lt;p&gt;&lt;small&gt;&lt;strong&gt;XHTML:&lt;/strong&gt; You can use these tags: &lt;?php echo allowed_tags(); ?&gt;&lt;/small&gt;&lt;/p&gt;--&gt;
 	
 	&lt;p&gt;
-		&lt;input name=&quot;submit&quot; type=&quot;submit&quot; id=&quot;submit&quot; tabindex=&quot;5&quot; value=&quot;&lt;?php _e('Submit Comment', 'chaoticsoul'); ?&gt;&quot; /&gt;
+		&lt;input name=&quot;submit&quot; type=&quot;submit&quot; id=&quot;submit&quot; tabindex=&quot;5&quot; value=&quot;&lt;?php _e('Submit Comment', 'angelicsoul'); ?&gt;&quot; /&gt;
 		&lt;input type=&quot;hidden&quot; name=&quot;comment_post_ID&quot; value=&quot;&lt;?php echo $id; ?&gt;&quot; /&gt;
 	&lt;/p&gt;
 	&lt;?php do_action('comment_form', $post-&gt;ID); ?&gt;</diff>
      <filename>comments.php</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 &lt;div class=&quot;hr&quot;&gt;&amp;nbsp;&lt;/div&gt;
 &lt;div id=&quot;footer&quot;&gt;
-    &lt;p&gt;Powered by &lt;a href=&quot;http://wordpress.org/&quot;&gt;WordPress&lt;/a&gt;. Theme: ChaoticSoul (v1.4) by &lt;a href=&quot;http://avalonstar.com&quot; rel=&quot;designer&quot;&gt;Bryan Veloso&lt;/a&gt;.&lt;/p&gt;
+    &lt;p&gt;Powered by &lt;a href=&quot;http://wordpress.org/&quot;&gt;WordPress&lt;/a&gt;. Theme: angelicsoul (v1.4) by &lt;a href=&quot;http://avalonstar.com&quot; rel=&quot;designer&quot;&gt;Bryan Veloso&lt;/a&gt;.&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 </diff>
      <filename>footer.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &lt;?php
-function chaoticsoul_comment($comment, $args, $depth) { 
+function angelicsoul_comment($comment, $args, $depth) { 
 $GLOBALS['comment'] = $comment;	
 	?&gt;
 	&lt;li &lt;?php comment_class(); ?&gt; id=&quot;comment-&lt;?php comment_ID() ?&gt;&quot;&gt;
@@ -7,52 +7,52 @@ $GLOBALS['comment'] = $comment;
 		&lt;p class=&quot;commentmetadata&quot;&gt;
 			&lt;?php echo get_avatar( $comment, 32 ); ?&gt;
 			&lt;small&gt;
-			&lt;cite&gt;&lt;?php comment_author_link() ?&gt;&lt;/cite&gt; &lt;?php _e('said this on', 'chaoticsoul'); ?&gt;
+			&lt;cite&gt;&lt;?php comment_author_link() ?&gt;&lt;/cite&gt; &lt;?php _e('said this on', 'angelicsoul'); ?&gt;
 			&lt;?php if ($comment-&gt;comment_approved == '0') : ?&gt;
-			&lt;em&gt;&lt;?php _e('Your comment is awaiting moderation.', 'chaoticsoul'); ?&gt;&lt;/em&gt;
+			&lt;em&gt;&lt;?php _e('Your comment is awaiting moderation.', 'angelicsoul'); ?&gt;&lt;/em&gt;
 			&lt;?php endif; ?&gt;
-			&lt;a href=&quot;#comment-&lt;?php comment_ID() ?&gt;&quot; title=&quot;&quot;&gt;&lt;?php comment_date(get_option('date_format')) ?&gt; &lt;?php _e('at', 'chaoticsoul');?&gt; &lt;?php comment_time(get_option('time_format')) ?&gt;&lt;/a&gt;&lt;?php echo comment_reply_link(array('depth' =&gt; $depth, 'max_depth' =&gt; $args['max_depth'], 'before' =&gt; ' | ')) ?&gt; &lt;?php edit_comment_link(__('edit', 'chaoticsoul'),'(',')'); ?&gt;
+			&lt;a href=&quot;#comment-&lt;?php comment_ID() ?&gt;&quot; title=&quot;&quot;&gt;&lt;?php comment_date(get_option('date_format')) ?&gt; &lt;?php _e('at', 'angelicsoul');?&gt; &lt;?php comment_time(get_option('time_format')) ?&gt;&lt;/a&gt;&lt;?php echo comment_reply_link(array('depth' =&gt; $depth, 'max_depth' =&gt; $args['max_depth'], 'before' =&gt; ' | ')) ?&gt; &lt;?php edit_comment_link(__('edit', 'angelicsoul'),'(',')'); ?&gt;
 			&lt;/small&gt;
 		&lt;/p&gt;
 	&lt;/li&gt;
 &lt;?php }
 
 $themecolors = array(
-	'bg' =&gt; '161410',
-	'text' =&gt; '999999',
-	'link' =&gt; 'd8d7d3',
-	'border' =&gt; '161410'
+	'bg' =&gt; 'e9ebef',
+	'text' =&gt; '666666',
+	'link' =&gt; '27282c',
+	'border' =&gt; 'c9cbcf'
 	);
 
 $content_width = 497;
 
 // Widgets FTW!
-function widget_chaoticsoul_links() {
+function widget_angelicsoul_links() {
 	wp_list_bookmarks(array(
 		'title_before' =&gt; '&lt;h3&gt;', 
 		'title_after' =&gt; '&lt;/h3&gt;', 
 	));
 }
 
-function widget_chaoticsoul_search() {
+function widget_angelicsoul_search() {
 ?&gt;
 	&lt;form method=&quot;get&quot; id=&quot;searchform&quot; action=&quot;/index.php&quot;&gt;
-		&lt;div&gt;&lt;input type=&quot;text&quot; value=&quot;&lt;?php _e('Search', 'chaoticsoul'); ?&gt;&quot; onblur=&quot;this.value=(this.value=='') ? '&lt;?php _e('Search', 'chaoticsoul'); ?&gt;' : this.value;&quot; onfocus=&quot;this.value=(this.value=='&lt;?php _e('Search', 'chaoticsoul'); ?&gt;') ? '' : this.value;&quot; name=&quot;s&quot; id=&quot;s&quot; /&gt;&lt;/div&gt;
+		&lt;div&gt;&lt;input type=&quot;text&quot; value=&quot;&lt;?php _e('Search', 'angelicsoul'); ?&gt;&quot; onblur=&quot;this.value=(this.value=='') ? '&lt;?php _e('Search', 'angelicsoul'); ?&gt;' : this.value;&quot; onfocus=&quot;this.value=(this.value=='&lt;?php _e('Search', 'angelicsoul'); ?&gt;') ? '' : this.value;&quot; name=&quot;s&quot; id=&quot;s&quot; /&gt;&lt;/div&gt;
 	&lt;/form&gt;
 &lt;?php
 }
 
-function chaoticsoul_widget_init() {
+function angelicsoul_widget_init() {
 	register_sidebar(array(
   	'before_widget' =&gt; '',
 		'after_widget' =&gt; '',
 		'before_title' =&gt; '&lt;h3&gt;',
 		'after_title' =&gt; '&lt;/h3&gt;',
 	));
-	register_sidebar_widget(__('Links', 'widgets'), 'widget_chaoticsoul_links', null, 'links');
-	register_sidebar_widget(__('Search', 'widgets'), 'widget_chaoticsoul_search', null, 'search');
+	register_sidebar_widget(__('Links', 'widgets'), 'widget_angelicsoul_links', null, 'links');
+	register_sidebar_widget(__('Search', 'widgets'), 'widget_angelicsoul_search', null, 'search');
 }
-add_action('widgets_init', 'chaoticsoul_widget_init');
+add_action('widgets_init', 'angelicsoul_widget_init');
 
 // Custom Header FTW!
 define('HEADER_TEXTCOLOR', '');</diff>
      <filename>functions.php</filename>
    </modified>
    <modified>
      <diff>@@ -14,12 +14,12 @@
 			if ( $pos == false ) : ?&gt;
 			&lt;?php if(!$stickied or is_sticky()) $stickied = true; ?&gt;
 			&lt;div class=&quot;post top&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;
-				&lt;h2 class=&quot;first&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php printf(__('Permanent Link to %s', 'chaoticsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
-				&lt;span class=&quot;postmetadata&quot;&gt;&amp;nbsp;&lt;?php the_time(get_option(&quot;date_format&quot;)); ?&gt; &amp;bull; &lt;?php comments_popup_link(__('No Comments', 'chaoticsoul'), __('1 Comment', 'chaoticsoul'), __('% Comments', 'chaoticsoul')); ?&gt; &lt;?php edit_post_link(__('Edit', 'chaoticsoul'), '(', ')'); ?&gt;&lt;/span&gt;
+				&lt;h2 class=&quot;first&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php printf(__('Permanent Link to %s', 'angelicsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
+				&lt;span class=&quot;postmetadata&quot;&gt;&amp;nbsp;&lt;?php the_time(get_option(&quot;date_format&quot;)); ?&gt; &amp;bull; &lt;?php comments_popup_link(__('No Comments', 'angelicsoul'), __('1 Comment', 'angelicsoul'), __('% Comments', 'angelicsoul')); ?&gt; &lt;?php edit_post_link(__('Edit', 'angelicsoul'), '(', ')'); ?&gt;&lt;/span&gt;
 				&lt;div class=&quot;entry&quot;&gt;
-					&lt;?php the_content(&quot;&lt;span class=\&quot;continue\&quot;&gt;&quot; . __('Continue reading', 'chaoticsoul') . &quot; '&quot; . the_title('', '', false) . &quot;'&lt;/span&gt;&quot;); ?&gt;
+					&lt;?php the_content(&quot;&lt;span class=\&quot;continue\&quot;&gt;&quot; . __('Continue reading', 'angelicsoul') . &quot; '&quot; . the_title('', '', false) . &quot;'&lt;/span&gt;&quot;); ?&gt;
 					&lt;p class=&quot;postmetadata&quot;&gt;
-						&lt;?php printf(__('Posted in %s', 'chaoticsoul'), get_the_category_list(', ')); ?&gt;
+						&lt;?php printf(__('Posted in %s', 'angelicsoul'), get_the_category_list(', ')); ?&gt;
 						&lt;?php print get_the_term_list( $post-&gt;ID, 'post_tag', '&lt;br /&gt;' . __( 'Tags' ) . ': ', ', ', ''); ?&gt;
 					&lt;/p&gt;
 				&lt;/div&gt;
@@ -31,12 +31,12 @@
 		&lt;?php while(have_posts()) : the_post(); if(!($first_post == $post-&gt;ID) &amp;&amp; !is_sticky()) : ?&gt;	
 		
 			&lt;div class=&quot;post lastfive&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;
-				&lt;h2&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php printf(__('Permanent Link to %s', 'chaoticsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
-				&lt;span class=&quot;postmetadata&quot;&gt;&amp;nbsp;&lt;?php the_time(get_option(&quot;date_format&quot;)); ?&gt; &amp;bull; &lt;?php comments_popup_link(__('No Comments', 'chaoticsoul'), __('1 Comment', 'chaoticsoul'), __('% Comments', 'chaoticsoul')); ?&gt; &lt;?php edit_post_link(__('Edit', 'chaoticsoul'), '(', ')'); ?&gt;&lt;/span&gt;				   
+				&lt;h2&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php printf(__('Permanent Link to %s', 'angelicsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
+				&lt;span class=&quot;postmetadata&quot;&gt;&amp;nbsp;&lt;?php the_time(get_option(&quot;date_format&quot;)); ?&gt; &amp;bull; &lt;?php comments_popup_link(__('No Comments', 'angelicsoul'), __('1 Comment', 'angelicsoul'), __('% Comments', 'angelicsoul')); ?&gt; &lt;?php edit_post_link(__('Edit', 'angelicsoul'), '(', ')'); ?&gt;&lt;/span&gt;				   
 				&lt;div class=&quot;entry&quot;&gt;
 					&lt;?php the_content(&quot;&lt;span class=\&quot;continue\&quot;&gt;&quot; . __('Continue reading','') . &quot; '&quot; . the_title('', '', false) . &quot;'&lt;/span&gt;&quot;); ?&gt;
 					&lt;p class=&quot;postmetadata&quot;&gt;
-						&lt;?php printf(__('Posted in %s', 'chaoticsoul'), get_the_category_list(', ')); ?&gt;
+						&lt;?php printf(__('Posted in %s', 'angelicsoul'), get_the_category_list(', ')); ?&gt;
 						&lt;?php the_tags('&lt;br /&gt;' .  __( 'Tags' ) . ': ', ', ', '');	?&gt;
 					&lt;/p&gt;
 				&lt;/div&gt;
@@ -46,16 +46,16 @@
 		
 	&lt;?php else : ?&gt;
 		
-		&lt;h2 class=&quot;center&quot;&gt;&lt;?php _e('Not Found', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
-		&lt;p class=&quot;center&quot;&gt;&lt;?php _e('Sorry, but you are looking for something that isn&amp;#8217;t here.', 'chaoticsoul'); ?&gt;&lt;/p&gt;
+		&lt;h2 class=&quot;center&quot;&gt;&lt;?php _e('Not Found', 'angelicsoul'); ?&gt;&lt;/h2&gt;
+		&lt;p class=&quot;center&quot;&gt;&lt;?php _e('Sorry, but you are looking for something that isn&amp;#8217;t here.', 'angelicsoul'); ?&gt;&lt;/p&gt;
 		&lt;?php include (TEMPLATEPATH . &quot;/searchform.php&quot;); ?&gt;
 		
 	&lt;?php endif; ?&gt;
 	
 	&lt;div class=&quot;navigation clearfix&quot;&gt;
 	&lt;?php $_SERVER['REQUEST_URI']  = preg_replace(&quot;/(.*?).php(.*?)&amp;(.*?)&amp;(.*?)&amp;_=/&quot;,&quot;$2$3&quot;,$_SERVER['REQUEST_URI']); ?&gt;
-		&lt;div class=&quot;left&quot;&gt;&lt;?php next_posts_link('&lt;span&gt;&amp;laquo;&lt;/span&gt; '.__('Previous Entries', 'chaoticsoul').''); ?&gt;&lt;/div&gt;
-		&lt;div class=&quot;right&quot;&gt;&lt;?php previous_posts_link(''.__('Next Entries', 'chaoticsoul').' &lt;span&gt;&amp;raquo;&lt;/span&gt;'); ?&gt;&lt;/div&gt;
+		&lt;div class=&quot;left&quot;&gt;&lt;?php next_posts_link('&lt;span&gt;&amp;laquo;&lt;/span&gt; '.__('Previous Entries', 'angelicsoul').''); ?&gt;&lt;/div&gt;
+		&lt;div class=&quot;right&quot;&gt;&lt;?php previous_posts_link(''.__('Next Entries', 'angelicsoul').' &lt;span&gt;&amp;raquo;&lt;/span&gt;'); ?&gt;&lt;/div&gt;
 		&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
 	&lt;/div&gt;
 	</diff>
      <filename>home.php</filename>
    </modified>
    <modified>
      <diff>@@ -8,34 +8,34 @@
 			&lt;div class=&quot;alignright&quot;&gt;&amp;nbsp;&lt;/div&gt;
 		&lt;/div&gt;
 		&lt;div &lt;?php post_class(); ?&gt; 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;a href=&quot;&lt;?php echo get_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php printf(__('Permanent Link to %s', 'chaoticsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&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;a href=&quot;&lt;?php echo get_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php printf(__('Permanent Link to %s', 'angelicsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
 			&lt;div class=&quot;entrytext&quot;&gt;
 				&lt;p class=&quot;attachment&quot;&gt;&lt;?php echo wp_get_attachment_image( $post-&gt;ID, 'full' ); ?&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;', 'chaoticsoul').'&lt;/p&gt;'); ?&gt;
-				&lt;?php link_pages('&lt;p&gt;&lt;strong&gt;'.__('Pages:', 'chaoticsoul').'&lt;/strong&gt; ', '&lt;/p&gt;', 'number'); ?&gt;
+				&lt;?php the_content('&lt;p class=&quot;serif&quot;&gt;'.__('Read the rest of this entry &amp;raquo;', 'angelicsoul').'&lt;/p&gt;'); ?&gt;
+				&lt;?php link_pages('&lt;p&gt;&lt;strong&gt;'.__('Pages:', 'angelicsoul').'&lt;/strong&gt; ', '&lt;/p&gt;', 'number'); ?&gt;
 				&lt;p class=&quot;postmetadata alt&quot;&gt;
 					&lt;small&gt;
 					&lt;?php
-						printf(__('This entry was posted on %s at %s. ', 'chaoticsoul'), get_the_time(get_option('date_format')), get_the_time(get_option('time_format'))); 
-						printf(__('You can follow any responses to this entry through the %s feed. ', 'chaoticsoul'), '&lt;a href=&quot;'.get_post_comments_feed_link().'&quot;&gt;RSS 2.0&lt;/a&gt;');
+						printf(__('This entry was posted on %s at %s. ', 'angelicsoul'), get_the_time(get_option('date_format')), get_the_time(get_option('time_format'))); 
+						printf(__('You can follow any responses to this entry through the %s feed. ', 'angelicsoul'), '&lt;a href=&quot;'.get_post_comments_feed_link().'&quot;&gt;RSS 2.0&lt;/a&gt;');
 						if (('open' == $post-&gt; comment_status) &amp;&amp; ('open' == $post-&gt;ping_status)) {
 							// Both Comments and Pings are open
-							printf(__('You can &lt;a href=&quot;#respond&quot;&gt;leave a response&lt;/a&gt;, or &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site. ', 'chaoticsoul'), get_trackback_url(true));
+							printf(__('You can &lt;a href=&quot;#respond&quot;&gt;leave a response&lt;/a&gt;, or &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site. ', 'angelicsoul'), get_trackback_url(true));
 						} elseif (!('open' == $post-&gt; comment_status) &amp;&amp; ('open' == $post-&gt;ping_status)) {
 							// Only Pings are Open
-							printf(__('Responses are currently closed, but you can &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site. ', 'chaoticsoul'), get_trackback_url(true));
+							printf(__('Responses are currently closed, but you can &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site. ', 'angelicsoul'), get_trackback_url(true));
 						
 						} elseif (('open' == $post-&gt; comment_status) &amp;&amp; !('open' == $post-&gt;ping_status)) {
 							// Comments are open, Pings are not
-							_e('You can skip to the end and leave a response. Pinging is currently not allowed. ', 'chaoticsoul');
+							_e('You can skip to the end and leave a response. Pinging is currently not allowed. ', 'angelicsoul');
 						
 						} elseif (!('open' == $post-&gt; comment_status) &amp;&amp; !('open' == $post-&gt;ping_status)) {
 							// Neither Comments, nor Pings are open
-							_e('Both comments and pings are currently closed. ', 'chaoticsoul');
+							_e('Both comments and pings are currently closed. ', 'angelicsoul');
 						
 						}
-						edit_post_link(__('Edit this entry.', 'chaoticsoul'),'','');
+						edit_post_link(__('Edit this entry.', 'angelicsoul'),'','');
 					?&gt;
 					&lt;/small&gt;
 				&lt;/p&gt;
@@ -45,7 +45,7 @@
 	
 	&lt;?php endwhile; else: ?&gt;
 	
-		&lt;p&gt;&lt;?php _e('Sorry, no attachments matched your criteria.', 'chaoticsoul'); ?&gt;&lt;/p&gt;
+		&lt;p&gt;&lt;?php _e('Sorry, no attachments matched your criteria.', 'angelicsoul'); ?&gt;&lt;/p&gt;
 	
 	&lt;?php endif; ?&gt;
 	&lt;/div&gt;</diff>
      <filename>image.php</filename>
    </modified>
    <modified>
      <diff>@@ -7,12 +7,12 @@
 		
 			&lt;div class=&quot;post lastfive&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;
 				&lt;h2&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
-				&lt;span class=&quot;postmetadata&quot;&gt;&amp;nbsp;&lt;?php the_time(get_option(&quot;date_format&quot;)); ?&gt; &amp;bull; &lt;?php comments_popup_link(__('No Comments', 'chaoticsoul'), __('1 Comment', 'chaoticsoul'), __('% Comments', 'chaoticsoul')); ?&gt; &lt;?php edit_post_link(__('Edit', 'chaoticsoul'), '(', ')'); ?&gt;&lt;/span&gt;
+				&lt;span class=&quot;postmetadata&quot;&gt;&amp;nbsp;&lt;?php the_time(get_option(&quot;date_format&quot;)); ?&gt; &amp;bull; &lt;?php comments_popup_link(__('No Comments', 'angelicsoul'), __('1 Comment', 'angelicsoul'), __('% Comments', 'angelicsoul')); ?&gt; &lt;?php edit_post_link(__('Edit', 'angelicsoul'), '(', ')'); ?&gt;&lt;/span&gt;
 				
 				&lt;div class=&quot;entry&quot;&gt;
 					&lt;?php the_content(&quot;&lt;span class=\&quot;continue\&quot;&gt;&quot; . __('Continue reading','') . &quot; '&quot; . the_title('', '', false) . &quot;'&lt;/span&gt;&quot;); ?&gt;
 					&lt;p class=&quot;postmetadata&quot;&gt;
-						&lt;?php printf(__('Posted in %s', 'chaoticsoul'), get_the_category_list(', ')); ?&gt;
+						&lt;?php printf(__('Posted in %s', 'angelicsoul'), get_the_category_list(', ')); ?&gt;
 						&lt;?php the_tags('&lt;br /&gt;' .  __( 'Tags' ) . ': ', ', ', '');  ?&gt;
 					&lt;/p&gt;
 				&lt;/div&gt;
@@ -22,8 +22,8 @@
 		
 	&lt;?php else : ?&gt;
 		
-		&lt;h2 class=&quot;center&quot;&gt;&lt;?php _e('Not Found', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
-		&lt;p class=&quot;center&quot;&gt;&lt;?php _e('Sorry, but you are looking for something that isn&amp;#8217;t here.', 'chaoticsoul'); ?&gt;&lt;/p&gt;
+		&lt;h2 class=&quot;center&quot;&gt;&lt;?php _e('Not Found', 'angelicsoul'); ?&gt;&lt;/h2&gt;
+		&lt;p class=&quot;center&quot;&gt;&lt;?php _e('Sorry, but you are looking for something that isn&amp;#8217;t here.', 'angelicsoul'); ?&gt;&lt;/p&gt;
 		&lt;?php include (TEMPLATEPATH . &quot;/searchform.php&quot;); ?&gt;
 		
 	&lt;?php endif; ?&gt;</diff>
      <filename>index.php</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ Template Name: Links
 &lt;?php get_header(); ?&gt;
 
 &lt;div id=&quot;content&quot; class=&quot;widecolumn&quot;&gt;
-	&lt;h2&gt;&lt;?php _e('Links:', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
+	&lt;h2&gt;&lt;?php _e('Links:', 'angelicsoul'); ?&gt;&lt;/h2&gt;
 	&lt;ul&gt;
 	&lt;?php get_links_list(); ?&gt;
 	&lt;/ul&gt;</diff>
      <filename>links.php</filename>
    </modified>
    <modified>
      <diff>@@ -5,12 +5,12 @@
 		&lt;div &lt;?php post_class('post'); ?&gt; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;
 		&lt;h2 class=&quot;title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;
             &lt;div class=&quot;entrytext&quot;&gt;
-				&lt;?php the_content('&lt;p class=&quot;serif&quot;&gt;'.__('Read the rest of this page &amp;raquo;', 'chaoticsoul').'&lt;/p&gt;'); ?&gt;
-				&lt;?php link_pages('&lt;p&gt;&lt;strong&gt;'.__('Pages:', 'chaoticsoul').'&lt;/strong&gt; ', '&lt;/p&gt;', 'number'); ?&gt;
+				&lt;?php the_content('&lt;p class=&quot;serif&quot;&gt;'.__('Read the rest of this page &amp;raquo;', 'angelicsoul').'&lt;/p&gt;'); ?&gt;
+				&lt;?php link_pages('&lt;p&gt;&lt;strong&gt;'.__('Pages:', 'angelicsoul').'&lt;/strong&gt; ', '&lt;/p&gt;', 'number'); ?&gt;
             &lt;/div&gt;
         &lt;/div&gt;
     &lt;?php endwhile; endif; ?&gt;
-	&lt;?php edit_post_link(__('Edit this entry.', 'chaoticsoul'), '&lt;p&gt;', '&lt;/p&gt;'); ?&gt;
+	&lt;?php edit_post_link(__('Edit this entry.', 'angelicsoul'), '&lt;p&gt;', '&lt;/p&gt;'); ?&gt;
     
     &lt;?php if ( comments_open() ) comments_template(); ?&gt;
     &lt;/div&gt;</diff>
      <filename>page.php</filename>
    </modified>
    <modified>
      <diff>@@ -4,12 +4,12 @@
 	
 	&lt;?php if (have_posts()) : ?&gt;
 		
-		&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Search Results', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
+		&lt;h2 class=&quot;title&quot;&gt;&lt;?php _e('Search Results', 'angelicsoul'); ?&gt;&lt;/h2&gt;
 		
 		&lt;?php while (have_posts()) : the_post(); ?&gt;
 		
 			&lt;div &lt;?php post_class(); ?&gt;&gt;
-				&lt;h2 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;&lt;?php printf(__('Permanent Link to %s', 'chaoticsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
+				&lt;h2 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;&lt;?php printf(__('Permanent Link to %s', 'angelicsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
 				&amp;bull; &lt;?php the_time(get_option('date_format')) ?&gt;
 				&lt;p class=&quot;postmetadata&quot;&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;
@@ -17,13 +17,13 @@
 		&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; Previous Entries', 'chaoticsoul')) ?&gt;&lt;/div&gt;
-			&lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link(__('Next Entries &amp;raquo;', 'chaoticsoul')) ?&gt;&lt;/div&gt;
+			&lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link(__('&amp;laquo; Previous Entries', 'angelicsoul')) ?&gt;&lt;/div&gt;
+			&lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link(__('Next Entries &amp;raquo;', 'angelicsoul')) ?&gt;&lt;/div&gt;
 		&lt;/div&gt;
 		
 	&lt;?php else : ?&gt;
 		
-		&lt;h2 class=&quot;center&quot;&gt;&lt;?php _e('No posts found. Try a different search?', 'chaoticsoul'); ?&gt;&lt;/h2&gt;
+		&lt;h2 class=&quot;center&quot;&gt;&lt;?php _e('No posts found. Try a different search?', 'angelicsoul'); ?&gt;&lt;/h2&gt;
 		&lt;?php include (TEMPLATEPATH . '/searchform.php'); ?&gt;
 		
 	&lt;?php endif; ?&gt;</diff>
      <filename>search.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 &lt;form method=&quot;get&quot; id=&quot;searchform&quot; action=&quot;/index.php&quot;&gt;
-	&lt;div&gt;&lt;input type=&quot;text&quot; value=&quot;&lt;?php _e('Search', 'chaoticsoul'); ?&gt;&quot; onblur=&quot;this.value=(this.value=='') ? '&lt;?php _e('Search', 'chaoticsoul'); ?&gt;' : this.value;&quot; onfocus=&quot;this.value=(this.value=='&lt;?php _e('Search', 'chaoticsoul'); ?&gt;') ? '' : this.value;&quot; name=&quot;s&quot; id=&quot;s&quot; /&gt;&lt;/div&gt;
+	&lt;div&gt;&lt;input type=&quot;text&quot; value=&quot;&lt;?php _e('Search', 'angelicsoul'); ?&gt;&quot; onblur=&quot;this.value=(this.value=='') ? '&lt;?php _e('Search', 'angelicsoul'); ?&gt;' : this.value;&quot; onfocus=&quot;this.value=(this.value=='&lt;?php _e('Search', 'angelicsoul'); ?&gt;') ? '' : this.value;&quot; name=&quot;s&quot; id=&quot;s&quot; /&gt;&lt;/div&gt;
 &lt;/form&gt;</diff>
      <filename>searchform.php</filename>
    </modified>
    <modified>
      <diff>@@ -5,39 +5,39 @@
 		
 		&lt;?php if (is_single()) { ?&gt;
 			
-			&lt;h3&gt;&lt;?php _e('About This Post','chaoticsoul'); ?&gt;&lt;/h3&gt;
+			&lt;h3&gt;&lt;?php _e('About This Post','angelicsoul'); ?&gt;&lt;/h3&gt;
 			&lt;p class=&quot;postmetadata alt&quot;&gt;
 				&lt;small&gt;
 				&lt;?php
-					printf(__('This entry was posted on %s at %s and is filed under %s.', 'chaoticsoul'), get_the_time(get_option('date_format')), get_the_time(get_option('time_format')), get_the_category_list(', ')); 
-					printf(__('You can follow any responses to this entry through the %s feed.', 'chaoticsoul'), '&lt;a href=&quot;'.get_post_comments_feed_link().'&quot;&gt;RSS 2.0&lt;/a&gt;');
+					printf(__('This entry was posted on %s at %s and is filed under %s.', 'angelicsoul'), get_the_time(get_option('date_format')), get_the_time(get_option('time_format')), get_the_category_list(', ')); 
+					printf(__('You can follow any responses to this entry through the %s feed.', 'angelicsoul'), '&lt;a href=&quot;'.get_post_comments_feed_link().'&quot;&gt;RSS 2.0&lt;/a&gt;');
 					
 					if (('open' == $post-&gt; comment_status) &amp;&amp; ('open' == $post-&gt;ping_status)) {
 						// Both Comments and Pings are open
-						printf(__('You can &lt;a href=&quot;#respond&quot;&gt;leave a response&lt;/a&gt;, or &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site.', 'chaoticsoul'), get_trackback_url(true));
+						printf(__('You can &lt;a href=&quot;#respond&quot;&gt;leave a response&lt;/a&gt;, or &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site.', 'angelicsoul'), get_trackback_url(true));
 					} elseif (!('open' == $post-&gt; comment_status) &amp;&amp; ('open' == $post-&gt;ping_status)) {
 						// Only Pings are Open
-						printf(__('Responses are currently closed, but you can &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site.', 'chaoticsoul'), get_trackback_url(true));
+						printf(__('Responses are currently closed, but you can &lt;a href=&quot;%s&quot; rel=&quot;trackback&quot;&gt;trackback&lt;/a&gt; from your own site.', 'angelicsoul'), get_trackback_url(true));
 
 					} elseif (('open' == $post-&gt; comment_status) &amp;&amp; !('open' == $post-&gt;ping_status)) {
 						// Comments are open, Pings are not
-						_e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'chaoticsoul');
+						_e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'angelicsoul');
 
 					} elseif (!('open' == $post-&gt; comment_status) &amp;&amp; !('open' == $post-&gt;ping_status)) {
 						// Neither Comments, nor Pings are open
-						_e('Both comments and pings are currently closed.', 'chaoticsoul');
+						_e('Both comments and pings are currently closed.', 'angelicsoul');
 
 					}
-					edit_post_link(__('Edit this entry.', 'chaoticsoul'),'','');
+					edit_post_link(__('Edit this entry.', 'angelicsoul'),'','');
 				?&gt;
 				&lt;/small&gt;
 			&lt;/p&gt;
 			
-			&lt;h3&gt;&lt;?php _e('Navigate', 'chaoticsoul'); ?&gt;&lt;/h3&gt;
+			&lt;h3&gt;&lt;?php _e('Navigate', 'angelicsoul'); ?&gt;&lt;/h3&gt;
 			
 			&lt;ul class=&quot;navigation&quot;&gt;
-				&lt;?php previous_post_link('&lt;li&gt;'.__('Previous:', 'chaoticsoul').'&amp;nbsp;&lt;strong&gt;%link&lt;/strong&gt;&lt;/li&gt;') ?&gt;
-				&lt;?php next_post_link('&lt;li&gt;'.__('Next:', 'chaoticsoul').'&amp;nbsp;&lt;strong&gt;%link&lt;/strong&gt;&lt;/li&gt;') ?&gt;
+				&lt;?php previous_post_link('&lt;li&gt;'.__('Previous:', 'angelicsoul').'&amp;nbsp;&lt;strong&gt;%link&lt;/strong&gt;&lt;/li&gt;') ?&gt;
+				&lt;?php next_post_link('&lt;li&gt;'.__('Next:', 'angelicsoul').'&amp;nbsp;&lt;strong&gt;%link&lt;/strong&gt;&lt;/li&gt;') ?&gt;
 			&lt;/ul&gt;	
 			
 		&lt;?php } else { ?&gt;
@@ -45,41 +45,41 @@
 			&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;h3&gt;&lt;?php _e('About This Page'); ?&gt;&lt;/h3&gt;
-			&lt;p&gt;&lt;?php printf(__('You are currently browsing the archives for the %s category.', 'chaoticsoul'), single_cat_title('', false)); ?&gt;&lt;/p&gt;
+			&lt;p&gt;&lt;?php printf(__('You are currently browsing the archives for the %s category.', 'angelicsoul'), single_cat_title('', false)); ?&gt;&lt;/p&gt;
 			
 			&lt;?php /* If this is a yearly archive */ } elseif (is_day()) { ?&gt;
 			&lt;h3&gt;&lt;?php _e('About This Page'); ?&gt;&lt;/h3&gt;
-			&lt;p&gt;&lt;?php printf(__('You are currently browsing the %s weblog archives for the day %s.', 'chaoticsoul'), '&lt;a href=&quot;'.get_bloginfo('home').'/&quot;&gt;'.get_bloginfo('name').'&lt;/a&gt;', get_the_time(get_option('date_format')));?&gt;&lt;/p&gt;
+			&lt;p&gt;&lt;?php printf(__('You are currently browsing the %s weblog archives for the day %s.', 'angelicsoul'), '&lt;a href=&quot;'.get_bloginfo('home').'/&quot;&gt;'.get_bloginfo('name').'&lt;/a&gt;', get_the_time(get_option('date_format')));?&gt;&lt;/p&gt;
 			
 			&lt;?php /* If this is a monthly archive */ } elseif (is_month()) { ?&gt;
 			&lt;h3&gt;&lt;?php _e('About This Page'); ?&gt;&lt;/h3&gt;
-			&lt;p&gt;&lt;?php printf(__('You are currently browsing the %s weblog archives for %s.', 'chaoticsoul'), '&lt;a href=&quot;'.get_bloginfo('home').'/&quot;&gt;'.get_bloginfo('name').'&lt;/a&gt;', get_the_time('F, Y'));?&gt;&lt;/p&gt;
+			&lt;p&gt;&lt;?php printf(__('You are currently browsing the %s weblog archives for %s.', 'angelicsoul'), '&lt;a href=&quot;'.get_bloginfo('home').'/&quot;&gt;'.get_bloginfo('name').'&lt;/a&gt;', get_the_time('F, Y'));?&gt;&lt;/p&gt;
 			
 			&lt;?php /* If this is a yearly archive */ } elseif (is_year()) { ?&gt;
 			&lt;h3&gt;&lt;?php _e('About This Page'); ?&gt;&lt;/h3&gt;
-			&lt;p&gt;&lt;?php printf(__('You are currently browsing the %s weblog archives for the year %s.', 'chaoticsoul'), '&lt;a href=&quot;'.get_bloginfo('home').'/&quot;&gt;'.get_bloginfo('name').'&lt;/a&gt;', get_the_time('Y'));?&gt;&lt;/p&gt;
+			&lt;p&gt;&lt;?php printf(__('You are currently browsing the %s weblog archives for the year %s.', 'angelicsoul'), '&lt;a href=&quot;'.get_bloginfo('home').'/&quot;&gt;'.get_bloginfo('name').'&lt;/a&gt;', get_the_time('Y'));?&gt;&lt;/p&gt;
 			
 			&lt;?php /* If this is a search */ } elseif (is_search()) { ?&gt;
 			&lt;h3&gt;&lt;?php _e('About This Page'); ?&gt;&lt;/h3&gt;
-			&lt;p&gt;&lt;?php printf(__('You have searched the %s weblog archives for %s. If you are unable to find anything in these search results, you can try one of these links.', 'chaoticsoul'), '&lt;a href=&quot;'.get_bloginfo('home').'/&quot;&gt;'.get_bloginfo('name').'&lt;/a&gt;', '&lt;strong&gt;'.wp_specialchars($s).'&lt;/strong&gt;');?&gt;&lt;/p&gt;
+			&lt;p&gt;&lt;?php printf(__('You have searched the %s weblog archives for %s. If you are unable to find anything in these search results, you can try one of these links.', 'angelicsoul'), '&lt;a href=&quot;'.get_bloginfo('home').'/&quot;&gt;'.get_bloginfo('name').'&lt;/a&gt;', '&lt;strong&gt;'.wp_specialchars($s).'&lt;/strong&gt;');?&gt;&lt;/p&gt;
 			
 			&lt;?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) &amp;&amp; !empty($_GET['paged'])) { ?&gt;
 			&lt;h3&gt;&lt;?php _e('About This Page'); ?&gt;&lt;/h3&gt;
-			&lt;p&gt;&lt;?php printf(__('You are currently browsing the %s weblog archives.', 'chaoticsoul'), '&lt;a href=&quot;'.get_bloginfo('home').'/&quot;&gt;'.get_bloginfo('name').'&lt;/a&gt;');?&gt;&lt;/p&gt;
+			&lt;p&gt;&lt;?php printf(__('You are currently browsing the %s weblog archives.', 'angelicsoul'), '&lt;a href=&quot;'.get_bloginfo('home').'/&quot;&gt;'.get_bloginfo('name').'&lt;/a&gt;');?&gt;&lt;/p&gt;
 			
 			&lt;?php } ?&gt;
 			
-			&lt;h3&gt;&lt;?php _e('Pages', 'chaoticsoul'); ?&gt;&lt;/h3&gt;
+			&lt;h3&gt;&lt;?php _e('Pages', 'angelicsoul'); ?&gt;&lt;/h3&gt;
 			&lt;ul&gt;
 			&lt;?php wp_list_pages('title_li='); ?&gt;
 			&lt;/ul&gt;
 			
-			&lt;h3&gt;&lt;?php _e('Archives', 'chaoticsoul'); ?&gt;&lt;/h3&gt;
+			&lt;h3&gt;&lt;?php _e('Archives', 'angelicsoul'); ?&gt;&lt;/h3&gt;
 			&lt;ul&gt;
 			&lt;?php wp_get_archives('type=monthly'); ?&gt;
 			&lt;/ul&gt;
 			
-			&lt;h3&gt;&lt;?php _e('Categories', 'chaoticsoul'); ?&gt;&lt;/h3&gt;
+			&lt;h3&gt;&lt;?php _e('Categories', 'angelicsoul'); ?&gt;&lt;/h3&gt;
 			&lt;ul&gt;
 			&lt;?php wp_list_cats('sort_column=name&amp;optioncount=1&amp;hierarchical=0'); ?&gt;
 			&lt;/ul&gt;</diff>
      <filename>sidebar.php</filename>
    </modified>
    <modified>
      <diff>@@ -5,13 +5,13 @@
 	&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;
 		
 		&lt;div &lt;?php post_class(); ?&gt; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;
-			&lt;h2 class=&quot;title&quot;&gt;&lt;a href=&quot;&lt;?php echo get_permalink(); ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php printf(__('Permanent Link to %s', 'chaoticsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
+			&lt;h2 class=&quot;title&quot;&gt;&lt;a href=&quot;&lt;?php echo get_permalink(); ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php printf(__('Permanent Link to %s', 'angelicsoul'), get_the_title()); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
 			
 			&lt;div class=&quot;entrytext&quot;&gt;
-				&lt;?php the_content('&lt;p class=&quot;serif&quot;&gt;'.__('Read the rest of this entry &amp;raquo;', 'chaoticsoul').'&lt;/p&gt;'); ?&gt;
-				&lt;?php link_pages('&lt;p&gt;&lt;strong&gt;'.__('Pages:', 'chaoticsoul').'&lt;/strong&gt; ', '&lt;/p&gt;', 'number'); ?&gt;
+				&lt;?php the_content('&lt;p class=&quot;serif&quot;&gt;'.__('Read the rest of this entry &amp;raquo;', 'angelicsoul').'&lt;/p&gt;'); ?&gt;
+				&lt;?php link_pages('&lt;p&gt;&lt;strong&gt;'.__('Pages:', 'angelicsoul').'&lt;/strong&gt; ', '&lt;/p&gt;', 'number'); ?&gt;
 				&lt;p class=&quot;authormeta&quot;&gt;~ by &lt;?php the_author(); ?&gt; on &lt;? the_date(); ?&gt;.&lt;/p&gt;
-				&lt;?php if (the_category(', ')): ?&gt;&lt;p class=&quot;postmetadata&quot;&gt;&lt;?php printf(__('Posted in %s', 'chaoticsoul'), get_the_category_list(', ')); ?&gt; | &lt;?php edit_post_link(__('Edit this entry.', 'chaoticsoul'), '', ' | '); ?&gt;&lt;/p&gt;&lt;?php endif; ?&gt;
+				&lt;?php if (the_category(', ')): ?&gt;&lt;p class=&quot;postmetadata&quot;&gt;&lt;?php printf(__('Posted in %s', 'angelicsoul'), get_the_category_list(', ')); ?&gt; | &lt;?php edit_post_link(__('Edit this entry.', 'angelicsoul'), '', ' | '); ?&gt;&lt;/p&gt;&lt;?php endif; ?&gt;
 				&lt;?php if (get_the_tags()): ?&gt;&lt;p class=&quot;postmetadata&quot;&gt;&lt;?php the_tags('&lt;br /&gt;' .  __( 'Tags' ) . ': ', ', ', '');  ?&gt;&lt;/p&gt;&lt;?php endif; ?&gt;
 			&lt;/div&gt;
 		&lt;/div&gt;
@@ -20,7 +20,7 @@
 	
 	&lt;?php endwhile; else: ?&gt;
 	
-		&lt;p&gt;&lt;?php _e('Sorry, no posts matched your criteria.', 'chaoticsoul'); ?&gt;&lt;/p&gt;
+		&lt;p&gt;&lt;?php _e('Sorry, no posts matched your criteria.', 'angelicsoul'); ?&gt;&lt;/p&gt;
 	
 	&lt;?php endif; ?&gt;
 	</diff>
      <filename>single.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6635bd95b46df6a5965cf51f0889bf66aa13dfef</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Veloso</name>
    <email>bryan@revyver.com</email>
  </author>
  <url>http://github.com/revyver/angelicsoul/commit/f4c5f2b6a4fde00d93608be0040bcde500197f3d</url>
  <id>f4c5f2b6a4fde00d93608be0040bcde500197f3d</id>
  <committed-date>2009-08-07T23:23:47-07:00</committed-date>
  <authored-date>2009-08-07T23:23:47-07:00</authored-date>
  <message>Changing instances of chaoticsoul to angelicsoul.</message>
  <tree>203c9d47098108be23599ac957ecccefa356e5a8</tree>
  <committer>
    <name>Bryan Veloso</name>
    <email>bryan@revyver.com</email>
  </committer>
</commit>
