@charset "UTF-8";

@font-face {
    font-family: 'SansumiRegular';
    src: url('../font/Sansumi-Bold-webfont.eot');
    src: url('../font/Sansumi-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Sansumi-Bold-webfont.woff') format('woff'),
         url('../font/Sansumi-Bold-webfont.ttf') format('truetype'),
         url('../font/Sansumi-Bold-webfont.svg#SansumiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	position: relative;
	margin: 0;
	border: none;
	padding: 0;
	text-decoration: none;
	font-family: 'Tahoma', sans-serif;
	font-size: 9pt;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	display: table;
	background-color: #456;
	color: #ffe;
}

body {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

table {
	width: auto;
	margin: 2em auto;
	overflow: hidden;
}

/* Player interface */
#player {
	-moz-user-select: none;
	display: inline-block;
	width: 512px;
	height: 128px;
	box-shadow: #000 0 4px 8px;
	border-radius: 4px;
}

#stats {
	position: absolute;
	top: 0;
	left: 0;
	width: 510px;
	height: 80px;
	border-radius: 4px 4px 0 0;
	border: 1px solid;
	border-color: rgba(255, 255, 255, .5);
	border-bottom: none;
	background-color: #ced;
	background-image: -moz-linear-gradient(rgba(255,255,255,0.333), rgba(0,0,0,0.333));
}

#controls {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 0 4px 4px;
	height: 48px;
	width: 510px;
	text-align: right;
	line-height: 48px;
	background-color: #000;
	background-image: -moz-linear-gradient(rgba(0,0,0,0.25), rgba(255,255,255,0.0625));
	border: 1px solid;
	border-top: none;
	border-color: rgba(255, 255, 255, .25);
}

#controls button {
	font-size: 16pt;
	height: 32px;
	width: 32px;
	box-shadow: #000 0 4px 8px;
	border-radius: 4px;
	background-image: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(0,0,0,0.25));
	margin: 8px;
}

#controls button + button {
	margin-left: 0;
}

th {
	max-width: 60em;
	font-weight: normal;
}

tbody,
#content {
	overflow: visible;
	display: block;
}

#news {
/*
	width: 20em;
	min-width: 20em;
*/
	max-width: 20em;
	margin-top: 2em;
	padding-right: 4em;
	margin-bottom: 2em;
	text-align: justify;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

.timestamp {
	color: #fd4;
	display: block;
	border-bottom: #fd4 solid 1px;
	font-family: 'SansumiRegular', sans-serif;
}


#news p {
	margin-top: 1em;
}

#listings {
	margin-top: 2em;
/*
	min-width: 20em;
	width: 40em;
*/
	max-width: 40em;
	vertical-align: top;
}

#listings p {
	width: auto;
}


/* Playlist */
ol, ul {
	margin-top: 2em;
	margin-bottom: 2em;
/*
	margin-left: 4em;
	width: 512px;
*/
	text-align: left;
	display: block;
	list-style-type: decimal;
	list-style-position: outside;
	overflow: visible;
}

li {
	overflow: visible;
}

input, a {
	text-align: left;
	width: 90%;
	background-color: transparent;
	color: #ffe;
	-o-transition-property: color, background-color;
	-o-transition-duration: .25s;
	-moz-transition-property: color, background-color;
	-moz-transition-duration: .25s;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: .25s;
	border-radius: 2px;
	padding: 1px;
	cursor: pointer;
	overflow: visible !important;
}

input:hover, a:hover {
	background-color: #ffe;
	color: #456;
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

a {
	border-bottom: 1px dotted #fff;
}

h2 a {
	border: none;
}

h2 a:hover {
	background-color: transparent;
	color: rgba(207, 255, 255, .5);
}

li a {
	border-bottom: none;
}

input:active {
}

h3, h3 span,
h2, h2 span,
h1, h1 span {
	font-size: 128px;
	font-weight: 800;
	width: 3em;
	margin: auto;
	text-shadow: #fff 0 1px 4px, #000 0 -1px 4px;
	color: rgba(207, 255, 255, .5);
	display: inline-block;
	font-family: 'SansumiRegular', sans-serif;
}

h2, h2 * {
	width: auto;
	font-size: 64px;
	font-family: 'SansumiRegular', sans-serif;
	color: rgba(207, 255, 255, .5);
}

h3, h3 * {
	width: auto;
	font-size: 32px;
	display: block;
	margin-top: 1em;
	font-family: 'SansumiRegular', sans-serif;
	color: rgba(207, 255, 255, .5);
}

h1 span {
	display: inline;
}

h1 {
	display: block;
	padding-left: 1em;
	padding-right: 1em;
}

quote {
	font-style: italic;
}

a span.label {
	width: 0 !important;
}

em {
	font-style: normal;
	text-decoration: underline;
}

#fader {
	width: 21em;
	height: 128px;
	position: absolute;
	background: linear-gradient(top, rgba(68, 85, 102, 0), #456);
	background: -o-linear-gradient(top, rgba(68, 85, 102, 0), #456);
	background: -moz-linear-gradient(top, rgba(68, 85, 102, 0), #456);
	background: -webkit-linear-gradient(top, rgba(68, 85, 102, 0), #456);
	pointer-events: none;
	z-index: 10;
	bottom: 0;
	left: 0;
}

#random {
	display: none;
	border: none;
	text-align: center;
	position: fixed;
	width: 400px;
	left: 50%;
	top: 33.333%;
	padding: 40px;
	margin-left: -240px;
	background: white;
	color: #484;
	font-weight: 800;
	font-size: 16px;
	box-shadow: rgba(0,0,0,25) 0 4px 16px;
	opacity: 0;
	pointer-events: none;
	-o-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

#random:active,
#random:focus,
#random:hover {
	background-color: #484;
	color: white;
}

span.new {
	position: relative;
	top: -2px;
	font-weight: bold;
	font-size: 8px;
	display: inline-block;
	transform: rotate(335deg);
	-o-transform: rotate(335deg);
	-moz-transform: rotate(335deg);
	-webkit-transform: rotate(335deg);
}