body {
  --c1: #c0a9bd;
  --c2: #8b7085;
  --c3: #503049;
  --c4: #4c007f;
  --c5: #7a54a7;
  --c6: #426f6b;
  --c7: #5fa09a;
  --c8: #245e58;
  --bg: var(--c8);
  background-color: var(--bg);
  color: rgb(0, 0, 0);
  font-family: Verdana, Consolas, monospace; 
  font-size:14px;
  image-rendering: pixelated;
  margin: 0px;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: var(--c5);
}

a:visited {
  color: var(--c4);
}

.scroll-holder {
  width:100%;
  height: 60px;
  border: 0px;
  overflow: hidden;  

}

.scroll-image {
  background: url("/assets/backgrounds/cloudback.gif") repeat-x;
  height:60px;
  width: 4500px;
  animation: scroller 3s linear infinite;
  -ms-animation: scroller 3s linear infinite;
  -webkit-animation: scroller 3s linear infinite;
  -moz-animation: scroller 3s linear infinite;
  margin-left: -200px;
}

.scroll-text {
  color: white;
  font-family: "consolas";
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  font-size: 20px;
  z-index: 2;
  background-color: var(--c4);
  padding: 10px;
  width:fit-content;
  margin-top:-57px;
}

.header {
  background-image: url(/assets/backgrounds/space.gif);
  height: 100px;
  width: auto;
  text-align: center;
  border:2px solid white;
  border-bottom: 7px double white;
  padding-top: 0px;
  line-height: .8;
  color: white;
}

.main {
  margin: auto;
  margin-bottom: 0px;
  width: 80%;
  background-color: var(--c6);
  margin-top: -100px;
  padding: 0px;
  padding-top: 110px;
  padding-bottom: 2px;
  z-index: 0;
  height: 100%;
}

.tab-window {
  border: 10px solid transparent;
  margin-bottom: 0px;
  border-bottom: 0px;
  width: 40%;
  border-image: url(/assets/tabwindow.png) 15 repeat;
  padding-bottom: 12px;
  overflow:normal;
  height:16px;
  text-align: left;
  background-color: var(--c4);
  line-height: 16px;
  }

.tab-text {
  line-height: 1px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  letter-spacing: 0px;
}

