/* Admin-editable notice banner (the sitenotice app).
   Rendered inside header #header_footer, above the strapline. */

#site_notice {
  padding: 10px 0 2px 0;
}

#site_notice .notice {
  margin: 0 0 8px 0;
  padding: 10px 15px;
  background: #fff8e1;
  border: 1px solid #e6d8a8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#site_notice .notice:last-child {
  margin-bottom: 0;
}

/* #header_footer styles its own <p> italic and grey; the notice shouldn't
   inherit that, so override it here (this selector is more specific). */
#site_notice .notice,
#site_notice .notice p {
  margin: 0;
  padding: 0.5em;
  color: #6b5a2b;
  font-size: 11pt;
  font-style: normal;
  line-height: 1.4;
}

#site_notice .notice p + p {
  margin-top: 0.5em;
}

#site_notice .notice a {
  color: #6b5a2b;
  text-decoration: underline;
}
