This is the code from sidebar.php, copied and pasted with no edits:
<div id="sidebar">
<form style="padding: 0px; margin-top: 0px; margin-bottom: 0px;" id="searchform" method="get" action="<?php bloginfo('url'); ?>">
<p style="padding: 0px; margin-top: 0px; margin-bottom: 0px;"><input type="text" class="input" name="s" value="Search" id="search" /></p>
</form>
<?php
$pages = wp_list_pages('sort_column=menu_order&exclude=6&title_li=<h2>' . __('Navigate') . '</h2>
&echo=0');
echo stripslashes($pages);
?>
<div class="title">Categories</div>
<div class="title"><?php _e('Links'); ?></div>
<?php get_links('-1', '
- ', '
', '
', FALSE, 'id', TRUE,
TRUE, -1, TRUE); ?>
<div class="title"><?php _e('Archives'); ?></div>
<?php wp_get_archives('type=monthly'); ?>
<p></p>
<script type="text/javascript"><!--
amazon_ad_tag = "gethurtcom-20"; amazon_ad_width = "120"; amazon_ad_height = "600"; amazon_ad_link_target = "new";//--></script>
<script type="text/javascript" src="http://www.assoc-amazon.com/s/ads.js"></script>
<p></p>
</div>
________________________
I'm just not seeing anything that looks just like what you posted. God, code sucks.