﻿@media screen and (max-width: 750px) {
  html {
    overflow-x: hidden;
  }
}
body {
  background-color: #efefef;
  color: #000;
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 300;
  font-size: 100%;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  body {
    margin: 0px;
    padding: 0px;
  }
}
ol,
p,
ul {
  line-height: 1.9rem;
}
h1 {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  background-color: #2d2d2d;
  margin: 1rem 0;
  color: #e8e8e8;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}
h2 {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ab4444;
  margin: 1rem 0;
}
h3 {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ab4444;
  margin: 1rem 0;
}
h4 {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ab4444;
  margin: 1rem 0;
  text-align: right;
}
h5 {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ab4444;
  margin: 1rem 0;
}
h6 {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0;
}
a {
  color: #ab4444;
  text-decoration: underline;
}
a:visited {
  color: #801515;
}
a:hover {
  color: #d46a6a;
}
pre {
  overflow: auto;
  background: white;
  padding: 1rem;
  border-radius: 3px;
}
.left-col {
  height: 100%;
  width: 180px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #2d2d2d;
  z-index: 10;
}
.left-col > *, .logo {
  width: 180px !important;
}
@media screen and (max-width: 750px) {
  .left-col {
    display: block;
    float: none;
    position: fixed;
    top: 65px;
    margin-left: -185px;
    width: 185px;
    overflow-y: auto;
    height: calc(100vh - 65px);
    transition: margin 0.5s;
  }
  .left-col > *, .logo {
    width: 185px !important;
  }
}

.center-col {
  float: left;
  vertical-align: top;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .center-col {
    float: none;
    margin: 65px 0 0 0;
    transition: margin 0.5s;
  }
}
.stal-img-left {
  position: fixed;
  left: 179px;
  top: -1px;
  height: 80%;
}
@media screen and (max-width: 1250px) {
  .stal-img-left {
    display: none;
  }
}
.stal-img-right {
  position: fixed;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .stal-img-right {
    display: none;
  }
}
.banner {
  display: none;
  height: 50px;
  background-color: #2d2d2d;
  overflow: hidden;
  width: 100%;
  position: fixed;
  border-bottom: 1px #e8e8e8 solid;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .banner {
    margin: 0;
    height: 65px;
    min-height: 65px;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.banner-wrap {
  display: table-row;
}
@media screen and (max-width: 750px) {
  .banner-wrap {
    display: block;
  }
}
.menu-icon {
  font-size: 3rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  display: none;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .menu-icon {
    display: block;
  }
}
.banner-title {
  font-size: 2rem;
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 900;
  color: #e8e8e8;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .banner-title {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 20px;
  }
}
.banner-title-logo {
  display: none;
  text-align: center;
  vertical-align: middle;
  width: 25%;
  padding: 5px;
}
.banner-title-logo > img {
  height: 55px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .banner-title-logo {
    display: table-cell;
  }
}
.banner-date {
  color: #ab4444;
  display: inline-block;
}
.logo {
  text-align: center;
  display: block;
}
.logo img {
  width: 100px;
  vertical-align: middle;
  margin: 10px;
}
@media screen and (max-width: 750px) {
  .logo {
    display: none;
  }
}
.logo-text {
  color: #e8e8e8;
  font-weight: 700;
  margin-left: -10px;
}
.logo-text:nth-of-type(1) {
  margin-top: 10px;
}
.logo-text:nth-of-type(2) {
  margin-bottom: 10px;
}
.welcome {
  color: #e8e8e8;
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 500;  
  margin: 10px;
  font-size: 14px;
}
.sidebar {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar-content-box {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  flex: 0 0 auto;
}
#sidebar-fill {
  flex: 1 0 auto;
}
.sidebar-item a,
.sidebar-sub-item a,
.sidebar-sub-sub-item a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #e8e8e8;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  -moz-box-shadow: inset 0 0 0 #000000;
  -webkit-box-shadow: inset 0 0 0 #000000;
  box-shadow: inset 0 0 0 #000000;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #a6373f 50%);
  transition: background-position 0.5s;
}
.sidebar-item a:visited,
.sidebar-sub-item a:visited,
.sidebar-sub-sub-item a:visited {
  color: #e8e8e8;
}
.sidebar-item a:active,
.sidebar-sub-item a:active,
.sidebar-sub-sub-item:active {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  transition-delay: 0s;
}
.sidebar-item:hover,
.sidebar-item a:hover,
.sidebar-sub-item:hover,
.sidebar-sub-item a:hover,
.sidebar-sub-sub-item:hover,
.sidebar-sub-sub-item a:hover {
  text-decoration: none;
  background-position: -100% 0;
}
.sidebar-sub-item a:hover {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 400;
}
.sidebar-item a {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 500;
  padding: 10px 5px 10px 20px;
}
.sidebar-sub-item a {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 400;
  padding: 10px 0 10px 35px;
}
.sidebar-sub-sub-item a {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 100;
  padding: 10px 0 10px 35px;
}
.sidebar-item.no-link a:hover,
.sidebar-item.no-link:hover {
  text-decoration: none;
  background-color: transparent;
}
.sidebar-item.no-link a {
  transition: none;
  box-shadow: none;
}
.collapsed {
  max-height: 0;
}
.sidebar-outer {
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .sidebar-closer {
    min-height: 100%;
    width: calc(100% - 185px);
    position: fixed;
    right: 0;
    z-index: 5;
  }
}

