header#masthead hgroup .logo img {
  width: 571px;
  height: 80px;
}

img {
  width: 571px;
}

.entry-meta {
	display: none;
}

function my_header_extra() {
 $output  = '';
 $output .= ';
  $output .= '';
 $output .= '';
 echo $output;
}
add_action('st_header','my_header_extra',2);