/* ============================================================
   Reef Bay - site stylesheet
   Font: Times New Roman (90s browser default)
   Links: #0000FF cobalt blue (90s browser default)
   Palette: sandy beige with rust accents
   ============================================================ */

BODY {
  background-image: url(bg_tile.png);
  background-color: #E8DCC8;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: #2a1a00;
  margin: 8px;
  padding: 0;
}

A            { color: #0000FF; text-decoration: underline; }
A:visited    { color: #0000FF; }
A:active     { color: #FF0000; }
A:hover      { color: #FF0000; }

H1 {
  font-size: 18px;
  color: #3a2a10;
  border-bottom: 3px double #998866;
  padding-bottom: 4px;
  margin-top: 0;
  font-family: "Times New Roman", Times, serif;
}

H2 {
  font-size: 15px;
  color: #4a3a1a;
  margin: 14px 0 4px 0;
  font-family: "Times New Roman", Times, serif;
}

P {
  line-height: 1.6;
  margin: 6px 0;
  font-family: "Times New Roman", Times, serif;
}

HR {
  border: none;
  border-top: 1px solid #AA9966;
  border-bottom: 1px solid #ffffff;
  margin: 10px 0;
}

/* ---- NAV BUTTONS (beveled, 90s style) ---- */
A.navbtn {
  padding: 3px 10px;
  background-color: #E8DCC0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #444444;
  border-right: 2px solid #444444;
  color: #3a2a10;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  margin: 0 3px;
}

A.navbtn:hover {
  background-color: #D0C0A0;
  border-top: 2px solid #444444;
  border-left: 2px solid #444444;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  color: #000000;
}

A.navbtn:visited {
  color: #3a2a10;
}

/* ---- SIDEBAR LINKS ---- */
A.sidelink {
  font-size: 12px;
  color: #0000FF;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
}

A.sidelink:visited {
  color: #0000FF;
}

A.sidelink:hover {
  color: #FF0000;
  text-decoration: underline;
}

/* ---- DATA TABLES ---- */
.data-table {
  border-collapse: collapse;
  width: 100%;
  border: 3px solid #000000;
}

/* ---- PHOTO CAPTION ---- */
.photo-caption {
  font-size: 11px;
  color: #886644;
  font-style: italic;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

/* ---- CBOX CHAT ---- */
.cbox-wrap {
  border-top: 3px solid #aacfcf;
  border-left: 3px solid #aacfcf;
  border-bottom: 3px solid #2a5555;
  border-right: 3px solid #2a5555;
  background-color: #1a3a3a;
  margin: 6px 0 10px 0;
  font-family: "Courier New", Courier, monospace;
}

.cbox-titlebar {
  background-color: #2e6060;
  border-bottom: 2px solid #2a5555;
  padding: 3px 8px;
}

.cbox-title {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  color: #c8eeee;
  font-weight: bold;
  letter-spacing: 1px;
}

/* ---- GUESTBOOK ---- */
.guestbook-wrap {
  margin: 6px 0;
}

/* ---- VISITOR COUNTER ---- */
.counter-digits {
  font-family: "Courier New", Courier, monospace;
  background-color: #001a00;
  color: #00ee88;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 2px 8px;
}
