/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

#g-top {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(to bottom, #ffffff, #dddddd);
  background-repeat: repeat-x;
}
#g-sidebar {
  padding: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 0px;
}
#g-sidebar .moduletable {
  border: 1px solid #f5f5f5;
}
#g-sidebar .moduletable h1.g-title, h2.g-title, h3.g-title, h4.g-title, h5.g-title, h6.g-title {
  background: #3180c2;
  color: #dedede;
  margin: 0.5rem 0 0.5rem 0;
  text-rendering: optimizeLegibility;
  padding: 0 6px;
}
#g-copyright {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #dddddd, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #dddddd, #ffffff);
  background-image: -o-linear-gradient(top, #dddddd, #ffffff);
  background-image: linear-gradient(to bottom, #dddddd, #ffffff);
  background-repeat: repeat-x;
}
div.newscalendar {
  max-width: inherit;
}
.newscalendar td {
  padding: inherit;
}
#countercopyright {
  display: none;
}
/*# sourceMappingURL=custom_16.css.map */