<div id="header">
<div id="headerimg">
<?php if (is_home()) { ?>
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<?php } elseif (is_category()) { ?>
<h1><?php _e('Category')?>: <?php single_cat_title(''); ?></h1>
<?php } elseif (is_day()) { ?>
<h1><?php _e('Blog archives for the day')?> <?php the_time('l, F jS, Y'); ?></h1>
<?php } elseif (is_month()) { ?>
<h1><?php _e('Blog archives for')?> <?php the_time('F, Y'); ?></h1>
<?php } elseif (is_year()) { ?>
<h1><?php _e('Blog archives for the year')?> <?php the_time('Y'); ?></h1>
<?php } elseif (is_search()) { ?>
<h1><?php _e('Blog result for')?> <?php the_search_query(); ?></h1>
<?php } elseif( is_tag() ) { ?>
<h1><?php _e('Posts Tagged')?>: <?php single_tag_title(); ?></h1>
<?php } else { ?>
<h1><?php wp_title('');?></h1>
<?php } ?>
<!--<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>-->
<div class="description"><cite>♫</cite> <?php bloginfo('description'); ?></div>
</div>
</div>
<hr />