@charset "utf-8";
/* Calculate fluid ratio based on two dimensions (width/height) 
http://voormedia.com/blog/2012/11/responsive-background-images-with-fixed-or-fluid-aspect-ratios */
/*
figure.fluidratio {
/* This element will have fluid ratio from 4:1 at 800px to 2:1 at 300px.
@include fluid-ratio(800px 200px, 300px 150px);
background-image: url(http://voormedia.com/examples/amsterdam.jpg);
}
*/
@font-face {
  font-family: 'alternate gothic';
  src: url("/-/AlternateGothicNo3-webfont.eot");
  src: url("/-/AlternateGothicNo3-webfont.eot?#iefix") format("embedded-opentype"), url("/-/AlternateGothicNo3-webfont.woff") format("woff"), url("/-/AlternateGothicNo3-webfont.ttf") format("truetype"), url("/-/AlternateGothicNo3-webfont.svg#alternate_gothic_fs_no_2Rg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen, projection {
  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
  }

  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #000;
  }

  body {
    margin: 0;
    padding: 0;
    color: #202020;
    font: 87.5%/1.43 helvetica neue, segoe ui, sans-serif;
    background: #fff;
  }

  header hgroup, .wrapper, footer ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 868px;
    *width: 848px;
    margin: 0 auto;
    padding: 0 10px;
  }

  header {
    background: url(/-/rasen.jpg) no-repeat 50% 50% #1a171b;
    background-size: cover;
  }

  header hgroup {
    position: relative;
    overflow: auto;
    color: #fff;
    text-align: center;
  }

  h1 {
    margin: 56px 0 0;
    min-width: 100%;
  }
  h1 img {
    width: 100%;
    height: auto;
    display: block;
  }

  h2 {
    margin: 0 0 16px 0;
    font-family: rokkitt,sans-serif;
    font-size: 18px;
    letter-spacing: 8px;
  }

  h3, h4 {
    font-size: 100%;
    margin: 0;
  }

  h3 {
    font-size: 125%;
    line-height: 1.2;
    margin-bottom: 1.2em;
  }

  p, ul, ol {
    margin: 0 0 1.5em;
    padding: 0;
  }

  a:active {
    border: none;
  }

  #content a {
    color: #bc8d2a;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
  }
  #content a:hover {
    color: #000;
  }

  img {
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  [role="banner"] p {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 96px;
    margin: 0;
    margin-left: -48px;
    padding: 0;
  }

  .wrapper {
    *zoom: 1;
    position: relative;
    padding: 40px 10px;
    min-height: 660px;
  }

  .wrapper:before, .wrapper:after {
    content: " ";
    display: table;
  }

  .wrapper:after {
    clear: both;
  }

  #badge {
    position: absolute;
    display: table;
    top: -20px;
    left: 100px;
    width: 134px;
    height: 134px;
    font: 143%/1 alternate gothic, arial narrow, sans-serif;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    background: url(/-/badge.png) no-repeat;
    background-image: none, url(/-/badge.svgz);
    background-size: 100% 100%;
  }
  #badge p {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px;
    *margin-top: 44px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  #menu {
    float: left;
    margin: 160px 0;
    font: 143%/1.5 alternate gothic, arial narrow, sans-serif;
  }

  #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #menu li {
    margin: 0 0 10px 0;
  }

  #menu li a {
    position: relative;
    display: inline-block;
    padding: 4px 8px 4px 0;
    *padding-left: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    background: #bc8d2a;
  }
  #menu li a:hover {
    color: #000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  }
  #menu li a:before {
    content: ' ';
    position: absolute;
    background: #bc8d2a;
    top: 0;
    left: -1000%;
    width: 1000%;
    height: 1.5em;
    padding: 4px 0;
  }
  #menu li a.current {
    color: #000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  }

  #content {
    position: relative;
    margin-left: 22em;
    border-top: 1px solid #fff;
  }

  #cover {
    margin: -32px 0 -80px 0;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  #cover img {
    display: block;
    max-width: 100%;
    opacity: .999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
  }

  #shutter {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
    height: 1em;
    padding: 4px;
    color: #fff;
    font-size: 100%;
    text-align: center;
    line-height: 1;
    text-shadow: none;
    background: #666;
    box-shadow: 0 0 0 2px #ccc;
    border-radius: 50%;
  }

  footer {
    padding: 100px 10px;
    background-color: #1a171b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1a171b), to(black));
    background-image: -webkit-linear-gradient(top, #1a171b, black);
    background-image: -moz-linear-gradient(top, #1a171b, black);
    background-image: -o-linear-gradient(top, #1a171b, black);
    background-image: -ms-linear-gradient(top, #1a171b, black);
    background-image: linear-gradient(top, #1a171b, black);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#1a171b', EndColorStr='#000000');
  }

  footer ul {
    padding: 0;
    list-style: none;
    text-align: center;
  }
  footer li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15%;
    margin-left: 2%;
    margin-right: -0.4em;
    padding: 0;
  }
  footer li:first-child {
    margin-left: 0;
  }

  footer li:first-child {
    margin-left: 0;
  }

  .archives li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 144px;
    margin: 0 24px 24px 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .archives img {
    display: block;
    max-width: 140px;
    height: auto !important;
    margin-bottom: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color .4s;
    -moz-transition: border-color .4s;
    -o-transition: border-color .4s;
    transition: border-color .4s;
  }
  .archives img:hover {
    border-color: #222;
  }
}
@media only screen {
  header hgroup, .wrapper, footer ul {
    width: auto;
    max-width: 868px;
  }
}
@media only screen and (max-width: 57em) {
  [role="banner"] p {
    width: 64px;
    margin-left: -32px;
  }

  .wrapper {
    min-height: 24em;
  }

  #badge {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }

  #menu {
    margin-top: 60px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  #cover {
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 35em) {
  header h2 {
    font-size: 12px;
    letter-spacing: 4px;
  }

  #menu {
    float: none;
    width: 100%;
  }

  #content {
    clear: both;
    overflow: hidden;
    margin-left: 0;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 1cm;
}

  body {
    font: 10pt/1.2 "Helvetica Neue", sans-serif;
  }

  h1 {
    font-size: 140%;
  }

  h2 {
    font-size: 120%;
    margin: 0 0 1em;
  }

  h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  p {
    margin: 0 0 1em;
  }

  ul, ol {
    margin: 1em 0;
  }

  li {
    margin: 0 0 0 1em;
    padding: 0;
  }

  a, a:visited {
    text-decoration: underline;
  }

  img {
    max-width: 100% !important;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
  }

  hr {
    margin: 2em 0;
    border: 0;
    border-bottom: 1px solid #000;
  }

  table {
    page-break-inside: auto;
  }

  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  thead {
    display: table-header-group;
  }

  tfoot {
    display: table-footer-group;
  }

  /*
  #divs {
  display : none;
  }
  */
}
