body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #535353;
}

p {
  line-height: 1.5em;
}

img {
  max-width: 100%;
}

div#header img {
  border: none;
}

@media(min-width:1016px) {
  div#wrapper {
    position: relative;
    width: 909px;
    margin-left: 90px;
    text-align: left;
  }
}

pre {
  overflow: auto;
}

.right {
  text-align: right;
}

/*------------------links-------------------*/

a {
  color: #F8921E;
  text-decoration: none;
}

a:visited {
  color: #5b8ca7;
}

a:hover {
  color: #5b8ca7;
}

/*------------------headlines-------------------*/

h2 {
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
}

div#center_column h2 a {
  color: #535353;
  text-decoration: none;
}

div#center_column h2 a:hover {
  color: #8e8e8e;
}

div#center_column h2.headline {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 2px solid #cccccc;
}

div.article_partial h2 a {
  text-decoration: none;
}

h3 {
  font-size: 13px;
  text-decoration: none;

}

h4 {
  font-size: 11px;
  text-decoration: bold;
}

#left_column {
  font-size: .8em;
  line-height: 1.5em;
}

/*------------------main-navigation-------------------*/

div.main_navigation ul {
  margin-left: 0;
  padding-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

div.main_navigation li {
  list-style-type: none;
  display: inline-block;
  line-height: 1.75em;
}

div.main_navigation li::after {
  content: '-';
  color: #aeadad;
  margin-left: .3em;
}

div.main_navigation li:last-child::after {
  content: none;
}

@media(min-width:1016px) {
  div.main_navigation ul {
    padding: 0;
    text-align: right;
  }

  div.main_navigation li {
    display: block;
    line-height: 1.45em;
  }

  div.main_navigation li::after {
    content: none;
  }
}

div.main_navigation a {
  text-decoration: none;
}

div.main_navigation a.inactive:hover {
  color: #F8921E;
}

div.main_navigation a.active {
  color: #000000;
  text-decoration: none;
}

div.main_navigation a.inactive {
  color: #aeadad;
}

/*------------------calendar-featured-tags-------------------*/

div#frontpage_calendar {
  margin-top: 10px;
}

@media(min-width:1016px) {
  div#frontpage_calendar {
    margin-top: 30px;
  }
}

div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 {
  color: #aeadad;
  border-top: 2px solid #aeadad;
  border-bottom: 2px solid #aeadad;
  font-size: 1.1em;
  padding-top: 2px;
  padding-bottom: 2px;
}

div#frontpage_calendar h2 {
  display: inline-block;
  border-top: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 0;
}

@media(min-width:1016px) {
  div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 {
    font-size: 16px;
  }

  div#frontpage_calendar h2 {
    display: block;
    border-top: 2px solid #aeadad;
    padding: 2px 0;
  }
}

div#frontpage_calendar ul, div#tags ul, div#featured_articles ul {
  padding: 0px;
  font-size: .8em;
  line-height: 1.5em;
}

@media(min-width:1016px) {
  div#tags ul {
    font-size: 11px;
  }
}

div#featured_articles #ds_icon img {
  padding-top: 10px;
}

div#featured_articles #events_icon img {
  padding-left: 10px;
}

div#frontpage_calendar li {
  margin-bottom: 20px;
}

div#frontpage_calendar li, div#tags li, div#featured_articles li {
  list-style-type: none;
}

div#frontpage_calendar li a, div#tags li a, div#featured_articles li a {
  text-decoration: none;
  color: #535353;
}

div#frontpage_calendar li a:hover,
div#tags li a:hover,
div#featured_articles li a:hover {
  text-decoration: none;
  color: #ff9600;
}

/*--------------------------------------------------------------*/

div.author_and_date {
  font-style: italic;
  padding-left: 15px;
  font-family: Georgia;
}

@media(min-width:1016px) {
  div#left_column {
    position: absolute;
    background-image: url(/images/left_column.png);
    background-position: top right;
    background-repeat: no-repeat;
    left: 0px;
    width: 115px;
    min-height: 100px;
    text-align: right;
    padding-right: 70px;
  }

  div#left_column > a {
    font-size: 11px;
  }
}


div#center_column {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}

@media(min-width: 1016px) {
  div#center_column {
    position: absolute;
    background-color: #ffffff;
    left: 200px;
    width: 460px;
  }
}

@media(min-width:1016px) {
  div#right_column {
    position: absolute;
    background-color: #ffffff;
    padding-left: 70px;
    left: 675px;
    width: 155px;
    height: 100px;
  }
}

div.teaser_ruler {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
  height: 3px;
  margin-top: 30px;
}

div.article_partial {
  margin-bottom: 30px;
}


div.article_partial p.excerpt {
  color: #404040;
}

/* Search bar */
#search form table {
  display: inline-table;
}

@media(min-width:1016px) {
  #search form table {
    display: table;
  }

  div#search {
    position: absolute;
    top: 145px;
    left: 676px;
    height: 20px;
    vertical-align: top;
  }
}

div#search input[type=button] {
  display: block;
  height: 20px;
}

div#search input[type=text] {
  display: block;
  padding: 0px;
  margin: 0px;
  height: 20px;
  width: 132px;
  line-height: 20px;
  border: none;
  background-image: url(/images/search_field.png);
  background-repeat:no-repeat;
  padding-right: 5px;
  margin-right: 5px;
  background-position: top top;
}

/* Header */
#header > a {
  display: block;
  line-height: 0;
}

/* Main section */
.article, .article_partial {
  font-size: .9em;
  text-align: left;
}

@media(min-width:1016px) {
  .article, .article_partial {
    font-size: 11px;
  }
}

h1, h2, h3 {
  word-wrap: anywhere;
  hyphens:auto;
}

.pagination {
  margin-bottom: .5em;
}

li {
    line-height: 1.5em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

/* Footer */
#footer {
  border-bottom: 2px solid #aeadad;
  border-top: 2px solid #aeadad;
}

#footer > br {
  display: none;
}

#footer p {
  margin: .5em auto;
}
