/* Self-hosted Special Elite font */
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  font-display: fallback; /* or 'optional' if you prefer zero flash */
  src: url('/fonts/SpecialElite-Regular.woff2') format('woff2'),
       url('/fonts/SpecialElite-Regular.ttf') format('truetype');
}


html, body {
	height: 100%
  width: 100%;
  overflow-x: hidden;
}

body {
    margin-left: 0px;
    margin-top: 0;
    height: 100%;
    margin-right: 0;
    margin-bottom: 0;
    color: #030;
    font-family: "Courier New", Courier, mono;
    background-color: #F7F7F7;
    min-width: 360px;

}

/* Hide mobile site switcther on desktop by default */
#mobileSiteBtn {
  display: none;
	margin:5px;
}

/* Show only on screens smaller than 730px */
@media (max-width: 729px) {
  #mobileSiteBtn {
    display: inline-block; /* or block, depending on your layout */
  }
}


/* make lightspeed happy with the legacy dd desktop bg image */

/* Desktop-only textured background */
@media (min-width: 768px) {
  .bg-texture {
    background-color: #fff;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local; /* ensures it fills the table area */
    min-height: 574px; /* keeps the background’s full height even if content is shorter */
  }
}

@media (max-width: 767px) {
  .bg-texture {
    background: none !important;
  }
}



a:link {
    color: #000;
    font-family: "Courier New", Courier, mono;
    /* font-size: 12px; */
    text-decoration: none
}

a:active {
    color: #666;
    font-family: "Courier New", Courier, mono;
    /* font-size: 12px; */
    text-decoration: none
}

a:visited {
    color: #000;
    font-family: "Courier New", Courier, mono;
    /* font-size: 12px; */
    text-decoration: none
}

a:hover {
    color: #000;
    font-family: "Courier New", Courier, mono;
    /* font-size: 12px; */
    text-decoration: underline
}

a.footer:link {
    color: #B30000;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: none
}

a.footer:active {
    color: #B30000;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: none
}

a.footer:visited {
    color: #B30000;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: none
}

a.footer:hover {
    color: #B30000;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: underline
}

a.activeleft:link {
    color: #FFF;
    font-family: "Courier New", Courier, mono;
    font-size: 12px;
    text-decoration: none
}

a.activeleft:active {
    color: #FFF;
    font-family: "Courier New", Courier, mono;
    font-size: 12px;
    text-decoration: none
}

a.activeleft:visited {
    color: #FFF;
    font-family: "Courier New", Courier, mono;
    font-size: 12px;
    text-decoration: none
}

a.activeleft:hover {
    color: #FFF;
    font-family: "Courier New", Courier, mono;
    font-size: 12px;
    text-decoration: underline
}

a.homelink:link {
    color: #E30000;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: none
}

a.homelink:active {
    color: #E30000;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: none
}

a.homelink:visited {
    color: #E30000;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: none
}

a.homelink:hover {
    color: #E30000;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: underline
}

a.homelinkbold:link {
    color: #030;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: underline
}

a.homelinkbold:active {
    color: #030;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: none
}

a.homelinkbold:visited {
    color: #030;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: underline
}

a.homelinkbold:hover {
    color: #030;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: underline
}

a.homelinkgreen:link {
    color: #030;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: underline
}

a.homelinkgreen:active {
    color: #030;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: underline
}

a.homelinkgreen:visited {
    color: #030;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: underline
}

a.homelinkgreen:hover {
    color: #030;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: underline
}

a.genrelink:link {
    color: #030;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: underline
}

a.genrelink:active {
    color: #030;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: none
}

a.genrelink:visited {
    color: #030;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: underline
}

a.genrelink:hover {
    color: #390;
    font-family: "Courier New", Courier, mono;
    font-size: 16px;
    text-decoration: underline
}

.activeleft {
    color: #FFF;
    font-family: "Courier New", Courier, mono;
    font-size: 12px
}

a.rightlink:link {
    color: #000;
    font-family: "Courier New", Courier, mono;
    font-size: 12px
}

a.rightlink:active {
    color: #666;
    font-family: "Courier New", Courier, mono;
    font-size: 12px
}

a.rightlink:visited {
    color: #000;
    font-family: "Courier New", Courier, mono;
    font-size: 12px
}

a.rightlink:hover {
    color: #000;
    font-family: "Courier New", Courier, mono;
    font-size: 12px
}

.righttext {
    color: #000;
    font-family: "Courier New", Courier, mono;
    font-size: 12px
}

