From d0017b0c69f9c78bda10ec9f17d685495790ab8a Mon Sep 17 00:00:00 2001
From: agata <automa@insicuri.net>
Date: Sun, 23 Aug 2020 21:11:05 +0200
Subject: [PATCH] rimosso tema barthelme

---
 wp-content/themes/barthelme/404.php           |  22 -
 wp-content/themes/barthelme/archive.php       |  60 --
 wp-content/themes/barthelme/archives.php      |  48 --
 wp-content/themes/barthelme/attachment.php    |  49 --
 wp-content/themes/barthelme/barthelme.pot     | 684 ----------------
 wp-content/themes/barthelme/comments.php      | 133 ----
 wp-content/themes/barthelme/footer.php        |  19 -
 wp-content/themes/barthelme/functions.php     | 729 ------------------
 wp-content/themes/barthelme/header.php        |  27 -
 wp-content/themes/barthelme/image.php         |  53 --
 .../barthelme/images/barthelme-header.jpg     | Bin 772 -> 0 bytes
 .../themes/barthelme/images/blockquote.png    | Bin 1000 -> 0 bytes
 wp-content/themes/barthelme/images/feed.png   | Bin 469 -> 0 bytes
 .../themes/barthelme/images/file-download.png | Bin 1034 -> 0 bytes
 .../themes/barthelme/images/file-html.png     | Bin 1098 -> 0 bytes
 .../themes/barthelme/images/file-pdf.png      | Bin 1049 -> 0 bytes
 .../themes/barthelme/images/file-zip.png      | Bin 1054 -> 0 bytes
 .../themes/barthelme/images/header-img.php    |  56 --
 .../themes/barthelme/images/important.png     | Bin 1085 -> 0 bytes
 wp-content/themes/barthelme/index.php         |  43 --
 wp-content/themes/barthelme/license.txt       | 165 ----
 wp-content/themes/barthelme/links.php         |  34 -
 wp-content/themes/barthelme/page.php          |  27 -
 wp-content/themes/barthelme/print.css         |   7 -
 wp-content/themes/barthelme/readme.html       | 332 --------
 wp-content/themes/barthelme/screenshot.png    | Bin 28507 -> 0 bytes
 wp-content/themes/barthelme/search.php        |  62 --
 wp-content/themes/barthelme/sidebar.php       |  57 --
 wp-content/themes/barthelme/single.php        |  55 --
 wp-content/themes/barthelme/sitemap.php       |  67 --
 wp-content/themes/barthelme/style.css         | 141 ----
 31 files changed, 2870 deletions(-)
 delete mode 100644 wp-content/themes/barthelme/404.php
 delete mode 100644 wp-content/themes/barthelme/archive.php
 delete mode 100644 wp-content/themes/barthelme/archives.php
 delete mode 100644 wp-content/themes/barthelme/attachment.php
 delete mode 100644 wp-content/themes/barthelme/barthelme.pot
 delete mode 100644 wp-content/themes/barthelme/comments.php
 delete mode 100644 wp-content/themes/barthelme/footer.php
 delete mode 100644 wp-content/themes/barthelme/functions.php
 delete mode 100644 wp-content/themes/barthelme/header.php
 delete mode 100644 wp-content/themes/barthelme/image.php
 delete mode 100644 wp-content/themes/barthelme/images/barthelme-header.jpg
 delete mode 100644 wp-content/themes/barthelme/images/blockquote.png
 delete mode 100644 wp-content/themes/barthelme/images/feed.png
 delete mode 100644 wp-content/themes/barthelme/images/file-download.png
 delete mode 100644 wp-content/themes/barthelme/images/file-html.png
 delete mode 100644 wp-content/themes/barthelme/images/file-pdf.png
 delete mode 100644 wp-content/themes/barthelme/images/file-zip.png
 delete mode 100644 wp-content/themes/barthelme/images/header-img.php
 delete mode 100644 wp-content/themes/barthelme/images/important.png
 delete mode 100644 wp-content/themes/barthelme/index.php
 delete mode 100644 wp-content/themes/barthelme/license.txt
 delete mode 100644 wp-content/themes/barthelme/links.php
 delete mode 100644 wp-content/themes/barthelme/page.php
 delete mode 100644 wp-content/themes/barthelme/print.css
 delete mode 100644 wp-content/themes/barthelme/readme.html
 delete mode 100644 wp-content/themes/barthelme/screenshot.png
 delete mode 100644 wp-content/themes/barthelme/search.php
 delete mode 100644 wp-content/themes/barthelme/sidebar.php
 delete mode 100644 wp-content/themes/barthelme/single.php
 delete mode 100644 wp-content/themes/barthelme/sitemap.php
 delete mode 100644 wp-content/themes/barthelme/style.css

