@font-face {
  font-family: 'Wonderia';
  src: url('/assets/Wonderia.otf') format('opentype');
}

/* General Link Styles */

a:active {
  color: #eeae40;
  text-decoration: none;
}

a:hover {
  filter: brightness(120%);
  text-decoration: none;
  cursor: url("/assets/clickable.png"), pointer;
}

a:link {
  color: #eeae40;
  text-decoration: none;
}

a:visited {
  color: #eeae40;
  text-decoration: none;
}

/* Body and Global Styles */
body {
  background-image: url(/assets/background.gif);
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  margin: 0;
  cursor: url("/assets/default.png"), auto;
}

/* Form Element Styles */
.button {
  background-color: #000000;
  border: 1px solid #9da6b3;
  color: #eeae40;
  font-size: 9px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

input,
select,
textarea {
  background-color: #000000;
  border: 1px solid #9da6b3;
  color: #eeae40;
  font-family: Verdana, Arial, Helvetica;
  font-size: 9px;
  font-weight: bold;
  margin-top: 5px;
}

.inputbox {
  background: #000000;
  border: 1px solid #9da6b3;
  color: #cccccc;
  font-weight: normal;
}

/* Class Styles */
.footnote {
  color: black;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
}

.header {
  color: #ffffff;
  font-weight: bold;
}

h2 {
  font-family: 'Wonderia', 'Times New Roman', serif;
  color: #FFFFFF;
  margin: 0;
  font-weight: normal;
  font-size: 20px;
}

.imageborder {
  border: 1px solid #ff00ff;
}

.menutop {
  color: #000000;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
}

.tableborder {
  border: 2px solid #0011ff;
}

.album-title {
  display: inline-block;
}

/* Other Element Styles */
img {
  border-color: #000000;
}

td {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;

}

th {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;

}

/* Site Updates Box Styles */
#box {
  overflow-y: scroll;
  border: 2px inset #000;
  background-color: #1a1c11;
  color: white;
  padding: 10px;
  box-sizing: border-box;
}

#box blockquote,
#box h4,
#box ul {
  margin: 0;
  padding: 0;
}

#box h4 {
  font-size: 11px;
  padding-bottom: 5px;
  color: #eeae40;
}

#box ul {
  list-style-type: none;
  padding-left: 5px;
  padding-bottom: 15px;
}

hr {
  background-color: #eeae40;
  border: 0;
  height: 1px;
}

hr.dotted {
  background-color: transparent;
  border-style: dotted;
  border-color: #eeae40;
  border-width: 1px 0 0 0;
  height: 0;
}

/* Music Page Styles */
.scan-gallery {
    padding: 10px;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid #000;
    text-align: center;
}
.scan-thumbnail {
    border: 2px solid black;
    max-height: 60px;
    width: auto;
    margin: 3px;
    vertical-align: middle;
}
#music-player-container {
    padding: 10px;
    border: 1px solid #000;
    background-color: rgba(0,0,0,0.2);
}
#songlist {
    width: 100%;
    font-size: 10px;
    border-collapse: collapse;
}
#songlist td {
    padding: 3px;
    border-bottom: 1px solid #444;
}
#songlist tr.song-row:hover {
    background-color: #eeae40;
    color: #000;
    cursor: pointer;
}
#songlist tr.song-row:hover font,
#songlist tr.song-row:hover a {
    color: #000 !important;
}