Use post #4 instead
In bfa_header_config.php, line 169, find
PHP Code:
$header_image .= '<div class="titleoverlay">' .
and replace with
PHP Code:
$header_image .= '<div class="titleoverlay">
<a href="http://floridawaterskifederation.org/news/"><img class="logo"
src="http://floridawaterskifederation.org/news/wp-content/themes/atahualpa/images/fwsf_rgb_small.gif"
alt="Florida Water Ski Federation" /></a>' .
Don't miss any of the green dots.
At Atahualpa Theme Options -> Header -> Configure Header Area, remove %logo
Later on, at Atahualpa Theme Options -> Header -> Logo Image: Styling you may have to replace the existing CSS ("margin: 0 10px 0 0;") with i.e.
HTML Code:
float: left;
padding: 5px 20px 5px 10px;
(outer space 5 pixels TOP, 20pixels RIGHT, 5pixels bottom, 10 pixels LEFT)
These changes require that you have Atahualpa Theme Options -> Header Image ->
Overlay Blog TITLE over Header Image(s)? and/or Overlay Blog TAGLINE over Header Image(s)? set to
YES (one of the two at least). You currently have the title set to yes, so that's fine, just letting you know that once you set both these options to "No" the Logo will disappear.