/* ============================================================
   Youth Music Theatre UK — Main Stylesheet
   Reconstructed from archive 2008-09-13
   ============================================================ */

/* --- Reset / Base --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #003399;
}

/* --- Outer layout table --- */
.main-layout {
  width: 100%;
  min-width: 600px;
}

/* --- Top row --- */
.top {
  padding: 10px 10px 0 10px;
  vertical-align: bottom;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #003399;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  text-align: right;
  padding: 5px 10px 0 0;
  vertical-align: top;
  width: 130px;
}

/* --- Content column --- */
.content-top {
  height: 5px;
  background-color: #0099cc;
}

.content-main {
  vertical-align: top;
  padding: 10px;
}

.content-bottom {
  height: 5px;
  background-color: #0099cc;
}

.content {
  /* inner content wrapper */
}

/* --- Homepage grid --- */
.homepage-content {
  /* outer table */
}

.hometext-top {
  font-size: 9px;
  color: #ffffff;
  background-color: #0099cc;
  padding: 2px 4px;
}

.hometext {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #003399;
  padding: 5px 8px;
  line-height: 1.4;
}

.hometext a {
  color: #ffffff;
  text-decoration: none;
}

.hometext a:hover {
  text-decoration: underline;
}

/* Grid separators */
.grid-sep {
  width: 10px;
  background-color: #ffffff;
}

.grid-sep-h {
  height: 10px;
  background-color: #ffffff;
}

/* --- Right nav column --- */
.nav-top {
  height: 5px;
  background-color: #0099cc;
  width: 160px;
}

.nav {
  vertical-align: top;
  width: 160px;
  padding: 0 5px;
}

.nav-bottom {
  height: 5px;
  background-color: #0099cc;
  width: 160px;
}

/* Newsletter box */
.newsletter-box {
  border-top: 2px solid #0099ff;
  margin-bottom: 8px;
  padding: 5px 3px;
  text-align: center;
}

.newsletter-label {
  font-weight: bold;
  font-size: 10px;
  color: #003399;
  margin-bottom: 5px;
  line-height: 1.4;
}

.newsletter-input {
  font-size: 10px;
  border: 1px solid #999999;
  width: 100px;
  padding: 2px;
}

.submit {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #0099cc;
  color: #ffffff;
  border: none;
  padding: 2px 6px;
  cursor: pointer;
}

.submit:hover {
  background-color: #0066aa;
}

/* Navigation list */
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  border-bottom: 1px solid #cccccc;
}

.nav-item.first {
  border-top: 1px solid #cccccc;
}

.nav-item a.navlink {
  display: block;
  padding: 4px 6px;
  font-size: 10px;
  font-weight: bold;
  color: #003399;
  text-transform: lowercase;
  text-decoration: none;
}

.nav-item a.navlink:hover {
  background-color: #0099cc;
  color: #ffffff;
}

.navlevel1 {
  font-size: 10px;
}

/* Search box */
.search-box {
  margin: 8px 0;
  padding: 3px;
}

.quickSearchTextBox {
  font-size: 8px;
  border: 1px solid #999999;
  width: 90px;
  padding: 2px;
}

.quickSearchButton {
  font-weight: bold;
  font-size: 7px;
  height: 20px;
  background-color: #0099cc;
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 0 4px;
}

.quickSearchButton:hover {
  background-color: #0066aa;
}

/* Nav footer links */
.nav-footer-links {
  font-size: 9px;
  line-height: 1.8;
  padding: 5px 6px;
  color: #333333;
}

.nav-footer-links a {
  color: #0066cc;
  font-size: 9px;
}

/* --- Footer --- */
.footer {
  padding: 10px 10px 10px 0;
  font-size: 10px;
  color: #666666;
  text-align: right;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}

.footer p {
  line-height: 1.6;
}

.footer a {
  color: #0066cc;
}

.footer2 {
  padding: 10px 5px;
  font-size: 10px;
  color: #666666;
  vertical-align: top;
  border-top: 1px solid #cccccc;
  width: 160px;
}

/* Photo placeholder (if images missing) */
img[src^="images/photo"] {
  background-color: #e8e8e8;
  display: block;
}

/* --- Photo placeholders --- */
.photo-placeholder {
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.photo-icon {
  font-size: 42px;
  line-height: 1;
}

.photo-label {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Different tones per photo */
.photo-photo1 { background-color: #1a3a6e; }
.photo-photo2 { background-color: #0d5c8c; }
.photo-photo3 { background-color: #1e4d7a; }
.photo-photo4 { background-color: #0a4a72; }
.photo-photo5 { background-color: #163d6b; }
.photo-photo6 { background-color: #0e5278; }

/* --- Logo link --- */
.logo-link {
  display: inline-block;
  text-decoration: none;
}