When you changed the part of the code to put in your header, you accidentally took out the display:none of the journal title and subtitle.
Just put
#banner h1, #banner h2 {display: none;}
back in, and that will disappear.
And for your third concern, they look fine on the friends page, so if you make your entry a slightly longer one, it should cancel out the problem, if not actually fix it.