body #page header#branding #access { ul { :hover > ul, :hover + ul, :active > ul, :active + ul, :focus > ul, :focus + ul { display: block; } } } @media (max-width: 800px) { body #page header#branding { .only-search, #searchform { padding-right: 10px+28px;// matches twentyeleven values } #searchform { position: relative !important; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; width: 100%; max-width: none; .field { float: none; width: 100%; display: block; margin-left: -1px; // match border width } } #access { ul, div { margin: 0; padding: 0; } ul { li { float: none; display: block; width: 50%; ul { left: 100%; top: 0; } ul { width: 100%; li, a { width: auto; } } } } } } }