.main-window {
  border: 10px solid transparent;
  background-color: var(--c1);
  border-image: url(/assets/tabwindow.png) 15 repeat;
  overflow-x:hidden;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

.main-window-scroll {
  border: 8px solid transparent;
  background-color: white;
  width: 500px;
  border-image: url(/assets/mainwindowscroll.png) 8 round;
  border-top:0;
  padding-top:8px;
  padding-bottom: 8px;
  overflow-y:scroll;
  font-size: 12px;
  color:black;
}

.tab-window-scroll {
  border: 8px solid transparent;
  border-image: url(/assets/tabwindowscroll.png) 8 8 8 8 repeat;
  padding-bottom: 10px;
  overflow:normal;
  height:13.5px;
  text-align: center;
  background-color: var(--c2);
  display: flex;
  justify-content: normal;
}

h1 {
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 5px;
  color: white;
}

h2 {
  line-height:6px;
  font-size: 22px;
}

h3 {
  font-size: 24px;
  color: black;
  letter-spacing: 3px;
  font-weight: bolder;
  font-family: 'Times New Roman', Times, serif;
  border-bottom: 3px solid var(--c3);
  line-height: .9;
  margin:0px;
}

h4 {
  font-size: 15px;
  padding-left: 2px;
  width:auto;
  font-family: 'Courier New', Courier, monospace;
  background: var(--c2);
  margin: 0;
  margin-bottom: 12px;
  color: rgb(255, 255, 255);
  font-weight:normal;
}

.em {
color: white;
  background-color: var(--c7);
  text-transform: uppercase;
}

hr {
  border: 1px solid white;
}

hr.a {
  border: 0px solid transparent;
}

.post-hr {
  border: 1px solid var(--c3);
  line-height: 0px;
  margin: -2px;
}

.post {
  border: 10px solid transparent;
  border-image: url(/assets/tabwindow.png) 15 repeat;
  background-color: var(--c1);
  width: contain;
  height: fit-content;
  padding:5px;
  margin-bottom: 12px;
  font-size: 13px;
  overflow-y: auto;
}

.post-alert {
  border: 4px outset #74a8d3;
  background-image: url(/assets/backgrounds/cloudback.gif);
  background-color: var(--c6);
  padding:5px;
  margin-bottom: 8px;
  height: fit-content;
  overflow: hidden;
}

.post-alert h3 {
  border-bottom: 3px solid blueviolet;
}

.post img {
  display:inline-block;
  padding: 2px;
}

.post-img-left {
  margin: 4px;
  margin-left: 0px;
  width: 202px;
  height: 202px;
  padding: 0;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  float: left;
  background-color: white;
}

.post-img-right {
  margin: 4px;
  margin-right: 0px;
  padding: 0;
  width: 202px;
  height: 202px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  float: right;
  background-color: white;
}

ul.changelog {
  text-indent: 1px;
  vertical-align: text-bottom;
  list-style-type:square;
  background: var(--c7);
  color: white;
  list-style-position: outside;
  margin: 0px;
  padding: 5px;
  padding-left: 28px;
  height:fit-content;
}

li {
  margin-left: 8px;
}

.list-header {
  font-size: 20px;
}

.list-header::after {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: cover;
  background-image: url('/assets/icons/small\ cd.png');
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align:baseline;
  margin-left: 5px;
}

li::marker {
  content: '> ';
  font-size: 12px;
}

li.new::marker {
  content: url("/assets/icons/newest.gif");
  vertical-align: bottom;
}

li.update::marker {
  content: url("/assets/icons/update.gif");
  vertical-align: top;
}

li.list-header::marker {
  content: '==';
  font-size: 20px;
}

li.no::marker {
  content: '';
}

li.no {
  margin-left: -5px;
}

table.content {
  overflow-y:auto;
  height: auto;
  text-align:left;
  line-height:auto;
  padding: 2px;
  margin: 0px;
}

table.content td {
  width: 100%;
  background-color:white;
  overflow-y: auto;
  text-align: left;
  vertical-align: top;
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: px;
  margin-left: 3px;
}

table.content th {
  background-color: var(--c1);
  width: 20%;
  vertical-align: top;
  text-align:left;
  font-weight: normal;
  font-size: 14px;
}

.sidebar {
  border: 0px;
  border-right: 2px;
  padding: 0px;
}

.disabled {
  font-size: 15px;
  color: var(--c2);
  border-radius: 0;
  background-color: var(--c1);
}

.disabled:hover {
  color: var(--c2);
  cursor: not-allowed;
  background-color: var(--c1);
}

/* parallax effects for objects */
/* div parallax [ (BACKGROUND) div parallax_layer + parallax_layer-back > (FOREGROUND) div parallax layer + parallax_layer-base ] /div */

.parallax {
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: auto;
}
.parallax_layer {
  position:absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax_layer-base {
  transform: translateZ(0);
}

.parallax_layer-back {
  transform: translateZ(-1px);
}

button#sidebar {
  font-size: 15px;
  border-radius: 0;
  background-color: var(--c1);
}

button#sidebar:hover {
  border-radius: 0;
  background-color: var(--c2);
  }

#link-header a {
  color: var(--c2);
}

#link-header a:hover {
  color: var(--c3);
  letter-spacing: 1px;
}

#link-header a:visited {
  color: var(--c7);
  letter-spacing: 1px;
}

#link-header a:visited:hover {
  color: var(--c6);
  letter-spacing: 1px;
}

#redwindow {
  background-image: url(/assets/redwindow.gif);
  background-size:cover;
  height: 100px;
  width: 60px;
}

#bluewindow {
  background-image: url(/assets/bluewindow.gif);
  background-size:cover;
  height: 100px;
  width: 60px;
}

/*Don't forget to turn these back on!*/

#redwindow:hoer {
  background-image:url(/assets/redwindowopen.gif);
}

#bluewindow:hoer {
  background-image:url(/assets/bluewindowopen.gif);
}

/* keyframes go here */

@keyframes scroller {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(187px);
  }
}

@-ms-keyframes scroller {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(187px);
  }
}

@-webkit-keyframes scroller {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(187px);
  }
}

@-moz-keyframes scroller {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(187px);
  }
}

/* fonts go here */

@font-face {
  font-family: "LunchDS";
  src: url("assets/lunchds.woff");
}

@font-face {
  font-family: 'SixtyFour';
  src: url(/assets/sixtyfour-regular.woff);
}