.sidebar::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.sidebar::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.sidebar::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.sidebar::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.sidebar::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.sidebar::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.sidebar::-webkit-scrollbar-track:hover {
  background: #666666;
}
.sidebar::-webkit-scrollbar-track:active {
  background: #333333;
}
.sidebar::-webkit-scrollbar-corner {
  background: transparent;
}
.sidebar .widgetholder-sidebar, .sidebar .widget {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
.index-container {
  width: 800px;
  margin: 10px calc((100vw - 180px - 800px) / 2) 0
    calc((100vw + 165px - 800px) / 2);
}
@media screen and (min-width: 1500px) {
  .index-container {
    margin-left: calc((100vw - 800px) / 2);
    margin-right: calc((100vw - 800px) / 2);
  }
}
@media screen and (max-width: 1100px) {
  .index-container {
    width: calc(100% - 210px);
    margin: 10px 10px 0 190px;
  }
}
@media screen and (max-width: 750px) {
  .index-container {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.content-box {
  margin: 0 0 20px;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: #f6f6f6;
}
.content-header {
  display: table;
  width: 100%;
}
.content-left {
  height: 100%;
  display: table-cell;
  padding: 10px;
  background-color: #2d2d2d;
  color: #e8e8e8;
}
.content-left a {
  color: #e8e8e8;
  text-decoration: none;
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 700;
}
.content-right {
  height: 100%;
  width: 100px;
  text-align: center;
  display: table-cell;
  padding: 10px;
  background-color: #ab4444;
  color: #e8e8e8;
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 500;
}
.content {
  display: table;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
}
.content-summary {
  padding: 0 15px;
  vertical-align: top;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .content-summary {
    order: 3;
  }
}
.content-summary p {
  margin: 15px 0;
}
.index-thumbl {
  padding: 10px 0 0 10px;
}
@media screen and (max-width: 750px) {
  .index-thumbl {
    order: 1;
  }
}
.index-thumbr {
  padding: 10px 10px 0 0;
}
@media screen and (max-width: 750px) {
  .index-thumbr {
    order: 2;
  }
}
.index-thumbl,
.index-thumbr {
  max-width: 225px;
  display: table-cell;
  vertical-align: middle;
}
.index-thumbl img,
.index-thumbr img {
  max-width: 225px;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  .index-thumbl,
  .index-thumbr {
    margin-top: -1px;
    flex-basis: 50%;
    padding: 0;
  }
  .index-thumbl img,
  .index-thumbr img {
    width: 100%;
  }
}
.content-footer {
  width: 100%;
  display: table;
}
.content-footer-center,
.content-footer-left,
.content-footer-right {
  width: 50%;
  display: table-cell;
  padding: 5px 5px 10px;
}
.content-footer-left {
  text-align: right;
}
.content-footer-center {
  text-align: center;
}
.content-footer-right {
  text-align: left;
}
a.footer-button {
  padding: 5px;
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 500;
  color: #ab4444;
  text-decoration: underline;
}
a.footer-button:visited {
  color: #801515;
}
a.footer-button:hover {
  color: #d46a6a;
}
.paginator {
  text-align: center;
}
#new-button {
  margin-top: -15px;
  font-size: 0.8rem;
  text-align: center;
  padding-bottom: 15px;
}
.article-content {
  min-height: 100vh;
  background-color: #efefef;
  overflow-x: visible;
  padding-top: 10px;
}
.article-content, footer {
  width: 800px;
  padding-left: calc((100vw + 165px - 800px) / 2);
  padding-right: calc((100vw - 180px - 800px) / 2);
}
.article-content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 1500px) {
  .article-content, footer {
    padding-left: calc((100vw - 800px) / 2);
    padding-right: calc((100vw - 800px) / 2);
  }
}
@media screen and (max-width: 1100px) {
  .article-content, footer {
    width: calc(100% - 210px);
    padding-left: 190px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .article-content, footer {
    padding: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
  }
  .article-content > * {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .article-title {
    display: none;
  }
}
.mainimg {
  display: block;
  text-align: center;
  max-height: 600px;
}
.mainimg img {
  max-width: 100%;
  max-height: 600px;
  border: 1px solid #cacaca;
}
@media screen and (max-width: 750px) {
  .mainimg {
    margin: 0;
  }
  .mainimg img {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
}
.article-img-center {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.article-img-center img {
  max-width: 100%;
  max-height: 600px;
  border: 1px solid #cacaca;
}
@media screen and (max-width: 750px) {
  .article-img-center {
    width: 100%;
  }
  .article-img-center img {
    border-left: 0;
    border-right: 0;
  }
}
.article-img-left {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
.article-img-right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.article-img-left,
.article-img-right {
  width: 400px;
  text-align: center;
}
.article-img-left img,
.article-img-right img {
  border: 1px solid #cacaca;
  max-width: 100%;
  max-height: 600px;
}
@media screen and (max-width: 750px) {
  .article-img-left,
  .article-img-right {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: calc(100%);
  }
  .article-img-left img,
  .article-img-right img {
    border-left: 0;
    border-right: 0;
  }
}
figcaption {
  font-size: 0.9rem;
}
@media screen and (max-width: 750px) {
  figcaption {
    font-size: 1rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.photo-button {
  padding: 5px;
  color: #ab4444;
  text-decoration: underline;
  font-size: 1.5rem;
  font-weight: bold;
}
.photo-button-wrapper {
  text-align: center;
  display: block;
}
.anchor {
  position: absolute;
}
blockquote {
  margin: 0 100px;
  padding: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: #f5f3c4;
}
.article-content blockquote address,
.article-content blockquote dl,
.article-content blockquote ol,
.article-content blockquote p,
.article-content blockquote pre,
.article-content blockquote ul {
  margin-left: 0;
  margin-right: 0;
}
.article-content blockquote h1,
.article-content blockquote h2,
.article-content blockquote h3,
.article-content blockquote h4,
.article-content blockquote h5 {
  margin-left: 0;
  margin-right: 0;
}
.logged-in {
  font-size: 0.8rem;
  text-align: center;
  padding-bottom: 15px;
}
.personimg {
  text-align: center;
}
.personimg > a > img {
  max-height: 400px;
  max-width: 100%;
  margin: 25px 25px 0;
}
@media screen and (max-width: 750px) {
  .personimg > a > img {
    margin: 0;
  }
}
.badges {
  line-height: 0;
  border: 1px solid black;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .badges {
    margin: 1rem;
  }
}
.badge {
  display: inline-block;
  margin: 5px;
}
.currlink,
.nextlink,
.prevlink {
  font-family: Roboto, Tahoma, Arial, sans-serif;
  font-weight: 500;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 33%;
}
.currlink a,
.nextlink a,
.prevlink a {
  color: #e8e8e8;
}
.link-container {
  background-color: #2d2d2d;
  height: 40px;
  display: table;
  width: 100%;
}
.maindisplay {
  max-width: 780px;
  max-height: 600px;
}
@media screen and (max-width: 750px) {
  .maindisplay {
    max-width: 100%;
  }
}
.image-wrapper {
  height: 600px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .image-wrapper {
    height: initial;
  }
}
.image-cell {
  text-align: center;
}
.thumb_box {
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  bottom: 5px;
}
.expand-thumb-box {
  height: 100%;
  overflow-y: hidden;
}
.thumb-toggle {
  width: 80px;
  padding: 2px;
  border-radius: 2px;
  background-color: #2d2d2d;
  color: #e8e8e8;
  margin: 2px auto;
  text-align: center;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  -moz-box-shadow: inset 0 0 0 #000000;
  -webkit-box-shadow: inset 0 0 0 #000000;
  box-shadow: inset 0 0 0 #000000;
}
.thumb-toggle:active {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  transition-delay: 0s;
}
.select-thumbnail {
  border: 5px solid #a6373f;
  max: 100px;
}
.thumbnail {
  border: 0 solid transparent;
  max: 100px;
}
.nodisplay {
  display: none !important;
}
.nopad {
  padding: 0 !important;
}
.padless {
  margin-left: 25px;
  margin-right: 25px;
}
.padmore {
  margin-left: 50px;
  margin-right: 50px;
}
.nomargin {
  margin: 0 !important;
}
.center {
  text-align: center !important;
}
.highlight {
  font-weight: bold !important;
  color: #ab4444 !important;
}
.mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  .mobile {
    display: inline-block;
  }
}
table.sortable td,
table.sortable th {
  min-width: 4em;
  text-align: center;
}
table.sortable th {
    cursor: pointer;
}
@media screen and (max-width: 750px) {
  table.sortable td,
  table.sortable th {
    min-width: 6em;
  }
}
table.sortable
  th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
  content: " \25B2\25BC";
  font-size: 0.5rem;
  vertical-align: middle;
}
.content table {
  width: 100%;
}
.article-content table {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 750px) {
  .article-content table {
    margin: 0;
  }
}
.widetable {
  margin: 0 !important;
  width: 100% !important;
}
.table-container {
  overflow-x: scroll;
  overflow-y: hidden;
}
.content-summary table {
  margin: 0 -15px -15px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 750px) {
  .table-container {
    margin: 0 -10px;
  }
}
table {
  border-collapse: collapse;
  font-family: Roboto, Tahoma, Arial, sans-serif;
}
td,
th {
  padding: 0.5rem;
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width: 750px) {
  td,
  th {
    padding: 0.3rem;
  }
}
tbody > tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.83);
}
tbody > tr:nth-child(odd) {
  background-color: rgba(245, 245, 245, 0.83);
}
thead > tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
td.date {
  white-space: nowrap;
}
hr.hrstyle {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
hr.hrsidebar {
  border-top: 1px solid #e8e8e8;
  border-bottom: 0 solid transparent;
  width: 100%;
  flex: 0 0 auto;
}
hr.hrsidebartop {
  border-top: 1px solid #e8e8e8;
  border-bottom: 0 solid transparent;
  margin-top: 0;
  width: 100%;
  flex: 0 0 auto;
}
hr.fancy {
  padding: 0;
  border: none;
  border-top: medium double #ab4444;
  color: #ab4444;
  text-align: center;
  height: 0px;
  width: 60%;
}
hr.fancy:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background-color: #2d2d2d;
}
.license {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 15px;
}
.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
}
.pagination li {
  padding: 0 10px;
}
