/*--------------------------------------------------------------
5.3 Header

This modified header.css to account for the repositioning of elements when
a 'two-bar' layout is required.
--------------------------------------------------------------*/

@media only screen and (min-width: 560px) {
	.masthead h1 a {
        height: 68px;

		position: relative;
		top: 32px;
	}

    .login-form-wrap #login > * {
        position: relative;
        top: 14px;
    }

	.keep-toggle-search > * > *
	{
		position: relative;
		top: 14px;
	}

	.toggles .toggle-search, .toggles .toggle-login, .login-form .toggle-login,
	.toggles .toggle-menu, .main-navigation .toggle-menu, .show-search .search-bar .toggle-search,
	.show-login .login-form .toggle-login {
		height: 100px;
		line-height: 130px;
	}

    .keep-toggle-login {
        height: 100px;
    }

    .masthead-navigation a {
        line-height: 130px;
    }
}

.top-navigation {
    top: 6px;
}
