 
/* HEADER */


.custom #header #logo a {display: block; width:662px; height: 47px; background: url(http://adrianamullenphotographyblog.com/wp-content/uploads/2010/03/AdrianaMullen_logo.gif) no-repeat top left; outline: none; }

#headerimg 	{
	margin: 0px 0px 0;
	height: 47px;
	width: 662px;
	}

#header { width: 662px; height: 47px; }




function remove_no_comments() {
  if (!comments_open())
    remove_action('thesis_hook_after_post', 'thesis_comments_link');
  else
    add_action('thesis_hook_after_post', 'thesis_comments_link');
}

add_action('thesis_hook_before_post','remove_no_comments');



