@CHARSET "UTF-8";
@import url('fonts.css');
/************************************************************************
 * GLOBAL STYLES:
 * .body:
 *   background-color: Global background color
 *   color: Global text color
 *   font-*: Global font size and family
 ************************************************************************/
/******!!!!!!THIS IS THE MAIN HEADER COLOR FOR THE WHOLE PAGE!!!!!!******/
:root {
  --main-header-color: #e1e1e1;
  --sam-sub-heading-color: #000000;
  --coming-up-background: #e7bd0257;
  --currently-playing-header-background: #e7bd0257;
  --coming-up-header-color: #ffffff;
  --coming-up-table-background: #1d8089;
  --recently-played-header-background: #00000000;
  --currently-playing-background: #00000066;
  /*--outer-box-background: #c4c2b0;*/
  --currently-playing-artist: #efdcc8;
  --currently-playing-album: #efdcc8;
  --currently-playing-title-color: #dfdf6a;
  --playlist-heading-background: #1d8089;
}

body {
	margin: 0px;
	/*background-image: url("../images/o.png") repeat-y center top scroll; // Uncomment and replace this with a similar image */
	background-color: #58CCEB;
	 background-color: rgba(255, 255, 255, 0.0);

	color: #666666;
	font-size: 10px;
	font-family: "Tahoma",sans-serif;
}




a { text-decoration: none; color: var(--main-header-color); }
a:hover { text-decoration: none; color: var(--currently-playing-title-color); }

/*************************************************************************
 * PAGE STYLES:
 * #page:
 *   background-color: Background color of the page DIV
 *   border-*: Border on either side of the page, used with .body background-image
 *   margin-top: Blank space at the top of the page
 *   margin-left, margin-right: Aligns the page DIV in the center
 *   padding: Pads the page with the given size
 *   width: Size of the page DIV
 *
 *************************************************************************/
#page {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.0);
	min-height: 500px;
	width: auto;
}

/************************************************************************
 * LOGO STYLES:
 * #logo
 *   width: Size of the LOGO DIV
 *   height: Height of the LOGO DIV, usually same as LOGO image height
 *   margin-bottom: Space to the elements below the logo
 *   border-bottom: Horizontal Line below Logo
 *   color: Normal text inside the Logo DIV
 *   font-size: The size of the Station Name Text
 * #logo img
 *    Align all images in the LOGO DIV vertically in the middle
 *    No borders for any images inside the LOGO DIV
 *
 ************************************************************************/
#logo {
	width: 100%;
	height: 89px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;

	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;

	border-bottom: 1px solid black;
	color: #3B5998;
	font-family: Arial,Sans-serif;
	font-size: 36px;
	font-weight: bold;
}

#logo img {
	vertical-align: middle;
	border: 0px;
}

/************************************************************************
 * NAVIGATION STYLES:
 * #navigation:
 *   Positions the navigation menu
 *
 * #navigation dl:
 *   background: Navigation area background color
 *   width: Width of the Navigation Menu
 *
 * #navigation dl dt:
 *   border-bottom: White line below the Header Text in the menu
 *   color: Header Text Color
 *   font-size: Header Text Size
 *
 * #navigation dl dd:
 *   background-color: Background colors of items in the menu
 *   color: Menu text color
 *   font-size: Header Text Size
 *   border-bottom: White line below the Text in the menu
 *
 * #navigation dl dd a:
 * Styling on hover
 *
 *
 ************************************************************************/
#navigation {
	/*float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;*/
	text-align: left;
}

#navigation dl {
/*	background: #6699CC;*/
	background: #fffeb3;
 background: rgba(102, 153, 204, 0.6);

	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: auto;
}

#navigation dl dt {
	border-bottom: 1px solid white;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
}

#navigation dl dd {
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	background-color: #fffeb3;
	border-bottom: 1px solid white;
	color: white;
	margin: 0px;
}

#navigation dl dd a,
#navigation dl dd a:visited {
	background-color: #4477AA;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-attachment: scroll;
	height: 20px;
	color: white;
	display: block;
	text-decoration: none;
	width: auto;

	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
}

#navigation dl dd a:hover {
	background-color: #225588;
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-attachment: scroll;

	color: #99CCFF;
}

