Great theme - thanks so much. I found however that the logo link is not compliant on a multi-lingual site.

I changed the following:

print '<a href="'. check_url($base_path) .'" title="'. $site_name .'">'; (line 40 in page.tpl.php)

to:

print '<a href="'. $front_page .'" title="'. $site_name .'">';

Hope this is useful...

All the best, Adam.