I like the look and easily customizable header. The encrypted footer was annoying though. I had to decrypt it (
http://www.3dmobility.com/decrypt2.php) and put the decrypted text in footer.php and then I was able to edit the footer as I liked.
If anyone needs the decrypted text, just insert this in footer.php and then update as desired:
<?
?><div class="clr"></div>
</div>
<div id="footer">
© Copyright 2008: <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a> | Powered by <a href="http://www.wordpress.org" title="WordPress">Wordpress</a> |Desiged by <a href="http://www.hangovercuresite.com" title="Hangover Cures"> Hangover Cures </a> <br /> <a href="http://bramatelecom.com" title="Canada VoIP Provider"> Canada VoIP Provider </a> | <a href="http://www.glossmeters.com" title="paint testing"> paint testing </a> | <a href="http://www.BookingCompare.com/" title="Canada VoIP Provider"> Compare Hotel Prices </a>
</div>
<?php wp_footer(); ?>
</body>
</html>
<?
?>