/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */

#page-wrapper {
  background-color: #fff;
}

.is-admin {
  background-image: url(../images/12_col.gif);
  background-repeat: repeat-y;
}

.group-left,
.kb .panels-flexible-region {
  background-color: #e2e2d2;
}

.kb .panels-flexible-region-first {
  background-color: #bebdae;
}

.border {
  background-image: url("../images/border.svg");
  height: 10px;
  margin: 1em 0;
}