.copyright {
    font-family: "Courier New", Courier, mono;
    font-size: 9px
}

a.recordlist:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #030;
    text-decoration: none
}

a.recordlist:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #030;
    text-decoration: none
}

a.recordlist:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #030;
    text-decoration: none
}

a.recordlist:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #030;
    text-decoration: underline
}

.recordlist {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #030
}

a.record-share:link {
    font-family: 'Courier New', Courier, monospace;
    font-size: .8em;
    color: #030;
    text-decoration: none
}

a.record-share:active {
    font-family: 'Courier New', Courier, monospace;
    font-size: .8em;
    color: #030;
    text-decoration: none
}

a.record-share:visited {
    font-family: 'Courier New', Courier, monospace;
    font-size: .8em;
    color: #030;
    text-decoration: none
}

a.record-share:hover {
    font-family: 'Courier New', Courier, monospace;
    font-size: .8em;
    color: #030;
    text-decoration: underline
}

.record-share {
    font-family: 'Courier New', Courier, monospace;
    font-size: .8em;
    color: #030
}


a.buylink:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #E30000;
    text-decoration: none
}

a.buylink:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #E30000;
    text-decoration: none
}

a.buylink:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: #E30000;
    color: red;
    text-decoration: none
}

a.buylink:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #E30000;
    text-decoration: underline
}

.buylink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #E30000;
    text-decoration: none
}

.buylinksale {
    color: red
}

a.recordpageno:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 9px;
    color: #030;
    text-decoration: underline
}

a.recordpageno:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 9px;
    color: #030;
    text-decoration: underline
}

a.recordpageno:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 9px;
    color: #030;
    text-decoration: underline
}

a.recordpageno:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 9px;
    color: red;
    text-decoration: underline
}

.recordpageno {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 9px;
    color: #030
}

.date {
    font-family: "Courier New", Courier, mono;
    font-size: 11px
}

.dddtitle {
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    font-weight: 700;
    color: #390
}

.topwhite {
    color: #FFF;
    font-family: "Courier New", Courier, mono;
    font-size: 12px
}

.topgrey {
    color: #666;
    font-family: "Courier New", Courier, mono;
    font-size: 12px
}

.topgreen {
    color: #390;
    font-family: "Courier New", Courier, mono;
    font-size: 12px
}

.topred {
    color: red;
    font-family: "Courier New", Courier, mono;
    font-size: 12px
}

.topblack {
    color: #000;
    font-family: "Courier New", Courier, mono;
    font-size: 12px
}

a.adminred:link {
    color: red;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: none
}

a.adminred:active {
    color: #666;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: none
}

a.adminred:visited {
    color: red;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: none
}

a.adminred:hover {
    color: red;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: underline
}

.adminred {
    color: red;
    font-family: "Courier New", Courier, mono;
    font-weight: 700;
    font-size: 14px
}

a.admingreen:link {
    color: #390;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: none
}

a.admingreen:active {
    color: #666;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: none
}

a.admingreen:visited {
    color: #390;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: none
}

a.admingreen:hover {
    color: #390;
    font-family: "Courier New", Courier, mono;
    font-size: 14px;
    text-decoration: underline
}

.admingreen {
    color: #390;
    font-family: "Courier New", Courier, mono;
    font-weight: 700;
    font-size: 14px
}

.adminblack {
    color: #000;
    font-family: "Courier New", Courier, mono;
    font-weight: 700;
    font-size: 14px
}

#audiosampleplayer {
    width: 215px;
    height: 215px;
    padding: 0;
    border-spacing: 0;
    background-image: url(../images/dds_audiosamplebg.gif)
}


nav {
    background-color: #ffffff;	
    color: green;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1.2em;
    width: 100%
	
}

#nav-logo {
	font-family: 'Special Elite', 'Courier New', Courier, monospace;
    background-color: #196719;
    font-size: 1.2em;
    padding: 25px 15px 15px 25px;
    text-align: center;
    color: #fff;
    margin-top: -46px;
    font-weight: 500
}


#nav-logo a:hover,#nav-logo a:link,#nav-logo a:visited {
    color: #fff;
    text-decoration: none
}



nav-text-links {
    color: white;
    font-size: 1.1em;
	font-family: 'Special Elite', 'Courier New', Courier, monospace
}

nav-text-links-on {
    color: white;
    font-size: 1.1em;
	font-family: 'Special Elite', 'Courier New', Courier, monospace
}

a.nav-text-links:link {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
	font-family: 'Special Elite', 'Courier New', Courier, monospace
}

