/* 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 {
  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;
}

.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 {
  float: left;
}

#content {
  margin-left: 188px;
  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-image: url("images/corner.png");
  background-repeat: no-repeat;
  font-size: 1px;  /* suppress list white-space bug in IE7 */
  list-style-type: none;
  margin: 0;
  padding: 87px 0 0 0;
  width: 188px;
}

#general-nav {
  background-color: #923e00;
  font-size: 1px; /* suppress list white-space bug in IE7 */
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0 0;
  width: 66px;
}

#game-nav li, #game-nav li a, #general-nav li, #general-nav li a {
  width: 66px;
}

#game-nav img, #general-nav img {
  display: block;
  width: 66px;
}

#nav-image {
  margin: 0;
  position: absolute;
  left: 82px;
  top: 113px;
}

/* Hack for IE6 and older to work around the list white-space bug.
   Other browsers don't see this because html has no ancestor. */
* html #game-nav li, * html #general-nav li {
  display: inline;
}