/* (C) 2014 Michel Kraus */
body {
  color: white;
  background: #444444 url('../gfx/bg.jpg') left top repeat-x;
}
a,
a:visited,
a:active,
a:focus {
  color: #ff6600;
}
a:hover {
  color: #ff9933;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ff6600;
  font-size: 2em;
  font-weight: normal;
  font-family: Impact;
}
h1:big,
h2:big,
h3:big,
h4:big,
h5:big,
h6:big {
  font-size: 2.5em;
}
h3 {
  font-size: 1.5em;
}
h1.entry-title {
  background-image: -webkit-linear-gradient(top, #ef7c00 0%, #ac4c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1.entry-title:after {
  content: " ";
  display: block;
  height: 1px;
  background-color: #ff6600;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #cc5200), color-stop(100% #000000));
  background-image: -webkit-linear-gradient(left, #cc5200 0%, #000000 100%);
  background-image: -moz-linear-gradient(left, #cc5200 0%, #000000 100%);
  background-image: -ms-linear-gradient(left, #cc5200 0%, #000000 100%);
  background-image: -o-linear-gradient(left, #cc5200 0%, #000000 100%);
  background-image: linear-gradient(left, #cc5200 0%, #000000 100%);
}
#page {
  width: 1000px;
  margin: 30px auto 0;
  position: relative;
  z-index: 0;
}
#page header#masthead.site-header {
  background: black;
}
#content {
  padding: 0 100px 100px 100px;
  background: black;
  min-height: 600px;
}
#site-navigation.main-navigation {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}
#site-navigation.main-navigation ul {
  padding: 1em;
}
#site-navigation.main-navigation ul li {
  border-left: 1px solid #999;
  line-height: 1em;
  padding: 0 1em;
}
#site-navigation.main-navigation ul li:first-child {
  border-left: 0;
}
#site-navigation.main-navigation ul li a {
  color: white;
}
#lang-switcher.language-switcher > div {
  position: absolute;
  height: 0;
  right: -30px;
  top: 0;
  z-index: 10;
}
#lang-switcher.language-switcher > div ul {
  list-style: none;
}
#lang-switcher.language-switcher > div ul li {
  display: block;
}
#side-navigation.side-tabs-navigation > div {
  position: absolute;
  height: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
#side-navigation.side-tabs-navigation > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  position: absolute;
  top: 160px;
  left: 33px;
}
#side-navigation.side-tabs-navigation > div > ul > li {
  display: inline-block;
  cursor: pointer;
  border: 1px solid white;
  border-bottom: none;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  -webkit-box-shadow: 1px -1px 3px #000000;
  box-shadow: 1px -1px 3px #000000;
  padding: 4px;
  margin: 0 4px;
  background-color: #999999;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100% #333333));
  background-image: -webkit-linear-gradient(top, #999999 0%, #333333 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #333333 100%);
  background-image: -ms-linear-gradient(top, #999999 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #333333 100%);
  background-image: linear-gradient(top, #999999 0%, #333333 100%);
}
#side-navigation.side-tabs-navigation > div > ul > li a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px #000000;
  font-size: 0.9em;
}
#side-navigation.side-tabs-navigation > div > ul > li:hover {
  background-color: #ff6600;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6600), color-stop(100% #662900));
  background-image: -webkit-linear-gradient(top, #ff6600 0%, #662900 100%);
  background-image: -moz-linear-gradient(top, #ff6600 0%, #662900 100%);
  background-image: -ms-linear-gradient(top, #ff6600 0%, #662900 100%);
  background-image: -o-linear-gradient(top, #ff6600 0%, #662900 100%);
  background-image: linear-gradient(top, #ff6600 0%, #662900 100%);
}
footer.site-footer {
  width: 100%;
  margin: 0 auto;
  background-color: #ff6600;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee7c00), color-stop(100% #8e4000));
  background-image: -webkit-linear-gradient(top, #ee7c00 0%, #8e4000 100%);
  background-image: -moz-linear-gradient(top, #ee7c00 0%, #8e4000 100%);
  background-image: -ms-linear-gradient(top, #ee7c00 0%, #8e4000 100%);
  background-image: -o-linear-gradient(top, #ee7c00 0%, #8e4000 100%);
  background-image: linear-gradient(top, #ee7c00 0%, #8e4000 100%);
  margin-top: 0;
  font-size: 1rem;
  clear: both;
}
footer.site-footer > div {
  width: 1000px;
  margin: 1rem auto;
  padding: 0;
  border: 0;
  white-space: ignore;
  z-index: 100;
}
footer.site-footer > div:before,
footer.site-footer > div:after {
  content: " ";
  display: table;
}
footer.site-footer > div:after {
  clear: both;
}
footer.site-footer > div .footer-navigation {
  width: 725px;
  float: left;
  text-align: left;
}
footer.site-footer > div .footer-navigation ul {
  list-style: none;
  margin: 0;
}
footer.site-footer > div .footer-navigation ul li {
  display: inline-block;
  width: 35%;
}
footer.site-footer > div .footer-navigation ul li a {
  color: white;
  text-decoration: none;
}
footer.site-footer > div .site-info {
  width: 275px;
  float: left;
  text-align: right;
  margin: 1em 0;
}
#footer-spacer {
  width: 1000px;
  background: black;
  height: 40px;
  margin: 0 auto 20px;
}
article .two-column:before,
article .two-column:after {
  content: " ";
  display: table;
}
article .two-column:after {
  clear: both;
}
article .two-column .half-column {
  width: 50%;
  float: left;
}
article strong {
  color: #ff6600;
}
article em {
  font-weight: bold;
  font-style: normal;
}
article ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
article ul li {
  padding-left: 1em;
  text-indent: -1em;
}
article ul li:before {
  content: "›";
  padding-right: 5px;
  color: #ff6600;
}
article.format-gallery {
  clear: both;
}
article.format-gallery > a:first-child {
  float: left;
  max-width: 380px;
}
article.format-gallery > a + header {
  float: left;
  margin-left: 2em;
  max-width: 380px;
  font-size: 0.8em;
}
article.format-gallery > a + header + .entry-content {
  float: left;
  margin-left: 2em;
  max-width: 380px;
}
article.format-gallery > a + header + .entry-content .gallery a:focus {
  outline: 0 !important;
}
article.format-gallery > footer {
  clear: left;
}