a.nav-text-links:active {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
	font-family: 'Special Elite', 'Courier New', Courier, monospace
}

a.nav-text-links:visited {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
	font-family: 'Special Elite', 'Courier New', Courier, monospace
}

a.nav-text-links:hover {
    color: white;
    font-size: 1.1em;
    text-decoration: underline;
	font-family: 'Special Elite', 'Courier New', Courier, monospace
}

a.nav-text-links-on:link {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
	font-family: 'Special Elite', 'Courier New', Courier, monospace
}

a.nav-text-links-on:active {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
	font-family: 'Special Elite', 'Courier New', Courier, monospace
}

a.nav-text-links-on:visited {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
	font-family: 'Special Elite', 'Courier New', Courier, monospace
}

a.nav-text-links-on:hover {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
	font-family: 'Special Elite', 'Courier New', Courier, monospace
}


.text-nav-div {
	margin: 15px;
	
}

.v3footer {
	background-color: #ffffff;
}
	

/* AUDIO PLAYER */
.audio-player {
  position: relative;
  display: inline-block;
}

.audio-player .poster {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Play button overlay */
.audio-player .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;    /* desktop default size */
  height: 60px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,0.6);
  cursor: pointer;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  pointer-events: auto; /* only the circle is clickable */
}

/* play triangle */
.audio-player .play-button.play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

/* pause bars */
.audio-player .play-button.pause::before {
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  border-left: 6px solid white;  /* left bar */
  border-right: 6px solid white; /* right bar */
}

/* Ensure lightbox wrapper link still works */
.audio-player a.lightbox {
  display: inline-block;
  pointer-events: auto;
}

/* LIGHTBOX */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: flex;              /* flexbox for centering */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Lightbox image sizing (default desktop/tablet) */
.lightbox-overlay img {
  max-width: 80vw;
  max-height: 80vh;
}

/* On smaller screens, let it fill more */
@media (max-width: 767px) {
  .lightbox-overlay img {
    max-width: 95vw;
    max-height: 95vh;
  }
}

/* Landscape phones: give more height */
@media (max-width: 767px) and (orientation: landscape) {
  .lightbox-overlay img {
    max-width: 90vw;
    max-height: 98vh;
  }
}

.lightbox-overlay .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  color: #fff;
  background: rgba(0,0,0,0.4);
  padding: 0.3em 0.6em;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  display: none; /* hidden unless JS shows them */
}

.lightbox-overlay .prev { left: 20px; }
.lightbox-overlay .next { right: 20px; }

.lightbox-overlay .close {
  top: 20px;
  right: 20px;
  transform: none;
  display: block; /* close button always visible */
  font-size: 2em;
  line-height: 1;
  padding: 0.3em 0.6em;
  background: rgba(0,0,0,0.4);
  border-radius: 4px;
  cursor: pointer;
}

/* Bigger close button on mobile */
@media (max-width: 767px) {
  .lightbox-overlay .close {
    font-size: 2.5em;   /* bigger "×" */
    padding: 0.5em 0.8em; /* larger hit box */
    top: 15px;
    right: 15px;
  }
}


/* Page header title styling */
h1.page-title {
  font-family: 'Special Elite' !important;
  color: #196719 !important;
}

/* === Force audio-sample icons visible on inline buttons === */
.audio-inline > .play-button {
  width: 20px !important;
  height: 20px !important;
  background-image: url('/images/audio-sample.webp') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  border: none !important;
  padding: 0 !important;
  margin-left: 4px;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  display: inline-block !important;
  vertical-align: middle;
}

.audio-inline > .play-button.playing {
  background-image: url('/images/audio-sample-playing.webp') !important;
}

.audio-inline > .play-button::before,
.audio-inline > .play-button::after {
  content: none !important;
  display: none !important;
}

/* Mobile tracklist table styles */
.tracklist-playcell {
  width: 32px;
  text-align: right;
}

/* Use your WebP icons */
.audio-inline .play-button {
  width: 22px;
  height: 22px;
  background-image: url('/images/audio-sample.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.audio-inline .play-button.playing {
  background-image: url('/images/audio-sample-playing.webp');
}

.tracklist-playcell,
.audio-inline .play-button {
  vertical-align: middle !important;
}
/* Default (desktop and larger screens) */
.audio-inline .play-button {
  position: relative;
  top: -1px;
}

/* Mobile fine-tuning */
@media (max-width: 767px) {
  .audio-inline .play-button {
    top: -3px;
  }
}