#navigation dl dd img {
	vertical-align: middle;
	border: 0px;
	max-width:20px;
	max-height:20px;
}

/************************************************************************
 * DEDICATION STYLES:
 * #dedication:
 *   Positions the dedication menu
 *
 * #dedication dl:
 *   background: Currently Playing Small area background color
 *   width: Width of the Currently Playing Small Menu
 *
 * #dedication dl dt:
 *   border-bottom: White line below the Header Text in the menu
 *   color: Header Text Color
 *   font-size: Header Text Size
 *
 * #dedication dl dd:
 *   background-color: Background colors of items in the menu
 *   color: Menu text color
 *   font-size: Header Text Size
 *   border-bottom: White line below the Text in the menu
 *
 * #dedication dl dd a:
 * Styling on hover
 *
 *
 ************************************************************************/
#dedication {
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#dedication dl {
	background: darkblue;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 150px;
}

#dedication dl dt {
	border-bottom: 1px solid white;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
}

#dedication dl dd {
	font-size: 12px;
	background-color: #4477AA;
	border-bottom: 1px solid white;
	color: white;
	margin: 0px;
	padding: 5px;
}

#dedication dl dd a,
#dedication dl dd a:visited {
	background-color: #4477AA;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-attachment: scroll;

	color: white;
	display: block;
	text-decoration: none;
	width: 140px;

	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
}

#dedication dl dd a:hover {
	background-color: #e1dc9a;
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-attachment: scroll;

	color: #99CCFF;
}

#dedication dl dd img {
	vertical-align: middle;
	border: 0px;
}

/************************************************************************
 * TOP REQUESTS STYLES:
 *
 *
 ************************************************************************/
#top_requests {
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#top_requests dl {
 	background: #e1dc9a;
	background: rgba(102, 153, 204, 0.6);
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 150px;
}

#top_requests dl dt {
	border-bottom: 1px solid white;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
}

#top_requests dl dd {
	font-size: 12px;
	background-color: #4477AA;
	background-repeat: repeat;
	background-position: 0px 0px;
	background-attachment: scroll;

	border-bottom: 1px solid white;
	color: white;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#top_requests dl dd a,
#top_requests dl dd a:visited {
	background-color: #4477AA;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-attachment: scroll;

	color: white;
	display: block;
	text-decoration: none;
	width: 140px;

	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
}

#top_requests dl dd a:hover {
	background-color: #6699CC;
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-attachment: scroll;
	color: #99CCFF;
}

#top_requests dl dd img {
	vertical-align: middle;
	border: 0px;
}

/************************************************************************
 * PARTNER LINKS STYLES:
 *
 *
 *
 ************************************************************************/
#partner-links {
	text-align: center;
	width: 150px;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/************************************************************************
 * CURRENTLY PLAYING STYLES:
 *
 *
 *
 ************************************************************************/

#cpPictureMainSong {
  position: relative;
}

#cpPictureMainSong img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
/*Time display in corner of Album Pic */
#cpPictureMainSong .durationDisplay {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #eee;
  padding: 1px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}



th.links {
	width: 90px;
}

#listener_count
{
	/*float:right;*/
	font-size: 12px;
        font-weight: normal;
	margin: 10px;
}

#currently-playing-artist a
{
	font-size: 1rem;
	color: var(--currently-playing-artist);
	font-family: 'Permanent Marker', cursive;
	font-weight: lighter;
}

#currently-playing-album a
{
	font-size: 12px;
	color: var(--currently-playing-album);
}

#currently-playing-title a
{
	font-size: 1.2rem;
	color: var(--currently-playing-title-color);
	font-family: 'Permanent Marker', cursive;
}

#currently-playing-duration
{
	font-size: 18px;
}

#currently_playing_wrapper {
	margin-top: 0px;
	/*margin-left: 180px;*/
	margin-bottom: 10px;
	/*margin-right: 0px;*/
	clear: none;
	width: auto;
}

#currently_playing {
	background: var(--outer-box-background);
/* background: rgba(102, 153, 204, 1.0);*/

	padding-top: 10px;
	padding-bottom: 10px;
}

#currently_playing table {
	width: 100%;
	background: transparent;
	border-spacing: 0px;
}

