/* CSS Document */

:root {
  --album-page-background: #ffeedd;
  --page-background: #ffeedd;
  --deepred: #990000;
  --nav-color: #d9eae7;
  --orange-text: #ff753a;
  --link-text: #608cd8;
  --grey-shadow: #666666;
  --dark-blue: #2525bd;
  --pale-yellow: #eeeebe;
  --greyedout: #bac4cc;
	color: #FFFFFF;
}

body {
  background-color: var(--page-background);
  font-family: Verdana, Geneva, sans-serif;
}

.head {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: var(--page-background);
text-shadow: 3px 3px 5px var(--grey-shadow);
  text-align: center;
  font-size: 50px;
  font-style: italic;
  font-family: "Tempus Sans ITC", "Ink Free", sans-serif;
  color: var(--deepred);
  font-weight: lighter;
  padding: 0px;
  border-collapse: collapse;
}

#title {margin: auto;
}

#left {
  text-align: left;
  padding: 0px;
  width: 10%;
  margin: auto;
}

#mid {
  text-align: center;
  padding: 0px;
  width: 80%;
}

#right {
  text-align: right;
  padding: 0px;
  width: 10%;
}

#imageSize {
  margin: auto;
  vertical-align: middle;
  height: 70px;
}

.navbar {
  list-style-type: none;
  margin: 0px 0px 0px 20%;
  padding: 0px;
  overflow: hidden;
  background-color: var(--nav-color);
  width: 60%;
  border-style: solid none;
  border-width: thin;
  border-color: var(--deepred);
}

li {
  float: left;
}

li a {
  display: block;
  color: var(--dark-blue);
  text-align: center;
  padding: 0px 20px;
  text-decoration: none;
  visibility: visible;
}

li a:hover:not(.active) {
  background-color: var(--pale-yellow);
  border-style: none solid;
  border-width: thin;
  border-color: var(--deepred);
}

.active {
  background-color: var(--greyedout);
}

.enter {
  list-style-type: none;
  margin-top: 10px;
  padding: 0px;
  overflow: hidden;
  background-color: #d9eae7;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: thin;
  border-color: var(--deepred);
  width: 100px;
}

li b {
  display: block;
  color: #2525bd;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  visibility: visible;
}

li b:hover {
  background-color: #eeeece;
}

.tracklist {
  list-style-type: none;
  margin-top: 30px;
  padding: 0px;
  overflow: hidden;
  background-color: var(--background-color);
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  border-style: none solid;
  border-width: thin;
  border-color: var(--deepred);
}

#liststyle {
  font-weight: bold;
  display: block;
  color: var(--link-text);
  text-align: center;
  padding: 0px 10px;
  text-decoration: none;
  width: 380px;
  font-size: 12pt;
}

#index:hover:not(.active) {
  background-color: #d3dee8;
  color: #ff753a;
}

#pPic {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  left: auto;
}

#p1 {
  text-align: center;
  color: var(--link-text);
  margin-top: 35px;
  font-size: 16pt;
}

#p2 {
  text-align: center;
  color: #2525bd;
  font-size: 18pt;
  font-weight: bold;
}

#p3 {
  color: #2525bd;
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}

.sidehead {
  width: 60%;
  height: 10px;
}

.mainpart {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tablespec {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#specleft {
  width: 27%;
}

#specmid {
  width: 46%;
  text-align: center;
  color: var(--dark-blue);
  font-size: 18pt;
  font-weight: bold;
}

