body {
  background-color: #000;
  background-image: url("img/black-paper.png");
  color: #f4ecd8;
  font-family: "Special Gothic", sans-serif;
  font-size: 14px;
}

#page {
  max-width: 1000px;
  margin: 20px auto;
  border: 3px ridge #111111;
  background-color: #1b1b1b;
}

/* header image is temporary, please replace before live */
#header {
  background-image: url("img/cup.webp");
  background-size:100%;
  border-bottom: 3px ridge #583a3a;
  text-align: center;
  padding: 15px;
}

#header h1 {
  font-family: "Uncial Antiqua", serif;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

#layout {
  width: 100%;
}

#sidebar {
  font-size:17px;
  width: 200px;
  vertical-align: top;
  letter-spacing:2px
}

#content {
  vertical-align: top; 
}

.scroll {overflow-y:scroll;height:550px}

.box {
  background-color: #2a2a2a;
  padding: 10px;
  margin-bottom: 10px;
}

.divider img {
  width:100%
}

.box split {
  width:50%}

.box h2 {
  font-family: "Uncial Antiqua", serif;
  font-size: 16px;
  color: #dd6161;
  border-bottom: 1px dashed #c27575;
  margin-bottom: 6px;
}

.blinkiebox img {
  width:150px
}

#sidebar img {
  height:20px;
  float:left;
  margin-right:6px
}

#sidebar ul {
  list-style: none;
  padding-left: 0;
}

#sidebar li {
  margin-bottom: 6px;
}

#sidebar a {
  color: #e6b0b0;
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
  color: #fff2c4;
}

.button {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 6px;
  background: linear-gradient(#b94b4b, #3f423f);
  border: 2px outset #d68080;
  color: #ffdbdb;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

.button:active {
  border: 2px inset #d68080;
}

#footer {
  text-align: center;
  padding: 10px;
  background-color: #111;
}

.small {
  font-size: 11px;
  color: #979797;
}



@media screen and (max-width: 800px) {

table {border-spacing:3px}

body {font-size:16px}

#sidebar {
  font-size:12px;
  letter-spacing:0px;
  width:30%;
  line-height:25px;
  font-weight:bold;
}

}