Hi,
First off, Very nice theme!
I want to add a forum to my blog and I wish to not have the sidebars active on the forums page. Being weak in php coding I kinda got lost in the header.php page where i was thinking of adding something like <?php if(is_page('forum')) : else : get_sidebar(); endif; ?> but I didn't see where it could go because you have many other else if's in there...
Any Idea's ?