#header {
  background: #000000;
}

#content {
}

#content-top {
  position: relative;
  width: 100%;
  height: 180px;
  text-align: center;
}

#content.content-wide #content-top {
  display: none;
}

#content-top-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#content-top-image img {
}

#content-top-image::after {
  display: block;
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 98;
}

#content-top-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  z-index: 99;
}

#content-top-heading-outer {
  height: 100%;
}

#content-top-heading-inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

#content-top-heading h1 {
  display: table-cell;
  margin: 0px auto;
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  vertical-align: middle;
}

#content-bottom {
  padding: 45px 0px;
}

#content-bottom-outer {
}

#content-bottom-inner {
}

#content.content-wide #content-bottom {
  padding: 0px;
}

#content.content-wide #content-bottom-outer.div-outer {
  width: auto;
}

#content-main {
}

#left {
  padding: 20px 0px 0px 0px;
}

#left-navigation {
}

#left-navigation p.left-navigation-top {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
}

#left-navigation a {
  display: block;
  padding: 5px;
  color: #006DB9;
  text-decoration: none;
  border-bottom: 1px solid #EFEFEF;
}

#left-navigation a:hover {
  color: #333333;
}

#left-navigation a.current {
  color: #333333;
  background: #EFEFEF;
}

#left-navigation ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#left-navigation ul li {
}

#left-navigation ul li ul {
  padding: 0px 0px 0px 15px;
}

#main {
  min-height: 600px;
  padding: 0px 0px 60px 0px;
}

#main p,
#main ol,
#main ul {
  line-height: 1.8em;
}

#right {
  padding: 20px 0px 0px 0px;
}

div.modulebox {
  margin: 0px 0px 40px 0px;
}

div.modulebox-title {
  padding: 0px 0px 5px 0px;
  font-size: 18px;
  border-bottom: 1px solid #CCCCCC;
}

div.modulebox-content {
}

/* News Styles */

#category-list {
  margin: 10px 0px;
  padding: 5px;
  text-align: right;
  background: #EFEFEF;
}

select#category-list-select {
  padding: 2px;
  border: 1px solid #CCCCCC;
}

div.news-article,
div.event-article {
  margin: 0px 0px 20px 0px;
}

div.news-title,
div.event-title {
  font-size: 16px;
  line-height: 1.4em;
}

div.news-title a,
div.event-title a {
  text-decoration: none;
}

div.news-date,
div.event-date {
  padding: 1px 0px;
  font-style: italic;
  line-height: 1.4em;
}

div.news-keywords {
  margin: 2px 0px;
}

div.news-spoiler,
div.event-spoiler {
  line-height: 1.4em;
}

div.pagination {
  line-height: 24px;
  padding: 5px;
}

div.pagination span {
  display: block;
  margin: 3px;
}

div.pagination a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 3px;
  color: #666666;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  background: #E9E9E9;
  border: solid 1px #C0C0C0;
  border-radius: 3px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
}

div.pagination a.current-page {
  color: #FFFFFF;
  background: #616161;
  border: solid 1px #616161;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
}

div.pagination a:hover {
  color: #000000;
}