I’m also using a custom built theme. I had my own bar at the top.
The new admin bar blocks the one I created, but I was able to fix it by adding the following line to my functions.php.
// Disable the “Admin Bar”, new to WordPress 3.1
add_filter( ‘show_admin_bar’, ‘__return_false’ );