I’m too embarrassed to show it lol.. may I paste the header php?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="https://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title('|', true, 'right'); ?> <?php bloginfo('name'); ?> <?php if ( !wp_title('', true, 'left') ); { ?> | <?php bloginfo('description'); ?> <?php } ?></title>
<meta name="generator" content="WordPress" /> <!-- leave this for stats (or remove for potential security reasons) -->
<meta name="author" content="Brian Purkiss" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<div id="container">
<div id="headernav">
<?php wp_page_menu(); ?>
</div><!-- end #topNav -->
<div id="banner">
<?php
$content = "[smooth=id: 1; width:825; height:284; timed:true; arrows:false; carousel:false; links:false; info:false; align:center; frames:false; delay:2000; transition:fade;]";
smooth_show($content);
?>
</div>
<div id="header">
<div class="title">
<h3><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('description'); ?>"><?php bloginfo('name'); ?></a></h3>
<h4><p><?php bloginfo('description'); ?></p></h4>
</div>
<div class="searchbar">
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</div>
</div><!-- end #header -->