a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.copyright a:link {
	color: #F8F9FB;
	text-transform: uppercase;
}
.copyright a:visited {
	color: #F8F9FB;
	text-transform: uppercase;
}
.copyright a:hover {
	color: #F8F9FB;
	text-transform: uppercase;
}
.copyright a:active {
	color: #F8F9FB;
	text-transform: uppercase;
}

.NextShow {
    font-size: 14px;
	color: #F8F9FB;
	text-shadow: 0 0 20px Black;
}
.nowplaying {
    font-size: 14px;
	color: #F8F9FB;
	text-shadow: 0 0 5px Black;
}
.legal {
    font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-decoration:none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.songvote {
    font-size: 14px;
	font-weight: 800;
	color: #4D2612;
	text-decoration:none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.nowplayingLIST {
    font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, 'Arial';
	
}
.SMShare {
    font-size: 14px;
	color: #F8F9FB;
	font-family: Arial, 'Arial';
	
}
.copyright {
    font-size: 14px;
	color: #FFFFFF;
	text-shadow: 0 0 5px Black;
	text-decoration: none;
}
.pageCopyright {
    font-size: 9px;
	color: #F8F9FB;
	text-shadow: 0 0 5px Black;
}
.NewsFeedHeader {
    font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, 'Arial';
	text-decoration: none;
	
}
.NewsFeedHeaderDate {
    font-size: 14px;
	color: #A69288;
	font-family: Arial, 'Arial';
	text-decoration: none;
	
}
.NewsFeedStory {
    font-size: 14px;
	font-weight: 600;
	color: #000000;
	font-family: Arial, 'Arial';
	text-decoration: none;
	
}
.Contests {
    font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, 'Arial';
	text-decoration: none;
	
}

input[type=text], select, textarea {
  width: 80%;
  padding: 1% 1%;
  display: inline-block;
  border: 2% solid #000000;
  border-radius: 1%;
  box-sizing: border-box;
  background-color: #83675A;
  color: black;
}

input[type=submit] {
  width: 80%;
  background-color: #83675A;
  color: black;
  padding: 3% 4%;
  margin: 1% 0;
  border: none;
  border-radius: 1%;
  cursor: pointer;
  
}


.showextra {
    background-image: url(../assets/themes/01-00-StandardShows/BG4t.png);
	font-size:0.75vw;
	
}
#borderbody {
  border: 0.3vw solid transparent;
  padding: 0.7vw;
  border-image: url(../assets/themes/01-00-StandardShows/btnbg.png) 30 stretch;
}
#borderbody2 {
  border: 0.3vw solid transparent;
  border-image: url(../assets/themes/01-00-StandardShows/btnbg.png) 30 stretch;
}
#borderad {
  border: 0.3vw solid transparent;
  border-image: url(../assets/themes/01-00-StandardShows/btnbg.png) 30 stretch;
}
#borderadreverse {
  border: 0.3vw solid transparent;
  border-image: url(../assets/themes/01-00-StandardShows/btnbg1.png) 30 stretch;
}
#recentlyplayed {
  border: 0.3vw solid transparent;
  border-image: url(../assets/themes/01-00-StandardShows/BG4t.png) 30 stretch;
}

img {
  display: block;
}
form {
  margin-bottom: 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

