The logo is 350×168, and it is showing on the site as narrower than the image width. I have looked through the CSS, and can’t find where the logo width is declared. Where is the logo width set?
Changing this line:
.logo{float:left; text-align:left; width:25%; padding:15px 0;}
pushes the menu down below the logo. I need the menu to stay inline with the logo, and there is plenty of space between the logo and the menu for this to work.