/* general PS Cave style for all pages */

body {
  background: #00ccff url("/images/leftbg.jpg") repeat-y;
  color: black;
  font-family: arial, helvetica, sans-serif;
  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 {
  text-align: center;
}

#footer p {
  margin-top: 0;
  margin-bottom: 0;
}

#footer p:first-child {
  border-top: 1px solid #de9419;
  border-bottom: 1px solid #de9419;
}

#footer .lastchild {
  border-bottom: 1px solid #de9419;
}

#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 */

#navigation {
  background-image: url("/images/corner.png");
  background-repeat: no-repeat;
  float: left;
  width: 188px;
}

#content {
  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;
}

#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 {
  display: none;
}
