Glad it works now.
Regarding the navigation problem on IE8 you can try reducing the spacing of the menu:
.avia-msie-8 .av-main-nav > li > a{
padding: 0 8px !important;
}
Cheers,
Josue
Hi!
The space is coming from the G+ authorship link, add this to hide it:
body > a {
display: none;
}
Regarding the logo issue, make sure you select its full size when uploading it in the theme options.
Cheers!
Josue