/* This file will hold styles that are loaded using the same media query as the wide grid. */

/* For some reason, in the wide layout, styles in normal don't override default. 
   This fixes it, though ideally we should NOT have to do this.
*/
@import url('webpublish-queensweb-alpha-default-normal.css');

#header-content-section-wrapper,
body.front #header-content-section-wrapper {
    background: none repeat scroll 0 0 #FFF;
}

#block-search-1 + #breadcrumb {
    margin-right: 290px;
}

#search-block-form input.form-text {
    width: 16.8em;
}

#region-footer-second {
    width: 1180px;
}
