File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/barthelme/404.php
<?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() ?>