function custom_header() { ?>
<p id="logo"><a href="new url"><?php bloginfo('name'); ?></a></p>
<h1 id="tagline"><?php bloginfo('description'); ?></h1>
<?php
}
remove_action('thesis_hook_header', 'thesis_default_header');
add_action('thesis_hook_header', 'custom_header');
.custom #header {
background-image:url("whatever")
}