<style type="text/css" media="screen"> html { margin-top: 28px !important; } * html body { margin-top: 28px !important; } </style>
add_theme_support( 'admin-bar', array( 'callback' => '__return_false') );
If attached to an action hook, it should be after_setup_theme. The init action hook may be too late for some features.
Reference: http://codex.wordpress.org/Function_Reference/add_theme_support