#currently_playing th {
	padding-bottom: 10px;
}

#currently_playing thead tr {
	font-size: 14px;
	font-weight: bold;
	background: var(--currently-playing-header-background);
     /* background: rgba(102, 153, 204, 1.0); */
        border-top-left-radius: 10px;  /* Rounds the top left corner */
        border-top-right-radius: 10px; /* Rounds the top right corner */
	color: white;
}

#currently_playing tbody tr {
	color: #03293c;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	height: 30px;
	background-color: var(--currently-playing-background);
	border-spacing: 0px;
	border-collapse: collapse;
}

#currently_playing td,
#currently_playing th {
	padding-left: 5px;
	padding-right: 0px;
}

#currently_playing img {
	border: 0px;
	text-align: center;
	padding-top: 12px;
}

#cpPictureMainSong {
	/*display: none;*/
}


/************************************************************************
 * COMING UP STYLES:
 * #coming-up:
 *   Positions the coming-up menu
 *
 * #coming-up dl:
 *   background: COMING UP area background color
 *   width: Width of the COMING UP Menu
 *
 * #coming-up dl dt:
 *   border-bottom: White line below the Header Text in the menu
 *   color: Header Text Color
 *   font-size: Header Text Size
 *
 * #coming-up dl dd:
 *   background-color: Background colors of items in the menu
 *   color: Menu text color
 *   font-size: Header Text Size
 *   border-bottom: White line below the Text in the menu
 *
 * #coming-up dl dd a:
 * Styling on hover
 *
 *
 ************************************************************************/
#coming-up_wrapper {
	margin-top: 0px;
	/*margin-left: 180px;*/
	margin-bottom: 10px;
	clear: none;
	width: auto;
}

#coming-up {
	background: var(--currently-playing-background);
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1;
}

#coming-up table {
	background: transparent;
	border-spacing: 0px;
	width: 100%;
}

#coming-up table th {
	padding-bottom: 10px;
}

#coming-up table thead tr {
	color: var(--coming-up-header-color);
	background-color: var(--outer-box-background);
	font-size: 14px;
	font-weight: bold;
}

#coming-up table tbody tr {
	color: white;
	font-size: 12px;
	background-color: var(--recently-played-header-background);
/*	background-color: #555555;*/
}

#coming-up table td,
#coming-up table th {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 6px;
}

#coming-up table tbody tr div {
	width: auto;
	line-height: 12px;
	height: auto;
	float: left;
	background-color: #ffffff00;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-attachment: scroll;
	color: white;
	overflow: hidden;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 1px;
}

#coming-up table tbody tr span {
	font-size: 18px;
	line-height: 24px;
	padding-right: 5px;
}

#coming-up table tbody tr a,
#coming-up table tbody tr a:visited {
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	color: #c0b7ae;
        font-family: 'Permanent Marker', cursive;
	font-weight: 100;
}

#coming-up table tbody tr a:hover {
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-attachment: scroll;

	color: #99CCFF;
}

#coming-up table tbody tr img {
	vertical-align: middle;
	border: 0px;
}

#coming-up table tbody tr span.comingIndex {
	float:left;
	margin: 3px;
}


/************************************************************************
 * RECENTLY PLAYED:
 *
 *
 *
 ************************************************************************/
#recently_played_wrapper {
	margin-top: 0px;
	/*margin-left: 180px;*/
	margin-bottom: 10px;
	clear: none;
	width: auto;
}

#recently_played {
	background: var(--outer-box-background);
	padding-top: 10px;
	padding-bottom: 10px;
}
.table-responsive {
  overflow-x: auto;
  max-width: 100%;
}

#recently_played table {
	background: transparent;
	border-spacing: 0px;
	width: 100%;
}

#recently_played table th {
	padding-bottom: 10px;
}

#recently_played table thead tr {
	font-size: 14px;
	font-weight: bold;
	background: var(--coming-up-background);
	color: white;
}

#recently_played table tbody tr {
	color: #5F5C57;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
	height: 60px;
}

#recently_played table td,
#recently_played table th {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.recently_played_odd {
	background-color: #00000066;
	border-spacing: 0px;
	border-collapse: collapse;
}

