If there is no primary link, the logo will be moved to top a little bit.

Adding following code after <div id="logotitle"> can solve the issue

        <?php if (!$primary_links): ?>
            <div style="height:29px;"></div>
        <?php endif; ?>