Thanks Chavan,
I had been messing around in that very file and changed these 2 bits of code marked in red. It seems to have done the trick but could it cause problems? Now I am not sure what they original values were to reset them and do what you have shown me:
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main { padding: 20px 0 0; }
/* HEADER
--------------------------------------------------------- */
#ja-header { background: #222 }
#ja-header .main { padding: 20px 0; }
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }
/* Logo Image ---*/
h1.logo { width: 104px; height: 150px; }
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
width: 104px;
height: 150px;
}