diff --git a/wp-content/themes/barthelme/404.php b/wp-content/themes/barthelme/404.php
deleted file mode 100644
index e0271135e..000000000
--- a/wp-content/themes/barthelme/404.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php header("HTTP/1.1 404 Not Found"); ?>
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content">
-			<div id="post-0" class="post">
-				<h2 class="entry-title"><?php _e('Not Found', 'barthelme') ?></h2>
-				<div class="entry-content">
-					<p><?php _e('Apologies, but we were unable to find what you were looking for. Perhaps the search box will help.', 'barthelme') ?></p>
-				</div>
-				<form id="error404-searchform" method="get" action="<?php bloginfo('home') ?>">
-					<div>
-						<input id="error404-s" name="s" type="text" value="<?php the_search_query() ?>" size="40" />
-						<input id="error404-searchsubmit" name="searchsubmit" type="submit" value="<?php _e('Search', 'barthelme') ?>" />
-					</div>
-				</form>
-			</div><!-- #post-0 .post -->
-		</div><!-- #content .hfeed -->
-	</div><!-- #container -->
-
-<?php get_sidebar() ?>
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/archive.php b/wp-content/themes/barthelme/archive.php
deleted file mode 100644
index f713a4fd9..000000000
--- a/wp-content/themes/barthelme/archive.php
+++ /dev/null
@@ -1,60 +0,0 @@
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content" class="hfeed">
-
-<?php the_post() ?>
-<?php if ( is_day() ) : ?>
-			<h2 class="page-title"><span class="archive-meta"><?php _e('<span class="meta-sep">{</span> Daily Archives <span class="meta-sep">}</span>', 'barthelme') ?></span> <?php the_time(__('l, F Y', 'barthelme')) ?></h2>
-<?php elseif ( is_month() ) : ?>
-			<h2 class="page-title"><span class="archive-meta"><?php _e('<span class="meta-sep">{</span> Monthly Archives <span class="meta-sep">}</span>', 'barthelme') ?></span> <?php the_time(__('F Y', 'barthelme')) ?></h2>
-<?php elseif ( is_year() ) : ?>
-			<h2 class="page-title"><span class="archive-meta"><?php _e('<span class="meta-sep">{</span> Yearly Archives <span class="meta-sep">}</span>', 'barthelme') ?></span> <?php the_time(__('Y', 'barthelme')) ?></h2>
-<?php elseif ( is_author() ) : ?>
-			<h2 class="page-title"><span class="archive-meta"><?php _e('<span class="meta-sep">{</span> Author Archives <span class="meta-sep">}</span>', 'barthelme') ?></span> <?php barthelme_author_hCard() ?></h2>
-			<div class="archive-meta"><?php if ( !(''== $authordata->user_description) ) : echo apply_filters('archive_meta', $authordata->user_description); endif; ?></div>
-<?php elseif ( is_category() ) : ?>
-			<h2 class="page-title"><span class="archive-meta"><?php _e('<span class="meta-sep">{</span> Category Archives <span class="meta-sep">}</span>', 'barthelme') ?></span> <?php echo single_cat_title(); ?></h2>
-			<div class="archive-meta"><?php if ( !(''== category_description()) ) : echo apply_filters('archive_meta', category_description()); endif; ?></div>
-<?php elseif ( is_tag() ) : ?>
-			<h2 class="page-title"><span class="archive-meta"><?php _e('<span class="meta-sep">{</span> Tag Archives <span class="meta-sep">}</span>', 'barthelme') ?></span> <?php single_tag_title(); ?></h2>
-			<div class="archive-meta"></div>
-<?php elseif ( isset($_GET['paged']) && !empty($_GET['paged']) ) : ?>
-			<h2 class="page-title"><span class="archive-meta"><?php _e('<span class="meta-sep">{</span> Blog Archives <span class="meta-sep">}</span>', 'barthelme') ?></span> <?php printf(__('%1$s Archives', 'barthelme'), wp_specialchars(get_the_title(), 'double') ) ?></h2>
-<?php endif; ?>
-<?php rewind_posts() ?>
-<?php while ( have_posts() ) : the_post(); ?>
-
-			<div id="post-<?php the_ID() ?>" class="<?php barthelme_post_class() ?>">
-				<div class="post-container">
-					<div class="post-content">
-						<h3 class="entry-title"><a href="<?php the_permalink() ?>" title="<?php printf(__('Permalink to %s', 'barthelme'), wp_specialchars(get_the_title(), 1)) ?>" rel="bookmark"><?php the_title() ?></a></h3>
-						<div class="entry-content">
-<?php the_excerpt('<span class="more-link">'.__('Continue reading &rsaquo;', 'barthelme').'</span>') ?>
-
-<?php if ( !is_tag() ) { echo the_tags(__('<span class="tag-links">Tagged ', 'barthelme'), ", ", "</span>"); } else { $other_tags = barthelme_other_tags(', '); printf(__('<span class="tag-links">Also tagged %s</span>', 'barthelme'), $other_tags); } ?>
-
-						</div>
-					</div>
-				</div>
-				<div class="entry-meta">
-					<span class="entry-date"><abbr class="published" title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php unset($previousday); printf(__('%1$s', 'barthelme'), the_date('Y m d', false)) ?></abbr></span>
-					<?php if ( !is_author() ) : ?><?php barthelme_author_link(); ?><?php endif; ?>
-					<span class="entry-category"><?php if ( !is_category() ) { echo the_category('<br/>'); } else { $other_cats = barthelme_other_cats('<br/>'); echo $other_cats; } ?></span>
-					<span class="entry-comments"><?php comments_popup_link(__('Comments (0)', 'barthelme'), __('Comments (1)', 'barthelme'), __('Comments (%)', 'barthelme')) ?></span>
-<?php edit_post_link(__('Edit', 'barthelme'), "\t\t\t\t\t<span class='entry-edit'>", "</span>\n"); ?>
-				</div>
-			</div><!-- .post -->
-
-<?php endwhile ?>
-
-			<div id="nav-below" class="navigation">
-				<div class="nav-previous"><?php next_posts_link(__('&laquo; Older posts', 'barthelme')) ?></div>
-				<div class="nav-next"><?php previous_posts_link(__('Newer posts &raquo;', 'barthelme')) ?></div>
-			</div>
-
-		</div><!-- #content .hfeed -->
-	</div><!-- #container -->
-
-<?php get_sidebar() ?>
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/archives.php b/wp-content/themes/barthelme/archives.php
deleted file mode 100644
index 544ff8e8c..000000000
--- a/wp-content/themes/barthelme/archives.php
+++ /dev/null
@@ -1,48 +0,0 @@
-<?php
-/*
-Template Name: Archives Page
-*/
-?>
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content" class="hfeed">
-
-<?php the_post() ?>
-
-			<div id="post-<?php the_ID() ?>" class="<?php barthelme_post_class() ?>">
-				<h2 class="entry-title"><?php the_title() ?></h2>
-				<?php if ( get_post_custom_values('authorlink') ) printf(__('<div class="author-meta">By %1$s</div>', 'barthelme'), barthelme_author_link() ) // Add a key/value of "authorlink" to show an author byline on a page ?>
-				<div class="entry-content">
-<?php the_content(); ?>
-
-					<ul class="xoxo">
-						<li>
-							<h3><?php _e('Archives by Category', 'barthelme') ?></h3>
-							<ul>
-								<?php wp_list_categories('title_li=&sort_column=name&optioncount=1&feed=RSS&show_count=1') ?> 
-							</ul>
-						</li>
-						<li>
-							<h3><?php _e('Archives by Month', 'barthelme') ?></h3>
-							<ul>
-								<?php wp_get_archives('type=monthly&show_post_count=1') ?>
-							</ul>
-						</li>
-						<li>
-							<h3><?php _e('Archives by Tag', 'barthelme') ?></h3>
-							<p><?php wp_tag_cloud() ?></p>
-						</li>
-					</ul>
-<?php edit_post_link(__('Edit this entry.', 'barthelme'),'<p class="entry-edit">','</p>') ?>
-
-				</div>
-			</div><!-- .post -->
-
-<?php if ( get_post_custom_values('comments') ) comments_template() // Add a key/value of "comments" to load comments on a page ?>
-
-		</div><!-- #content .hfeed -->
-	</div><!-- #container -->
-
-<?php get_sidebar() ?>
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/attachment.php b/wp-content/themes/barthelme/attachment.php
deleted file mode 100644
index 372f903d2..000000000
--- a/wp-content/themes/barthelme/attachment.php
+++ /dev/null
@@ -1,49 +0,0 @@
-<?php get_header(); ?>
-
-	<div id="container">
-		<div id="content" class="hfeed">
-
-<?php the_post() ?>
-
-			<div id="post-<?php the_ID(); ?>" class="<?php barthelme_post_class(); ?>">
-				<div class="entry-date">{ <abbr class="published" title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php unset($previousday); printf(__('%1$s', 'barthelme'), the_date('Y m d', false)) ?></abbr> }</div>
-				<h2 class="entry-title"><?php the_title(); ?></h2>
-				<h3 class="page-title"><span>From</span> <a href="<?php echo get_permalink($post->post_parent) ?>" rev="attachment"><?php echo get_the_title($post->post_parent) ?></a></h3>
-				<div class="entry-content">
-					<div class="entry-attachment"><a href="<?php echo wp_get_attachment_url($post->ID); ?>" title="<?php echo wp_specialchars( get_the_title($post->ID), 1 ) ?>" rel="attachment"><?php echo basename($post->guid) ?></a></div>
-					<div class="entry-caption"><?php if ( !empty($post->post_excerpt) ) the_excerpt(); ?></div>
-<?php the_content('<span class="more-link">'.__('Continue reading &rsaquo;', 'barthelme').'</span>'); ?>
-
-<?php edit_post_link(__('Edit this entry.', 'barthelme'),'<p class="entry-edit">','</p>') ?>
-
-				</div>
-				<div class="entry-meta">
-					<?php printf(__('<span class="entry-published">Posted by %1$s on <abbr class="published" title="%2$sT%3$s">%4$s at %5$s</abbr>.</span> <span class="entry-rsslink">Follow any responses to this post with its <a href="%6$s" title="Comments RSS to %7$s" rel="alternate" type="application/rss+xml">comments RSS</a> feed.</span>', 'barthelme'),
-						barthelme_author_link(),
-						get_the_time('Y-m-d'),
-						get_the_time('H:i:sO'),
-						get_the_time('l, F j, Y,'),
-						get_the_time(),
-						comments_rss(),
-						wp_specialchars(get_the_title(), 'double') ) ?>
-
-<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php printf(__('You can <a href="#respond" title="Post a comment">post a comment</a> or <a href="%s" rel="trackback" title="Trackback URL for your post">trackback</a> from your blog.', 'barthelme'), get_trackback_url()) ?></span>
-<?php elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php printf(__('Comments are closed, but you can <a href="%s" rel="trackback" title="Trackback URL for your post">trackback</a> from your blog.', 'barthelme'), get_trackback_url()) ?></span>
-<?php elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php printf(__('You can <a href="#respond" title="Post a comment">post a comment</a>, but trackbacks are closed.', 'barthelme')) ?></span>
-<?php elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php _e('Both comments and trackbacks are currently closed.', 'barthelme') ?></span>
-<?php endif; ?>
-<?php edit_post_link(__('Edit', 'barthelme'), "\t\t\t\t\t<span class='entry-edit'>", "</span>\n"); ?>
-				</div>
-			</div>
-
-<?php comments_template() ?>
-
-		</div><!-- #content .hfeed -->
-	</div><!-- #container -->
-
-<?php get_sidebar() ?>
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/barthelme.pot b/wp-content/themes/barthelme/barthelme.pot
deleted file mode 100644
index 3cb066e06..000000000
--- a/wp-content/themes/barthelme/barthelme.pot
+++ /dev/null
@@ -1,684 +0,0 @@
-# BARTHELME for WordPress
-# Copyright (C) 2006-2008 SCOTT ALLAN WALLICK
-# This file is part of BARTHELME.
-# BARTHELME is free software: you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of
-# the License, or (at your option) any later version.
-msgid ""
-msgstr ""
-"Project-Id-Version: 4.6.1\n"
-"Report-Msgid-Bugs-To: http://barthelme.googlecode.com/\n"
-"POT-Creation-Date: 2008-07-18 23:57-0500\n"
-"PO-Revision-Date: 2008-07-29 23:06+0000\n"
-"Last-Translator: Scott Allan Wallick <s@plaintxt.org>\n"
-"Language-Team: Scott Allan Wallick <s@plaintxt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: 404.php:7
-msgid "Not Found"
-msgstr ""
-
-#: 404.php:9
-msgid "Apologies, but we were unable to find what you were looking for. Perhaps the search box will help."
-msgstr ""
-
-#: 404.php:14
-#: functions.php:261
-#: functions.php:395
-#: functions.php:397
-#: search.php:51
-#: sidebar.php:50
-msgid "Search"
-msgstr ""
-
-#: archive.php:8
-msgid "<span class=\"meta-sep\">{</span> Daily Archives <span class=\"meta-sep\">}</span>"
-msgstr ""
-
-#: archive.php:8
-msgid "l, F Y"
-msgstr ""
-
-#: archive.php:10
-msgid "<span class=\"meta-sep\">{</span> Monthly Archives <span class=\"meta-sep\">}</span>"
-msgstr ""
-
-#: archive.php:10
-msgid "F Y"
-msgstr ""
-
-#: archive.php:12
-msgid "<span class=\"meta-sep\">{</span> Yearly Archives <span class=\"meta-sep\">}</span>"
-msgstr ""
-
-#: archive.php:12
-msgid "Y"
-msgstr ""
-
-#: archive.php:14
-msgid "<span class=\"meta-sep\">{</span> Author Archives <span class=\"meta-sep\">}</span>"
-msgstr ""
-
-#: archive.php:17
-msgid "<span class=\"meta-sep\">{</span> Category Archives <span class=\"meta-sep\">}</span>"
-msgstr ""
-
-#: archive.php:20
-msgid "<span class=\"meta-sep\">{</span> Tag Archives <span class=\"meta-sep\">}</span>"
-msgstr ""
-
-#: archive.php:23
-msgid "<span class=\"meta-sep\">{</span> Blog Archives <span class=\"meta-sep\">}</span>"
-msgstr ""
-
-#: archive.php:23
-#, php-format
-msgid "%1$s Archives"
-msgstr ""
-
-#: archive.php:31
-#: index.php:11
-#: search.php:15
-#: sitemap.php:31
-#, php-format
-msgid "Permalink to %s"
-msgstr ""
-
-#: archive.php:33
-#: attachment.php:15
-#: image.php:15
-#: index.php:13
-#: search.php:17
-#: single.php:12
-msgid "Continue reading &rsaquo;"
-msgstr ""
-
-#: archive.php:35
-#: index.php:17
-#: search.php:19
-msgid "<span class=\"tag-links\">Tagged "
-msgstr ""
-
-#: archive.php:35
-#, php-format
-msgid "<span class=\"tag-links\">Also tagged %s</span>"
-msgstr ""
-
-#: archive.php:41
-#: attachment.php:9
-#: image.php:9
-#: index.php:23
-#: search.php:25
-#: single.php:9
-#, php-format
-msgid "%1$s"
-msgstr ""
-
-#: archive.php:44
-#: index.php:26
-#: search.php:27
-msgid "Comments (0)"
-msgstr ""
-
-#: archive.php:44
-#: index.php:26
-#: search.php:27
-msgid "Comments (1)"
-msgstr ""
-
-#: archive.php:44
-#: index.php:26
-#: search.php:27
-msgid "Comments (%)"
-msgstr ""
-
-#: archive.php:45
-#: attachment.php:39
-#: comments.php:43
-#: comments.php:75
-#: image.php:43
-#: index.php:28
-#: search.php:28
-msgid "Edit"
-msgstr ""
-
-#: archive.php:52
-#: index.php:35
-#: search.php:35
-msgid "&laquo; Older posts"
-msgstr ""
-
-#: archive.php:53
-#: index.php:36
-#: search.php:36
-msgid "Newer posts &raquo;"
-msgstr ""
-
-#: archives.php:15
-#: links.php:15
-#: page.php:10
-#: sitemap.php:14
-#, php-format
-msgid "<div class=\"author-meta\">By %1$s</div>"
-msgstr ""
-
-#: archives.php:21
-msgid "Archives by Category"
-msgstr ""
-
-#: archives.php:27
-msgid "Archives by Month"
-msgstr ""
-
-#: archives.php:33
-#: sitemap.php:49
-msgid "Archives by Tag"
-msgstr ""
-
-#: archives.php:37
-#: attachment.php:17
-#: image.php:17
-#: links.php:23
-#: page.php:16
-#: single.php:16
-#: sitemap.php:56
-msgid "Edit this entry."
-msgstr ""
-
-#: attachment.php:21
-#: image.php:25
-#, php-format
-msgid "<span class=\"entry-published\">Posted by %1$s on <abbr class=\"published\" title=\"%2$sT%3$s\">%4$s at %5$s</abbr>.</span> <span class=\"entry-rsslink\">Follow any responses to this post with its <a href=\"%6$s\" title=\"Comments RSS to %7$s\" rel=\"alternate\" type=\"application/rss+xml\">comments RSS</a> feed.</span>"
-msgstr ""
-
-#: attachment.php:31
-#: image.php:35
-#: single.php:33
-#, php-format
-msgid "You can <a href=\"#respond\" title=\"Post a comment\">post a comment</a> or <a href=\"%s\" rel=\"trackback\" title=\"Trackback URL for your post\">trackback</a> from your blog."
-msgstr ""
-
-#: attachment.php:33
-#: image.php:37
-#: single.php:35
-#, php-format
-msgid "Comments are closed, but you can <a href=\"%s\" rel=\"trackback\" title=\"Trackback URL for your post\">trackback</a> from your blog."
-msgstr ""
-
-#: attachment.php:35
-#: image.php:39
-#: single.php:37
-msgid "You can <a href=\"#respond\" title=\"Post a comment\">post a comment</a>, but trackbacks are closed."
-msgstr ""
-
-#: attachment.php:37
-#: image.php:41
-#: single.php:39
-msgid "Both comments and trackbacks are currently closed."
-msgstr ""
-
-#: comments.php:11
-msgid "This post is protected. Enter the password to view any comments."
-msgstr ""
-
-#: comments.php:28
-#, php-format
-msgid "<span class=\"comment-count\"><span class=\"meta-sep\">{</span> %d <span class=\"meta-sep\">}</span></span> Comments"
-msgstr ""
-
-#: comments.php:36
-#: comments.php:68
-#, php-format
-msgid "<abbr class=\"comment-published\" title=\"%1$s\">%2$s at %3$s</abbr></span>"
-msgstr ""
-
-#: comments.php:42
-msgid "Permalink"
-msgstr ""
-
-#: comments.php:45
-#: comments.php:77
-msgid "Your comment is awaiting moderation."
-msgstr ""
-
-#: comments.php:60
-#, php-format
-msgid "<span class=\"comment-count\"><span class=\"meta-sep\">{</span> %d <span class=\"meta-sep\">}</span></span> Trackbacks"
-msgstr ""
-
-#: comments.php:91
-msgid "Post a Comment"
-msgstr ""
-
-#: comments.php:93
-#, php-format
-msgid "You must be <a href=\"%s\" title=\"Log in\">logged in</a> to post a comment."
-msgstr ""
-
-#: comments.php:103
-#, php-format
-msgid "Logged in as <a href=\"%1$s\" title=\"View your profile\" class=\"fn\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out?</a>"
-msgstr ""
-
-#: comments.php:110
-msgid "Your email is <em>never</em> published nor shared."
-msgstr ""
-
-#: comments.php:110
-msgid "Required fields are marked <span class=\"req-field\">*</span>"
-msgstr ""
-
-#: comments.php:112
-msgid "Name"
-msgstr ""
-
-#: comments.php:112
-#: comments.php:115
-msgid " <span class=\"req-field\">*</span>"
-msgstr ""
-
-#: comments.php:115
-msgid "Email"
-msgstr ""
-
-#: comments.php:118
-msgid "Website"
-msgstr ""
-
-#: comments.php:123
-msgid "Comment"
-msgstr ""
-
-#: comments.php:125
-msgid "Submit comment"
-msgstr ""
-
-#: footer.php:5
-msgid "Thanks, <a href=\"http://wordpress.org/\" title=\"WordPress\" rel=\"generator\">WordPress</a>"
-msgstr ""
-
-#: footer.php:7
-msgid "Barthelme theme for WordPress"
-msgstr ""
-
-#: footer.php:7
-msgid "theme by"
-msgstr ""
-
-#: footer.php:9
-msgid "Standards Compliant"
-msgstr ""
-
-#: footer.php:9
-msgid "Valid CSS"
-msgstr ""
-
-#: footer.php:11
-msgid "RSS"
-msgstr ""
-
-#: footer.php:11
-msgid "RSS 2.0 Feed"
-msgstr ""
-
-#: footer.php:11
-msgid "Posts"
-msgstr ""
-
-#: footer.php:11
-msgid "Comments"
-msgstr ""
-
-#: functions.php:5
-#: functions.php:318
-#: sidebar.php:7
-msgid "Home"
-msgstr ""
-
-#: functions.php:262
-msgid "Find"
-msgstr ""
-
-#: functions.php:290
-#: functions.php:340
-#: functions.php:373
-msgid "Title:"
-msgstr ""
-
-#: functions.php:291
-msgid "Button Text:"
-msgstr ""
-
-#: functions.php:300
-#: functions.php:404
-#: functions.php:406
-#: sidebar.php:37
-msgid "Meta"
-msgstr ""
-
-#: functions.php:339
-msgid "Adds a link to the home page on every page <em>except</em> the home."
-msgstr ""
-
-#: functions.php:349
-#: functions.php:421
-#: functions.php:422
-msgid "RSS Links"
-msgstr ""
-
-#: functions.php:354
-msgid "Posts RSS feed"
-msgstr ""
-
-#: functions.php:354
-#: sidebar.php:31
-msgid "All posts"
-msgstr ""
-
-#: functions.php:355
-msgid "Comments RSS feed"
-msgstr ""
-
-#: functions.php:355
-#: sidebar.php:32
-msgid "All comments"
-msgstr ""
-
-#: functions.php:393
-msgid "A search form for your blog (Barthelme)"
-msgstr ""
-
-#: functions.php:402
-msgid "Log in/out and administration links (Barthelme)"
-msgstr ""
-
-#: functions.php:411
-msgid "Link to the front page when elsewhere (Barthelme)"
-msgstr ""
-
-#: functions.php:413
-#: functions.php:414
-msgid "Home Link"
-msgstr ""
-
-#: functions.php:419
-msgid "RSS links for both posts and comments (Barthelme)"
-msgstr ""
-
-#: functions.php:459
-#: functions.php:501
-msgid "Barthelme Theme Options"
-msgstr ""
-
-#: functions.php:459
-msgid "Theme Options"
-msgstr ""
-
-#: functions.php:497
-#, php-format
-msgid "Barthelme theme options saved. <a href=\"%s\">View site.</a>"
-msgstr ""
-
-#: functions.php:498
-msgid "Barthelme theme options reset."
-msgstr ""
-
-#: functions.php:502
-#, php-format
-msgid "%1$s<p>Thanks for selecting the <a href=\"http://www.plaintxt.org/themes/barthelme/\" title=\"Barthelme theme for WordPress\">Barthelme</a> theme by <span class=\"vcard\"><a class=\"url fn n\" href=\"http://scottwallick.com/\" title=\"scottwallick.com\" rel=\"me designer\"><span class=\"given-name\">Scott</span> <span class=\"additional-name\">Allan</span> <span class=\"family-name\">Wallick</span></a></span>. Please read the included <a href=\"%2$s\" title=\"Open the readme.html\" rel=\"enclosure\" id=\"readme\">documentation</a> for more information about the Barthelme and its advanced features. <strong>If you find this theme useful, please consider <label for=\"paypal\">donating</label>.</strong> You must click on <i><u>S</u>ave Options</i> to save any changes. You can also discard your changes and reload the default settings by clicking on <i><u>R</u>eset</i>.</p>"
-msgstr ""
-
-#: functions.php:506
-msgid "Typography"
-msgstr ""
-
-#: functions.php:509
-msgid "Base font size"
-msgstr ""
-
-#: functions.php:512
-msgid "The base font size globally affects the size of text throughout your blog. This can be in any unit (e.g., px, pt, em), but I suggest using a percentage (%). Default is <span>75%</span>."
-msgstr ""
-
-#: functions.php:516
-msgid "Base font family"
-msgstr ""
-
-#: functions.php:527
-#, php-format
-msgid "The base font family sets the font for everything except content headings. The selection is limited to %1$s fonts, as they will display correctly. Default is <span class=\"arial\">Arial</span>."
-msgstr ""
-
-#: functions.php:531
-msgid "Heading font family"
-msgstr ""
-
-#: functions.php:542
-#, php-format
-msgid "The heading font family sets the font for all content headings and miscellanea. The selection is limited to %1$s fonts, as they will display correctly. Default is <span class=\"georgia\">Georgia</span>. "
-msgstr ""
-
-#: functions.php:546
-msgid "Layout"
-msgstr ""
-
-#: functions.php:549
-msgid "Layout width"
-msgstr ""
-
-#: functions.php:552
-msgid "The layout width determines the normal width of the entire layout. This can be in any unit (e.g., px, pt, em), but I suggest \"auto\". Default is <span>auto</span>."
-msgstr ""
-
-#: functions.php:553
-msgid "<em>Note: If you use 100%, the width will be ever-so-larger than the browser window. If you want to play, I suggest playing with ems. But really, auto is the best option.</em>"
-msgstr ""
-
-#: functions.php:557
-msgid "Post text alignment"
-msgstr ""
-
-#: functions.php:560
-msgid "Centered"
-msgstr ""
-
-#: functions.php:561
-msgid "Justified"
-msgstr ""
-
-#: functions.php:562
-msgid "Left"
-msgstr ""
-
-#: functions.php:563
-msgid "Right"
-msgstr ""
-
-#: functions.php:565
-msgid "Choose one of the options for the alignment of the post entry text. Default is <span>left</span>."
-msgstr ""
-
-#: functions.php:569
-msgid "Content"
-msgstr ""
-
-#: functions.php:572
-msgid "Author link"
-msgstr ""
-
-#: functions.php:575
-msgid "Displayed"
-msgstr ""
-
-#: functions.php:576
-msgid "Hidden"
-msgstr ""
-
-#: functions.php:578
-msgid "The author's name and link to his/her corresponding archives page can be displayed or hidden. The \"hidden\" setting disables the link in an author's name in single post footers (and in pages &mdash; see the <a href=\"#readme\">documentation</a> for info). Default is <span>displayed</span>."
-msgstr ""
-
-#: functions.php:582
-msgid "Avatar size"
-msgstr ""
-
-#: functions.php:585
-msgid "Sets the avatar size in pixels, if avatars are enabled. Default is <span>32</span>."
-msgstr ""
-
-#: functions.php:589
-msgid "Header colors"
-msgstr ""
-
-#: functions.php:590
-msgid "You must enter the full, six-digit <a href=\"http://www.w3schools.com/html/html_colors.asp\" title=\"HTML Colors at W3 Schools\">hexidecimal color value</a> without the \"#\" symbol for each color value. Otherwise, things won't work."
-msgstr ""
-
-#: functions.php:593
-msgid "Upper gradient color"
-msgstr ""
-
-#: functions.php:596
-msgid "Sets the upper color for the banner gradient. Default is <span>8999B0</span>."
-msgstr ""
-
-#: functions.php:600
-msgid "Lower gradient color"
-msgstr ""
-
-#: functions.php:603
-msgid "Sets the lower color for the banner gradient. Default is <span>BBC8D9</span>."
-msgstr ""
-
-#: functions.php:607
-msgid "Header font color"
-msgstr ""
-
-#: functions.php:610
-msgid "Sets the font color for the blog title and description. Default is <span>FEFEFE</span>."
-msgstr ""
-
-#: functions.php:615
-msgid "Save Options"
-msgstr ""
-
-#: functions.php:620
-#: functions.php:625
-msgid "Reset Options"
-msgstr ""
-
-#: functions.php:621
-msgid "Resetting deletes all stored Barthelme options from your database. After resetting, default options are loaded but are not stored until you click <i>Save Options</i>. A reset does not affect the actual theme files in any way. If you are uninstalling Barthelme, please reset before removing the theme files to clear your databse."
-msgstr ""
-
-#: functions.php:625
-msgid "Click OK to reset. Any changes to these theme options will be lost!"
-msgstr ""
-
-#: header.php:4
-msgid "Page not found"
-msgstr ""
-
-#: header.php:4
-msgid "Blog archives"
-msgstr ""
-
-#: header.php:4
-msgid "Search results"
-msgstr ""
-
-#: header.php:8
-msgid "RSS feed"
-msgstr ""
-
-#: header.php:9
-msgid "comments RSS feed"
-msgstr ""
-
-#: header.php:25
-msgid "Skip to content"
-msgstr ""
-
-#: index.php:15
-#: page.php:14
-#: single.php:14
-#: sitemap.php:54
-msgid "Pages: "
-msgstr ""
-
-#: index.php:27
-#, php-format
-msgid "<a href=\"%1$s\" title=\"Permalink to %2$s\">Permalink</a>"
-msgstr ""
-
-#: search.php:8
-#: search.php:41
-#, php-format
-msgid "&#8220;%1$s&#8221;"
-msgstr ""
-
-#: search.php:8
-#: search.php:41
-msgid "Search Results"
-msgstr ""
-
-#: search.php:44
-msgid "Nothing Found"
-msgstr ""
-
-#: search.php:46
-msgid "Sorry, but nothing matched your search criteria. Please try again with some different keywords."
-msgstr ""
-
-#: sidebar.php:11
-msgid "Pages"
-msgstr ""
-
-#: sidebar.php:14
-msgid "Categories"
-msgstr ""
-
-#: sidebar.php:22
-msgid "Tags"
-msgstr ""
-
-#: sidebar.php:29
-msgid "RSS Feeds"
-msgstr ""
-
-#: sidebar.php:46
-msgid "Blog Search"
-msgstr ""
-
-#: single.php:21
-#, php-format
-msgid "<span class=\"entry-published\">Posted by %1$s on <abbr class=\"published\" title=\"%2$sT%3$s\">%4$s at %5$s</abbr>.</span> <span class=\"cat-links\">Filed under %6$s.</span> %7$s <span class=\"entry-rsslink\">Follow any responses to this post with its <a href=\"%8$s\" title=\"Comments RSS to %9$s\" rel=\"alternate\" type=\"application/rss+xml\">comments RSS</a> feed.</span>"
-msgstr ""
-
-#: single.php:47
-msgid "&laquo; %link"
-msgstr ""
-
-#: single.php:48
-msgid "%link &raquo;"
-msgstr ""
-
-#: sitemap.php:20
-msgid "All Pages"
-msgstr ""
-
-#: sitemap.php:26
-msgid "All Posts"
-msgstr ""
-
-#: sitemap.php:37
-msgid "All Monthly Archives"
-msgstr ""
-
-#: sitemap.php:43
-msgid "All Category Archives"
-msgstr ""
-
diff --git a/wp-content/themes/barthelme/comments.php b/wp-content/themes/barthelme/comments.php
deleted file mode 100644
index aefa07aa5..000000000
--- a/wp-content/themes/barthelme/comments.php
+++ /dev/null
@@ -1,133 +0,0 @@
-<?php
-	if ( 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']) )
-		die ( 'Please do not load this page directly. Thanks!' );
-?>
-<div class="comments">
-<?php
-	$req = get_option('require_name_email'); // Checks if fields are required. Thanks, Adam. ;-)
-	if ( !empty($post->post_password) ) :
-		if ( $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password ) :
-?>
-				<div class="protected"><?php _e('This post is protected. Enter the password to view any comments.', 'barthelme') ?></div>
-			</div><!-- .comments -->
-<?php
-		return;
-	endif;
-endif;
-?>
-<?php if ( $comments ) : ?>
-<?php global $barthelme_comment_alt // Gives .alt class for every-other comment/pingback ?>
-<?php
-$ping_count = $comment_count = 0;
-foreach ( $comments as $comment )
-	get_comment_type() == "comment" ? ++$comment_count : ++$ping_count;
-?>
-<?php if ( $comment_count ) : ?>
-<?php $barthelme_comment_alt = 0 // Resets comment count for .alt classes ?>
-
-	<h3 class="comment-header" id="numcomments"><?php printf(__($comment_count > 1 ? '<span class="comment-count"><span class="meta-sep">{</span> %d <span class="meta-sep">}</span></span> Comments' : '<span class="comment-count"><span class="meta-sep">{</span> 1 <span class="meta-sep">}</span></span> Comments'), $comment_count) ?></h3>
-	<ol id="comments" class="commentlist">
-<?php foreach ($comments as $comment) : ?>
-<?php if ( get_comment_type() == "comment" ) : ?>
-		<li id="comment-<?php comment_ID() ?>" class="<?php barthelme_comment_class() ?>">
-			<div class="comment-meta">
-				<span class="comment-author vcard"><?php barthelme_commenter_link() ?></span>
-				<span class="meta-sep">|</span>
-				<span class="comment-datetime"><?php printf(__('<abbr class="comment-published" title="%1$s">%2$s at %3$s</abbr></span>', 'barthelme'),
-						get_the_time('Y-m-d\TH:i:sO'),
-						get_comment_date(),
-						get_comment_time() ); ?>
-
-				<span class="meta-sep">|</span>
-				<span class="comment-permalink"><a href="#comment-<?php comment_ID() ?>" title="Permalink to this comment"><?php _e('Permalink', 'barthelme') ?></a></span>
-<?php edit_comment_link(__('Edit', 'barthelme'), "\t\t\t\t<span class=\"meta-sep\">|</span>\n\t\t\t\t<span class=\"comment-edit\">", "</span>\n"); ?>
-			</div>
-			<?php if ($comment->comment_approved == '0') : ?><span class="unapproved"><?php _e('Your comment is awaiting moderation.', 'barthelme') ?></span><?php endif; ?>
-
-			<?php comment_text() ?>
-		</li>
-
-<?php endif; ?>
-<?php endforeach; ?>
-
-	</ol><!-- end #comments .commentlist -->
-
-<?php endif; ?>
-
-<?php if ( $ping_count ) : ?>
-<?php $barthelme_comment_alt = 0 // Resets comment count for .alt classes for pingbacks ?>
-
-	<h3 class="comment-header" id="numpingbacks"><?php printf(__($ping_count > 1 ? '<span class="comment-count"><span class="meta-sep">{</span> %d <span class="meta-sep">}</span></span> Trackbacks' : '<span class="comment-count"><span class="meta-sep">{</span> 1 <span class="meta-sep">}</span></span> Trackback', 'barthelme'), $ping_count) ?></h3>
-	<ol id="pingbacks" class="commentlist">
-<?php foreach ( $comments as $comment ) : ?>
-<?php if ( get_comment_type() != "comment" ) : ?>
-		<li id="comment-<?php comment_ID() ?>" class="<?php barthelme_comment_class() ?>">
-			<div class="comment-meta">
-				<span class="pingback-author vcard"><span class="fn n url org"><?php comment_author_link() ?></span></span>
-				<span class="meta-sep">|</span>
-				<span class="pingback-datetime"><?php printf(__('<abbr class="comment-published" title="%1$s">%2$s at %3$s</abbr></span>', 'barthelme'),
-						get_the_time('Y-m-d\TH:i:sO'),
-						get_comment_date(),
-						get_comment_time() ); ?>
-
-				<span class="meta-sep">|</span>
-				<span class="comment-permalink"><a href="#comment-<?php comment_ID() ?>" title="Permalink to this comment">Permalink</a></span>
-<?php edit_comment_link(__('Edit', 'barthelme'), "\t\t\t\t<span class=\"meta-sep\">|</span>\n\t\t\t\t<span class=\"comment-edit\">", "</span>\n"); ?>
-			</div>
-			<?php if ($comment->comment_approved == '0') : ?><span class="unapproved"><?php _e('Your comment is awaiting moderation.', 'barthelme') ?></span><?php endif; ?>
-			<?php comment_text() ?>
-		</li>
-
-<?php endif ?>
-<?php endforeach; ?>
-
-	</ol><!-- #pingbacks .commentlist -->
-
-<?php endif ?>
-<?php endif ?>
-
-<?php if ( 'open' == $post->comment_status ) : ?>
-
-	<h3 id="respond"><?php _e('Post a Comment', 'barthelme') ?></h3>
-<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
-	<div id="mustlogin"><?php printf(__('You must be <a href="%s" title="Log in">logged in</a> to post a comment.', 'barthelme'),
-			get_option('siteurl') . '/wp-login.php?redirect_to=' . get_permalink() ) ?></div>
-
-<?php else : ?>
-
-	<div class="formcontainer">	
-
-		<form id="commentform" action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post">
-<?php if ( $user_ID ) : ?>
-
-			<div id="loggedin"><?php printf(__('Logged in as <a href="%1$s" title="View your profile" class="fn">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>', 'barthelme'),
-					get_option('siteurl') . '/wp-admin/profile.php',
-					wp_specialchars($user_identity, true),
-					get_option('siteurl') . '/wp-login.php?action=logout&amp;redirect_to=' . get_permalink() ) ?></div>
-
-<?php else : ?>
-
-			<div id="comment-notes"><?php _e('Your email is <em>never</em> published nor shared.', 'barthelme') ?> <?php if ($req) _e('Required fields are marked <span class="req-field">*</span>', 'barthelme') ?></div>
-
-			<div class="form-label"><label for="author"><?php _e('Name', 'barthelme') ?><?php if ($req) _e(' <span class="req-field">*</span>', 'barthelme') ?></label></div>
-			<div class="form-input"><input id="author" name="author" type="text" value="<?php echo $comment_author ?>" size="30" maxlength="20" tabindex="3" /></div>
-
-			<div class="form-label"><label for="email"><?php _e('Email', 'barthelme') ?><?php if ($req) _e(' <span class="req-field">*</span>', 'barthelme') ?></label></div>
-			<div class="form-input"><input id="email" name="email" type="text" value="<?php echo $comment_author_email ?>" size="30" maxlength="50" tabindex="4" /></div>
-
-			<div class="form-label"><label for="url"><?php _e('Website', 'barthelme') ?></label></div>
-			<div class="form-input"><input id="url" name="url" type="text" value="<?php echo $comment_author_url ?>" size="30" maxlength="50" tabindex="5" /></div>
-
-<?php endif ?>
-
-			<div class="form-label"><label for="comment"><?php _e('Comment', 'barthelme') ?></label></div>
-			<div class="form-textarea"><textarea id="comment" name="comment" cols="45" rows="8" tabindex="6"></textarea></div>
-			<div class="form-submit"><input id="submit" name="submit" type="submit" value="<?php _e('Submit comment', 'barthelme') ?>" tabindex="7" /><input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /></div>
-
-<?php do_action('comment_form', $post->ID); ?>
-		</form><!-- #commentform -->
-	</div><!-- .formcontainer -->
-
-<?php endif ?>
-<?php endif ?>
-</div><!-- .comments -->
diff --git a/wp-content/themes/barthelme/footer.php b/wp-content/themes/barthelme/footer.php
deleted file mode 100644
index 37c411e1d..000000000
--- a/wp-content/themes/barthelme/footer.php
+++ /dev/null
@@ -1,19 +0,0 @@
-
-	<div id="footer">
-		<span id="copyright">&copy; <?php echo( date('Y') ); ?> <?php barthelme_admin_hCard(); ?></span>
-		<span class="meta-sep">|</span>
-		<span id="generator-link"><?php _e('Thanks, <a href="http://wordpress.org/" title="WordPress" rel="generator">WordPress</a>', 'barthelme') ?></span>
-		<span class="meta-sep">|</span>
-		<span id="theme-link"><a href="http://www.plaintxt.org/themes/barthelme/" title="<?php _e('Barthelme theme for WordPress', 'barthelme') ?>" rel="follow designer">Barthelme</a> <?php _e('theme by', 'barthelme') ?> <span class="vcard"><a class="url fn n" href="http://scottwallick.com/" title="scottwallick.com" rel="follow designer"><span class="given-name">Scott</span><span class="additional-name"> Allan</span><span class="family-name"> Wallick</span></a></span></span><!-- Theme design credit, that's all -->
-		<span class="meta-sep">|</span>
-		<span id="web-standards"> <?php _e('Standards Compliant', 'barthelme') ?> <a href="http://validator.w3.org/check/referer" title="Valid XHTML">XHTML</a> &amp; <a href="http://jigsaw.w3.org/css-validator/validator?profile=css2&amp;warning=2&amp;uri=<?php bloginfo('stylesheet_url'); ?>" title="<?php _e('Valid CSS', 'barthelme') ?>">CSS</a></span>
-		<span class="meta-sep">|</span>
-		<span id="footer-rss"> <?php _e('RSS', 'barthelme') ?> <a href="<?php bloginfo('rss2_url') ?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?> <?php _e('RSS 2.0 Feed', 'barthelme') ?>" rel="alternate" type="application/rss+xml"><?php _e('Posts', 'barthelme') ?></a> &amp; <a href="<?php bloginfo('comments_rss2_url') ?>" title="<?php echo wp_specialchars(bloginfo('name'), 1) ?> Comments RSS 2.0 Feed" rel="alternate" type="application/rss+xml"><?php _e('Comments', 'barthelme') ?></a></span>
-	</div><!-- #footer -->
-
-<?php wp_footer() // Do not remove; helps plugins work ?>
-
-</div><!-- #wrapper -->
-
-</body><!-- end trasmission -->
-</html>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/functions.php b/wp-content/themes/barthelme/functions.php
deleted file mode 100644
index e654bf474..000000000
--- a/wp-content/themes/barthelme/functions.php
+++ /dev/null
@@ -1,729 +0,0 @@
-<?php
-// Produces links for every page just below the header
-function barthelme_globalnav() {
-	echo "<div id=\"globalnav\"><ul id=\"menu\">";
-	if ( !is_front_page() ) { ?><li class="page_item_home home-link"><a href="<?php bloginfo('home'); ?>/" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?>" rel="home"><?php _e('Home', 'barthelme') ?></a></li><?php }
-	$menu = wp_list_pages('title_li=&sort_column=menu_order&echo=0'); // Params for the page list in header.php
-	echo str_replace(array("\r", "\n", "\t"), '', $menu);
-	echo "</ul></div>\n";
-}
-
-// Produces an hCard for the "admin" user
-function barthelme_admin_hCard() {
-	global $wpdb, $user_info;
-	$user_info = get_userdata(1);
-	echo '<span class="vcard"><a class="url fn n" href="' . $user_info->user_url . '"><span class="given-name">' . $user_info->first_name . '</span> <span class="family-name">' . $user_info->last_name . '</span></a></span>';
-}
-
-// Produces an hCard for post authors
-function barthelme_author_hCard() {
-	global $wpdb, $authordata;
-	echo '<span class="entry-author author vcard"><a class="url fn n" href="' . get_author_link(false, $authordata->ID, $authordata->user_nicename) . '" title="View all posts by ' . $authordata->display_name . '">' . get_the_author() . '</a></span>';
-}
-
-function barthelme_body_class( $print = true ) {
-	global $wp_query, $current_user;
-
-	$c = array('wordpress');
-
-	barthelme_date_classes(time(), $c);
-
-	is_home()       ? $c[] = 'home'       : null;
-	is_archive()    ? $c[] = 'archive'    : null;
-	is_date()       ? $c[] = 'date'       : null;
-	is_search()     ? $c[] = 'search'     : null;
-	is_paged()      ? $c[] = 'paged'      : null;
-	is_attachment() ? $c[] = 'attachment' : null;
-	is_404()        ? $c[] = 'four04'     : null;
-
-	if ( is_single() ) {
-		the_post();
-		$c[] = 'single';
-		if ( isset($wp_query->post->post_date) )
-			barthelme_date_classes(mysql2date('U', $wp_query->post->post_date), $c, 's-');
-		foreach ( (array) get_the_category() as $cat )
-			$c[] = 's-category-' . $cat->category_nicename;
-			$c[] = 's-author-' . get_the_author_login();
-		rewind_posts();
-	}
-
-	elseif ( is_author() ) {
-		$author = $wp_query->get_queried_object();
-		$c[] = 'author';
-		$c[] = 'author-' . $author->user_nicename;
-	}
-	
-	elseif ( is_category() ) {
-		$cat = $wp_query->get_queried_object();
-		$c[] = 'category';
-		$c[] = 'category-' . $cat->category_nicename;
-	}
-
-	elseif ( is_page() ) {
-		the_post();
-		$c[] = 'page';
-		$c[] = 'page-author-' . get_the_author_login();
-		rewind_posts();
-	}
-
-	if ( $current_user->ID )
-		$c[] = 'loggedin';
-		
-	$c = join(' ', apply_filters('body_class',  $c));
-
-	return $print ? print($c) : $c;
-}
-
-// Produces semantic classes for the each individual post div; Originally from the Sandbox, http://www.plaintxt.org/themes/sandbox/
-function barthelme_post_class( $print = true ) {
-	global $post, $barthelme_post_alt;
-
-	$c = array('hentry', "p$barthelme_post_alt", $post->post_type, $post->post_status);
-
-	$c[] = 'author-' . get_the_author_login();
-
-	if ( is_attachment() )
-		$c[] = 'attachment';
-
-	foreach ( (array) get_the_category() as $cat )
-		$c[] = 'category-' . $cat->category_nicename;
-
-	barthelme_date_classes(mysql2date('U', $post->post_date), $c);
-
-	if ( ++$barthelme_post_alt % 2 )
-		$c[] = 'alt';
-		
-	$c = join(' ', apply_filters('post_class', $c));
-
-	return $print ? print($c) : $c;
-}
-$barthelme_post_alt = 1;
-
-// Produces semantic classes for the each individual comment li; Originally from the Sandbox, http://www.plaintxt.org/themes/sandbox/
-function barthelme_comment_class( $print = true ) {
-	global $comment, $post, $barthelme_comment_alt;
-
-	$c = array($comment->comment_type);
-
-	if ( $comment->user_id > 0 ) {
-		$user = get_userdata($comment->user_id);
-
-		$c[] = "byuser commentauthor-$user->user_login";
-
-		if ( $comment->user_id === $post->post_author )
-			$c[] = 'bypostauthor';
-	}
-
-	barthelme_date_classes(mysql2date('U', $comment->comment_date), $c, 'c-');
-	if ( ++$barthelme_comment_alt % 2 )
-		$c[] = 'alt';
-
-	$c[] = "c$barthelme_comment_alt";
-
-	$c = join(' ', apply_filters('comment_class', $c));
-
-	return $print ? print($c) : $c;
-}
-
-// Produces date-based classes for the three functions above; Originally from the Sandbox, http://www.plaintxt.org/themes/sandbox/
-function barthelme_date_classes($t, &$c, $p = '') {
-	$t = $t + (get_option('gmt_offset') * 3600);
-	$c[] = $p . 'y' . gmdate('Y', $t);
-	$c[] = $p . 'm' . gmdate('m', $t);
-	$c[] = $p . 'd' . gmdate('d', $t);
-	$c[] = $p . 'h' . gmdate('h', $t);
-}
-
-// Returns other categories except the current one (redundant); Originally from the Sandbox, http://www.plaintxt.org/themes/sandbox/
-function barthelme_other_cats($glue) {
-	$current_cat = single_cat_title('', false);
-	$separator = "\n";
-	$cats = explode($separator, get_the_category_list($separator));
-
-	foreach ( $cats as $i => $str ) {
-		if ( strstr($str, ">$current_cat<") ) {
-			unset($cats[$i]);
-			break;
-		}
-	}
-
-	if ( empty($cats) )
-		return false;
-
-	return trim(join($glue, $cats));
-}
-
-// Returns other tags except the current one (redundant); Originally from the Sandbox, http://www.plaintxt.org/themes/sandbox/
-function barthelme_other_tags($glue) {
-	$current_tag = single_tag_title('', '',  false);
-	$separator = "\n";
-	$tags = explode($separator, get_the_tag_list("", "$separator", ""));
-
-	foreach ( $tags as $i => $str ) {
-		if ( strstr($str, ">$current_tag<") ) {
-			unset($tags[$i]);
-			break;
-		}
-	}
-
-	if ( empty($tags) )
-		return false;
-
-	return trim(join($glue, $tags));
-}
-
-// Produces an avatar image with the hCard-compliant photo class
-function barthelme_commenter_link() {
-	$commenter = get_comment_author_link();
-	if ( ereg( '<a[^>]* class=[^>]+>', $commenter ) ) {
-		$commenter = ereg_replace( '(<a[^>]* class=[\'"]?)', '\\1url ' , $commenter );
-	} else {
-		$commenter = ereg_replace( '(<a )/', '\\1class="url "' , $commenter );
-	}
-	$email = get_comment_author_email();
-	$avatar_size = get_option('barthelme_avatarsize');
-	if ( empty($avatar_size) ) $avatar_size = '32';
-	$avatar = str_replace( "class='avatar", "class='photo avatar", get_avatar( "$email", "$avatar_size" ) );
-	echo $avatar . ' <span class="fn n">' . $commenter . '</span>';
-}
-
-// Function to filter the default gallery shortcode
-function barthelme_gallery($attr) {
-	global $post;
-	if ( isset($attr['orderby']) ) {
-		$attr['orderby'] = sanitize_sql_orderby($attr['orderby']);
-		if ( !$attr['orderby'] )
-			unset($attr['orderby']);
-	}
-
-	extract(shortcode_atts( array(
-		'orderby'    => 'menu_order ASC, ID ASC',
-		'id'         => $post->ID,
-		'itemtag'    => 'dl',
-		'icontag'    => 'dt',
-		'captiontag' => 'dd',
-		'columns'    => 3,
-		'size'       => 'thumbnail',
-	), $attr ));
-
-	$id           =  intval($id);
-	$orderby      =  addslashes($orderby);
-	$attachments  =  get_children("post_parent=$id&post_type=attachment&post_mime_type=image&orderby={$orderby}");
-
-	if ( empty($attachments) )
-		return null;
-
-	if ( is_feed() ) {
-		$output = "\n";
-		foreach ( $attachments as $id => $attachment )
-			$output .= wp_get_attachment_link( $id, $size, true ) . "\n";
-		return $output;
-	}
-
-	$listtag     =  tag_escape($listtag);
-	$itemtag     =  tag_escape($itemtag);
-	$captiontag  =  tag_escape($captiontag);
-	$columns     =  intval($columns);
-	$itemwidth   =  $columns > 0 ? floor(100/$columns) : 100;
-
-	$output = apply_filters( 'gallery_style', "\n" . '<div class="gallery">', 9 ); // Available filter: gallery_style
-
-	foreach ( $attachments as $id => $attachment ) {
-		$img_lnk = get_attachment_link($id);
-		$img_src = wp_get_attachment_image_src( $id, $size );
-		$img_src = $img_src[0];
-		$img_alt = $attachment->post_excerpt;
-		if ( $img_alt == null )
-			$img_alt = $attachment->post_title;
-		$img_rel = apply_filters( 'gallery_img_rel', 'attachment' ); // Available filter: gallery_img_rel
-		$img_class = apply_filters( 'gallery_img_class', 'gallery-image' ); // Available filter: gallery_img_class
-
-		$output  .=  "\n\t" . '<' . $itemtag . ' class="gallery-item gallery-columns-' . $columns .'">';
-		$output  .=  "\n\t\t" . '<' . $icontag . ' class="gallery-icon"><a href="' . $img_lnk . '" title="' . $img_alt . '" rel="' . $img_rel . '"><img src="' . $img_src . '" alt="' . $img_alt . '" class="' . $img_class . ' attachment-' . $size . '" /></a></' . $icontag . '>';
-
-		if ( $captiontag && trim($attachment->post_excerpt) ) {
-			$output .= "\n\t\t" . '<' . $captiontag . ' class="gallery-caption">' . $attachment->post_excerpt . '</' . $captiontag . '>';
-		}
-
-		$output .= "\n\t" . '</' . $itemtag . '>';
-		if ( $columns > 0 && ++$i % $columns == 0 )
-			$output .= "\n</div>\n" . '<div class="gallery">';
-	}
-	$output .= "\n</div>\n";
-
-	return $output;
-}
-
-// Loads a Barthelme-style Search widget
-function widget_barthelme_search($args) {
-	extract($args);
-	$options = get_option('widget_barthelme_search');
-	$title = empty($options['title']) ? __( 'Search', 'barthelme' ) : $options['title'];
-	$button = empty($options['button']) ? __( 'Find', 'barthelme' ) : $options['button'];
-?>
-			<?php echo $before_widget ?>
-				<?php echo $before_title ?><label for="s"><?php echo $title ?></label><?php echo $after_title ?>
-				<form id="searchform" method="get" action="<?php bloginfo('home') ?>">
-					<div>
-						<input id="s" name="s" class="text-input" type="text" value="<?php the_search_query() ?>" size="10" tabindex="1" accesskey="S" />
-						<input id="searchsubmit" name="searchsubmit" class="submit-button" type="submit" value="<?php echo $button ?>" tabindex="2" />
-					</div>
-				</form>
-			<?php echo $after_widget ?>
-<?php
-}
-
-// Widget: Search; element controls for customizing text within Widget plugin
-function widget_barthelme_search_control() {
-	$options = $newoptions = get_option('widget_barthelme_search');
-	if ( $_POST['search-submit'] ) {
-		$newoptions['title'] = strip_tags( stripslashes( $_POST['search-title'] ) );
-		$newoptions['button'] = strip_tags( stripslashes( $_POST['search-button'] ) );
-	}
-	if ( $options != $newoptions ) {
-		$options = $newoptions;
-		update_option( 'widget_barthelme_search', $options );
-	}
-	$title = attribute_escape( $options['title'] );
-	$button = attribute_escape( $options['button'] );
-?>
-			<p><label for="search-title"><?php _e( 'Title:', 'barthelme' ) ?> <input class="widefat" id="search-title" name="search-title" type="text" value="<?php echo $title; ?>" /></label></p>
-			<p><label for="search-button"><?php _e( 'Button Text:', 'barthelme' ) ?> <input class="widefat" id="search-button" name="search-button" type="text" value="<?php echo $button; ?>" /></label></p>
-			<input type="hidden" id="search-submit" name="search-submit" value="1" />
-<?php
-}
-
-// Loads a Barthelme-style Meta widget
-function widget_barthelme_meta($args) {
-	extract($args);
-	$options = get_option('widget_meta');
-	$title = empty($options['title']) ? __( 'Meta', 'barthelme' ) : $options['title'];
-?>
-			<?php echo $before_widget; ?>
-				<?php echo $before_title . $title . $after_title; ?>
-				<ul>
-					<?php wp_register() ?>
-
-					<li><?php wp_loginout() ?></li>
-					<?php wp_meta() ?>
-
-				</ul>
-			<?php echo $after_widget; ?>
-<?php
-}
-
-function widget_barthelme_homelink($args) {
-	extract($args);
-	$options = get_option('widget_barthelme_homelink');
-	$title = empty($options['title']) ? __( 'Home', 'barthelme' ) : $options['title'];
-	if ( !is_front_page() || is_paged() ) {
-?>
-			<?php echo $before_widget; ?>
-				<?php echo $before_title; ?><a href="<?php bloginfo('home'); ?>/" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?>" rel="home"><?php echo $title; ?></a><?php echo $after_title; ?>
-			<?php echo $after_widget; ?>
-<?php }
-}
-
-// Loads the control functions for the Home Link, allowing control of its text
-function widget_barthelme_homelink_control() {
-	$options = $newoptions = get_option('widget_barthelme_homelink');
-	if ( $_POST['homelink-submit'] ) {
-		$newoptions['title'] = strip_tags( stripslashes( $_POST['homelink-title'] ) );
-	}
-	if ( $options != $newoptions ) {
-		$options = $newoptions;
-		update_option( 'widget_barthelme_homelink', $options );
-	}
-	$title = attribute_escape( $options['title'] );
-?>
-			<p><?php _e('Adds a link to the home page on every page <em>except</em> the home.', 'barthelme'); ?></p>
-			<p><label for="homelink-title"><?php _e( 'Title:', 'barthelme' ) ?> <input class="widefat" id="homelink-title" name="homelink-title" type="text" value="<?php echo $title; ?>" /></label></p>
-			<input type="hidden" id="homelink-submit" name="homelink-submit" value="1" />
-<?php
-}
-
-// Loads Barthelme-style RSS Links (separate from Meta) widget
-function widget_barthelme_rsslinks($args) {
-	extract($args);
-	$options = get_option('widget_barthelme_rsslinks');
-	$title = empty($options['title']) ? __( 'RSS Links', 'barthelme' ) : $options['title'];
-?>
-		<?php echo $before_widget; ?>
-			<?php echo $before_title . $title . $after_title; ?>
-			<ul>
-				<li><a href="<?php bloginfo('rss2_url') ?>" title="<?php echo wp_specialchars( get_bloginfo('name'), 1 ) ?> <?php _e( 'Posts RSS feed', 'barthelme' ); ?>" rel="alternate" type="application/rss+xml"><?php _e( 'All posts', 'barthelme' ) ?></a></li>
-				<li><a href="<?php bloginfo('comments_rss2_url') ?>" title="<?php echo wp_specialchars(bloginfo('name'), 1) ?> <?php _e( 'Comments RSS feed', 'barthelme' ); ?>" rel="alternate" type="application/rss+xml"><?php _e( 'All comments', 'barthelme' ) ?></a></li>
-			</ul>
-		<?php echo $after_widget; ?>
-<?php
-}
-
-// Loads the control functions for the RSS Links, allowing control of its text
-function widget_barthelme_rsslinks_control() {
-	$options = $newoptions = get_option('widget_barthelme_rsslinks');
-	if ( $_POST['rsslinks-submit'] ) {
-		$newoptions['title'] = strip_tags( stripslashes( $_POST['rsslinks-title'] ) );
-	}
-	if ( $options != $newoptions ) {
-		$options = $newoptions;
-		update_option( 'widget_barthelme_rsslinks', $options );
-	}
-	$title = attribute_escape( $options['title'] );
-?>
-			<p><label for="rsslinks-title"><?php _e( 'Title:', 'barthelme' ) ?> <input class="widefat" id="rsslinks-title" name="rsslinks-title" type="text" value="<?php echo $title; ?>" /></label></p>
-			<input type="hidden" id="rsslinks-submit" name="rsslinks-submit" value="1" />
-<?php
-}
-
-// Loads, checks that Widgets are loaded and working
-function barthelme_widgets_init() {
-	if ( !function_exists('register_sidebars') )
-		return;
-
-	$p = array(
-		'before_title' => "<h3 class='widgettitle'>",
-		'after_title' => "</h3>\n",
-	);
-
-	register_sidebars(1, $p);
-
-	// Finished intializing Widgets plugin, now let's load the Barthelme default widgets; first, Barthelme search widget
-	$widget_ops = array(
-		'classname'    =>  'widget_search',
-		'description'  =>  __( "A search form for your blog (Barthelme)", "barthelme" )
-	);
-	wp_register_sidebar_widget( 'search', __( 'Search', 'barthelme' ), 'widget_barthelme_search', $widget_ops );
-	unregister_widget_control('search');
-	wp_register_widget_control( 'search', __( 'Search', 'barthelme' ), 'widget_barthelme_search_control' );
-
-	// Barthelme Meta widget
-	$widget_ops = array(
-		'classname'    =>  'widget_meta',
-		'description'  =>  __( "Log in/out and administration links (Barthelme)", "barthelme" )
-	);
-	wp_register_sidebar_widget( 'meta', __( 'Meta', 'barthelme' ), 'widget_barthelme_meta', $widget_ops );
-	unregister_widget_control('meta');
-	wp_register_widget_control( 'meta', __('Meta'), 'wp_widget_meta_control' );
-
-	//Barthelme Home Link widget
-	$widget_ops = array(
-		'classname'    =>  'widget_home_link',
-		'description'  =>  __( "Link to the front page when elsewhere (Barthelme)", "barthelme" )
-	);
-	wp_register_sidebar_widget( 'home_link', __( 'Home Link', 'barthelme' ), 'widget_barthelme_homelink', $widget_ops );
-	wp_register_widget_control( 'home_link', __( 'Home Link', 'barthelme' ), 'widget_barthelme_homelink_control' );
-
-	//Barthelme RSS Links widget
-	$widget_ops = array(
-		'classname'    =>  'widget_rss_links',
-		'description'  =>  __( "RSS links for both posts and comments (Barthelme)", "barthelme" )
-	);
-	wp_register_sidebar_widget( 'rss_links', __( 'RSS Links', 'barthelme' ), 'widget_barthelme_rsslinks', $widget_ops );
-	wp_register_widget_control( 'rss_links', __( 'RSS Links', 'barthelme' ), 'widget_barthelme_rsslinks_control' );
-}
-
-// Loads the admin menu; sets default settings for each
-function barthelme_add_admin() {
-	if ( $_GET['page'] == basename(__FILE__) ) {
-		if ( 'save' == $_REQUEST['action'] ) {
-			check_admin_referer('barthelme_save_options');
-			update_option( 'barthelme_authorlink', strip_tags( stripslashes( $_REQUEST['bm_authorlink'] ) ) ); // Option for the author link
-			update_option( 'barthelme_basefontfamily', strip_tags( stripslashes( $_REQUEST['bm_basefontfamily'] ) ) ); // Base font family
-			update_option( 'barthelme_basefontsize', strip_tags( stripslashes( $_REQUEST['bm_basefontsize'] ) ) ); // Base font size
-			update_option( 'barthelme_headerfontcolor', strip_tags( stripslashes( $_REQUEST['bm_headerfontcolor'] ) ) ); // Color for the header text
-			update_option( 'barthelme_headingfontfamily', strip_tags( stripslashes( $_REQUEST['bm_headingfontfamily'] ) ) ); // Heading font family
-			update_option( 'barthelme_layoutwidth', strip_tags( stripslashes( $_REQUEST['bm_layoutwidth'] ) ) ); // Layout width
-			update_option( 'barthelme_lowercolor', strip_tags( stripslashes( $_REQUEST['bm_lowercolor'] ) ) ); // Lower color for the header image gradiant
-			update_option( 'barthelme_posttextalignment', strip_tags( stripslashes( $_REQUEST['bm_posttextalignment'] ) ) ); // Post text alignment
-			update_option( 'barthelme_uppercolor', strip_tags( stripslashes( $_REQUEST['bm_uppercolor'] ) ) ); // Upper color for the header image gradiant
-			update_option( 'barthelme_avatarsize', strip_tags( stripslashes( $_REQUEST['bm_avatarsize'] ) ) ); // Avatar size
-			header("Location: themes.php?page=functions.php&saved=true");
-			die;
-		} elseif ( 'reset' == $_REQUEST['action'] ) {
-			check_admin_referer('barthelme_reset_options');
-			delete_option('barthelme_authorlink');
-			delete_option('barthelme_basefontfamily');
-			delete_option('barthelme_basefontsize');
-			delete_option('barthelme_headerfontcolor');
-			delete_option('barthelme_headingfontfamily');
-			delete_option('barthelme_layoutwidth');
-			delete_option('barthelme_lowercolor');
-			delete_option('barthelme_posttextalignment');
-			delete_option('barthelme_uppercolor');
-			delete_option('barthelme_avatarsize');
-			header("Location: themes.php?page=functions.php&reset=true");
-			die;
-		}
-		add_action('admin_head', 'barthelme_admin_head');
-	}
-	add_theme_page( __( 'Barthelme Theme Options', 'barthelme' ), __( 'Theme Options', 'barthelme' ), 'edit_themes', basename(__FILE__), 'barthelme_admin' );
-}
-
-function barthelme_donate() { 
-	$form = '<form id="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
-		<div id="donate">
-			<input type="hidden" name="cmd" value="_s-xclick" />
-			<input type="image" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" alt="Donate with PayPal - it\'s fast, free and secure!" />
-			<img src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" alt="Donate with PayPal" />
-			<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHVwYJKoZIhvcNAQcEoIIHSDCCB0QCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYBSmjptafK34xlgxHDtNYGf/8wo8JSsn52q8uMv/t/dsauap8TwjdW6jy8JKPUGCPqFRzKv/BZXgb3j/OS3dS1lED3UtANPVKcj0EIuEL4i3NFZJ7QrlcMWnxQC1mb+4uxYH9ScbgXi27hUIjEV0PwbfU1UbKolOMmE2y8jBoprdzELMAkGBSsOAwIaBQAwgdQGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIbfhBJGGCf0qAgbChXN317gse0DncLOcY+8vIzz8iqR8uCVFzsUFl/FrEHMwKip/Ptg/xBU8/hHQ0lMi3tWzkvyvXevY2qRdTni/ZVWZFTAa3ECOYR6Ionlh5Xe9aran/r7O0o+dysMQ2yMFOA/USGki7caN+sG6LsRW4L/PHtytCQCmMbCqER/y5JAYtUe40wGzr9+OlZLRuDSOjluzhh68yDIRdBUVcRiZwxpj+F+Is8xnHziXBX4/zqaCCA4cwggODMIIC7KADAgECAgEAMA0GCSqGSIb3DQEBBQUAMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbTAeFw0wNDAyMTMxMDEzMTVaFw0zNTAyMTMxMDEzMTVaMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAwUdO3fxEzEtcnI7ZKZL412XvZPugoni7i7D7prCe0AtaHTc97CYgm7NsAtJyxNLixmhLV8pyIEaiHXWAh8fPKW+R017+EmXrr9EaquPmsVvTywAAE1PMNOKqo2kl4Gxiz9zZqIajOm1fZGWcGS0f5JQ2kBqNbvbg2/Za+GJ/qwUCAwEAAaOB7jCB6zAdBgNVHQ4EFgQUlp98u8ZvF71ZP1LXChvsENZklGswgbsGA1UdIwSBszCBsIAUlp98u8ZvF71ZP1LXChvsENZklGuhgZSkgZEwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAgV86VpqAWuXvX6Oro4qJ1tYVIT5DgWpE692Ag422H7yRIr/9j/iKG4Thia/Oflx4TdL+IFJBAyPK9v6zZNZtBgPBynXb048hsP16l2vi0k5Q2JKiPDsEfBhGI+HnxLXEaUWAcVfCsQFvd2A1sxRr67ip5y2wwBelUecP3AjJ+YcxggGaMIIBlgIBATCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA4MDMwMzA0MzUzN1owIwYJKoZIhvcNAQkEMRYEFF8E/Iv0zjQjorPPuacBKrh9IHU/MA0GCSqGSIb3DQEBAQUABIGAtjwgH9Ky2C6+BXClnHFGGql6DuD3VbQ6q3iZxXG/3DPS8tvZnzK3N1zMfS50JzFdJO3OBNGnNOflsC/AigCvtX4q2X3JhUXCUm2N2PhENU9ChWlMGAG2u8f8x/kP16fkq2h1GBhEyYrqxsdXgqoVQouZLDEWzJAL+V/LmenB5UY=-----END PKCS7-----" />
-		</div>
-	</form>' . "\n\t";
-	echo $form;
-}
-
-function barthelme_admin_head() {
-// Additional CSS styles for the theme options menu
-?>
-<style type="text/css" media="screen,projection">
-/*<![CDATA[*/
-	p.info span{font-weight:bold;}
-	label.arial,label.courier,label.georgia,label.lucida-console,label.lucida-unicode,label.tahoma,label.times,label.trebuchet,label.verdana{font-size:1.2em;line-height:175%;}
-	.arial{font-family:arial,helvetica,sans-serif;}
-	.courier{font-family:'courier new',courier,monospace;}
-	.georgia{font-family:georgia,times,serif;}
-	.lucida-console{font-family:'lucida console',monaco,monospace;}
-	.lucida-unicode{font-family:'lucida sans unicode','lucida grande',sans-serif;}
-	.tahoma{font-family:tahoma,geneva,sans-serif;}
-	.times{font-family:'times new roman',times,serif;}
-	.trebuchet{font-family:'trebuchet ms',helvetica,sans-serif;}
-	.verdana{font-family:verdana,geneva,sans-serif;}
-	form#paypal{float:right;margin:1em 0 0.5em 1em;}
-/*]]>*/
-</style>
-<?php
-}
-
-function barthelme_admin() { // Theme options menu 
-	if ( $_REQUEST['saved'] ) { ?><div id="message1" class="updated fade"><p><?php printf(__('Barthelme theme options saved. <a href="%s">View site.</a>', 'barthelme'), get_bloginfo('home') . '/'); ?></p></div><?php }
-	if ( $_REQUEST['reset'] ) { ?><div id="message2" class="updated fade"><p><?php _e('Barthelme theme options reset.', 'barthelme'); ?></p></div><?php } ?>
-
-<div class="wrap" id="barthelme-options">
-	<h2><?php _e('Barthelme Theme Options', 'barthelme'); ?></h2>
-	<?php printf( __('%1$s<p>Thanks for selecting the <a href="http://www.plaintxt.org/themes/barthelme/" title="Barthelme theme for WordPress">Barthelme</a> theme by <span class="vcard"><a class="url fn n" href="http://scottwallick.com/" title="scottwallick.com" rel="me designer"><span class="given-name">Scott</span> <span class="additional-name">Allan</span> <span class="family-name">Wallick</span></a></span>. Please read the included <a href="%2$s" title="Open the readme.html" rel="enclosure" id="readme">documentation</a> for more information about the Barthelme and its advanced features. <strong>If you find this theme useful, please consider <label for="paypal">donating</label>.</strong> You must click on <i><u>S</u>ave Options</i> to save any changes. You can also discard your changes and reload the default settings by clicking on <i><u>R</u>eset</i>.</p>', 'barthelme'), barthelme_donate(), get_template_directory_uri() . '/readme.html' ); ?>
-
-	<form action="<?php echo wp_specialchars( $_SERVER['REQUEST_URI'] ) ?>" method="post">
-		<?php wp_nonce_field('barthelme_save_options'); echo "\n"; ?>
-		<h3><?php _e('Typography', 'barthelme'); ?></h3>
-		<table class="form-table" summary="Barthelme typography options">
-			<tr valign="top">
-				<th scope="row"><label for="bm_basefontsize"><?php _e('Base font size', 'barthelme'); ?></label></th> 
-				<td>
-					<input id="bm_basefontsize" name="bm_basefontsize" type="text" class="text" value="<?php if ( get_option('barthelme_basefontsize') == "" ) { echo "75%"; } else { echo attribute_escape(get_option('barthelme_basefontsize')); } ?>" tabindex="1" size="10" /><br />
-					<p class="info"><?php _e('The base font size globally affects the size of text throughout your blog. This can be in any unit (e.g., px, pt, em), but I suggest using a percentage (%). Default is <span>75%</span>.', 'barthelme'); ?></p>
-				</td>
-			</tr>
-			<tr valign="top">
-				<th scope="row"><?php _e('Base font family', 'barthelme'); ?></th> 
-				<td>
-					<input id="bm_basefontArial" name="bm_basefontfamily" type="radio" class="radio" value="arial,helvetica,sans-serif" <?php if ( ( get_option('barthelme_basefontfamily') == "") || ( get_option('barthelme_basefontfamily') == "arial,helvetica,sans-serif") ) { echo 'checked="checked"'; } ?> tabindex="2" /> <label for="bm_basefontArial" class="arial">Arial</label><br />
-					<input id="bm_basefontCourier" name="bm_basefontfamily" type="radio" class="radio" value="'courier new',courier,monospace" <?php if ( get_option('barthelme_basefontfamily') == "'courier new',courier,monospace" ) { echo 'checked="checked"'; } ?> tabindex="3" /> <label for="bm_basefontCourier" class="courier">Courier</label><br />
-					<input id="bm_basefontGeorgia" name="bm_basefontfamily" type="radio" class="radio" value="georgia,times,serif" <?php if ( get_option('barthelme_basefontfamily') == "georgia,times,serif" ) { echo 'checked="checked"'; } ?> tabindex="4" /> <label for="bm_basefontGeorgia" class="georgia">Georgia</label><br />
-					<input id="bm_basefontLucidaConsole" name="bm_basefontfamily" type="radio" class="radio" value="'lucida console',monaco,monospace" <?php if ( get_option('barthelme_basefontfamily') == "'lucida console',monaco,monospace" ) { echo 'checked="checked"'; } ?> tabindex="5" /> <label for="bm_basefontLucidaConsole" class="lucida-console">Lucida Console</label><br />
-					<input id="bm_basefontLucidaUnicode" name="bm_basefontfamily" type="radio" class="radio" value="'lucida sans unicode','lucida grande',sans-serif" <?php if ( get_option('barthelme_basefontfamily') == "'lucida sans unicode','lucida grande',sans-serif" ) { echo 'checked="checked"'; } ?> tabindex="6" /> <label for="bm_basefontLucidaUnicode" class="lucida-unicode">Lucida Sans Unicode</label><br />
-					<input id="bm_basefontTahoma" name="bm_basefontfamily" type="radio" class="radio" value="tahoma,geneva,sans-serif" <?php if ( get_option('barthelme_basefontfamily') == "tahoma,geneva,sans-serif" ) { echo 'checked="checked"'; } ?> tabindex="7" /> <label for="bm_basefontTahoma" class="tahoma">Tahoma</label><br />
-					<input id="bm_basefontTimes" name="bm_basefontfamily" type="radio" class="radio" value="'times new roman',times,serif" <?php if ( get_option('barthelme_basefontfamily') == "'times new roman',times,serif" ) { echo 'checked="checked"'; } ?> tabindex="8" /> <label for="bm_basefontTimes" class="times">Times</label><br />
-					<input id="bm_basefontTrebuchetMS" name="bm_basefontfamily" type="radio" class="radio" value="'trebuchet ms',helvetica,sans-serif" <?php if ( get_option('barthelme_basefontfamily') == "'trebuchet ms',helvetica,sans-serif" ) { echo 'checked="checked"'; } ?> tabindex="9" /> <label for="bm_basefontTrebuchetMS" class="trebuchet">Trebuchet MS</label><br />
-					<input id="bm_basefontVerdana" name="bm_basefontfamily" type="radio" class="radio" value="verdana,geneva,sans-serif" <?php if ( get_option('barthelme_basefontfamily') == "verdana,geneva,sans-serif" ) { echo 'checked="checked"'; } ?> tabindex="10" /> <label for="bm_basefontVerdana" class="verdana">Verdana</label>
-					<p class="info"><?php printf(__('The base font family sets the font for everything except content headings. The selection is limited to %1$s fonts, as they will display correctly. Default is <span class="arial">Arial</span>.', 'barthelme'), '<cite><a href="http://en.wikipedia.org/wiki/Web_safe_fonts" title="Web safe fonts - Wikipedia">web safe</a></cite>'); ?></p>
-				</td>
-			</tr>
-			<tr valign="top">
-				<th scope="row"><?php _e('Heading font family', 'barthelme'); ?></th> 
-				<td>
-					<input id="bm_headingfontArial" name="bm_headingfontfamily" type="radio" class="radio" value="arial,helvetica,sans-serif" <?php if ( get_option('barthelme_headingfontfamily') == "arial,helvetica,sans-serif" ) { echo 'checked="checked"'; } ?> tabindex="11" /> <label for="bm_headingfontArial" class="arial">Arial</label><br />
-					<input id="bm_headingfontCourier" name="bm_headingfontfamily" type="radio" class="radio" value="'courier new',courier,monospace" <?php if ( get_option('barthelme_headingfontfamily') == "'courier new',courier,monospace" ) { echo 'checked="checked"'; } ?> tabindex="12" /> <label for="bm_headingfontCourier" class="courier">Courier</label><br />
-					<input id="bm_headingfontGeorgia" name="bm_headingfontfamily" type="radio" class="radio" value="georgia,times,serif" <?php if ( ( get_option('barthelme_headingfontfamily') == "") || ( get_option('barthelme_headingfontfamily') == "georgia,times,serif") ) { echo 'checked="checked"'; } ?> tabindex="13" /> <label for="bm_headingfontGeorgia" class="georgia">Georgia</label><br />
-					<input id="bm_headingfontLucidaConsole" name="bm_headingfontfamily" type="radio" class="radio" value="'lucida console',monaco,monospace" <?php if ( get_option('barthelme_headingfontfamily') == "'lucida console',monaco,monospace" ) { echo 'checked="checked"'; } ?> tabindex="14" /> <label for="bm_headingfontLucidaConsole" class="lucida-console">Lucida Console</label><br />
-					<input id="bm_headingfontLucidaUnicode" name="bm_headingfontfamily" type="radio" class="radio" value="'lucida sans unicode','lucida grande',sans-serif" <?php if ( get_option('barthelme_headingfontfamily') == "'lucida sans unicode','lucida grande',sans-serif" ) { echo 'checked="checked"'; } ?> tabindex="15" /> <label for="bm_headingfontLucidaUnicode" class="lucida-unicode">Lucida Sans Unicode</label><br />
-					<input id="bm_headingfontTahoma" name="bm_headingfontfamily" type="radio" class="radio" value="tahoma,geneva,sans-serif" <?php if ( get_option('barthelme_headingfontfamily') == "tahoma,geneva,sans-serif" ) { echo 'checked="checked"'; } ?> tabindex="16" /> <label for="bm_headingfontTahoma" class="tahoma">Tahoma</label><br />
-					<input id="bm_headingfontTimes" name="bm_headingfontfamily" type="radio" class="radio" value="'times new roman',times,serif" <?php if ( get_option('barthelme_headingfontfamily') == "'times new roman',times,serif" ) { echo 'checked="checked"'; } ?> tabindex="17" /> <label for="bm_headingfontTimes" class="times">Times</label><br />
-					<input id="bm_headingfontTrebuchetMS" name="bm_headingfontfamily" type="radio" class="radio" value="'trebuchet ms',helvetica,sans-serif" <?php if ( get_option('barthelme_headingfontfamily') == "'trebuchet ms',helvetica,sans-serif" ) { echo 'checked="checked"'; } ?> tabindex="18" /> <label for="bm_headingfontTrebuchetMS" class="trebuchet">Trebuchet MS</label><br />
-					<input id="bm_headingfontVerdana" name="bm_headingfontfamily" type="radio" class="radio" value="verdana,geneva,sans-serif" <?php if ( get_option('barthelme_headingfontfamily') == "verdana,geneva,sans-serif" ) { echo 'checked="checked"'; } ?> tabindex="19" /> <label for="bm_headingfontVerdana" class="verdana">Verdana</label>
-					<p class="info"><?php printf(__('The heading font family sets the font for all content headings and miscellanea. The selection is limited to %1$s fonts, as they will display correctly. Default is <span class="georgia">Georgia</span>. ', 'barthelme'), '<cite><a href="http://en.wikipedia.org/wiki/Web_safe_fonts" title="Web safe fonts - Wikipedia">web safe</a></cite>'); ?></p>
-				</td>
-			</tr>
-		</table>
-		<h3><?php _e('Layout', 'barthelme'); ?></h3>
-		<table class="form-table" summary="Barthelme Layout options">
-			<tr valign="top">
-				<th scope="row"><label for="bm_layoutwidth"><?php _e('Layout width', 'barthelme'); ?></label></th> 
-				<td>
-					<input id="bm_layoutwidth" name="bm_layoutwidth" type="text" class="text" value="<?php if ( get_option('barthelme_layoutwidth') == "" ) { echo "auto"; } else { echo attribute_escape(get_option('barthelme_layoutwidth')); } ?>" tabindex="20" size="10" />
-					<p class="info"><?php _e('The layout width determines the normal width of the entire layout. This can be in any unit (e.g., px, pt, em), but I suggest "auto". Default is <span>auto</span>.', 'barthelme'); ?></p>
-					<p class="info"><?php _e('<em>Note: If you use 100%, the width will be ever-so-larger than the browser window. If you want to play, I suggest playing with ems. But really, auto is the best option.</em>', 'barthelme'); ?></p>
-				</td>
-			</tr>
-			<tr valign="top">
-				<th scope="row"><label for="bm_posttextalignment"><?php _e('Post text alignment', 'barthelme'); ?></label></th> 
-				<td>
-					<select id="bm_posttextalignment" name="bm_posttextalignment" tabindex="21" class="dropdown">
-						<option value="center" <?php if ( get_option('barthelme_posttextalignment') == "center" ) { echo 'selected="selected"'; } ?>><?php _e('Centered', 'barthelme'); ?> </option>
-						<option value="justify" <?php if ( get_option('barthelme_posttextalignment') == "justify" ) { echo 'selected="selected"'; } ?>><?php _e('Justified', 'barthelme'); ?> </option>
-						<option value="left" <?php if ( ( get_option('barthelme_posttextalignment') == "") || ( get_option('barthelme_posttextalignment') == "left") ) { echo 'selected="selected"'; } ?>><?php _e('Left', 'barthelme'); ?> </option>
-						<option value="right" <?php if ( get_option('barthelme_posttextalignment') == "right" ) { echo 'selected="selected"'; } ?>><?php _e('Right', 'barthelme'); ?> </option>
-					</select>
-					<p class="info"><?php _e('Choose one of the options for the alignment of the post entry text. Default is <span>left</span>.', 'barthelme'); ?></p>
-				</td>
-			</tr>
-		</table>
-		<h3><?php _e('Content', 'barthelme'); ?></h3>
-		<table class="form-table" summary="Barthelme Content options">
-			<tr valign="top">
-				<th scope="row"><label for="bm_authorlink"><?php _e('Author link', 'barthelme'); ?></label></th> 
-				<td>
-					<select id="bm_authorlink" name="bm_authorlink" tabindex="21" class="dropdown">
-						<option value="displayed" <?php if ( ( get_option('barthelme_authorlink') == "") || ( get_option('barthelme_authorlink') == "displayed") ) { echo 'selected="selected"'; } ?>><?php _e('Displayed', 'barthelme'); ?> </option>
-						<option value="hidden" <?php if ( get_option('barthelme_authorlink') == "hidden" ) { echo 'selected="selected"'; } ?>><?php _e('Hidden', 'barthelme'); ?> </option>
-					</select>
-					<p class="info"><?php _e('The author\'s name and link to his/her corresponding archives page can be displayed or hidden. The "hidden" setting disables the link in an author\'s name in single post footers (and in pages &mdash; see the <a href="#readme">documentation</a> for info). Default is <span>displayed</span>.', 'barthelme'); ?></p>
-				</td>
-			</tr>
-			<tr valign="top">
-				<th scope="row"><label for="bm_avatarsize"><?php _e('Avatar size', 'barthelme'); ?></label></th> 
-				<td>
-					<input id="bm_avatarsize" name="bm_avatarsize" type="text" class="text" value="<?php if ( get_option('barthelme_avatarsize') == null ) { echo "32"; } else { echo attribute_escape(get_option('barthelme_avatarsize')); } ?>" size="6" />
-					<p class="info"><?php _e('Sets the avatar size in pixels, if avatars are enabled. Default is <span>32</span>.', 'barthelme'); ?></p>
-				</td>
-			</tr>
-		</table>
-		<h3><?php _e('Header colors', 'barthelme'); ?></h3>
-		<p><?php _e('You must enter the full, six-digit <a href="http://www.w3schools.com/html/html_colors.asp" title="HTML Colors at W3 Schools">hexidecimal color value</a> without the "#" symbol for each color value. Otherwise, things won\'t work.', 'barthelme'); ?></p>
-		<table class="form-table" summary="Barthelme Header colors options">
-			<tr valign="top">
-				<th scope="row"><label for="bm_uppercolor"><?php _e('Upper gradient color', 'barthelme'); ?></label></th> 
-				<td>
-					# <input id="bm_uppercolor" name="bm_uppercolor" type="text" class="text" value="<?php if ( get_option('barthelme_uppercolor') == "" ) { echo "8999b0"; } else { echo attribute_escape(get_option('barthelme_uppercolor')); } ?>" tabindex="23" size="10" />
-					<p class="info"><?php _e('Sets the upper color for the banner gradient. Default is <span>8999B0</span>.', 'barthelme'); ?></p>
-				</td>
-			</tr>
-			<tr valign="top">
-				<th scope="row"><label for="bm_lowercolor"><?php _e('Lower gradient color', 'barthelme'); ?></label></th> 
-				<td>
-					# <input id="bm_lowercolor" name="bm_lowercolor" type="text" class="text" value="<?php if ( get_option('barthelme_lowercolor') == "" ) { echo "bbc8d9"; } else { echo attribute_escape(get_option('barthelme_lowercolor')); } ?>" tabindex="24" size="10" />
-					<p class="info"><?php _e('Sets the lower color for the banner gradient. Default is <span>BBC8D9</span>.', 'barthelme'); ?></p>
-				</td>
-			</tr>
-			<tr valign="top">
-				<th scope="row"><label for="bm_headerfontcolor"><?php _e('Header font color', 'barthelme'); ?></label></th> 
-				<td>
-					# <input id="bm_headerfontcolor" name="bm_headerfontcolor" type="text" class="text" value="<?php if ( get_option('barthelme_headerfontcolor') == "" ) { echo "fefefe"; } else { echo attribute_escape(get_option('barthelme_headerfontcolor')); } ?>" tabindex="25" size="10" />
-					<p class="info"><?php _e('Sets the font color for the blog title and description. Default is <span>FEFEFE</span>.', 'barthelme'); ?></p>
-				</td>
-			</tr>
-		</table>
-		<p class="submit">
-			<input name="save" type="submit" value="<?php _e('Save Options', 'barthelme'); ?>" tabindex="26" accesskey="S" />  
-			<input name="action" type="hidden" value="save" />
-			<input name="page_options" type="hidden" value="bm_basefontsize,bm_basefontfamily,bm_headingfontfamily,bm_posttextalignment,bm_layoutwidth,bm_uppercolor,bm_lowercolor,bm_headerfontcolor,bm_authorlink,bm_avatarsize" />
-		</p>
-	</form>
-	<h3 id="reset"><?php _e('Reset Options', 'barthelme'); ?></h3>
-	<p><?php _e('Resetting deletes all stored Barthelme options from your database. After resetting, default options are loaded but are not stored until you click <i>Save Options</i>. A reset does not affect the actual theme files in any way. If you are uninstalling Barthelme, please reset before removing the theme files to clear your databse.', 'barthelme'); ?></p>
-	<form action="<?php echo wp_specialchars( $_SERVER['REQUEST_URI'] ) ?>" method="post">
-		<?php wp_nonce_field('barthelme_reset_options'); echo "\n"; ?>
-		<p class="submit">
-			<input name="reset" type="submit" value="<?php _e('Reset Options', 'barthelme'); ?>" onclick="return confirm('<?php _e('Click OK to reset. Any changes to these theme options will be lost!', 'barthelme'); ?>');" tabindex="27" accesskey="R" />
-			<input name="action" type="hidden" value="reset" />
-			<input name="page_options" type="hidden" value="bm_basefontsize,bm_basefontfamily,bm_headingfontfamily,bm_posttextalignment,bm_layoutwidth,bm_uppercolor,bm_lowercolor,bm_headerfontcolor,bm_authorlink,bm_avatarsize" />
-		</p>
-	</form>
-</div>
-<?php
-}
-
-// Loads settings for the theme options to use
-function barthelme_wp_head() {
-
-	function barthelme_author_link() { // Option to show the author link, or not
-		global $wpdb, $authordata;
-		if ( get_option('barthelme_authorlink') == "" ) {
-			if ( is_single() || is_page() ) {
-				return '<span class="entry-author author vcard"><a class="url fn" href="' . get_author_link(false, $authordata->ID, $authordata->user_nicename) . '" title="View all posts by ' . $authordata->display_name . '">' . get_the_author() . '</a></span>';
-			} else {
-				echo '<span class="entry-author author vcard"><a class="url fn" href="' . get_author_link(false, $authordata->ID, $authordata->user_nicename) . '" title="View all posts by ' . $authordata->display_name . '">' . get_the_author() . '</a></span>';
-			}
-		} elseif ( get_option('barthelme_authorlink') =="displayed" ) {
-			if ( is_single() || is_page() ) {
-				return '<span class="entry-author author vcard"><a class="url fn" href="' . get_author_link(false, $authordata->ID, $authordata->user_nicename) . '" title="View all posts by ' . $authordata->display_name . '">' . get_the_author() . '</a></span>';
-			} else {
-				echo '<span class="entry-author author vcard"><a class="url fn" href="' . get_author_link(false, $authordata->ID, $authordata->user_nicename) . '" title="View all posts by ' . $authordata->display_name . '">' . get_the_author() . '</a></span>';
-			}
-		} elseif ( get_option('barthelme_authorlink') =="hidden" ) {
-			if ( is_single() || is_page() ) {
-				return '<span class="entry-author author vcard"><span class="fn n">' . get_the_author() . '</span></span>';
-			} else {
-				echo '';
-			}
-		};
-	}
-	if ( get_option('barthelme_basefontsize') == "" ) {
-		$basefontsize = '75%';
-	} else {
-		$basefontsize = attribute_escape( stripslashes( get_option('barthelme_basefontsize') ) ); 
-	};
-	if ( get_option('barthelme_basefontfamily') == "" ) {
-		$basefontfamily = 'arial,helvtica,sans-serif';
-	} else {
-		$basefontfamily = wp_specialchars( stripslashes( get_option('barthelme_basefontfamily') ) ); 
-	};
-	if ( get_option('barthelme_headingfontfamily') == "" ) {
-		$headingfontfamily = 'georgia,times,serif';
-	} else {
-		$headingfontfamily = wp_specialchars( stripslashes( get_option('barthelme_headingfontfamily') ) ); 
-	};
-	if ( get_option('barthelme_layoutwidth') == "" ) {
-		$layoutwidth = 'auto';
-	} else {
-		$layoutwidth = attribute_escape( stripslashes( get_option('barthelme_layoutwidth') ) );
-	};
-	if ( get_option('barthelme_posttextalignment') == "" ) {
-		$posttextalignment = 'left';
-	} else {
-		$posttextalignment = attribute_escape( stripslashes( get_option('barthelme_posttextalignment') ) ); 
-	};
-	if ( get_option('barthelme_uppercolor') == "" ) {
-		$uppercolor = '8a9aae';
-	} else {
-		$uppercolor = attribute_escape( stripslashes( get_option('barthelme_uppercolor') ) ); 
-	};
-	if ( get_option('barthelme_lowercolor') == "" ) {
-		$lowercolor = 'bac8da';
-	} else {
-		$lowercolor = attribute_escape( stripslashes( get_option('barthelme_lowercolor') ) ); 
-	};
-	if ( get_option('barthelme_headerfontcolor') == "" ) {
-		$headerfontcolor = 'fefefe';
-	} else {
-		$headerfontcolor = attribute_escape(stripslashes(get_option('barthelme_headerfontcolor'))); 
-	};
-
-?>
-
-<style type="text/css" media="screen,projection">
-/*<![CDATA[*/
-/* CSS inserted by Barthelme theme options */
-	body{font-family:<?php echo $basefontfamily; ?>;font-size:<?php echo $basefontsize; ?>;}
-	div#content h2,div#content h3,div#content h4,div#content h5,div#content h6,body.archive div.archive-meta,body.attachment div.entry-content div.attachment-content p.attachment-name,body.home div#content div.entry-meta span,body.archive div#content div.entry-meta span,body.search div#content div.entry-meta span,body.single div.entry-date,body.single div.entry-meta,div#content blockquote,div.comments ol.commentlist li div.comment-meta,div.entry-content div.page-link,div.entry-content span.tag-links,body.page div.archive-meta,div.formcontainer form#commentform div.form-input input,div.formcontainer form#commentform div.form-textarea textarea#comment,input#s,div.entry-content div.entry-caption{font-family:<?php echo $headingfontfamily; ?>;}
-	body div#content div.hentry{text-align:<?php echo $posttextalignment; ?>;}
-	body div#wrapper{width:<?php echo $layoutwidth; ?>;}
-	div#header,div#header h1#blog-title a,div#header h1#blog-title a:link,div#header h1#blog-title a:visited{color:#<?php echo $headerfontcolor; ?>;outline:none;text-decoration:none;}
-	body div#header{background:#<?php echo $lowercolor; ?> url("<?php echo get_template_directory_uri(); ?>/images/header-img.php?upper=<?php echo $uppercolor; ?>&lower=<?php echo $lowercolor; ?>") repeat-x left top;}
-/*]]>*/
-</style>
-<?php // Checks that everything has loaded properly
-}
-
-add_action('admin_menu', 'barthelme_add_admin');
-add_action('wp_head', 'barthelme_wp_head');
-add_action('init', 'barthelme_widgets_init');
-
-add_filter('archive_meta', 'wptexturize');
-add_filter('archive_meta', 'convert_smilies');
-add_filter('archive_meta', 'convert_chars');
-add_filter('archive_meta', 'wpautop');
-
-add_filter('post_gallery', 'barthelme_gallery', $attr);
-
-// Readies for translation.
-load_theme_textdomain('barthelme')
-?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/header.php b/wp-content/themes/barthelme/header.php
deleted file mode 100644
index 1d36e6c00..000000000
--- a/wp-content/themes/barthelme/header.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes() ?>>
-<head profile="http://gmpg.org/xfn/11">
-	<title><?php bloginfo('name') ?><?php if ( is_404() ) : ?> : <?php _e('Page not found', 'barthelme') ?><?php elseif ( is_home() ) : ?> : <?php bloginfo('description') ?><?php elseif ( is_category() ) : ?> : <?php echo single_cat_title(); ?><?php elseif ( is_date() ) : ?> : <?php _e('Blog archives', 'barthelme') ?><?php elseif ( is_search() ) : ?> : <?php _e('Search results', 'barthelme') ?><?php else : ?> : <?php the_title() ?><?php endif ?></title>
-	<meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
-	<link rel="stylesheet" type="text/css" media="screen,projection" href="<?php bloginfo('stylesheet_url'); ?>" title="Barthelme" />
-	<link rel="stylesheet" type="text/css" media="print" href="<?php bloginfo('template_directory'); ?>/print.css" />
-	<link rel="alternate" type="application/rss+xml" href="<?php bloginfo('rss2_url') ?>" title="<?php bloginfo('name') ?> <?php _e('RSS feed', 'barthelme' ) ?>" />
-	<link rel="alternate" type="application/rss+xml" href="<?php bloginfo('comments_rss2_url') ?>" title="<?php bloginfo('name') ?> <?php _e( 'comments RSS feed', 'barthelme' ) ?>" />
-	<link rel="pingback" href="<?php bloginfo('pingback_url') ?>" />
-
-<?php wp_head() // Do not remove; helps plugins work ?>
-
-</head>
-
-<body class="<?php barthelme_body_class() ?>">
-
-<div id="wrapper">
-
-	<div id="header" onclick="location.href='<?php echo get_settings('home'); ?>/';">
-		<h1 id="blog-title"><a href="<?php echo get_settings('home') ?>/" title="<?php bloginfo('name') ?>"><?php bloginfo('name') ?></a></h1>
-		<div id="blog-description"><?php bloginfo('description') ?></div>
-	</div><!-- #header -->
-	
-	<div class="access"><span class="content-access"><a href="#content" title="<?php _e('Skip to content', 'barthelme'); ?>"><?php _e('Skip to content', 'barthelme'); ?></a></span></div>
-
-<?php barthelme_globalnav() // Adds list of pages just below header ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/image.php b/wp-content/themes/barthelme/image.php
deleted file mode 100644
index ba62ce80b..000000000
--- a/wp-content/themes/barthelme/image.php
+++ /dev/null
@@ -1,53 +0,0 @@
-<?php get_header(); ?>
-
-	<div id="container">
-		<div id="content" class="hfeed">
-
-<?php the_post() ?>
-
-			<div id="post-<?php the_ID(); ?>" class="<?php barthelme_post_class(); ?>">
-				<div class="entry-date">{ <abbr class="published" title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php unset($previousday); printf(__('%1$s', 'barthelme'), the_date('Y m d', false)) ?></abbr> }</div>
-				<h2 class="entry-title"><?php the_title(); ?></h2>
-				<h3 class="page-title"><span>From</span> <a href="<?php echo get_permalink($post->post_parent) ?>" rev="attachment"><?php echo get_the_title($post->post_parent) ?></a></h3>
-				<div class="entry-content">
-					<div class="entry-attachment"><a href="<?php echo wp_get_attachment_url($post->ID); ?>" title="<?php echo wp_specialchars( get_the_title($post->ID), 1 ) ?>" rel="attachment"><?php echo wp_get_attachment_image( $post->ID, 'large' ); ?></a></div>
-					<div class="entry-caption"><?php if ( !empty($post->post_excerpt) ) the_excerpt(); ?></div>
-<?php the_content('<span class="more-link">'.__('Continue reading &rsaquo;', 'barthelme').'</span>'); ?>
-
-<?php edit_post_link(__('Edit this entry.', 'barthelme'),'<p class="entry-edit">','</p>') ?>
-
-				</div>
-				<div id="nav-images" class="navigation">
-					<div class="nav-previous"><?php previous_image_link() ?></div>
-					<div class="nav-next"><?php next_image_link() ?></div>
-				</div>
-				<div class="entry-meta">
-					<?php printf(__('<span class="entry-published">Posted by %1$s on <abbr class="published" title="%2$sT%3$s">%4$s at %5$s</abbr>.</span> <span class="entry-rsslink">Follow any responses to this post with its <a href="%6$s" title="Comments RSS to %7$s" rel="alternate" type="application/rss+xml">comments RSS</a> feed.</span>', 'barthelme'),
-						barthelme_author_link(),
-						get_the_time('Y-m-d'),
-						get_the_time('H:i:sO'),
-						get_the_time('l, F j, Y,'),
-						get_the_time(),
-						comments_rss(),
-						wp_specialchars(get_the_title(), 'double') ) ?>
-
-<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php printf(__('You can <a href="#respond" title="Post a comment">post a comment</a> or <a href="%s" rel="trackback" title="Trackback URL for your post">trackback</a> from your blog.', 'barthelme'), get_trackback_url()) ?></span>
-<?php elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php printf(__('Comments are closed, but you can <a href="%s" rel="trackback" title="Trackback URL for your post">trackback</a> from your blog.', 'barthelme'), get_trackback_url()) ?></span>
-<?php elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php printf(__('You can <a href="#respond" title="Post a comment">post a comment</a>, but trackbacks are closed.', 'barthelme')) ?></span>
-<?php elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php _e('Both comments and trackbacks are currently closed.', 'barthelme') ?></span>
-<?php endif; ?>
-<?php edit_post_link(__('Edit', 'barthelme'), "\t\t\t\t\t<span class='entry-edit'>", "</span>\n"); ?>
-				</div>
-			</div>
-
-<?php comments_template() ?>
-
-		</div><!-- #content .hfeed -->
-	</div><!-- #container -->
-
-<?php get_sidebar() ?>
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/images/barthelme-header.jpg b/wp-content/themes/barthelme/images/barthelme-header.jpg
deleted file mode 100644
index 86f8e4be0dbd9fe32c1cda24f99738064247a806..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 772
zcmex=<NpH&0WUXCHwH#V1_nkTWcdG&!Ol6z)iK0B$VwqSMK`M;HC>_1P|rX?qqI0P
zFI~aY%U!`Mz|~!$%*;qrM<FFOEwMDGM4_-WF(<R6lI#C%24@BiHa2!PRt|P{c1}(X
zE*=qH9&T<PNg-i=5m_mDIaw(g83h$Rbp<6IWf>U_b4?usLlYAdd38%$3nLpnV-q8g
zA&i`yoIKn-61=<;Mv5|uMkIs(2N(o77}hgzF*7PLFbOg;3o`yc!XOXyCo3ZuFhBt#
z6Eh1d8#@Ol7dKGBRsjYkMrLLv7G_pf78aoDTA(}wiy*6zqM;+3a9|?4QlW@Z<HUs=
z%1#>(iUwW$pkka<)WpdpCN3c<rK+Z`p{ZqJYG!U>Y31zV>gMj@=@lFj8WtWA8I=qS
ztn`e`tm2Z=vhs?`s^*r~w)T$Bu1S-pOr17;#>`oZ7B5-4Z25|nt2S-kvUS_`9Xod&
zI(+2lvEwIBp1O4T%GGPvZ`{1~@X_NZPoF)1@$%KjPoKYh{r3IG&tD*aF)}biyagm7
z9z*k&Akbe-EG*0{>>z(JGL-`{vmgtrq9L1*V<3BCp|FxsBZr97#DyCVaw;1KeGpA5
zy2vG_V)9V+BgkuDpAqM=CbE16_ZY%ow-|Vs8G(_<EXZKbaO0@N@}!>d#52|+Nprgl
z9r(fg0K*%LMcxE<F_dW>1xhr?b{YB~l~}^O(M=O5!2py2N-zLr=64x-B%_Mf|Gx<U
DA-n<w

diff --git a/wp-content/themes/barthelme/images/blockquote.png b/wp-content/themes/barthelme/images/blockquote.png
deleted file mode 100644
index 0e7ba7055cc974a963df1b0d8af14eb45af877a2..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1000
zcmeAS@N?(olHy`uVBq!ia0vp^l0YoV!3-o@zHZfGU|?nl@CkAK|NsAs7cbtud-w3+
z!<R2#zJLGz*|TSlA3uKn{Q09tk3N6?{N%}#4<A0fdGqGgt5+XCeti1$>6b5GfQAe$
z@SlMJ=u=Ga<HvuX$1%aDhY$b#`-G{UBoSahVVeB<;lrOlUz21GR>coLe84muDE9a7
zU##kh7yR%a7$#T@|Mu-0F@_|xaXekm!XP7nRq=-pSOWa@>(~E({lcoABtc+8#SD|b
zK*Rsz43q719wY#hGGj@QUoeBivm0qZ4rhT!WHAGSo-znCRxGtI0}3{Jx;TbZ+$x=T
zTc|~W$9ZvL;0<n|!Ec&0ShhcFw4CX5c*}v6oEs|CVvSGr)kN@|cb&2Ks#ku|IS#ey
z2QrN2UHY+9@n=-|>0DRIz!({=_phFvZ~fe{DOsaky5j%2l`3ztUoBj3(9SjWvfZI;
vioE&1j`~(KO*u66^`=|9rgWSAdC4B2%Y1G9(&`yN$1r%h`njxgN@xNAj%bV$

diff --git a/wp-content/themes/barthelme/images/feed.png b/wp-content/themes/barthelme/images/feed.png
deleted file mode 100644
index cc869bc61785f4db646fcbbcfc87aa3d20d99eba..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 469
zcmV;`0V@89P)<h;3K|Lk000e1NJLTq000UA000UI1^@s6jWW-@00004XF*Lt006JZ
zHwB960000PbVXQnQ*UN;cVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBUzXGugsRCwAf
zkUK~mQ5c24duL`{d}E=mS{MtFKnQ9fJ`ijKE5XKAK}oxfjdrF<8`4NX(kO_fg&<g|
zV4-NCD87(YeBx`>b#`aw-kX_Si^Jc1|2c;v&L+N%#GTkbr^vx_L@0?2ue1vae8uy9
zW>j2Fwi~;wnv#w|%)>D{wT>10d<a2d3EX$EBPY9}ocPy1tePK~+#A96EaqS_52>6+
znvjX&#K$e}$~4lwrKocpr#p$RZpK^viI-7mZAGBOZfK!ocn0%!gWCL!dO5}Fox+@M
z<8LitMCck7=WdtW+z{sJ1iSwiD)WlBvk<zE5xA-l9~HK%>T!CKn3HAn`5Jatl8=pf
zWMv()t_|gz0w^mJ$i`l18o*uui>ycxWHsvP8s|%U9u%*Cx=p;;psT*)T^`{*rxCTS
zWX}(wG=ZN^W3ms(Xv}CQKedl?b7Aoq{>2_>AN82ZL&^z8{|hhxfn}Mu<dY`u00000
LNkvXXu0mjf>vYci

diff --git a/wp-content/themes/barthelme/images/file-download.png b/wp-content/themes/barthelme/images/file-download.png
deleted file mode 100644
index 2a9459ba4844199e80b280dec728e1b3164086a5..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1034
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GXl4m>B|mLR|m<|Nr>$<1=T@oIH8*
z{{8!Z|Ni~?^XH#Ge}4S<ap=&YFJHcV{rdIe$B*ydzkm7i<@4vy4<A1K{rmUNpFe;2
z@Zr^~SKq#UJ9_l!r%#_=zkdDu_wP4v-aLEu?CsmPzkdD7-W{K|H9BE^SoHG1l+95~
zugzI_c}CD&uh><=^Da%DaehM7yr4CER(Bq5N>~+Ev^jIyx&8^KJM-6PIy714&ddDq
z>qpkA<gC?6{U_Tyk2Z$S4D@Vr`TghD>C>lE=EX(N4GEp@AKnx6=+UE)uE5|{f1tkx
z53sXkaB_5Tb9M3Z^zifb2?`7d3k`{ijEIYkNlHveOHIkj%*e~lDJm=|D=n$2tf;H4
zX=-d}Yi;T3?C9(5nKW_2w5d~O&73iB?wmyn7c5)4WYx+Q>(;K>v~k0>ty^~O+_7)(
zo<j!@96NgC)X5X)&Yrn+@xryMS8m<BaqsS(M-Lx7d-~+n%NOt7zWMa=!?&+re*OIM
z@9!T_;IK0>{QnQ6|6gliVq{=rW#QuF;N#^H5)=><6_JvZkdu{BQdCe=RngMa(9_j1
zGBhwVHL<d^u(P!pY~J~QtpSJ_*lZw?{{Pw(AYx$C_<z^ppTdj(_XPf5TLVN4Yyw$&
zS_}*#3=HC6l`JkEo<RQpYgd4XfgwflXhI-Rg0UpXFPOpM*^M+HhqJ&VvY3H^TL^?1
zFWs#J1>Ry$7srr_TcPKl3pE)CxLuS`=w=C-(h->aey_RCi{JKB6c;@DTbZ`+W@L*|
zg!d(0kyg$lGjB$iY|vP`ZE|ysV<($l;oYQ@%xP0gSz83A|D2k!O!EQ5oh4;gSE~xB
z9xZ>RIpI)Oos@&Xv40Kbv(|nSw|Ktj^4qV$3P%zwr2Ol`mu>!;v@<GSMZ#;_?!ON!
ttl|Z@TyzTd-j$E=JM`f5zt64CU)b_*@?|NV2%HV_si&)-%Q~loCIDC7&Z7VT

diff --git a/wp-content/themes/barthelme/images/file-html.png b/wp-content/themes/barthelme/images/file-html.png
deleted file mode 100644
index 2cf3e99c65361e5c25f1b97c050ecf81b0cce282..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1098
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GXl4m>B|mLR|m<|Nr>$<1=T@oIH8*
z{{8!Z|Ni~?^XH#Ge}4S<ap=&YFJHcV{rdIe$B*ydzkm7i<@4vy4<A0fdH?!VCl)lU
zF3g!1)v&r~#gTcJ@1Oth;lry}ufBczcJ%1cleZ7oEze(cc*5>mJGR`pGVk=x#!bzw
z>&g#a+4cJM>$@**v~Q?5_-O6<PiOZ&xw7c??dC(bx({7kcxq<L+OkV`&%Sx{=Gn7n
zYfmnkb*N?4$6Y($oSb>}M&<r%X}h--T$?oEepmhK?Bz%1efsq2?c2A_YfBbgpWOX?
z!Jb!FGdG_pJ8>lHc8$xexTr%3^A5H*tSb8a`E&04=y|vMDsE0`JbEf(>Dm0<`?Jrl
z4%sm~a7prt6Mflpqng$hFSyv#baj2w+7n@`Zu>8|?9#E{Z^Hi6MNLz8RyD3JT6=PF
z&-U`_BgL6pR)#OR8oJ`4&-C4)3p(33R_Dx)UUhuIuV24r9;)j-wJvw<x%AaH)0Qmk
z+>ukaEVFq{`OPO+sut%~uPW}^vb1OGu8BJ*WY3LkSzB@Z=7Hb8f7h=nTy<jMt!LLx
zpFaKQ(Ia5&i~@RwK+e})M}hV+mIV0)GdMiEkp|>&7I;J!Gca%qfiUBxyLEqnf{#62
z978H@B_|{#q$IU5iG{HVBqSxbGw}I!a2Q*Qo12^S>&sj3XNYhK@Q82;@riMo6x-!J
ztF_V5EzB>@G0-#8Rdh-3Oh?~X=V0$>_i+FF2Ldi}Xe8t$Wu@gMW~SyQXCKez7bz$x
zDJm;0E&l%D%cM`+n7MxZ`1O;Wg^jhnrER09CnM`2Wu?W7l9L`k5*E67!=i!7^Q7j=
z%$JfgBX3&nlu=+beY)pQ)1gI=CSBTe=T6K5hGw5i*VNEb-`rSRfd&={mSU+xF4D6P
w+)HHTG<m+ssrLA}S*KY<GBVTJn3st$917K1HoL@cBPaqqUHx3vIVCg!0IT+i@&Et;

diff --git a/wp-content/themes/barthelme/images/file-pdf.png b/wp-content/themes/barthelme/images/file-pdf.png
deleted file mode 100644
index a1ac9982e15b7ee7b6e7201b1c5267574a062721..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1049
zcmc(be=O8t9LGO?WQdYflGUxrtWIvYOKlc*imo|7u0>sArD8IKQkg^&t3O(5qu(~x
zWVO;tTCo#3cPo>c{OH2{aL4_A?iY9TeEqn|`oCxI=llIU-{<{(Kd;YI5gW7L)!EA#
z09>P^=<)dNModRL{Pgo*od945u?Ja^v$L~fV`F?ipUdS61Oki2VltV`X0y>~<Zw7h
ztyY(w*M4l)>2$bMDwR^HR3eeIx3?R#8g<cGT@T-2Fle<}l}aU($@F?XLa3voLy@1R
zse7Q&XeK5mrl+SBMY-C>y2;5&u~;lS&7RE9kjv%9Uqj+!@#E>qh97;ByfgB9cMZdX
zqO@eg(7@Exlu0TPuoy;>P(RQw%se@;i!5M9j;69j1v&DDdST%?QSk-k+op-yhiXnM
z`u<IPt#~9ORd^|1`lx1FrQ%nX53*uR3b{c#Zo+(@J4Izz_z|HR9#@c)`SVa*_w_O!
zk2g9xiZA3p4jTXzEW`rn!5AnQVF4sAA{8$dfGGBe(gzSs*r<M306q|A-JdVg0M>>V
zR?ROEm5sF|ZP82uME-<!;8Tb+jin!Le@dh+8!J4lX^7f}1-5js4O`}NBzVTLz}6dY
zA*vAz;KtuJ;xFV+MmzZc7!nYTjJ1T#*6JrZrFt%ON=reslz*_neJk5sS{0(<u8}o_
zDCQzj&~L1T>!o!eTGzs%Bmf5%uiwcRJ8kmfV-g@t+<yu$oU)^masgJl6Vs-5xX6q@
zzKW)YvkC@6zlhvRDQ^4X4mdN0{nypBFk}jae&$85o2TMyP?MmM<hXv##-wfGjH+<v
zOKC})BD-a1bAZvzcC#;elI`PV=gmyq-Nj{jK1-Lo<dCY#acl*foCO}0ZFF6gi{Ie}
zs&7cGS8P`B(agtzoqO_HKFp+qcroiMS2dZAzdMrk=6z^+yE@N-bhVdvC$M>V3sY{x
tIib3E*@trb_00fkWbM{c!G`LJ*1h5ck8aDRkz1G^q9bGI&m&Sw{s23SdlLWv

diff --git a/wp-content/themes/barthelme/images/file-zip.png b/wp-content/themes/barthelme/images/file-zip.png
deleted file mode 100644
index fd789accff4acc81a5d8aa5c6489dee0a60f6ae1..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1054
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GXl4m>B|mLR|m<|Nr>$<1=T@oIH8*
z{{8!Z|Ni~?^XH#Ge=c3Rv})C=A3uH^I&|pEmoID9ta<X}$?DasKYsl9{{8!xFJC@?
z{`~Oa!{5Juzj*QDzJ2>XfByX8!-rR|UVZ!a?dZ{?YuBz_w{G31PoG}De*OFR@5`4j
zA2@Je!-frCzkYr5=FPKb&o*t^^!DxBt5>gX*|KHZwr#(D{aU|%{no8pckbL-U0pq8
z%9QTz?s@a(&7M8Grlw}Wf(6T$FYoN^oH%jfjvYG|En2j3<Hq^(=bt`(`oxJ7M~)m>
zx^(HIM~{{*Th`Xr2K3-47!3g;Lts%&d;?G^V@Z%-FoVOh8)-leXMsm#F#`j)5C}6~
zx?A@LD7f9z#WAGfmg$9?LQMud4uL6|Tbi1bv_dy_X^WM!n&0{HKYmi!j(khwnI~N)
zd2O1sJWI&mEnr;;14H=#MGbjZUM;)YuuRvbaoS}wt61@ld%>&=>WUrqByMBvVz83>
zU6JH>H<IrG|8o(4o9w^?m-rfzE`8+USf<U;#-XXebDcp%an9ki-M6i$7{(lUSYhSf
zGu>H4U(fy2@8)g$?!Du$6U&ehN>e|7J^GB#xd)SLE}QfoWq#8Cg?Z0Ep>KW~iPwN$
OVDNPHb6Mw<&;$Uw-VJ*I

diff --git a/wp-content/themes/barthelme/images/header-img.php b/wp-content/themes/barthelme/images/header-img.php
deleted file mode 100644
index 321c9871e..000000000
--- a/wp-content/themes/barthelme/images/header-img.php
+++ /dev/null
@@ -1,56 +0,0 @@
-<?php
-$img = 'barthelme-header.jpg';
-
-if ( ! function_exists('imagecreatefromjpeg') )
-	die( header("Location: barthelme-header.jpg") );
-
-$default = false;
-$vars = array('upper'=>array('r1', 'g1', 'b1'), 'lower'=>array('r2', 'g2', 'b2'));
-foreach ( $vars as $var => $subvars ) {
-	if ( isset($_GET[$var]) ) {
-		foreach ( $subvars as $index => $subvar ) {
-			$length = strlen($_GET[$var]) / 3;
-			$v = substr($_GET[$var], $index * $length, $length);
-			if ( $length == 1 ) $v = '' . $v . $v;
-			$$subvar = hexdec( $v );
-			if ( $$subvar < 0 || $$subvar > 255 )
-			$default = true;
-		}
-	} else {
-		$default = true;
-	}
-}
-
-if ( $default )
-	list ( $r1, $g1, $b1, $r2, $g2, $b2 ) = array ( 138, 154, 174, 186, 200, 218 );
-
-$im = imagecreatefromjpeg($img);
-$white = imagecolorat( $im, 15, 15 );
-$h = 175;
-
-$corners = array();
-
-for ( $i = 0; $i < $h; $i++ ) {
-	$x1 = 0;
-	$x2 = 175;
-	imageline( $im, $x1, 0 + $i, $x2, 0 + $i, $white );
-}
-
-for ( $i = 0; $i < $h; $i++ ) {
-	$x1 = 0;
-	$x2 = 200;
-	$r = ( $r2 - $r1 != 0 ) ? $r1 + ( $r2 - $r1 ) * ( $i / $h ) : $r1;
-	$g = ( $g2 - $g1 != 0 ) ? $g1 + ( $g2 - $g1 ) * ( $i / $h ) : $g1;
-	$b = ( $b2 - $b1 != 0 ) ? $b1 + ( $b2 - $b1 ) * ( $i / $h ) : $b1;
-	$color = imagecolorallocate( $im, $r, $g, $b );
-	if ( array_key_exists($i, $corners) ) {
-		imageline( $im, $x1, 0 + $i, $x2, 0 + $i, $white );
-		list ( $x1, $x2 ) = $corners[$i];
-	}
-	imageline( $im, $x1, 0 + $i, $x2, 0 + $i, $color );
-}
-
-header("Content-Type: image/jpeg");
-imagejpeg($im, '', 92);
-imagedestroy($im);
-?>
diff --git a/wp-content/themes/barthelme/images/important.png b/wp-content/themes/barthelme/images/important.png
deleted file mode 100644
index f65bd24cb1bce9bb85fccce57a12c77eeea3b151..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1085
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GXl4m>B|mLR|m<|Nr9SuN7xrr7pbb
zJMn_&gmcleFD^Xx<mvnG$L@ZLntd&E{)PGb9;`j`c;4>&iPKJabROP&_2tpKpZq3X
z>fU&B``Kr6c0OoXb-i)LwF#SUt~&Uzb?p_~!Yz9*JbV7}XXMPwn@&BeS#hmm$;IV|
zA1y!huyo;tvc(q{?z!8t`hsWa<|nVeEIIi+efHVSr=M3Yxl%U&Lh;=5Uw`~An0vZl
z&grrRXP4~1AJw^I_PR^a^DfWZ{b16j+a>eQ7tTFfF#GhPeRmh`yPGxRNY?bjEvqh0
z+j%1}ceP{Z@%1O4R4%$uFy~D6%;Q<pkNo@pKV#~l^vMU(Cm+n2erVN^`__>&Y?=<P
zJN`Ix+To0;hp#+%_vQQV)c$=beS4Gp_GV1nyYlFL>#(VT6OPW_eY<1L)$HlVGo~C$
zn{?pv{kLDf|4QoGmDIT-v2%O*oFkLAUkc2eKYP!e*a`cVAAFEK^+?8qgWFF({PXwU
zg*&feTQ<kGY?`s<N@&&E*(*;xdGpn?VspdF^9y(1N}aGbv3qA+$F|t!O)*UyqMO$D
ztUOz><fupD)F&@K>^<|?I%aXrveWZ+-6)%VD6w;EeCy`Ise7kwx>&a8h;3Ns-eWiS
zo_OG%x;U(U<D_j@mma#k^w6#T&6ffzSGgxl+<WZClNTRnuRa}+wa_-A-!{BAFk|MN
zl}DdEe+P{HQGgr*tvY6ZfPBW1AirP+hi5m^fE>;OkH}&M25un`X1sK_4y59mr;B4q
z#jWIo18fpAXGBKaykVJ8<ENJ=7Z+z&$LPor?-Ah=;uGT(<Q3&6c4Ycw@xXwPps>Ku
z;OiHzFmYwPe(~z1w1kwD<m?%<W-_zt=&W6noAdUKtc=XuIk62)>+;^o&5Pr?XSc8J
zA7i6K<AQ|H_6Zj@eCRl_;>C=J1r9MaPDw#UURhC9ZfRj=0SfBo`ui7bII(-jk}YfY
zFlhuthQ<a*hu^<&<I0^&x7dn2s@>DW%l-4?|F?8bR`8o^llp4QOXIY2vuxR)&D{C<
inSR8MjE_QV?ARGt_nFCRnN}YIg^8!DpUXO@geCxWK)f6P

diff --git a/wp-content/themes/barthelme/index.php b/wp-content/themes/barthelme/index.php
deleted file mode 100644
index b169fc872..000000000
--- a/wp-content/themes/barthelme/index.php
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content" class="hfeed">
-
-<?php while ( have_posts() ) : the_post() ?>
-
-			<div id="post-<?php the_ID() ?>" class="<?php barthelme_post_class() ?>">
-				<div class="post-container">
-					<div class="post-content">
-						<h2 class="entry-title"><a href="<?php the_permalink() ?>" title="<?php printf(__('Permalink to %s', 'barthelme'), wp_specialchars(get_the_title(), 1)) ?>" rel="bookmark"><?php the_title() ?></a></h2>
-						<div class="entry-content">
-<?php the_content('<span class="more-link">'.__('Continue reading &rsaquo;', 'barthelme').'</span>'); ?>
-
-<?php link_pages('<div class="page-link">'.__('Pages: ', 'barthelme'), "</div>\n", 'number'); ?>
-
-<?php the_tags(__('<span class="tag-links">Tagged ', 'barthelme'), ", ", "</span>") ?>
-
-						</div>
-					</div>
-				</div>
-				<div class="entry-meta">
-					<span class="entry-date"><abbr class="published" title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php unset($previousday); printf(__('%1$s', 'barthelme'), the_date('Y m d', false)) ?></abbr></span>
-					<?php barthelme_author_link(); // Displays an author link as selected in the theme options menu ?>
-					<span class="entry-category"><?php the_category('<br/>') ?></span>
-					<span class="entry-comments"><?php comments_popup_link(__('Comments (0)', 'barthelme'), __('Comments (1)', 'barthelme'), __('Comments (%)', 'barthelme')) ?></span>
-					<span class="entry-permalink"><?php printf(__('<a href="%1$s" title="Permalink to %2$s">Permalink</a>', 'barthelme'), get_permalink(), wp_specialchars(get_the_title(), 'double') ) ?></span>
-<?php edit_post_link(__('Edit', 'barthelme'), "\t\t\t\t\t<span class='entry-edit'>", "</span>\n"); ?>
-				</div>
-			</div><!-- .post -->
-
-<?php endwhile ?>
-
-			<div id="nav-below" class="navigation">
-				<div class="nav-previous"><?php next_posts_link(__('&laquo; Older posts', 'barthelme')) ?></div>
-				<div class="nav-next"><?php previous_posts_link(__('Newer posts &raquo;', 'barthelme')) ?></div>
-			</div>
-
-		</div><!-- #content .hfeed -->
-	</div><!-- #container -->
-
-<?php get_sidebar() ?>
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/license.txt b/wp-content/themes/barthelme/license.txt
deleted file mode 100644
index fc8a5de7e..000000000
--- a/wp-content/themes/barthelme/license.txt
+++ /dev/null
@@ -1,165 +0,0 @@
-		   GNU LESSER GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-
-  This version of the GNU Lesser General Public License incorporates
-the terms and conditions of version 3 of the GNU General Public
-License, supplemented by the additional permissions listed below.
-
-  0. Additional Definitions. 
-
-  As used herein, "this License" refers to version 3 of the GNU Lesser
-General Public License, and the "GNU GPL" refers to version 3 of the GNU
-General Public License.
-
-  "The Library" refers to a covered work governed by this License,
-other than an Application or a Combined Work as defined below.
-
-  An "Application" is any work that makes use of an interface provided
-by the Library, but which is not otherwise based on the Library.
-Defining a subclass of a class defined by the Library is deemed a mode
-of using an interface provided by the Library.
-
-  A "Combined Work" is a work produced by combining or linking an
-Application with the Library.  The particular version of the Library
-with which the Combined Work was made is also called the "Linked
-Version".
-
-  The "Minimal Corresponding Source" for a Combined Work means the
-Corresponding Source for the Combined Work, excluding any source code
-for portions of the Combined Work that, considered in isolation, are
-based on the Application, and not on the Linked Version.
-
-  The "Corresponding Application Code" for a Combined Work means the
-object code and/or source code for the Application, including any data
-and utility programs needed for reproducing the Combined Work from the
-Application, but excluding the System Libraries of the Combined Work.
-
-  1. Exception to Section 3 of the GNU GPL.
-
-  You may convey a covered work under sections 3 and 4 of this License
-without being bound by section 3 of the GNU GPL.
-
-  2. Conveying Modified Versions.
-
-  If you modify a copy of the Library, and, in your modifications, a
-facility refers to a function or data to be supplied by an Application
-that uses the facility (other than as an argument passed when the
-facility is invoked), then you may convey a copy of the modified
-version:
-
-   a) under this License, provided that you make a good faith effort to
-   ensure that, in the event an Application does not supply the
-   function or data, the facility still operates, and performs
-   whatever part of its purpose remains meaningful, or
-
-   b) under the GNU GPL, with none of the additional permissions of
-   this License applicable to that copy.
-
-  3. Object Code Incorporating Material from Library Header Files.
-
-  The object code form of an Application may incorporate material from
-a header file that is part of the Library.  You may convey such object
-code under terms of your choice, provided that, if the incorporated
-material is not limited to numerical parameters, data structure
-layouts and accessors, or small macros, inline functions and templates
-(ten or fewer lines in length), you do both of the following:
-
-   a) Give prominent notice with each copy of the object code that the
-   Library is used in it and that the Library and its use are
-   covered by this License.
-
-   b) Accompany the object code with a copy of the GNU GPL and this license
-   document.
-
-  4. Combined Works.
-
-  You may convey a Combined Work under terms of your choice that,
-taken together, effectively do not restrict modification of the
-portions of the Library contained in the Combined Work and reverse
-engineering for debugging such modifications, if you also do each of
-the following:
-
-   a) Give prominent notice with each copy of the Combined Work that
-   the Library is used in it and that the Library and its use are
-   covered by this License.
-
-   b) Accompany the Combined Work with a copy of the GNU GPL and this license
-   document.
-
-   c) For a Combined Work that displays copyright notices during
-   execution, include the copyright notice for the Library among
-   these notices, as well as a reference directing the user to the
-   copies of the GNU GPL and this license document.
-
-   d) Do one of the following:
-
-       0) Convey the Minimal Corresponding Source under the terms of this
-       License, and the Corresponding Application Code in a form
-       suitable for, and under terms that permit, the user to
-       recombine or relink the Application with a modified version of
-       the Linked Version to produce a modified Combined Work, in the
-       manner specified by section 6 of the GNU GPL for conveying
-       Corresponding Source.
-
-       1) Use a suitable shared library mechanism for linking with the
-       Library.  A suitable mechanism is one that (a) uses at run time
-       a copy of the Library already present on the user's computer
-       system, and (b) will operate properly with a modified version
-       of the Library that is interface-compatible with the Linked
-       Version. 
-
-   e) Provide Installation Information, but only if you would otherwise
-   be required to provide such information under section 6 of the
-   GNU GPL, and only to the extent that such information is
-   necessary to install and execute a modified version of the
-   Combined Work produced by recombining or relinking the
-   Application with a modified version of the Linked Version. (If
-   you use option 4d0, the Installation Information must accompany
-   the Minimal Corresponding Source and Corresponding Application
-   Code. If you use option 4d1, you must provide the Installation
-   Information in the manner specified by section 6 of the GNU GPL
-   for conveying Corresponding Source.)
-
-  5. Combined Libraries.
-
-  You may place library facilities that are a work based on the
-Library side by side in a single library together with other library
-facilities that are not Applications and are not covered by this
-License, and convey such a combined library under terms of your
-choice, if you do both of the following:
-
-   a) Accompany the combined library with a copy of the same work based
-   on the Library, uncombined with any other library facilities,
-   conveyed under the terms of this License.
-
-   b) Give prominent notice with the combined library that part of it
-   is a work based on the Library, and explaining where to find the
-   accompanying uncombined form of the same work.
-
-  6. Revised Versions of the GNU Lesser General Public License.
-
-  The Free Software Foundation may publish revised and/or new versions
-of the GNU Lesser General Public License from time to time. Such new
-versions will be similar in spirit to the present version, but may
-differ in detail to address new problems or concerns.
-
-  Each version is given a distinguishing version number. If the
-Library as you received it specifies that a certain numbered version
-of the GNU Lesser General Public License "or any later version"
-applies to it, you have the option of following the terms and
-conditions either of that published version or of any later version
-published by the Free Software Foundation. If the Library as you
-received it does not specify a version number of the GNU Lesser
-General Public License, you may choose any version of the GNU Lesser
-General Public License ever published by the Free Software Foundation.
-
-  If the Library as you received it specifies that a proxy can decide
-whether future versions of the GNU Lesser General Public License shall
-apply, that proxy's public statement of acceptance of any version is
-permanent authorization for you to choose that version for the
-Library.
diff --git a/wp-content/themes/barthelme/links.php b/wp-content/themes/barthelme/links.php
deleted file mode 100644
index b490a0340..000000000
--- a/wp-content/themes/barthelme/links.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-/*
-Template Name: Links Page
-*/
-?>
-<?php get_header() ?>
-	
-	<div id="container">
-		<div id="content" class="hfeed">
-
-<?php the_post() ?>
-
-			<div id="post-<?php the_ID(); ?>" class="<?php barthelme_post_class() ?>">
-				<h2 class="entry-title"><?php the_title() ?></h2>
-				<?php if ( get_post_custom_values('authorlink') ) printf(__('<div class="author-meta">By %1$s</div>', 'barthelme'), barthelme_author_link() ) // Add a key/value of "authorlink" to show an author byline on a page ?>
-				<div class="entry-content">
-<?php the_content() ?>
-
-					<ul id="linkcats" class="xoxo">
-<?php wp_list_bookmarks('title_before=<h3>&title_after=</h3>&category_before=<li id="page-%id" class="%class">&after=</p></li>&between=<p>&show_description=1') ?>
-
-					</ul>
-<?php edit_post_link(__('Edit this entry.', 'barthelme'),'<p class="entry-edit">','</p>') ?>
-
-				</div>
-			</div><!-- .post -->
-
-<?php if ( get_post_custom_values('comments') ) comments_template() // Add a key/value of "comments" to load comments on a page ?>
-
-		</div><!-- #content .hfeed -->
-	</div><!-- #container -->
-
-<?php get_sidebar() ?>
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/page.php b/wp-content/themes/barthelme/page.php
deleted file mode 100644
index c7e231eab..000000000
--- a/wp-content/themes/barthelme/page.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content" class="hfeed">
-
-<?php the_post() ?>
-
-			<div id="post-<?php the_ID(); ?>" class="<?php barthelme_post_class() ?>">
-				<h2 class="entry-title"><?php the_title(); ?></h2>
-				<?php if ( get_post_custom_values('authorlink') ) printf(__('<div class="author-meta">By %1$s</div>', 'barthelme'), barthelme_author_link() ) // Add a key/value of "authorlink" to show an author byline on a page ?>
-				<div class="entry-content">
-<?php the_content() ?>
-
-<?php link_pages('<div class="page-link">'.__('Pages: ', 'barthelme'), '</div>', 'number'); ?>
-
-<?php edit_post_link(__('Edit this entry.', 'barthelme'),'<p class="entry-edit">','</p>') ?>
-
-				</div>
-			</div><!-- .post -->
-
-<?php if ( get_post_custom_values('comments') ) comments_template() // Add a key/value of "comments" to load comments on a page ?>
-
-		</div><!-- #content .hfeed -->
-	</div><!-- #container -->
-
-<?php get_sidebar() ?>
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/print.css b/wp-content/themes/barthelme/print.css
deleted file mode 100644
index 09595e76e..000000000
--- a/wp-content/themes/barthelme/print.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/* BARTHELME PRINT STYLES */
-/* Styles for basic printing only. If you want remove print styles, delete line 13 from the header.php file. */
-body div#blog-description,body div.sidebar,body div.access,body div#globalnav,body span.archive-meta,body div.cat-meta,body div#footer,body div.navigation,body div.comments form#commentform,body h3#respond{display:none;}
-body div#wrapper div#header{background-color:#fff;background-image:none;color:#000;}
-body div#wrapper div#header h1 a,html body div#wrapper div#header h1 a:link,html body div#wrapper div#header h1 a:visited,html body div#wrapper div#header h1 a:hover,html body div#wrapper div#header h1 a:active{color:#000;}
-body.single div.entry-meta{line-height:200%;margin:0 20%;}
-body.home div.entry-meta,body.archive div.entry-meta,body.search div.entry-meta{margin:0 20%;padding:0 2em;}
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/readme.html b/wp-content/themes/barthelme/readme.html
deleted file mode 100644
index b8ff3aeeb..000000000
--- a/wp-content/themes/barthelme/readme.html
+++ /dev/null
@@ -1,332 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
-<head profile="http://gmpg.org/xfn/11">
-<title>Barthelme &middot; An explanation</title>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<meta name="description" content="Barthelme: Where white space and margins show culture and aestheticism." />
-<meta name="keywords" content="barthelme, theme, wordpress, plaintxt.org, semantics, widgets, hatom, hcard, xfn" />
-<style type="text/css" media="screen,projection">
-/*<![CDATA[*/
-	body{color:#222;font:80%/150% verdana,geneva,sans-serif;margin:2em auto;padding:0;}
-	body blockquote{background:#f5F5F5;font-size:1em;padding:0.5em 1em;text-indent:2em;}
-	body blockquote p{margin:0.5em 0;line-height:150%;}
-	body blockquote,body h3,body h4,dl dt.def-head,body div.readme-subtitle{color:#000;font-family:georgia,times,serif;}
-	body code{font:1em/133% "courier new",courier,monospace;}
-	body div.readme{margin:0 auto 10em;width:40em;}
-	body div.readme-subtitle{color:#000;line-height:150%;margin:0 25%;padding:1em 0;}
-	body div.readme-version{color:#888;}
-	body h2{color:#8b9baf;font:normal 3.2em/150% arial,helvetica,sans-serif;letter-spacing:3px;margin:0;text-align:center;}
-	body h3{font:1.7em/133% georgia,times,serif;margin:2em 0 -0.5em;}
-	body h4{font-size:1.4em;font-style:italic;font-weight:400;line-height:150%;margin:1em 0 -0.5em;}
-	body ol#toc h3{margin-bottom:0;}
-	body ol li form{float:left;margin:1.5em 1em 0 0;}
-	body p{margin:1em 0;}
-	body p.rubric{margin:1em 0 0.2em;}
-	div.readme-meta{font-size:0.9em;letter-spacing:2px;line-height:133%;text-align:center;}
-	dl{background:#eee;padding:1em;}
-	dl dd{margin:0;padding:0;}
-	dl dd code{color:#666;font-size:0.9em;}
-	dl dd.example{margin-left:1em;margin-bottom:2em;}
-	dl dt code{display:block;font-size:1.1em;margin:0.3em 0;}
-	dl dt.rubric{margin-top:1em;}
-	dl dt.def-head{font-size:1.2em;font-weight:bold;line-height:150%;margin-left:-1em;margin-right:-1em;padding:0 1em 0;}
-	dl dd.def-rubric{border-bottom:2px solid #fff;line-height:150%;font-style:italic;margin-left:-1em;margin-right:-1em;padding:0 1em 0.5em;}
-/*]]>*/
-</style>
-<style type="text/css" media="all">
-/*<![CDATA[*/
-	body blockquote strong{text-transform:uppercase;}
-	body div.readme p#friends span.family-name{display:none;}
-	body ol#toc{list-style:lower-roman;}
-	body ul li{list-style:square;}
-	body ul li ul li{list-style:circle;}
-	body ol.item-examples li{list-style:lower-alpha;}
-	dl{margin:1em 0 2em;}
-	div#theme-meta span{display:block;margin:0.2em 0;}
-	dl#emphasis dd em{font-style:normal;font-weight:700;}
-	dl#emphasis dd strong{font-size:0.9em;letter-spacing:0.4px;text-transform:uppercase;}
-	dl dd a.download{background:url(images/file-download.png) no-repeat center left;padding-left:19px;}
-	dl dd p.html{background:url(images/file-html.png) no-repeat center left;padding-left:19px;margin:0;}
-	dl dd span.pdf{background:url(images/file-pdf.png) no-repeat center left;padding-left:19px;margin:0;}
-	dl dd a.zip{background:url(images/file-zip.png) no-repeat center left;padding-left:19px;margin:0;}
-	dl dd p.important{background:#f5f5dc url(images/important.png) no-repeat 0.5em center;border-bottom:1px solid #d0d0bb;border-top:1px solid #d0d0bb;padding:0.2em 0.5em 0.2em 2.2em;margin:0;}
-	dl dd span.caps{font-variant:small-caps;}
-/*]]>*/
-</style>
-</head>
-<body>
-<div class="readme">
-	<h2 id="readme-title">Barthelme</h2>
-	<div class="readme-meta">
-		<div class="readme-version">Version 4.6.1</div>
-		<div class="readme-subtitle">Where white space and margins show culture and aestheticism</div>
-	</div>
-	<ol id="toc">
-		<li>
-			<h3>Table of contents</h3>
-			<ol class="readme-menu">
-				<li><a href="#about" title="About Barthelme">About Barthelme</a></li>
-				<li><a href="#installing" title="Installing the theme">Installing the theme files</a></li>
-				<li><a href="#enabling" title="Enabling comments / author link on pages">Enabling comments / author byline on pages</a></li>
-				<li><a href="#using" title="Using page templates">Using page templates</a></li>
-				<li><a href="#customizing" title="Customizing the sidebar">Customizing the sidebar</a></li>
-				<li><a href="#special" title="Special classes and styled elements">Special classes and styled elements</a></li>
-				<li><a href="#standards" title="Standards compliance">Standards compliance</a></li>
-				<li><a href="#license" title="License information">License information</a></li>
-				<li><a href="#development" title="Development and help">Development and help</a></li>
-				<li><a href="#credits" title="Credits and thanks">Credits and thanks</a></li>
-			</ol>
-		</li>
-	</ol>
-	<ol id="readme-content">
-		<li id="about">
-			<h3>About Barthelme</h3>
-			<p><a href="http://www.plaintxt.org/themes/barthelme/" title="Barthelme for WordPress">Barthelme</a> is a fluid, two-column theme for <a href="http://wordpress.org/" title="WordPress">WordPress</a> with many features. It's about presenting the content in a slightly different way, using white space as a major design element.</p>
-			<p>Barthelme version 4.5 is compatible with Wordpress 2.5.x.</p>
-			<p class="rubric">Barthelme features:</p>
-			<ul id="features">
-				<li>a theme options menu, which allows
-					<ul>
-						<li>control over fonts and text size</li>
-						<li>control over the the banner design</li>
-						<li>control over the layout and alignment</li>
-					</ul>
-				</li>
-				<li><a href="http://en.wikipedia.org/wiki/Web_standards" title="Web standards on Wikipedia">standards compliance</a> with
-					<ul>
-						<li><a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets" title="CSS on Wikipedia">CSS</a> 2.1</li>
-						<li><a href="http://microformats.org/wiki/hatom" title="hAtom microformat">hAtom 0.1</a></li>
-						<li><a href="http://microformats.org/wiki/hcard" title="hCard microformat">hCard</a></li>
-						<li><a href="http://en.wikipedia.org/wiki/XHTML" title="XHTML">XHTML</a> 1.0 Transitional</li>
-					</ul>
-				</li>
-				<li>option for enabling comments on pages</li>
-				<li>option for enabling author bylines on pages</li>
-				<li>a robust stylesheet and separate print stylesheet</li>
-				<li>highly <a href="http://en.wikipedia.org/wiki/Semantic_web" title="Semantic web on Wikipedia">semantic markup</a></li>
-				<li>latest Widgets compatibility</li>
-			</ul>
-			<h4>About Donald Barthelme</h4>
-			<p>Besides being a personal favorite, others seem to enjoy <a href="http://en.wikipedia.org/wiki/Donald_Barthelme" title="Donald Barthelme - Wikipedia">Donald Barthelme's</a> punchy and cerebral short stories. I have no time to pin a genre to him. He's odd, his stories are ridiculous, and I've named this theme in honor of him and his short story "Margins" (the first in the <cite>60 Stories</cite> collection).</p>
-			<p class="rubric">Learn more about Barthelme (and read his stories) by visiting:</p>
-			<ul>
-				<li><a href="http://www.jessamyn.com/barth/" title="jessamyn.com : Donald Barthelme's barthelmismo">jessamyn's Barthelmismo</a></li>
-				<li><a href="http://www.coldbacon.com/barthelme.html" title="Donald Barthelme - ColdBacon">Barthelme - ColdBacon</a></li>
-				<li><a href="http://www.themodernword.com/scriptorium/barthelme.html" title="Scriptorim: Donald Barthelme">Barthelme on Scriptorium</a></li>
-			</ul>
-		</li>
-		<li id="installing">
-			<h3>Installing the theme files</h3>
-			<p>The theme is installed just like any other WordPress theme. You can read more detailed installation instructions on the WordPress Codex in <a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" title="Adding new themes - WordPress Codex">Adding New Themes</a>.</p>
-			<p>If you are upgrading from an older version, first reset the theme options in the <i>Theme Options</i> submenu. Then delete <em>all</em> the Barthelme theme files and folders before uploading the new version.</p>
-			<p class="rubric">To install the theme:</p>
-			<ol>
-				<li>Download <a href="http://www.plaintxt.org/themes/barthelme/" title="Barthelme for WordPress">Barthelme</a></li>
-				<li>Extract the <code>/barthelme/</code> folder from the archive</li>
-				<li>Upload this folder to the <code>/wp-contents/themes/</code> directory</li>
-				<li>Activate the theme in the <i>Dashboard &rsaquo; Design</i> menu</li>
-				<li>After activating, the <i>Design &rsaquo; Theme Options</i> will appear</li>
-				<li>Enjoy. And then consider donating.</li>
-			</ol>
-			<h4>Support and donations</h4>
-			<form id="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
-				<div id="donate">
-					<input type="hidden" name="cmd" value="_s-xclick" />
-					<input type="image" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" alt="Donate with PayPal - it's fast, free and secure!" />
-					<img src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" alt="Donate with PayPal" />
-					<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----" />
-				</div>
-			</form>
-			<p>If you would like to support this theme or just say "Thanks," please consider donating. Voluntary support from users is what makes providing WordPress themes possible, so consider throwing a few bucks my way. Even the smallest donations are earnestly appreciated.</p>
-		</li>
-		<li id="enabling">
-			<h3>Enabling comments / author byline on pages</h3>
-			<p><a href="http://codex.wordpress.org/Pages" title="Pages - WordPress Codex">Pages</a> are usually considered static in blogging and different from posts, which are what make a blog a blog. Comments are not displayed on pages by default and the author's name is also omitted; however, you can enable both of these features with this theme.</p>
-			<h4>Comments on pages</h4>
-			<p>Comments are not displayed on pages by default, but are displayed on posts per convention. You can enabled comments on a per page basis by adding a key/value with the text "comments."</p>
-			<p class="rubric">To enable comments on a page:</p>
-			<ol>
-				<li>In the <i>Write &rsaquo; Page</i> menu, expand the <a href="http://codex.wordpress.org/Using_Custom_Fields" title="Custom Fields - WordPress Codex">Custom Fields</a> box</li>
-				<li>In the Custom Fields box, add a new key with the exact text: <code>comments</code></li>
-				<li>Add any text for a value (some text must be included for the key to save)</li>
-				<li>Click <i>Add Custom Field</i> to save the key/value</li>
-				<li>Comments should now be enabled on that page</li>
-			</ol>
-			<p>Enabling comments simply attaches the <code>comments.php</code> file to the page. You can turn off comments on a page by deleting the <code>comments</code> key/value. This does not delete any exisiting comments, but simply disables them from loading with the page.</p>
-			<h4>Author byline on pages</h4>
-			<p>You may add an author <a href="http://en.wikipedia.org/wiki/Byline" title="Byline - Wikipedia">byline</a> on a per page basis by adding a key/value with the text "authorlink".</p>
-			<p class="rubric">To enable an author link on a page:</p>
-			<ol>
-				<li>In the <i>Write &rsaquo; Page</i> menu, expand the <a href="http://codex.wordpress.org/Using_Custom_Fields" title="Custom Fields - WordPress Codex">Custom Fields</a> box</li>
-				<li>In the Custom Fields box, add a new key with the exact text: <code>authorlink</code></li>
-				<li>Add any text for a value (some text must be included for the key to save)</li>
-				<li>Click <i>Add Custom Field</i> to save the key/value</li>
-				<li>An author byline should now be enabled on that page</li>
-			</ol>
-			<p>This function is related to the <i>Author link</i> option in the <i>Design &rsaquo; Theme Options</i> submenu. If you have selected "Displayed" for the <i>Author link</i> option, then an author byline on a page will include a link to the author's archives. If you have selected "Hidden," the author byline will appear but without any link. Magic!</p>
-		</li>
-		<li id="using">
-			<h3>Using page templates</h3>
-			<p>There are three <a href="http://codex.wordpress.org/Pages#Page_Templates" title="Page templates - WordPress Codex">page templates</a> included with the Barthelme theme: Archives Page (archives.php), Links Page (links.php), and Sitemap Page (sitemap.php). You can add a title, text, and enable comments and/or an author bylines (see above) with page templates.</p>
-			<p class="rubric">To use the page templates:</p>
-			<ol>
-				<li>In the <i>Write &rsaquo; Page</i> menu, expand the Page Templates box</li>
-				<li>From the drop-down, select the page template to use</li>
-				<li>Add a title and text (optional) for the page</li>
-				<li>Click <i>Create New Page / Save</i> to publish the page</li>
-			</ol>
-			<p>The Archive Page displays archives by month and by category (with a link to each category RSS feed). The Links Page displays all the links by link category. The Sitemap Page produces an exhaustive list of all pages and all posts, and lists all category, monthly, and tag archives.</p>
-		</li>
-		<li id="customizing">
-			<h3>Customizing the sidebar</h3>
-			<p>For complete control over the sidebar without editing the theme files, use the <i>Design &rsaquo; Widgets</i> menu options. Here you have complete control over the sidebar content.</p>
-			<p>The Barthelme theme will correctly display all of the default widgets. There are, however, hundreds of other widgets available that do all sorts of things; therefore, some widgets will require additional CSS declarations to be added to the <code>style.css</code> file.</p>
-			<p>Unforunately I can't write <a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets" title="CSS on Wikipedia">CSS</a> for other widgets/plugins. I can't help you <em>learn</em> CSS, but I can help you <em>use</em> CSS.</p>
-			<p class="rubric">For help learning CSS, visit:</p>
-			<ul>
-				<li><a href="http://www.cssbasics.com/" title="CSS Basics.com">CSS Basics.com</a></li>
-				<li><a href="http://www.htmldog.com/guides/cssbeginner/" title="HTML Dog's CSS Beginner Tutorial">HTML Dog's CSS Beginner Tutorial</a></li>
-				<li><a href="http://www.html.net/tutorials/css/" title="HTML.net's CSS Tutorial">HTML.net's CSS Tutorial</a></li>
-				<li><a href="http://www.w3schools.com/css/default.asp" title="W3's CSS School">W3's CSS School</a></li>
-				<li><a href="http://www.stylegala.com/features/css-reference/" title="Stylegala's CSS Reference">Stylegala's CSS Reference</a></li>
-			</ul>
-			<p>The Barthelme theme automatically replaces a few of the default widgets that come with the Widgets plugin, e.g., Meta, Links, Search, with ones that match the default Barthelme sidebar style.</p>
-			<p>Similarly the theme also automatically loads some of its own widgets, e.g., RSS Links, Home Link. This allows the default Barthelme sidebar to be completely replicated using the Widgets.</p>
-		</li>
-		<li id="special">
-			<h3>Special classes and styled elements</h3>
-			<p>The Barthelme theme stylesheet (the <code>/barthelme/style.css</code> file) includes specific styles for some special classes and many HTML elements. Some explanation may be helpful for some of the styled HTML elements.</p>
-			<p>Note that these classes and elements won't work correctly when entered into the <a href="http://codex.wordpress.org/Your_Profile_SubPanel" title="Your profile - WordPress Codex">visual rich editor</a>. I highly recommend disabling the visual rich editor feature in your user profile.</p>
-			<h4>Headings</h4>
-			<p>Headings for the content area have been styled to display correctly: with more space above than below as content must logically follow headings. Headings help create an outline of the content on your page. They guide the reader and also help machines understand the structure of content.</p>
-			<p>While there are no hard-and-fast rules regarding this, I believe the headings should follow a logical progression, e.g., <i>h1 &rsaquo; h2 &rsaquo; h3 &rsaquo; h4 &rsaquo; h3 &rsaquo; h3 &rsaquo; h4 &hellip; </i>. There should not be two <code>h1</code>-level headings on a single page. Therefore, since post and page titles are <code>h2</code>-level, the only headings that should be used in the content area are <code>h3</code>&ndash;<code>h6</code>.</p>
-			<h4>Special classes</h4>
-			<p>There are certain conventions amongst many WordPress themes for special classes. Notably common are the image classes. Again, these won't work correctly if entered directly into the visual rich editor.</p>
-			<p>You should have a basic understanding of HTML before using these classes. I won't be able to help you <em>learn</em> HTML. I can, however, help you <em>use</em> HTML.</p>
-			<dl id="alignment">
-				<dt class="def-head">Alignment classes</dt>
-				<dd class="def-rubric">Used to align elements, notably images</dd>
-				<dt class="rubric"><b>alignleft</b> - Floats element to the left, e.g.,</dt>
-				<dt class="classes">
-					<code>&lt;img class=&quot;<b>alignleft</b>&quot; &hellip; /&gt;</code>
-					<code>&lt;p class=&quot;<b>alignleft</b>&quot; &hellip; /&gt;</code>
-				</dt>				
-				<dd class="example-code"><pre>	XXXXXXX
-	&#8968;&#175;&#8969; XXX
-	&#8970;_&#8971; XXX
-	XXXXXXX</pre></dd>
-				<dd class="example"><code>&lt;img <b>class=&quot;alignleft&quot;</b> src=&quot;http://www.example.com/example.jpg&quot; alt=&quot;Example&quot; /&gt;</code></dd>
-				<dd class="rubric"><b>alignright</b> - Floats element to the right, e.g.,</dd>
-				<dt class="classes">
-					<code>&lt;img class=&quot;<b>alignright</b>&quot; &hellip; /&gt;</code>
-					<code>&lt;div class=&quot;<b>alignright</b>&quot; &hellip; /&gt;</code>
-				</dt>
-				<dd class="example-code"><pre>	XXXXXXX
-	XXX &#8968;&#175;&#8969;
-	XXX &#8970;_&#8971;
-	XXXXXXX</pre></dd>
-				<dd class="example"><code>&lt;img <b>class=&quot;alignright&quot;</b> src=&quot;http://www.example.com/example.jpg&quot; alt=&quot;Example&quot; /&gt;</code></dd>
-				<dt class="rubric"><b>aligncenter</b> - Centers element as a block, e.g.,</dt>
-				<dt class="classes">
-					<code>&lt;img class=&quot;<b>aligncenter</b>&quot; &hellip; /&gt;</code>
-					<code>&lt;span class=&quot;<b>aligncenter</b>&quot; &hellip; /&gt;</code>
-				</dt>
-				<dd><pre>	XXXXXXX
-	  &#8968;&#175;&#8969;  
-	  &#8970;_&#8971;  
-	XXXXXXX</pre></dd>
-				<dd class="example"><code>&lt;img <b>class=&quot;aligncenter&quot;</b> src=&quot;http://www.example.com/example.jpg&quot; alt=&quot;Example&quot; /&gt;</code></dd>
-				<dt class="rubric"><b>content-column</b> - Sets element in column (Should be used with one of the elements above), e.g.,</dt>
-				<dt class="classes">
-					<code>&lt;p class=&quot;<b>content-column alignleft</b>&quot; &hellip; /&gt;</code>
-					<code>&lt;div class=&quot;<b>content-column alignright</b>&quot; &hellip; /&gt;</code>
-				</dt>
-				<dd class="example"><code>&lt;div <b>class=&quot;content-column alignright&quot;</b>&gt; &hellip; &lt;/div&gt;</code></dd>
-			</dl>
-			<dl id="file">
-				<dt class="def-head">Icon element classes</dt>
-				<dd class="def-rubric">Used to add a <a href="http://www.famfamfam.com/lab/icons/silk/" title="Silk icons by Fam Fam Fam">Silk icon</a> to any HTML element</dd>
-				<dt class="rubric"><b>download</b> - Adds a download icon, e.g.,</dt>
-				<dt class="classes">
-					<code>class="<b>download</b>"</code>
-				</dt>
-				<dd><a class="download" href="http://example.com/example-file">Download this file</a></dd>
-				<dd class="example"><code>&lt;a <b>class=&quot;download&quot;</b> href=&quot;http://example.com/example-file&quot;&gt;Download this file&lt;/a&gt;</code></dd>
-				<dt class="rubric"><b>html</b> - Adds an html (web) icon, e.g.,</dt>
-				<dt class="classes">
-					<code>class="<b>html</b>"</code>
-				</dt>
-				<dd><p class="html">This webpage is great!</p></dd>
-				<dd class="example"><code>&lt;p <b>class=&quot;html&quot;</b>&gt;This webpage is great!&lt;/p&gt;</code></dd>
-				<dt class="rubric"><b>pdf</b> - Adds a pdf icon, e.g.,</dt>
-				<dt class="classes">
-					<code>class="<b>pdf</b>"</code>
-				</dt>
-				<dd>The <span class="pdf">Adobe pdf</span> is a &hellip;</dd>
-				<dd class="example"><code>The &lt;span <b>class=&quot;pdf&quot;</b>&gt;Adobe pdf&lt;/span&gt; is a &amp;hellip;</code></dd>
-				<dt class="rubric"><b>zip</b> - Adds a zip (compressed archive) icon, e.g.,</dt>
-				<dt class="classes">
-					<code>class="<b>zip</b>"</code>
-				</dt>
-				<dd><a class="zip" href="http://example.com/example-zip">Get the zip</a></dd>
-				<dd class="example"><code>&lt;a <b>class=&quot;zip&quot;</b> href=&quot;http://example.com/example-zip&quot;&gt;Get the zip&lt;/a&gt;</code></dd>
-			</dl>
-			<dl id="misc">
-				<dt class="def-head">Micellaneous classes</dt>
-				<dd class="def-rubric">Other presentational classes that can be applied to elements</dd>
-				<dt class="rubric"><b>important</b> - Adds an info icon and other styles, e.g.,</dt>
-				<dt class="classes">
-					<code>class="<b>important</b>"</code>
-				</dt>
-				<dd><p class="important">Lorem ipsum importanto habeo inciderint mei at &hellip;</p></dd>
-				<dd class="example"><code>&lt;p <b>class=&quot;important&quot;</b>&gt;Lorem ipsum importanto habeo inciderint mei at &amp;hellip;&lt;/p&gt;</code></dd>
-				<dt class="rubric"><b>caps</b> - Used to style text in small-caps, e.g.,</dt>
-				<dt class="classes">
-					<code>class="<b>caps</b>"</code>
-				</dt>
-				<dd>I work at <span class="caps">Ini-Tech</span> &hellip;</dd>
-				<dd class="example"><code>I work at &lt;span <b>class=&quot;caps&quot;</b>&gt;Ini-Tech&lt;/span&gt; &amp;hellip;</code></dd>
-			</dl>
-		</li>
-		<li id="standards">
-			<h3>Standards compliance</h3>
-			<p>The Barthelme theme is compliant with both XHTML and CSS standards. What does this mean? An explanation of web standards from <cite title="Web Standards Project"><a href="http://webstandards.org" title="Web Standards Project">The Web Standards Project</a></cite>:</p>
-			<blockquote cite="http://webstandards.org/learn/faq/" title="What are web standards and why should I use them?">
-				<p>Complying with web standards can give your web pages greater visibility in web searches. The structural information present in compliant documents makes it easy for search engines to access and evaluate the information in those documents, and they get indexed more accurately.</p>
-				<p>Accessibility is an important idea behind many web standards. Not only does this mean allowing the web to be used by people with disabilities, but also allowing web pages to be understood by people using browsers other than the usual ones &mdash; including voice browsers that read web pages aloud to people with sight impairments, Braille browsers, hand-held browsers, teletext displays, and other unusual output devices.</p>
-			</blockquote>
-			<p>You can read more about developing with web standards at <a href="http://www.456bereastreet.com/lab/developing_with_web_standards/webstandards/" title="Developing with web standards">456 Berea Street</a>.</p>
-			<h4>hAtom microformat</h4>
-			<p>In addition to XHTML and CSS web standards, the Barthelme theme implements the <a href="http://microformats.org/wiki/hatom" title="hAtom - Microformats">hAtom 0.1</a> microformat. <a href="http://microformats.org/" title="Microformats">Microformats</a> are markup that express semantic information in webpages.</p>
-			<p>Programs can extract information from webpages marked up in a microformat much like feed readers extract information from Atom or RSS syndicated feeds.</p>
-			<h4>hCard microformat</h4>
-			<p><a href="http://microformats.org/wiki/hcard" title="hCard - Microformats">hCard</a> is a microformat that expresses basic contact information much like a <a href="http://en.wikipedia.org/wiki/VCard" title="vCard - Wikipedia">vCard</a>, except within your blog itself. Basically this is done by using <code>span</code>'s with certain class attributes.</p>
-			<p>The first name, last name, and website information for the <i>admin</i> user is automatically used to create an hCard that is placed in the footer and followed by basic copyright information.</p>
-			<p>The hCard microformat is used throughout the theme, actually, for author links, bylines, and comment authors. You don't need to do anything, as basically hAtom and hCard are ways of making your blog <a href="http://kitchen.technorati.com/search/" title="Technorati Microformats Search">more accessible</a>.</p>
-		</li>
-		<li id="license">
-			<h3>License information</h3>
-			<p>The Barthelme theme, &copy; 2006&ndash;2008 <span class="vcard"><a class="url fn n" href="http://scottwallick.com/"><span class="given-name">Scott</span> <span class="additional-name">Allan</span> <span class="family-name">Wallick</span></a></span>, is licensed under the <cite title="GNU General Public License"><a href="license.txt" title="GNU General Public License" rel="license">GNU General Public License</a></cite>:</p>
-			<blockquote cite="http://www.gnu.org/licenses/gpl.html" title="GNU General Public License">
-				<p>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
-				<p>This program is distributed in the hope that it will be useful, but <strong>without any warranty</strong>; without even the implied warranty of <strong>merchantability</strong> or <strong>fitness for a particular purpose</strong>.  See the GNU General Public License for more details.</p>
-				<p>You should have received a copy of the GNU General Public License along with this program.  If not, see <a href="http://www.gnu.org/licenses/" title="GNU General Public License" rel="license">http://www.gnu.org/licenses/</a>.</p>
-			</blockquote>
-			<p>Please feel free to alter the Barthelme theme in any way that pleases you. All I ask is that you allow my original design credit to remain.</p>
-		</li>
-		<li id="development">
-			<h3>Development and help</h3>
-			<p>If something isn't working correctly with this theme, please visit <a href="http://code.google.com/p/barthelme/" title="Barthelme - Google Code">Barthelme on Google Code</a>, the project home, to file issues, report problems, help create documentation, etc., because the more everyone shares, the better things can be.</p>
-			<p>You can also access the Barthelme <a href="http://en.wikipedia.org/wiki/Subversion" title="Subversion - Wikipedia">Subversion</a> repo, which hosts pre-release fixes and allows changes to be tracked. Please ignore if unfamiliar with Subversion.</p>
-			<p>Please feel free to send me an <a href="http://www.plaintxt.org/contact/" title="Contact Scott">email</a> if you're having a problem; however, I will ask that you start an issue on the Barthelme project home (see above) before problem solving. Thanks.</p>
-		</li>
-		<li id="credits">
-			<h3>Credits and thanks</h3>
-			<p id="friends">A special thanks goes to <span class="vcard"><a class="url fn n" href="http://andy.wordpress.com/" rel="colleague friend"><span class="given-name">Andy</span><span class="family-name"> Skelton</span></a></span>, who taught me heaps. Andy I collaborated to create the <a href="http://www.plaintxt.org/themes/sandbox/" title="Sandbox theme for WordPress">Sandbox</a>. Thanks to <span class="vcard"><a class="url fn n" href="http://www.mackrick.co.uk/" rel="colleague friend"><span class="given-name">Rick</span><span class="family-name"> Lee</span></a></span> for his thoughtful feedback. And to <span class="vcard"><a class="url fn n" href="http://archgfx.net/" rel="colleague friend"><span class="given-name">Adam</span><span class="family-name"> Freetly</span></a></span> for helping me see 20 things I had to fix. The <code>header-img.php</code> was adapted from <a href="http://binarybonsai.com/wordpress/kubrick/" title="Kubrick for WordPress">Kubrick</a> by <span class="vcard"><a class="url fn n" href="http://binarybonsai.com/" title="Binari Bonsai"><span class="given-name">Michael</span><span class="family-name"> Heilemann</span></a></span>.</p>
-			<h4>Icons</h4>
-			<p>The file icons are from the <a href="http://www.famfamfam.com/lab/icons/silk/" title="famfamfam.com: Silk Icons">Silk Icons</a> collection by <span class="vcard"><a class="url fn n" href="http://www.famfamfam.com/"><span class="given-name">Mark</span> <span class="family-name">James</span></a></span>. The feed icon (unused but included) is from the <a href="http://www.feedicons.com/">Feed Icons</a> collection by <span class="vcard"><a class="url fn n" href="http://mattbrett.com/"><span class="given-name">Matt</span> <span class="family-name">Brett</span></a></span>.</p>
-		</li>
-	</ol>
-</div>
-</body>
-</html>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/screenshot.png b/wp-content/themes/barthelme/screenshot.png
deleted file mode 100644
index dd652b19eb0152f5c90c23a2529e60aca1c9127c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 28507
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
a3ornGxyCWyg#DQS0000<MNUMnLSTY~2d}sQ

diff --git a/wp-content/themes/barthelme/search.php b/wp-content/themes/barthelme/search.php
deleted file mode 100644
index 7c1858a73..000000000
--- a/wp-content/themes/barthelme/search.php
+++ /dev/null
@@ -1,62 +0,0 @@
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content" class="hfeed">
-
-<?php if (have_posts()) : ?>
-
-		<h2 class="page-title"><span class="archive-meta"><span class="meta-sep">{</span> <?php printf(__('&#8220;%1$s&#8221;', 'barthelme'), the_search_query() ); ?> <span class="meta-sep">}</span></span> <?php _e('Search Results', 'barthelme') ?></h2>
-
-<?php while (have_posts()) : the_post(); ?>
-
-			<div id="post-<?php the_ID() ?>" class="<?php barthelme_post_class() ?>">
-				<div class="post-container">
-					<div class="post-content">
-						<h3 class="entry-title"><a href="<?php the_permalink() ?>" title="<?php printf(__('Permalink to %s', 'barthelme'), wp_specialchars(get_the_title(), 1)) ?>" rel="bookmark"><?php the_title() ?></a></h3>
-						<div class="entry-content">
-<?php the_content('<span class="more-link">'.__('Continue reading &rsaquo;', 'barthelme').'</span>'); ?>
-
-<?php the_tags(__('<span class="tag-links">Tagged ', 'barthelme'), ", ", "</span>") ?>
-
-						</div>
-					</div>
-				</div>
-				<div class="entry-meta">
-					<span class="entry-date"><abbr class="published" title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php unset($previousday); printf(__('%1$s', 'barthelme'), the_date('Y m d', false)) ?></abbr></span>
-					<?php barthelme_author_link(); ?>
-					<span class="entry-comments"><?php comments_popup_link(__('Comments (0)', 'barthelme'), __('Comments (1)', 'barthelme'), __('Comments (%)', 'barthelme')) ?></span>
-<?php edit_post_link(__('Edit', 'barthelme'), "\t\t\t\t\t<span class='entry-edit'>", "</span>\n"); ?>
-				</div>
-			</div><!-- .post -->
-
-<?php endwhile; ?>
-
-			<div id="nav-below" class="navigation">
-				<div class="nav-previous"><?php next_posts_link(__('&laquo; Older posts', 'barthelme')) ?></div>
-				<div class="nav-next"><?php previous_posts_link(__('Newer posts &raquo;', 'barthelme')) ?></div>
-			</div>
-
-<?php else : ?>
-
-		<h2 class="page-title"><span class="search-meta"><span class="meta-sep">{</span> <?php printf(__('&#8220;%1$s&#8221;', 'barthelme'), wp_specialchars(stripslashes($_GET['s']), true) ); ?> <span class="meta-sep">}</span></span> <?php _e('Search Results', 'barthelme') ?></h2>
-
-			<div id="post-0" class="post">
-				<h3 class="entry-title"><?php _e('Nothing Found', 'barthelme') ?></h3>
-				<div class="entry-content">
-					<p><?php _e('Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'barthelme') ?></p>
-				</div>
-				<form id="noresults-searchform" method="get" action="<?php bloginfo('home') ?>">
-					<div>
-						<input id="noresults-s" name="s" type="text" value="<?php the_search_query() ?>" size="40" />
-						<input id="noresults-searchsubmit" name="searchsubmit" type="submit" value="<?php _e('Search', 'barthelme') ?>" />
-					</div>
-				</form>
-			</div><!-- .post #post-0 -->
-
-<?php endif; ?>
-
-		</div><!-- #content .hfeed -->
-	</div><!-- #container -->
-
-<?php get_sidebar() ?>
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/sidebar.php b/wp-content/themes/barthelme/sidebar.php
deleted file mode 100644
index 75510fe0e..000000000
--- a/wp-content/themes/barthelme/sidebar.php
+++ /dev/null
@@ -1,57 +0,0 @@
-	<div id="primary" class="sidebar">
-		<ul>
-<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : // Begin Widgets; displays widgets or default contents below ?>
-
-<?php if ( !is_front_page() || is_paged() ) { // Displays a home link everywhere except the home page ?>
-			<li id="home-link">
-				<h3><a href="<?php bloginfo('home') ?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?>"><?php _e('Home', 'barthelme'); ?></a></h3>
-			</li>
-<?php } ?>
-
-<?php wp_list_pages('title_li=<h3>'.__('Pages').'</h3>&sort_column=menu_order' ) ?>
-
-			<li id="categories">
-				<h3><?php _e('Categories', 'barthelme'); ?></h3>
-				<ul>
-<?php wp_list_cats('sort_column=name&hierarchical=1') ?>
-
-				</ul>
-			</li>
-
-			<li id="tag-cloud">
-				<h3><?php _e('Tags', 'barthelme') ?></h3>
-				<p><?php wp_tag_cloud() ?></p>
-			</li>
-
-<?php wp_list_bookmarks('title_before=<h3>&title_after=</h3>') ?>
-
-			<li id="feed-links">
-				<h3><?php _e('RSS Feeds', 'barthelme') ?></h3>
-				<ul>
-					<li><a href="<?php bloginfo('rss2_url') ?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?> RSS 2.0 Feed" rel="alternate" type="application/rss+xml"><?php _e('All posts', 'barthelme') ?></a></li>
-					<li><a href="<?php bloginfo('comments_rss2_url') ?>" title="<?php echo wp_specialchars(bloginfo('name'), 1) ?> Comments RSS 2.0 Feed" rel="alternate" type="application/rss+xml"><?php _e('All comments', 'barthelme') ?></a></li>
-				</ul>
-			</li>
-
-			<li id="meta">
-				<h3><?php _e('Meta', 'barthelme') ?></h3>
-				<ul>
-					<?php wp_register() ?>
-					<li><?php wp_loginout() ?></li>
-					<?php wp_meta() // Do not remove; helps plugins work ?>
-				</ul>
-			</li>
-
-			<li id="search">
-				<h3><label for="s"><?php _e('Blog Search', 'barthelme') ?></label></h3>
-				<form id="searchform" method="get" action="<?php bloginfo('home') ?>">
-					<div>
-						<input id="s" name="s" type="text" value="<?php the_search_query() ?>" size="10" />
-						<input id="searchsubmit" name="searchsubmit" type="submit" value="<?php _e('Search', 'barthelme') ?>" />
-					</div>
-				</form>
-			</li>
-<?php endif; // End Widgets ?>
-
-		</ul>
-	</div>
diff --git a/wp-content/themes/barthelme/single.php b/wp-content/themes/barthelme/single.php
deleted file mode 100644
index e67801ebc..000000000
--- a/wp-content/themes/barthelme/single.php
+++ /dev/null
@@ -1,55 +0,0 @@
-<?php get_header(); ?>
-
-	<div id="container">
-		<div id="content" class="hfeed">
-
-<?php the_post(); ?>
-
-			<div id="post-<?php the_ID(); ?>" class="<?php barthelme_post_class(); ?>">
-				<div class="entry-date"><span class="meta-sep">{</span> <abbr class="published" title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php unset($previousday); printf(__('%1$s', 'barthelme'), the_date('Y m d', false)) ?></abbr> <span class="meta-sep">}</span></div>
-				<h2 class="entry-title"><?php the_title(); ?></h2>
-				<div class="entry-content">
-<?php the_content('<span class="more-link">'.__('Continue reading &rsaquo;', 'barthelme').'</span>'); ?>
-
-<?php link_pages('<div class="page-link">'.__('Pages: ', 'barthelme'), "</div>\n", 'number'); ?>
-
-<?php edit_post_link(__('Edit this entry.', 'barthelme'),'<p class="entry-edit">','</p>') ?>
-
-				</div>
-
-				<div class="entry-meta">
-					<?php printf(__('<span class="entry-published">Posted by %1$s on <abbr class="published" title="%2$sT%3$s">%4$s at %5$s</abbr>.</span> <span class="cat-links">Filed under %6$s.</span> %7$s <span class="entry-rsslink">Follow any responses to this post with its <a href="%8$s" title="Comments RSS to %9$s" rel="alternate" type="application/rss+xml">comments RSS</a> feed.</span>', 'barthelme'),
-						barthelme_author_link(),
-						get_the_time('Y-m-d'),
-						get_the_time('H:i:sO'),
-						get_the_time('l, F j, Y,'),
-						get_the_time(),
-						get_the_category_list(', '),
-						get_the_tag_list('<span class="tag-links">Tagged ', ', ', '.</span>'),
-						comments_rss(),
-						wp_specialchars(get_the_title(), 'double') ) ?>
-
-<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php printf(__('You can <a href="#respond" title="Post a comment">post a comment</a> or <a href="%s" rel="trackback" title="Trackback URL for your post">trackback</a> from your blog.', 'barthelme'), get_trackback_url()) ?></span>
-<?php elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php printf(__('Comments are closed, but you can <a href="%s" rel="trackback" title="Trackback URL for your post">trackback</a> from your blog.', 'barthelme'), get_trackback_url()) ?></span>
-<?php elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php printf(__('You can <a href="#respond" title="Post a comment">post a comment</a>, but trackbacks are closed.', 'barthelme')) ?></span>
-<?php elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) : ?>
-					<span class="entry-interact"><?php _e('Both comments and trackbacks are currently closed.', 'barthelme') ?></span>
-<?php endif; ?>
-				</div>
-			</div><!-- .post -->
-
-<?php comments_template(); ?>
-
-			<div id="nav-below" class="navigation">
-				<div class="nav-previous"><?php previous_post_link(__('&laquo; %link', 'barthelme')) ?></div>
-				<div class="nav-next"><?php next_post_link(__('%link &raquo;', 'barthelme')) ?></div>
-			</div>
-
-		</div><!-- #content .hfeed -->
-	</div><!-- #container -->
-
-<?php get_sidebar() ?>
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/sitemap.php b/wp-content/themes/barthelme/sitemap.php
deleted file mode 100644
index 93a3b780e..000000000
--- a/wp-content/themes/barthelme/sitemap.php
+++ /dev/null
@@ -1,67 +0,0 @@
-<?php
-/*
-Template Name: Sitemap Page
-*/
-?>
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content" class="hfeed">
-
-<?php the_post() ?>
-			<div id="post-<?php the_ID(); ?>" class="<?php barthelme_post_class() ?>">
-				<h2 class="entry-title"><?php the_title(); ?></h2>
-				<?php if ( get_post_custom_values('authorlink') ) printf(__('<div class="author-meta">By %1$s</div>', 'barthelme'), barthelme_author_link() ) // Add a key/value of "authorlink" to show an author byline on a page ?>
-				<div class="entry-content">
-<?php the_content() ?>
-
-					<ul id="sitemap-page" class="xoxo">
-						<li id="all-pages">
-							<h3><?php _e( 'All Pages', 'barthelme' ) ?></h3>
-							<ul>
-<?php wp_list_pages('title_li='); ?>
-							</ul>
-						</li>
-						<li id="all-posts">
-							<h3><?php _e( 'All Posts', 'barthelme' ) ?></h3>
-							<ul>
-<?php $post_archives = new wp_query('showposts=1000'); 
-while ( $post_archives->have_posts() ) : $post_archives->the_post(); ?>
-								<li class="hentry">
-									<span class="entry-title"><a href="<?php the_permalink() ?>" title="<?php printf(__( 'Permalink to %s', 'barthelme' ), wp_specialchars( get_the_title(), 1 ) ) ?>" rel="bookmark"><?php the_title(); ?></a></span>
-								</li>
-<?php endwhile; ?>
-							</ul>
-						</li>
-						<li id="monthly-archives">
-							<h3><?php _e( 'All Monthly Archives', 'barthelme' ) ?></h3>
-							<ul>
-<?php wp_get_archives('type=monthly&show_post_count=1') ?>
-							</ul>
-						</li>
-						<li id="category-archives">
-							<h3><?php _e( 'All Category Archives', 'barthelme' ) ?></h3>
-							<ul>
-<?php wp_list_categories('optioncount=1&title_li=&show_count=1') ?> 
-							</ul>
-						</li>
-						<li>
-							<h3><?php _e('Archives by Tag', 'barthelme') ?></h3>
-							<p><?php wp_tag_cloud() ?></p>
-						</li>
-					</ul>
-
-<?php link_pages('<div class="page-link">'.__('Pages: ', 'barthelme'), '</div>', 'number'); ?>
-
-<?php edit_post_link(__('Edit this entry.', 'barthelme'),'<p class="entry-edit">','</p>') ?>
-
-				</div>
-			</div><!-- .post -->
-
-<?php if ( get_post_custom_values('comments') ) comments_template() // Add a key/value of "comments" to load comments on a page ?>
-
-		</div><!-- #content .hfeed -->
-	</div><!-- #container -->
-
-<?php get_sidebar() ?>
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/themes/barthelme/style.css b/wp-content/themes/barthelme/style.css
deleted file mode 100644
index 87a812a5b..000000000
--- a/wp-content/themes/barthelme/style.css
+++ /dev/null
@@ -1,141 +0,0 @@
-/*
-THEME NAME: Barthelme
-THEME URI: http://www.plaintxt.org/themes/barthelme/
-DESCRIPTION: A minimalist theme where white space and margins show culture and aestheticism. For WordPress 2.6.x.
-VERSION: 4.6.1
-AUTHOR: Scott Allan Wallick
-AUTHOR URI: http://scottwallick.com/
-TAGS: variable width, fixed width, two columns, widgets, theme options, options page, white, gray, typography, microformats, hatom, hcard
-*/
-div#content .entry-title a,div#content .page-title a,div#content div.entry-meta a,div#content div.entry-content div.page-link a,span.tag-links a,div#content div.archive-meta a,div.comments form#commentform a,div#content .entry-title a:link,div#content .page-title a:link,div#content div.entry-meta a:link,div#content div.entry-content div.page-link a:link,span.tag-links a:link,div.comments form#commentform a:link,div#content div.archive-meta a:link{text-decoration:none;}
-div#content div.entry-content ul.xoxo li ul li span.entry-title a,div#content div.entry-content ul.xoxo li ul li span.entry-title a:link{text-decoration:underline;}
-body.single div#content div.entry-meta a,body.single div#content div.entry-meta a:link{text-decoration:underline;}
-div#content a:visited{color:#7f89a6;}
-div.sidebar a,div.sidebar a:link,div.sidebar a:visited{color:#888;text-decoration:none;}
-div.sidebar a:hover{color:#2f4e6f;text-decoration:underline;}
-div#footer a,div#footer a:link,div#footer a:visited{color:#888;text-decoration:underline;}
-div#footer a:hover{color:#2f4e6f;text-decoration:none;}
-body{background:#fff;color:#222;line-height:150%;}
-body div#container{float:right;margin:0 0 5em -16em;width:100%;}
-body div#content{margin:0 0 0 16em;}
-body.single div#container,body.page div#container{margin:0 0 6em -20em;}
-body.single div#content,body.page div#content{margin:0 0 0 20em;}
-body div#footer{clear:both;color:#888;font-size:0.9em;padding:0 0 1.5em 3%;width:90%;}
-body div#globalnav,body div.access,span#theme-link span.additional-name,span#theme-link span.family-name{display:none;}
-body div#header{margin:3em -2em 3em 0;padding:1.2em 0 1.2em 3em;}
-body div#header,body div label,input#s,input#submit{cursor:pointer;}
-body div#wrapper{margin:0 8em 0 0;}
-body div.sidebar{float:left;overflow:hidden;width:15em;}
-body img{border:none;}
-body.attachment div#content h3.page-title,body.archive div.archive-meta,body.page div.archive-meta{font-size:1em;font-style:italic;font-weight:400;line-height:150%;margin:0.2em 0;text-align:center;}
-body.archive div.archive-meta,body.page div.author-meta{margin:0 auto 2em;width:50%;}
-body.archive div.archive-meta p,body.page div.archive-meta p{margin:0.5em auto;}
-body.attachment div.entry-content div.entry-attachment{margin:1em 0 0 0;color:#777;text-align:center;}
-body.home div#content div.entry-meta span.entry-date,body.archive div#content div.entry-meta span.entry-date,body.search div#content div.entry-meta span.entry-date{margin-bottom:1.1em;}
-body.home div#content div.entry-meta,body.archive div#content div.entry-meta,body.search div#content div.entry-meta{float:left;overflow:hidden;text-align:right;width:10em;}
-body.home div#content div.entry-meta abbr.published,body.archive div#content div.entry-meta abbr.published,body.search div#content div.entry-meta abbr.published{color:#444;font-size:1.1em;word-spacing:0.2em;}
-body.home div#content div.entry-meta span,body.archive div#content div.entry-meta span,body.search div#content div.entry-meta span{display:block;margin:0.2em 0 0.5em;}
-body.home div#content div.post-container,body.archive div#content div.post-container,body.search div#content div.post-container{float:right;margin:0 0 4em -11.5em;width:100%;}
-body.home div#content div.post-content,body.archive div#content div.post-content,body.search div#content div.post-content{clear:both;margin:0 0 0 11.5em;}
-body.single div#content div.navigation{margin:3em 0;}
-body.date div#content h2.page-title,body.search div#content h2.page-title{margin-bottom:1.5em;}
-body.single div.entry-date,body.single div.entry-meta{color:#888;font-size:1em;line-height:150%;text-align:center;}
-body.single .entry-date{word-spacing:0.5em;}
-body.single div.entry-meta{border-bottom:1px solid #888;border-top:1px solid #888;line-height:175%;margin:2em 0;padding:0.5em 0.2em;}
-body.single div.hentry h2.entry-title,body.page div.hentry h2.entry-title{font-size:1.7em;font-weight:400;text-align:center;}
-body.single span.entry-published,body.single span.entry-rsslink,body.single span.cat-links,body.single span.tag-links{display:block;}
-div.entry-content blockquote,div.comments ol.commentlist li blockquote{border-left:1em solid #cfd5dd;color:#444;font-size:0.9em;line-height:150%;padding:0 0 0 0.7em;}
-div.entry-content blockquote blockquote,div.comments ol.commentlist li blockquote blockquote{color:#666;font-size:1em;}
-div.entry-content code,div.entry-content pre,div.comments ol.commentlist li code,div.comments ol.commentlist li pre{font:1em/150% "courier new", courier, monospace;}
-div.entry-content ins,div.comments ol.commentlist li ins{background:#cfd5dd;color:#000;font-style:italic;text-decoration:none;}
-div.entry-content .caps,div.comments ol.commentlist li .caps{font-variant:small-caps;}
-div.entry-content del,div.comments ol.commentlist li del{background:#cfd5dd;color:#444;}
-div#wrapper .html,div#wrapper .download,div#wrapper .pdf,div#wrapper .zip{margin-left:2px;padding:2px 0 2px 19px;}
-div#wrapper .download{background:url(images/file-download.png) no-repeat center left;}
-div#wrapper .html{background:url(images/file-html.png) no-repeat center left;}
-div#wrapper .pdf{background:url(images/file-pdf.png) no-repeat center left;}
-div#wrapper .zip{background:url(images/file-zip.png) no-repeat center left;}
-div#wrapper .important{background:#f5f5dc url(images/important.png) no-repeat 0.5em center;border-bottom:1px solid #d0d0bb;border-top:1px solid #d0d0bb;padding:0.2em 0.5em 0.2em 2.2em;}
-body div#content .entry-title{line-height:150%;margin:0;}
-body div.navigation{clear:both;font-weight:700;text-align:center;text-transform:uppercase;width:100%;}
-body div.navigation div{width:45%;}
-body div.navigation div.nav-next{float:right;text-align:left;}
-body div.navigation div.nav-previous{float:left;text-align:right;}
-div#content div#post-0 .entry-title{font-size:1.3em;font-weight:400;line-height:150%;margin:0 0 -0.7em;}
-div#content div#post-0{text-align:center;}
-div#content div#post-0 form#searchform input#s{width:50%;}
-div#footer span.meta-sep{margin:0 0.5em;}
-div#header div#blog-description{font-size:1.3em;margin:0.1em 0;}
-div#header h1#blog-title{font-size:2.2em;font-weight:400;line-height:133%;margin:0;}
-div.comments div#mustlogin,div.comments div#loggedin,div.comments div#comment-notes{font-style:italic;margin:0 0 1em;}
-div.comments span.unapproved{color:#000;display:block;font-style:italic;font-variant:small-caps;margin:1em auto 0;text-align:center;}
-div.comments h3{font-size:1.5em;margin:2em 0 0.5em;}
-div.comments h3.comment-header{margin:2em 0 1em;text-align:center;}
-div#content .page-title{font-size:1.7em;margin:0;text-align:center;}
-div.comments h3.comment-header span.comment-count,body h2.page-title span.archive-meta{color:#888;display:block;font-size:0.6em;font-weight:700;margin:0 0 0.5em;word-spacing:0.2em;}
-div.comments ol.commentlist li{background:#f6f7f9;margin:1em 3em;padding:0.5em 1em;}
-div.comments ol.commentlist li div.comment-meta{color:#000;margin:0 0 -0.3em;padding:0.5em 0 0;}
-div.comments ol.commentlist li div.comment-meta span.comment-author,div.comments ol.commentlist li div.comment-meta span.pingback-author{font-weight:700;}
-div.comments ol.commentlist li.alt{background:#e7eaed;}
-div.comments ol.commentlist li span.vcard img.photo{border:1px solid #999;float:right;margin:0 0 1em 1em;}
-div.comments ol.commentlist li.bypostauthor{border:1px solid #aaa;}
-div.entry-content h2,div.entry-content h3{font-size:1.4em;}
-div.entry-content h2,div.entry-content h3,div.entry-content h4,div.entry-content h4,div.entry-content h5,div.entry-content h6{font-weight:400;line-height:150%;margin:1.5em 0 -0.7em;}
-div.entry-content h4{font-size:1.3em;}
-div.entry-content img{overflow:hidden;max-width:99%;}
-div.entry-content .alignleft,img.alignleft{float:left;margin:0.5em 1em 0.5em 0;}
-div.entry-content .alignright,img.alignright{float:right;margin:0.5em 0 0.5em 1em;}
-div.entry-content .center,div.entry-content .aligncenter,img.aligncenter{display:block;margin:0.5em auto;text-align:center;}
-div.entry-content p.entry-edit,div.entry-content .clearer{clear:both;width:99%;}
-div.entry-content p{margin:1em 0;}
-div.entry-content span.tag-links{margin:0.5em 0;display:block;font-weight:700;font-size:0.9em;}
-div.entry-content .content-column{width:40%;}
-div.entry-content .content-column h3,div.entry-content ul.xoxo h3{margin:1em 0 0;}
-div.entry-content ul.xoxo,div.entry-content ul.xoxo li{list-style:none;margin:0;padding:0;}
-div.entry-content ul.xoxo li ul{margin:0 0 0 2em;padding:0;}
-div.entry-content ul.xoxo li ul li span.entry-date{font-weight:normal;}
-div.entry-content ul.xoxo li ul li p{margin-top:0;font-style:italic;}
-div.entry-content ul.xoxo li ul li ul{margin-bottom:0.2em;}
-div.entry-content .wp-caption-text{font-style:italic;margin:0.2em auto 1em auto;text-align:center;}
-div.entry-content div.gallery{clear:both;float:left;margin:1em auto;text-align:center;width:100%;}
-div.entry-content div.gallery dl{float:left;margin:0 auto;text-align:center;}
-div.entry-content div.gallery dl.gallery-columns-2{width:49%;}
-div.entry-content div.gallery dl.gallery-columns-3{width:33%;}
-div.entry-content div.gallery dl.gallery-columns-4{width:24%;}
-div.entry-content div.gallery dl.gallery-columns-5{width:19%;}
-div.entry-content div.gallery dd{font-style:italic;margin:0 auto 1em auto;text-align:center;}
-div.entry-content div.gallery *{margin:0;padding:0;}
-body.attachment div.attachment div.entry-caption{font-size:1.2em;font-style:italic;margin:1em 0 2em 0;}
-div.entry-attachment,div.entry-caption{text-align:center;}
-div.entry-attachment img,div#nav-images div img{overflow:hidden;}
-body.attachment div#wrapper div#content div#nav-images{clear:both;margin:0;width:100%;}
-body.attachment div#nav-images div{margin:0;padding:2% 2% 4% 2%;width:46%;}
-body.attachment div#nav-images div.nav-previous{text-align:right;}
-body.attachment div#nav-images div.nav-next{text-align:left;}
-body.attachment div.entry-meta,body.attachment div#comments{clear:both;}
-div.formcontainer form#commentform{width:99%;}
-div.formcontainer div.form-input input,div.formcontainer div.form-textarea textarea#comment{padding:0.3em;width:50%;border:1px inset #888;color:#222;margin:0.5em 0;font-size:0.9em;}
-div.formcontainer div.form-label{width:6em;display:inline;float:left;text-align:right;padding:0.7em 0.5em 0 0;font-weight:bold;color:#222;}
-div.formcontainer div.form-submit{margin:0 0 0 6.7em;}
-div.formcontainer div.form-textarea textarea#comment,div.contactform form textarea#wpcf_msg{overflow:auto;}
-div.formcontainer form#commentform span.req-field{color:red;}
-body div#container div.hentry{clear:both;}
-div.hentry .entry-date{font-weight:700;word-spacing:0.2em;}
-div.hentry abbr.published,div.comments abbr.comment-published{border:none;cursor:text;}
-div.sidebar ul{margin:0 1.5em 0 3em;padding:0;}
-div.sidebar ul li{font-size:1em;line-height:175%;list-style:none;margin:0 0 1.5em;padding:0;}
-div.sidebar ul li h3{color:#777;font-size:1em;margin:0;text-transform:uppercase;}
-div.sidebar ul li ul li ul li{font-size:0.9em;margin:0 0 0 1em;}
-div.sidebar ul li#search form#searchform input#s{border:1px inset #888;color:#222;display:block;font-size:0.9em;line-height:133%;margin:0 0 0.5em;padding:0.3em;width:66%;}
-div#content a,div#content a:link,div#content .entry-title a:visited,div#content .page-title a:visited{color:#546188;}
-div#content a:active,div#content .entry-title a:active,div#content .page-title a:active{color:#444;}
-body.attachment div.entry-content div.attachment-content p,div.comments ol.commentlist li p,div.formcontainer form#commentform div#comment-notes{margin:0.5em 0;}
-div.entry-content h5,div.entry-content h6,div.post-content .entry-title{font-size:1.2em;}
-div.entry-content ul li,div.entry-content ul.content-column li ul li,div.entry-content ul.xoxo li ul li{list-style:square;}
-div.entry-content ul li ul li,div.entry-content ul.content-column li ul li ul li,div.entry-content ul.xoxo li ul li ul li{list-style:circle;}
-div.sidebar ul li p,div.sidebar ul li ul,div.sidebar ul li ul li,html,body,div.formcontainer form#commentform,div.sidebar ul li#search form#searchform{margin:0;padding:0;}
-div.sidebar ul li table#wp-calendar{text-align:center;width:100%;}
-div.sidebar ul li table#wp-calendar tbody a,div.sidebar ul li table#wp-calendar tbody a:link,div.sidebar ul li table#wp-calendar tbody a:visited,div.sidebar ul li table#wp-calendar tbody a:hover,div.sidebar ul li table#wp-calendar tbody a:active{font-style:italic;font-weight:700;}
-div#footer a:active,div#content a:hover,div#content .entry-title a:hover,div#content .page-title a:hover,div.sidebar a:active{color:#000;}
-div.comments h3,body.archive h2.page-title,body.search h2.page-title,div.comments h3.comment-header span.comment-count span.meta-sep,body h2.page-title span.archive-meta span.meta-sep,body div.entry-date span.meta-sep{font-weight:400;}
-div.entry-content div.page-link,div.entry-content span.more-link{font-variant:small-caps;font-weight:700;}
\ No newline at end of file
-- 
GitLab