/*=== Generic rules for the Footer and Feature area ===*/

/** Feature Region **/

DIV.featured-bottom DIV.region {
  min-width: 350px;
}


/** Footer Region **/

/**-- Bump footer out to 30 px beyond page vertical margins --**/

FOOTER.site-footer:not(#colophon) {
  margin: 0 -30px;
  padding: 0;
}

FOOTER.site-footer DIV.layout-container {
  max-width: none;
  padding: 0;
}
