/* Base font style for the document */
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* --- Headings Underline --- */
/* Add an underline effect that covers the entire content (text and images) */
.underline {
  position: relative;
  padding-bottom: 5px;  /* space for the underline */
  margin-bottom: 10px;  /* spacing below the heading */
}
.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #000;  /* adjust underline color as needed */
}

/* --- Existing Styles Updated to Inherit Fonts --- */
.topimg {
  margin-left: 10px;
  width: 200px;
  height: 100px;
}

.left {
  float: left;
}

.right {
  text-align: right;
}

fieldset {
  background-color: black;
  color: white;
  font-family: inherit;
}

fieldset.menu {
  border: 2px solid #382418;
  width: 260px;
  margin: 0 0 10px 0;
  display: block;
  padding: 0 5px 5px 5px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

fieldset.menu legend {
  font-weight: bold;
  color: white;
  font-family: inherit;
}

/* --- Updated Left Menu (Fieldset) Styles --- */
/* Remove default list styles and create block-level links */
fieldset.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;  /* disable default bullets */
}

fieldset.menu ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #382418;  /* visual separation between items */
}

fieldset.menu ul li a {
  display: block;
  padding: 8px 10px 8px 40px;  /* left padding reserved for icon */
  color: white;
  text-decoration: none;
  font-family: inherit;
}

fieldset.menu ul li a:hover {
  background-color: #382418;  /* hover effect */
}

/* Assign icons as background images to each block link */
fieldset.menu ul li.i-create a {
  background: url('../../img/title2/create.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-play a {
  background: url('../../img/title2/play.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-screen a {
  background: url('../../img/title2/screenshot.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-beta a {
  background: url('../../img/title2/beta.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-globe a {
  background: url('../../img/title2/globe.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-answer a {
  background: url('../../img/title2/get_answer.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-started a {
  background: url('../../img/title2/get_started.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-rules a {
  background: url('../../img/title2/rules.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-manual a {
  background: url('../../img/title2/manual.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-quest a {
  background: url('../../img/title2/questhelp.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-parents a {
  background: url('../../img/title2/parents_icon_small.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-safety a {
  background: url('../../img/title2/safety_guidelines.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-support a {
  background: url('../../img/title2/customer_support.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-comment a {
  background: url('../../img/title2/quill.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-bug a {
  background: url('../../img/title2/report_bug.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-vote a {
  background: url('../../img/title2/vote.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-polls a {
  background: url('../../img/title2/vote_grey.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-world a {
  background: url('../../img/title2/worldmap.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-score a {
  background: url('../../img/title2/hiscore.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-forum a {
  background: url('../../img/title2/comment.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-story a {
  background: url('../../img/title2/stories.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-files a {
  background: url('../../img/title2/extra_files.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-shop a {
  background: url('../../img/title2/shop.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-member a {
  background: url('../../img/title2/membership_benefits.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-sub a {
  background: url('../../img/title2/dollar.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-subext a {
  background: url('../../img/title2/dollar_plus.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-subcan a {
  background: url('../../img/title2/dollar_grey.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-msg a {
  background: url('../../img/title2/messages.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-pw a {
  background: url('../../img/title2/password.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-recset a {
  background: url('../../img/title2/set_recovery.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-reccan a {
  background: url('../../img/title2/cancel_recovery.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-rec a {
  background: url('../../img/title2/recover.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-track a {
  background: url('../../img/title2/track.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-appeal a {
  background: url('../../img/title2/appeal_ban.gif') no-repeat 10px center;
}
fieldset.menu ul li.i-pmod a {
  background: url('../../img/title2/pmod_icon.gif') no-repeat 10px center;
}

/* --- Other Existing Styles --- */

.news dd {
  padding: 0 0 1em 0;
  margin: 0;
  height: 50px;
}

dl.news > dd {
  height: auto;
  min-height: 50px;
}

.news dt {
  font-weight: bold;
  clear: right;
}

.newsdate {
  float: right;
}

.news a {
  margin-top: 0.5em;
}

.newscontainer {
  margin-left: 290px;
  margin-bottom: 110px;
}

img {
  border: 0;
}

.buttons {
  width: 457px;
  height: 110px;
  position: relative;
  margin: 0;
}

.buttons a {
  display: block;
  position: absolute;
  width: 180px;
  height: 75px;
  margin: 5px;
  background: #d38408;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow:
   1px  1px 0 #000,  
   1px  1px 0 #000,  
   1px  1px 0 #000,  
   1px  1px 0 #000;
  border: 5px outset #f39d00;
  left: 225px;
  top: 176px;
}

.buttons a:hover {
  background: #ff9c00;
  border-color: #ffa500;
}

#button-left {
  left: 15px;
  top: 0px;
}

#button-left span.lev1 {
  background-image: url('../../img/title2/doublebutton_create.gif');
}

#button-right {
  right: 15px;
  top: 1px;
}

#button-right span.lev1 {
  background-image: url('../../img/title2/doublebutton_play.gif');
}

#button-left span.beta {
  background-image: url('../../img/title2/doublebutton_beta.gif');
}

span.lev1,
span.beta {
  display: block;
  cursor: pointer;
  position: absolute;
  top: -177px;
  left: -65px;
  width: 200px;
  height: 100px;
}

a:hover span.lev1 {
  background-position: 0 100px;
}

a:hover span.beta {
  background-position: 0 100px;
}

*+html fieldset.menu {
  display: block;
  margin-top: 15px;
  padding-top: 10px;
  position: relative;
}

* html fieldset.menu {
  display: block;
  margin-top: 15px;
  padding-top: 10px;
  position: relative;
}

*+html fieldset.menu legend {
  position: absolute;
  top: -7px;
}

* html fieldset.menu legend {
  position: absolute;
  top: -7px;
}
