For screen size around 1024px width, the navigation bar is below the navigation logo. After expanding screen just a little bit, the logo and navbar are on same line.
Here is part of code:
<div id="header-wrap">
<div class="container clearfix">
<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
<div id="logo">
<a href="index.php" class="standard-logo" data-dark-logo="blahblah.gif"><img src="blahblah.gif" alt="blahblah"</a>
<a href="index.php" class="retina-logo" data-dark-logo="blahblah.gif"><img src="blahblah.gif" alt="blahblah"></a>
</div>