@font-face {
  font-family: "Graublau Sans";
  src: url("GraublauWebBold.otf") format("opentype");
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
}

@font-face {
  font-family: "Graublau Sans";
  src: url("GraublauWeb.otf") format("opentype");
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
}

/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */
@font-face {
  font-family: "Fertigo";
  src: url("fertigo.otf") format("opentype");
}

body {
  margin: 0;
  padding: 0;
  background-image: url(titlev4.png);
  background-position: top center;
  background-repeat: no-repeat;
}

#menu {
  padding-top: 59px;
  margin: 0 auto;
  height: 21px;
  width: 882px;
  -webkit-transform-origin: bottom left;
  -webkit-transform: rotate(-90deg) translate(-882px, 0);
  font-family: Fertigo, Calibri, "DejaVu Sans", Arial, sans;
  background-color: white;
}

:-moz-any(#menu) {
  /* Initially disabled because of bug 521645, makes sure this is only
   * understood by recent Firefox versions. */
  -moz-transform-origin: bottom left;
  -moz-transform: rotate(-90deg) translate(-882px, 0);
}

#menuitems {
  float: right;
  margin-right: 30px;
}

.menuitem, .menusection {
  padding: 0px 7px;
}

.menuitem, .menusep, .menusection {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
}

.menusection {
  color: white;
  background-color: #333;
  border: 1px solid #333;
  border-bottom-width: 0;
}

.menuitem {
  color: #333;
  background-color: white;
  border: 1px solid #888;
  border-bottom-width: 0;
}

.menusection:hover {
  color: #e2ac6c;
  text-decoration: none;
}

.menuitem:hover {
  color: #e29d4b;
  text-decoration: none;
}

#body {
  margin: 0 auto 80px;
  width: 880px;
  border: 1px solid #666;

  -moz-box-shadow: 2px 2px 5px #888;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 2px 2px 5px #888;
  -webkit-border-radius: 2px;

  font-family: "Graublau Sans", "DejaVu Sans Condensed", "Arial Narrow", condensed;
  font-weight: normal;
}

#innerbody {
  margin: 10px;
  padding: 30px;
  padding-bottom: 0;
  border: 1px solid #888;
  overflow: auto;
}

.columnleft, .columnright {
  float: left;
}

.columnleft {
  width: 234px;
  padding-right: 15px;
  min-height: 740px;
}

.columnright {
  width: 534px;
  padding-left: 15px;
}

.columnright p.twocolumn {
  text-align: justify;
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  -o-column-count: 2;
  -o-column-gap: 1em;
}

.heading {
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}

.columnright p:not(.heading) br::after {
  /* TODO */
  content: "    "; /* These are unbreakable space (unicode 00A0, C-K N S in Vim) */
}

.columnright p:not(.heading)::first-letter {
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
  float: left;
  margin-right: .2em;
}

.heading .title {
  font-family: "Palatino Linotype", Cambria, Times, serif;
  font-size: 200%;
  font-variant: small-caps;
  font-style: italic;
}

.heading .date {
  font-family: Fertigo, "Palatino Linotype", Cambria, Times, serif;
  color: #e29539;
  font-weight: bold;
}

.columnright .sep {
  width: 20%;
  height: 1px;
  border-top: 1px solid #888;
  margin: 0 auto;
}

/* --- */

.columnleft p.desc {
  text-align: justify;
  border-top: 1px solid #888;
  padding-top: 20px;
  margin-bottom: 0;
}

.columnleft p.bigdesc {
  text-align: center;
}

.columnleft > p:first-child {
  padding-top: 0;
  border-width: 0;
}

.columnleft p.desc img {
  border: 1px solid #888;
  float: left;
  margin: 0 .5em .5em 0;
}

.columnleft .title {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 120%;
}

.columnleft .links {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
  clear: left;
}

/* --- */

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

a:hover {
  text-decoration: underline;
}

#footer {
  text-align: right;
  font-style: italic;
  color: #888;
  clear: both;
  font-size: small;
  margin-top: 30px;
  margin-bottom: 10px;
}

