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

/**
 * Here we store some exceptions to the smaller grids.
 */

#zone-menu .grid-12 {
  margin: 16px 0 20px 0;
  margin: 5px 0 24px 0;
  width: 986px;
}

.page #section-header .container-12 .grid-8 {
  width: 795px;
}

.page #section-header .container-12 .grid-4 {
  width: 50px;
  margin: 0;
}

#region-content-bottom-left {
  margin: 30px 10px 0 0;
  float: left;
}

#region-content-bottom-right {
  margin: 30px 0 0 10px;
  float: left;
}

#zone-postscript {
  margin-bottom: 30px;
}

#zone-footer {
  margin: 0;
  width: 100%;
  height: 80px;
}

#zone-footer {
  width: 996px;
  margin: 0 auto;
}