@CHARSET "UTF-8";

/* ============================================================
   Millennium Hits Color Theme (COLOR-ONLY CHANGE)
   Layout / widths / margins preserved from original file.
   ============================================================ */
:root{
  --bg: #0B0B10;
  --text: #F5F6FA;
  --muted: #B8B9C6;

  --surface: #141420;
  --surface2: #1B1B2B;
  --border: #2A2A3A;

  --primary: #D81B7D;   /* magenta */
  --primary2:#B01567;

  --accent: #D3B100;    /* gold */
  --accent2:#B89400;

  --rowOdd: #141420;
  --rowEven:#151524;
  --rowLight1:#F0F0F0;  /* used where original had light rows */
  --rowLight2:#DADADA;
}

/************************************************************************
 * GLOBAL STYLES
 ************************************************************************/
body {
	margin: 0px;
	/*background-image: url("../images/o.png") repeat-y center top scroll; */
	background-color: var(--bg);
	color: var(--text);
	font-size: 10px;
	font-family: "Tahoma",sans-serif;
}

a { text-decoration: none; color: var(--accent); }
a:hover { text-decoration: none; color: var(--accent2); }

/*************************************************************************
 * PAGE STYLES
 *************************************************************************/
#page {
	background-color: transparent;

	min-height: 500px;
	border-left: 0px solid #666666;
	border-right: 0px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 960px;
}

/************************************************************************
 * LOGO STYLES
 ************************************************************************/
#logo {
	width: auto;
	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 var(--border);
	color: var(--primary);
	font-family: Arial,Sans-serif;
	font-size: 36px;
	font-weight: bold;
}

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

/************************************************************************
 * NAVIGATION STYLES
 ************************************************************************/
#navigation {
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#navigation dl {
	background: var(--surface);
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 150px;
}

#navigation dl dt {
	border-bottom: 1px solid rgba(255,255,255,.25);
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
}

#navigation dl dd {
	vertical-align: middle;
	font-size: 12px;
	background-color: var(--surface2);
	border-bottom: 1px solid rgba(255,255,255,.10);
	color: white;
	margin: 0px;
}

#navigation dl dd a,
#navigation dl dd a:visited {
	background-color: var(--surface2);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-attachment: scroll;
	height: 20px;
	color: white;
	display: block;
	text-decoration: none;
	width: 140px;

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

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

	color: #0B0B10;
}

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

/************************************************************************
 * DEDICATION STYLES
 ************************************************************************/
#dedication {
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#dedication dl {
	background: var(--surface);
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 150px;
}

#dedication dl dt {
	border-bottom: 1px solid rgba(255,255,255,.25);
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
}

#dedication dl dd {
	font-size: 12px;
	background-color: var(--surface2);
	border-bottom: 1px solid rgba(255,255,255,.10);
	color: white;
	margin: 0px;
	padding: 5px;
}

#dedication dl dd a,
#dedication dl dd a:visited {
	background-color: transparent;
	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: rgba(216,27,125,.20);
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-attachment: scroll;

	color: white;
}

#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: var(--surface);
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 150px;
}

#top_requests dl dt {
	border-bottom: 1px solid rgba(255,255,255,.25);
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
}

#top_requests dl dd {
	font-size: 12px;
	background-color: var(--surface2);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-attachment: scroll;

	border-bottom: 1px solid rgba(255,255,255,.10);
	color: white;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#top_requests dl dd a,
#top_requests dl dd a:visited {
	background-color: var(--surface2);
	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: rgba(216,27,125,.20);
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-attachment: scroll;
	color: white;
}

#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
 ************************************************************************/
th.links { width: 90px; }

#listener_count{
	float:right;
	font-size: 12px;
    font-weight: normal;
	margin: 10px;
	color: var(--muted);
}

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

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

#currently_playing {
	background: var(--surface);
	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(--primary);
	color: white;
}

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

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

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

#cpPictureMainSong { display: none; }

/************************************************************************
 * COMING UP STYLES
 ************************************************************************/
#coming-up_wrapper {
	margin-top: 0px;
	margin-left: 180px;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: none;
}

#coming-up {
	background: var(--surface);
	padding-top: 10px;
	padding-bottom: 10px;
}

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

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

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

#coming-up table tbody tr {
	color: white;
	font-size: 12px;
	background-color: var(--surface2);
}

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

#coming-up table tbody tr div {
	width: 235px;
	line-height: 20px;
	height: 24px;

	float: left;

	background-color: var(--surface2);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-attachment: scroll;

	color: white;

	overflow: hidden;
	margin: 5px;
}

#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: white;
}

#coming-up table tbody tr a:hover {
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-attachment: scroll;
	color: var(--accent);
}

#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;
	margin-right: 10px;
	clear: none;
}

#recently_played {
	background: var(--surface);
	padding-top: 10px;
	padding-bottom: 10px;
}

#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(--primary);
	color: white;
}

#recently_played table tbody tr {
	color: var(--text);
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
	height: 60px;
}

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

.recently_played_odd {
	background-color: var(--rowOdd);
	border-spacing: 0px;
	border-collapse: collapse;
}

.recently_played_even {
	background-color: var(--rowEven);
	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 var(--border);
	clear: both;
	text-align: center;
	color: var(--muted);
}

.error {
	border: 1px solid red;
	padding: 10px;
	background: rgba(216,27,125,.12);
	margin: 10px;
	color: var(--text);
}

.success {
	border: 1px solid green;
	padding: 10px;
	background: rgba(211,177,0,.12);
	margin: 10px;
	color: var(--text);
}

/************************************************************************
 * PLAYLIST
 ************************************************************************/
th.links { width: 170px; }

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

#playlist_wrapper {
	background: var(--surface);
	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(--primary);
	color: white;
}

#playlist table tbody tr {
	color: var(--text);
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
}

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

#td-playlist-paging{
	padding: 5px;
	margin: 5px;
	height: 10px;
	text-align: center;
	color: var(--muted);
}

.playlist_odd {
	background-color: var(--rowOdd);
	border-spacing: 0px;
	border-collapse: collapse;
}

.playlist_even {
	background-color: var(--rowEven);
	border-spacing: 0px;
	border-collapse: collapse;
}

#playlist table img { border: 0px; }

/************************************************************************
 * SEARCH
 ************************************************************************/
#search {
	margin-top: 0px;
	margin-left: 180px;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: none;
	background: var(--surface);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#search table { width: 100%; }

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

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

#search #activeCharacter { color:white; }
