/* Son of Rust - Modern Rebuild */
/* Preserving the original dark aesthetic */

* {
  box-sizing: border-box;
}

html {
  background: black;
  background-image: url(../images/bodybg.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}

body {
  margin: 0;
  background: transparent;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #c7cfc7;
  min-height: 100vh;
}

#header {
  height: 88px;
  width: 100%;
  max-width: 740px;
  background: #f0f0f0;
  background-image: url(../images/header.jpg);
  background-size: cover;
}

#navigation {
  text-align: center;
  width: 100%;
  max-width: 740px;
  height: 30px;
  background: #f8f8f8;
  background-image: url(../images/navigation.gif);
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  border: 0px none;
}

a {
  color: #cbc2a9;
  border: 0px none;
}

a:hover {
  color: white;
}

h2 {
  margin: 0;
  padding: 3px;
  color: #eed287;
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  border-style: none none dashed none;
  border-width: 1px;
  border-color: #a49978;
}

#navigation a {
  outline: 0px none;
  line-height: 28px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #5a5e5a;
  display: block;
  height: 30px;
  padding-left: 18px;
  padding-right: 25px;
  margin-right: 4px;
  margin-left: 12px;
}

#navigation a:hover {
  color: white;
}

#content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 740px;
  background-image: url(../images/blogbg.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#leftcolumn {
  text-align: center;
  float: left;
  width: 370px;
}

#rightcolumn {
  text-align: center;
  width: 370px;
  float: right;
}

.contentbox {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  clear: both;
  text-align: left;
}

.contentbox h2 {
  padding: 3px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  border-style: none none dashed none;
  border-width: 1px;
  text-align: left;
}

.contentbox p {
  padding: 5px;
  margin: 0;
  margin-bottom: 20px;
  text-align: justify;
}

#footer {
  height: 10px;
  float: none;
  clear: both;
  background: transparent;
  border: 0px none;
}

th {
  text-align: left;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border-style: none none solid none;
  border-color: #808080;
  border-width: 1px;
}

td {
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

/* Calendar */
#calendar {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 710px;
  text-align: justify;
}

/* Gallery */
.gallery {
  margin-left: auto;
  margin-right: auto;
  width: 710px;
}

.gallery a {
  float: left;
  margin: 2px;
}

.gallery h2 {
  clear: both;
  font-size: 12px;
  text-align: left;
  border-style: none none dashed none;
  border-width: 1px;
}

#gallerylist a,
#gallerylist a div {
  color: #c7cfc7;
  background: transparent;
  text-decoration: none;
}

#gallerylist a:hover,
#gallerylist a:hover div {
  background: #3e3e3e;
}

#gallerylist a:hover div .title {
  color: white;
  text-decoration: underline;
}

.galleryItem {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: block;
  clear: both;
  width: 350px;
  min-height: 180px;
  margin-top: 15px;
  margin-bottom: 15px;
  vertical-align: middle;
  cursor: pointer;
}

.galleryItem img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #808080;
}

.galleryItem .title {
  margin-top: 5px;
  font-family: tahoma, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #c7cfc7;
}

.galleryItem .about {
  padding: 10px;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  text-align: justify;
  display: block;
}

.galleryItem .details {
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  display: inline;
}

/* Tracklist */
.tracklist {
  text-align: left;
  text-decoration: none;
}

.tracklist a {
  text-align: left;
  text-decoration: none;
  padding-right: 15px;
}

/* Store */
.storeHeading {
  clear: both;
  padding-top: 10px;
  width: 710px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  margin-bottom: 10px;
  border-style: none none dashed none;
  border-width: 1px;
  border-color: #c7cfc7;
}

.storeItem {
  clear: both;
  min-height: 150px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.storeItem img {
  margin-right: 5px;
  float: left;
}

#content .storeItem .description {
  text-align: justify;
  float: left;
  width: 320px;
  margin-left: 10px;
  margin-right: 10px;
}

#content .storeItem .options {
  text-align: right;
  float: right;
  width: 200px;
  min-height: 150px;
  border-style: none none none dashed;
  border-width: 1px;
  border-color: #a49978;
  padding: 5px;
}

.options select {
  font-family: tahoma, arial, sans-serif;
  font-size: 10px;
  width: 130px;
  background: #D8D8D8;
  border: 1px solid black;
}

input {
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  background: #D8D8D8;
  cursor: pointer;
}

input[type="text"],
input[type="email"] {
  cursor: text;
}

.cartFooter td {
  border-style: solid none solid none;
  height: 40px;
  font-size: 13px;
  vertical-align: middle;
  border-color: #808080;
  border-width: 1px;
}

/* News */
.newsItem {
  width: 710px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}

.newsItem h2 {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  border-style: none none dashed none;
  border-width: 1px;
}

.newsItem p {
  padding: 8px;
  margin: 0;
  margin-bottom: 20px;
  text-align: justify;
  font-size: 12px;
  font-family: verdana, arial, sans-serif;
}

.newsFooter {
  padding-top: 1px;
  font-weight: bold;
  border-style: dashed none none none;
  border-width: 1px;
  border-color: #988e71;
}

/* Comments */
.comment-box {
  text-align: left;
  margin: 10px auto;
  width: 710px;
  padding: 10px;
}

.comment {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #404040;
}

.comment .author {
  font-weight: bold;
  color: #eed287;
}

.comment .author.official {
  color: #DF9342;
}

.comment .date {
  color: #808080;
  font-size: 10px;
}

.comment .text {
  margin-top: 4px;
  text-align: justify;
}

/* Track detail popup (modal) */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-overlay.active {
  display: flex;
}

.modal-content {
  background: #1A1914;
  color: #D0D9C2;
  padding: 20px;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  border: 1px solid #464435;
}

.modal-content h2 {
  color: #eed287;
  border-color: #404040;
  margin-bottom: 9px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}

.modal-content p {
  padding: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #D0D9C2;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
}

.modal-content a {
  color: #9BA291;
}

.modal-content a:hover {
  color: white;
}

.close-modal {
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
}

/* Event detail map */
.event-detail {
  text-align: left;
  margin: 0 auto;
  width: 710px;
}

.event-detail table {
  width: 100%;
}

.event-detail h2 {
  color: #eed287;
}

.event-detail p {
  text-align: justify;
  padding: 8px;
  font-size: 12px;
  font-family: verdana, arial, sans-serif;
}

#map {
  width: 325px;
  height: 250px;
  border: 1px solid #404040;
}

/* Mailing list form */
.mailing-list-form {
  margin-top: 10px;
}

.mailing-list-form input[type="email"] {
  background: #29261F;
  border: 1px solid #464435;
  color: #D0D9C2;
  padding: 3px 5px;
  width: 200px;
}

.mailing-list-form input[type="submit"] {
  background: #D8D8D8;
  border: 1px solid black;
  cursor: pointer;
  padding: 3px 8px;
}

/* Audio player */
.audio-player {
  width: 325px;
  margin: 10px auto;
}

.audio-player .track-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.audio-player .track-list li {
  padding: 4px 8px;
  cursor: pointer;
  border-bottom: 1px solid #333;
}

.audio-player .track-list li:hover,
.audio-player .track-list li.active {
  background: #333;
  color: white;
}

.audio-player .track-list li .track-title {
  color: #eed287;
  font-weight: bold;
}

.audio-player .track-list li .track-album {
  color: #808080;
  font-size: 10px;
}

.audio-player audio {
  width: 100%;
  margin-top: 8px;
}

.now-playing {
  text-align: center;
  color: #eed287;
  font-size: 11px;
  padding: 5px;
}
