/*
 * This file will hold styles that are loaded using the same media query as the wide grid.
 */
/*
 * change width of sidebar
 */
#zone-menu .grid-2,
#zone-content-wrapper #region-sidebar-second {
  width: 200px; }
  #zone-menu .grid-2.suffix-1,
  #zone-content-wrapper #region-sidebar-second.suffix-1 {
    padding: 0; }

  #zone-footer .grid-10 {
    width: 1000px; }
  #zone-footer .suffix-1 {
    padding-right: 80px; }

