/**
 * @file
 * Subtheme specific CSS.
 */

@media (min-width: 980px) {
  #page-wrapper {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0 0;
    background: white;
  }
}

body.node--type-page {
  background: #ccc;
}

body.node--type-page {
  background: #fff;
  color: #222;
  font: 87.5%/1.5 Corbel, "Helvetica Neue", Helvetica, Arial, FreeSans, "Liberation Sans", sans-serif;
  font-size:14px;
  background-color: rgb(204, 204, 204);
}
