It is coming from header title and description in your style.css
look for this codes
#site-title {
float:left;
font-size:30px;
line-height:36px;
margin:0 0 18px;
width:700px;
and
#site-description {
clear:right;
float:right;
font-style:italic;
margin:0 0 18px;
width:220px;
Change 18px in margin to say 7px on both codes
Bit advice I looked at your website and I do not see your title on top of browser that is because you have not put them in Settings General
may be because you do not want it on top of header.
On the codes above add
display:none;
and add your title in Settings General and description so that it shows on top of browser as that is one of thing search engine will be looking for to index your website