/* general PS Cave style for all pages */

body {
  background: #ffff66 url("/images/leftbg.jpg") repeat-y;
  color: #cc6600;
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
  margin: 0;
}

a:link {
  color: #666600;
}

a:active, a:hover {
  color: #999900;
}

a:visited {
  color: #7b7b00;
}

a:link, a:active, a:hover, a:visited {
  text-decoration: none;
}

a img {
  border-width: 0;
}

h1 {
  background: url("/images/h1border.jpg") bottom center no-repeat;
  color: black;
  font-size: x-large;
  padding-bottom: 14px;
  text-align: center;
}

h2 {
  background: url("/images/h2border.jpg") bottom left no-repeat;
  color: #330000;
  font-size: large;
  padding-bottom: 7px;
}

h3 {
  color: #996600;
}

dt {
  color: #993300;
}

table {
  border: 1px solid #ff9900;
  border-collapse: separate;
  border-spacing: 2px 2px;
}

th {
  background-color: #ffcc66;
  border: 1px solid #ff9900;
  color: #660000;
}

td {
  border: 1px solid #ff9900;
  color: #993300;
  font-weight: normal;
}

#footer, footer {
  text-align: center;
}

#footer > p, footer > p {
  margin-top: 0;
  margin-bottom: 0;
}

#footer > p:first-child, footer > p:first-child {
  border-top: 1px solid #de9419;
  border-bottom: 1px solid #de9419;
}

#footer > p:last-child, footer > p:last-child {
  border-bottom: 1px solid #de9419;
}

#footer > .like-button, footer > .like-button {
  padding: 3px;
}

.credit, .shown-images {
  text-align: center;
}

.intro {
  color: #996600;
  font-style: italic;
  text-align: center;
}

.page-navigation {
  list-style-type: disc;
}

.section-bottom {
  clear: right;
  text-align: center;
}


/* site navigation style */

/*
header {
  margin-left: 188px;
}
*/

#navigation, nav {
  background-image: url("/images/corner.png");
  background-repeat: no-repeat;
  float: left;
  width: 188px;
}

#content, footer, main {
  margin-left: 188px;
  max-width: 45em;
  padding-left: 1em;
  padding-right: 0.5em;
}

#banner {
  background-image: url("/images/topbg.jpg");
  background-repeat: repeat-x;
  margin: 0 0 0 188px;
}

header > #banner {
  margin-left: 0;
}

#banner > img {
  display: block;
}

#game-nav {
  background-color: #923e00;
  list-style-type: none;
  margin: 87px 0 0 0;
  padding: 0;
  width: 68px;
}

#general-nav {
  background-color: #923e00;
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0 0;
  width: 66px;
}

#game-nav > li, #general-nav > li {
  background-color: #dee561;
  border-top: 1px solid #6e4b00;
  border-bottom: 1px solid #6e4b00;
  border-right: 1px solid #682d0d;
  color: #725200;
  font-weight: bold;
  margin-bottom: 1px;
  text-align: center;
  width: 66px;
}

#game-nav > li > a, #general-nav > li > a {
  color: #725200;
  display: block;
  width: 66px;
}

#nav-image {
  margin: 0;
  position: absolute;
  left: 82px;
  top: 113px;
}



/* Discord */

#ma-discord {
    position:fixed;
    width:100%;
    height:30px;
    background: #000;
    bottom:0;
    animation: 1s ease-out 0s 1 maSlideInFromTop;
    left: 0;
}

#ma-discord-logo {
    width: 16px;
    margin-right: 1px;
    display: inline-block;
}

#ma-discord-inner {
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.01em;
    text-align: center;
    width: 100%;
    height:100%;
}

#ma-discord-inner a{
    height: 30px;
    display: inline-block;
    padding-top: 3px;
    color:#d3d300;
}

@keyframes maSlideInFromTop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 1000px) {
	.ma-discord-hide-on-mob {
	    display:none !important;
    }
}