html, body {
  font-family: sans-serif;
  background-color: black;
  color: white;
}
img.adborder {
  border-radius: 15px;
  border: 1px solid purple;
}
iframe, img { border: 0; }
.txtblock { display: inline; }
#wrapper {
  width: 1040px;
  margin: auto;
  padding: 0px;
}
#dropdown input, select, textarea {
  color: red;
  background-color: black;
}
table, tr, td {
  background-color: transparent;
  border-color: red;
}
table.full {
  width: 90%;
}
table.calendar {
  border: green;
  border-width: 2px;
  border-style: solid;
  text-align: center;
}
td.calendar, td.calendar {
  border: red;
  border-width: 2px;
  border-style: solid;
  text-align: center;
}
.valignmiddle { vertical-align: middle; }
a:visited { color: red; }
a:hover { color: yellow; }
a:active, a:link { color: #00FF00; }
a.button {
  color: black;
  font-size: 17px;
  border: none;
  outline:0;
  vertical-align: middle;
  overflow:hidden;
  text-decoration:none !important;
  text-align:center;
  transition:.4s ease-out;
  cursor: pointer;
  white-space: nowrap;
  padding: 1px 1px 1px 1px;
  transition: .4s ease-out;
}
a.smlink {
  font-family: sans-serif;
  font-size: 10px;
  color: #C0C0C0;
  background-color: black;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  transition: .4s ease-out;
}
a.nostyle, a.nostyle:hover, a.nostyle:active {
  font-family: sans-serif;
  font-size: 17px;
  color: yellow;
  background-color: black;
  text-decoration: none;
  transition: .4s ease-out;
}
a:hover, a:active {
  color: #00FF00;
  background-color: black;
  text-decoration: underline;
  transition: .4s ease-out;
}
#banner {
  top: 25px;
  width: 760px;
  height: 100px;
  z-index: 1;
  position: absolute;
}
#latest {
  top: 35px;
  z-index: 1;
  white-space: nowrap;
  position: absolute;
}
#content {
  top: 0;
  height: 200px;
  width: 870px;
  z-index: 1;
  position: absolute;
}
#content2 {
  top: 120px;
  width: 870px;
  z-index: 1;
  position: absolute;
}
#stats {
  margin-top: 78px;
  width: 925px;
  z-index: 0;
  position: absolute;
}
#rightad {
  top: 80px;
  left: 870px;
  position: absolute;
  width: 80px;
}
#stationcorner {
  top: 150px;
  right: 15px;
  position: absolute;
}
#content {
  padding: 0px;
  margin-top: 130px;
  width: 870px;
  position: absolute;
  z-index: 0;
}
#maincontent {
  padding: 0px 0px 10px 20px;
  top: 0px;
  width: 870px;
  position: absolute;
  z-index: 0;
}
p.vidmargin { margin: 15px 50px 0px 250px; }
input.bigcheck {
  height: 20px;
  width: 20px;
}
.request {
  color: orange;
  border: solid black 2px;
  text-decoration: none;
  font-weight: bold;
}
.review1 {
  color: white;
  margin: 10px;
  padding: 25px;
  background-color: #000033;
  border-radius: 15px;
  text-align: left;
}
.review2 {
  color: white;
  margin: 10px;
  padding: 25px;
  background-color: #003300;
  border-radius: 15px;
  text-align: left;
}
.nomarginblue {
  color: white;
  margin: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #000033;
  border-radius: 15px;
}
.songlist {
  margin-left: 10px;
  margin-right: 10px;
}
.redbackg {
  margin: 10px;
  padding: 50px;
  background-color: #390000;
  border-radius: 15px;
  background-image: url('/images/playlist.jpg');
  background-repeat: no-repeat;
}
#chooseshow {
  width: 100px;
  margin-left: 500px;
}
.errorcol {
  color: white;
  margin: 10px;
  padding: 25px;
  background-color: #680000;
  border-radius: 15px;
  text-align: center;
}
a.info {
  position: relative;
  z-index: 24;
}
a.info:hover {
  z-index: 25;
  text-decoration: none;
  transition: .4s ease-out;
}
a.info span {
  display: none;
  width: 250px;
  padding: 10px;
  transition: .4s ease-out;
}
a.info:hover span {
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 30px;
  border: 1px dotted red;
  background-color: blue;
  color: white;
  transition: .4s ease-out;
}
.pic {
  border: solid lime 5px;
  width: 170px;
  height: 127px;
}
.bandbg {
  background-position: right;
  background-color: green;
}
.bandprev {
  border: solid lime 1px;
  width: 90px;
  height: 90px;
}
.reviewpic {
  border: solid lime 1px;
  width: 160px;
  height: 160px;
}
.headerfont {
  font-weight: bold;
  font-size: 25px;
  background-color: #390000;
  border-radius: 5px;
  padding: 1px;
}
a.buttongr {
  border-radius: 12px;
  position: relative;
  background-color: #2C3539;
  border: black;
  border-style: solid;
  border-width: 2px;
  padding: 5px 4px 5px 4px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  transition: .4s ease-out;
}
a.buttonlime {
  border-radius: 12px;
  position: relative;
  background-color: #01DF01;
  border: black;
  border-style: solid;
  border-width: 2px;
  padding: 5px 4px 5px 4px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  transition: .4s ease-out;
}
a.buttongr:hover {
  border-radius: 12px;
  position: relative;
  background-color: gray;
  border: black;
  border-style: solid;
  border-width: 2px;
  padding: 5px 4px 5px 4px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  transition: .4s ease-out;
}
.centered {
  vertical-align: middle;
  text-align: center;
}
.right { text-align: right; }
.left { text-align: left; }
.bottombar {
  text-align: center;
  margin-left: 220px;
  width: 300px;
}
.rightcorner {
  top: 0;
  width: 300px;
  text-align: center;
  margin-left: 770px;
  z-index: 1;
  position: absolute;
}
.yellow { color: yellow; }
.lightblue { color: lightblue; }
.red { color: red; }
.pink { color: pink; }
.purple { color: purple; }
.green { color: green; }
.orange { color: orange; }
.bgcolor0 { background-color: #181818; }
.bgcolor1 { background-color: #000000; }
.blink {
  animation: blinker 8s cubic-bezier(0,1,0,1) infinite;
  display: inline-block;
}
@keyframes blinker {
  5% { opacity: 0; }
}
.blink:hover { animation: none; }
.nodesc { display: none; }
.msearch { display: none; }
.dsearch { display: block; }

@media only screen and (hover: none) and (pointer: coarse) {
  .msearch { display: block; margin-top: 20px; width: 200px; }
  .dsearch { display: none; }
}
.halfline {
  display: inline-block;
  width: 650px;
}
