hi, i found a solution
add the following block at the end of line 39, it should show the site title & tag line together with your logo (logo will be at the left)
<hgroup>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?> <a class="site-description"><?php bloginfo( 'description' ); ?></a> </hgroup>