@font-face {
  font-family: "FederationBold";
  src: url("/assets/include/fonts/FederationBold.eot");
  src: url("/assets/include/fonts/FederationBold.eot?#iefix") format("embedded-opentype"),
       url("/assets/include/fonts/FederationBold.woff2") format("woff2"),
       url("/assets/include/fonts/FederationBold.woff") format("woff"),
       url("/assets/include/fonts/FederationBold.ttf") format("truetype"),
       url("/assets/include/fonts/FederationBold.svg#FederationBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

*:not([id^="sb-"]) {
  transition-duration: 0.5s;
}

body {
  background-color: #000;
  color: #EEE;
  cursor: default;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 48px auto 16px auto;
  max-width: 780px;
  overflow-x: hidden;
}

body.bonus {
  background: #000 url("/assets/bonus.png") no-repeat fixed 100% 100%;
}

a {
  color: #FFF;
}

a:visited {
  color: #CCC;
}

a.hidden {
  color: inherit;
  text-decoration: none;
}

a.twitter-timeline {
  display: block;
  padding: 12px;
}

div.center, span.center {
  text-align: center;
}

div.left {
  float: left;
}

div.right {
  float: right;
}

iframe[id^="twitter-widget-"] {
  width: 100% !important;
}

img {
  border: 0px;
  vertical-align: text-top;
}

pre {
  font-family: "Courier New", Courier, monospace;
}

span.left {
  text-align: left;
}

span.right {
  text-align: right;
}

#header {
  background-image: url("/assets/bwp.png");
  background-position: -2px 0px;
  background-repeat: no-repeat;
  background-size: 48px auto;
  color: #FFF;
  font-family: FederationBold;
  font-size: 48px;
  margin-bottom: 16px;
  padding-left: 52px;
  vertical-align: bottom;
}

#topNav {
  border-bottom: solid #FFD200 4px;
  color: #FFF;
  margin-bottom: 16px;
}

#topNav ul {
  display: table;
  margin: 8px 0px;
  padding: 0px;
  table-layout: fixed;
  width: 100%;
}

#topNav ul li {
  border-bottom: solid #FFF 4px;
  border-right: solid #000 8px;
  display: table-cell;
  font-family: FederationBold;
  font-size: 14px;
  list-style-type: none;
  padding-bottom: 4px;
}

#topNav ul li:hover {
  border-bottom-color: #F00;
}

#topNav ul li a, #body #sideNav ul li a {
  color: #FFF;
  display: block;
  text-decoration: none;
}

#body {
  width: 100%;
}

#body > * {
  display: inline-block;
  margin-bottom: 16px;
  vertical-align: top;
}

#body #sideNav {
  margin-right: 16px;
  width: 284px;
}

#body #sideNav ul {
  margin: 0px;
  padding: 0px;
}

#body #sideNav ul li {
  list-style-type: none;
}

#body #sideNav ul li > * {
  border: solid #FFF 1px;
  display: inline-block;
  height: 128px;
  margin-top: 8px;
}

#body #sideNav ul li .icon {
  float: left;
  width: 128px;
}

#body #sideNav ul li .icon:hover {
  background-color: #333;
}

#body #sideNav ul li .icon img {
  height: 124px;
  margin: 2px;
  width: 124px;
}

#body #sideNav ul li .summary {
  background-color: #333;
  float: right;
  width: 144px;
}

#body #sideNav ul li .summary .title {
  font-weight: bold;
  padding: 8px 8px 2px 8px;
}

#body #sideNav ul li .summary .body {
  color: #CCC;
  font-size: 10px;
  line-height: 12px;
  padding: 0px 8px 8px 8px;
}

#body #main {
  float: right;
  width: 480px;
}

#body #main #content {
  background-color: #333;
  border: solid #FFF 1px;
  margin-top: 8px;
  padding: 12px;
}

#body #main #content.twitter {
  padding: 0px;
}

#body #main #content div {
  text-align: justify;
}

#body #main #content div, #body #main #content ol, #body #main #content ul {
  margin: 3px 6px 0px 6px;
}

#body #main #content h1, #body #main #content h2 {
  background-color: #000;
  border: 1px dotted #666;
  color: #FFD200;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0px;
  padding: 4px;
  text-align: center;
  word-spacing: 2px;
}

#body #main #content h1:before, #body #main #content h2:before {
  content: "..: ";
}

#body #main #content h1:after, #body #main #content h2:after {
  content: " :..";
}

#body #main #content h1#logo:before, #body #main #content h1#logo:after {
  content: "";
}

#body #main #content h1#logo img {
  width: 100%;
}

#body #main #content #screens {
  padding: 0px;
  text-align: center;
}

#body #main #content #screens li {
  display: inline-block;
  list-style-type: none;
}

#body #main #content .info {
  color: #CCC;
}

#body #main #content .screen-link {
  color: #CCC;
  float: right;
}

#body .subhead {
  border-bottom: solid #FFF 4px;
  color: #FFD200;
  font-family: FederationBold;
  font-size: 14px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

#footer {
  border-top: solid #FFF 4px;
  clear: both;
  color: #CCC;
  font-size: 14px;
  font-weight: bold;
  padding-top: 16px;
  text-align: center;
}

#footer .social {
  height: 18px;
  width: 18px;
}