.recently_played_even {
	background-color: #2c2c2c66;
	border-spacing: 0px;
	border-collapse: collapse;
}

#recently_played table img {
	border: 0px;
}

.rpPicture {
	/*display: none;*/
}

/************************************************************************
 * FOOTER STYLES:
 *
 *
 *
 ************************************************************************/
#footer {
	width: 100%;
	margin-top: 50px;
	padding-top: 10px;

	border-top: 1px solid black;
	clear: both;
	text-align: center;
}

.error {
	border: 1px solid red;
	padding: 10px;
	background: #FFEEEE;
	margin: 10px;
}

.success {
	border: 1px solid green;
	padding: 10px;
	background: var(--sam-sub-heading-color);
	margin: 10px;
	color: #FFF
}

/************************************************************************
 * PLAYLIST:
 *
 *
 *
 ************************************************************************/

th.links {
	width: 40px;
}

#playlist {
	margin-top: 0px;
	/*margin-left: 180px;*/
	margin-bottom: 10px;
	margin-right: 1px;
	clear: none;
}

#playlist_wrapper {
	background: var(--outer-box-background);
	padding-top: 10px;
	padding-bottom: 10px;
}

#playlist table {
	background: transparent;
	border-spacing: 0px;
	width: 100%;
}

#playlist table th {
	padding-bottom: 10px;
}

#playlist table thead tr {
	font-size: 14px;
	font-weight: bold;
	background: var(--currently-playing-background);
	color: white;
}

#playlist table tbody tr {
	color: #5F5C57;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
}

#playlist table td,
#playlist table th {
	padding-left: 4px;
	padding-right: 4px;
}

#td-playlist-paging
{
	padding: 5px;
	margin: 5px;
	height: 10px;
	text-align: left;
}

.playlist_odd {
	background-color: #000000;
	border-spacing: 0px;
	border-collapse: collapse;
}

.playlist_even {
	background-color: #2d2d2d;
	border-spacing: 0px;
	border-collapse: collapse;
}

#playlist table img {
	border: 0px;
}

/************************************************************************
 * SEARCH:
 *
 *
 *
 ************************************************************************/

#search {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	clear: none;
	background: var(--currently-playing-background);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-size: 10px;
	font-weight: bold;
}


#search table {
	width: 100%;
}

#search .characterButton {
	padding: 0;
	background: none;
	border: none;
	color: var(--currently-playing-title-color);
	font-weight: bold;
}

#search .alphabetList {
	padding: 0;
	background: none;
	border: none;
	color: #000000;
	font-weight: bold;
}

#search .characterButton:hover {
	text-decoration: underline;
	color: white;
	cursor: pointer;
}

#search #activeCharacter {
	color:white;
}

img.responsive-image {
  max-width: 10%;
  height: auto;
}
.characterList .characterRow .characterItem {
        display: inline-block;
    padding-bottom: 5px;
    background: none;
    border: none;
    color: var(--currently-playing-title-color);
    font-weight: bold;
    padding-top: 5px;
	padding-left: 4px;
	padding-right: 5px;
}

/*//////////////////////////*/
/*REQUEST ERROR HEADER*/
#currently_playing2 {
background: var(--main-header-color);
/* background: rgba(102, 153, 204, 1.0);*/

padding-top: 10px;
padding-bottom: 10px;
}

#currently_playing2 table {
width: 100%;
background: transparent;
border-spacing: 0px;
}

#currently_playing2 th {
padding-bottom: 10px;
}

#currently_playing2 thead tr {
font-size: 14px;
font-weight: bold;
background: #900000;
/* background: rgba(102, 153, 204, 1.0); */

color: white;
}

#currently_playing2 tbody tr {
color: #03293c;
font-size: 12px;
font-weight: bold;
overflow: hidden;
height: 30px;
background-color: #F0F0F0;
border-spacing: 0px;
border-collapse: collapse;
}

#currently_playing2 td,
#currently_playing2 th {
padding-left: 5px;
padding-right: 0px;
}

#currently_playing2 img {
border: 0px;
text-align: center;
padding-top: 12px;
}

#cpPictureMainSong2 {
/*display: none;*/
}

#requested_text {
  color: #ff2142
}
