/* ============================
   GLOBAL
============================ */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #e6e6e6;   /* soft gray on near-black */
    margin: 0;
    padding: 0;
    background: #0f0f12;
}


/* clipzone wraps the whole page */
#clipzone {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ============================
   PAGE WRAPPER TABLE
============================ */
#page-wrapper {
    width: 100%;
    border-collapse: collapse;
    background: #111116;
}

/* ============================
   HEADER
============================ */
#header-bar {
  background: #010101;
  color: #ffffff;
  padding: 18px 24px;
  border-bottom: 1px solid #1a1a1a; /* subtle chrome line */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
}


.sitetitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 52px;
  color: #000000; /* black fill */
  text-shadow:
      0 0 1px #00eaff,
      0 0 2px #00eaff,
      0 0 3px #00bcd4;
  letter-spacing: 1px;
}
.subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #00eaff; /* black fill */
  letter-spacing: 1px;
}
.subtitle h1 h2 h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #00eaff; /* black fill */
  letter-spacing: 1px;
}


#site-logo img {
    height: 160px;
}

/* ============================
   MAIN ROW
============================ */
#main-row {
    padding: 0;
}

/* ============================
   CONTENT AREA
============================ */
#content {
    background: #0d0d0d;
    color: #c4c4c4;
    padding: 25px;
    border-radius: 6px;
    margin-right: 1px;
    min-height: 400px;
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
}

/* ============================
   MENU COLUMN
============================ */
#menu-table {
    background: #141418;
    border-left: 1px solid #2a2a33;
    width: 100%;
}

#menu-table td {
    padding: 10px 12px;
}

.menu-title {
	background: #010101;
    font-weight: bold;
    color: #7fffd4;
    font-size: 20px;
    border-bottom: 1px solid #2a2a33;
    padding-bottom: 8px;
}

#menu-table a {
    color: #9be7ff;
    text-decoration: none;
    font-size: 18px;
}

#menu-table a:hover {
    color: #7fffd4;
}

/* footer link inside menu */
.menu-footer a {
    color: #9be7ff;
}

.menu-footer a:hover {
    color: #7fffd4;
}

/* ============================
   FOOTER
============================ */
.footer {
    background: #010101;
    padding: 15px;
    font-size: 13px;
    color: #888;
    border-top: 2px solid #2f2f38;
    text-align: center;
}
.credits {
    background: #141418;

}