@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url('https://fonts.googleapis.com/css?family=Fira+Sans');

html {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(/tunein_hover.png) no-repeat -30px -30px;
}

body {
	min-height:100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family:'Maven Pro', sans-serif;
	text-decoration: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAD1BMVEX9/f35+fn8/Pz7+/v6+vreGhydAAACQUlEQVQYGQXBAY0EMAhFwWYdkEXABWpgAQP0P/+abuaYV8QY6xp15LquT1MH1LNgDq666z3eQZ2Xa2Yv1xznDaTZi+xTY2YGawBqaHgZfXoNMzNzvausaUXWVB6a7lkwNACAGvoQEZG8WdcAAErgTATvKgaULDBoKjldybuKabwBvIGXHKAiRijBYI0xAx2A7oVKsAcwC+ismTlmL+Z7eUOieVccAB94kS956wAvR0foeoM6IuatGY5idKD53hWK1GgBXQ0c80HjWsWlBw11hfkBLlCrSDQExMD6ASXAvkjUHSgHLQe64q55fS5T0XTNCg5kN7DK8e4e0PCo0zTmaAGvnzADxfydBmChgfqBOQCcXHPWTDHeNeYGYHAKWHNIFCOge0T1KYB1aF6MgIh5t/I0482a17yrWfP43BcxBwAAqIvWiA+a5ph5oqlckn3rimtm2DE8gQpQzbugyxocg2T9xaC4L8EHQMeDu2hA+S4AwLoOwTgFKN8FA2Dp0wGqAQAQwLKVJxtXLw0MNO2sWeVJDFgr+N59Q3tizpyBAVaDD3RnN2ZwFq7zlsDRvojoMTOdBXxZ1KOBSOrC1lkwBwPdd6GuVyLiAKauLUDRFK5LZRwYV/YWQA3garrrmJK4UEtcFvDRBY4JNVDQOCzkuwvH8B57U4mZv1gUcVccAKgl10wRQMRAnRigYr3X7EVMEzFOnBjMFblgPhUxqGbVpwdDkeugeRE99FBzqOsVMRi6UJFdCcGhxyviAgwohhdL8w9WegM3i2rjpwAAAABJRU5ErkJggg==);
}

table {
	font-size: 14px;
}


a:link,a:visited{color:#2762AE;text-decoration:none}a:hover{text-decoration:underline}

h1 {
	font-family: Oswald, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 2em;
	color: #eee;
	background-color: #111;
	margin:0;
}

h3 {
	margin: 0px;
	font-family: Oswald, sans-serif;
	background-color:#DEAC2F;
	padding: 8px;
	text-align:center;
	border-bottom: none;
	font-size: 18px;
	font-family: Oswald, sans-serif;
	color: #000;
	font-weight: normal;
}

h1#header{
	margin: 0;
	padding: 25px 10px 10px 100px;
	background: #111  url(/icecast.png) no-repeat 10px 10px;
	height: 57px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 42px;
	color: #eee;
	text-shadow: 0px 0px 1px rgba(204,204,204,1);
}

.version {
	text-align:right;
	color: #fff;
	position:absolute;
	right:5px;
	top:65px;
	font-size: 14px;
}

.version a {
	color: #fff;
}

h3 small {
	color: #333;
	font-size: 70%;
	padding-left: 15px;
}

form.alignedform label {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	width: 10em;
	margin: 0 1em 0 0;
}

form.alignedform input {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #333;
	background-color: #eee;
	color: #333;
	padding: 5px;
}

#menu {
	background-color: #111;
	text-align: center;
	padding: 0 0 20px 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

#menu ul li {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

#menu ul li a {
	font-family:'Maven Pro', sans-serif;
	text-decoration: none;
	color: #2762AE;
	font-size: 14px;
	border: none;
	font-weight: 700;
}

#menu ul li a:hover {
	text-decoration: underline;
}

.roundbox {
	margin-bottom: 50px;
}

.roundbox h3 {
	padding:15px;
}

.roundbox table.yellowkeys { 
	margin: auto; 
	padding: 0 10% 0 10%;
	color: #636363;
}

.roundbox table.yellowkeys tr td:last-child {
	color: #636363;
	font-weight: 700;
}

table.colortable {
	border-collapse: collapse;
	padding: 20px 0 20px 0;
	margin: 0 auto;
}

table.colortable td {
	border: 1px solid #000;
	text-align: center;
	padding: 5px;
}

table.colortable thead tr td {
	color: #656565;
	background: #333;
	border-color: white;
}

.roundbox table.yellowkeys tr td {
	padding: 5px 5px 0 0;
	word-wrap: break-word;
	word-break: break-all;
}

.right {
	float: right;
}


.mountcont {
	clear: both;
}

ul.mountlist {
	margin: 5px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.mountlist li {
	display: inline;
}

audio{display:none;}

.mount a {
	font-size: 14px;
	margin-left: 6px;
	padding-right: 24px;
	border: none;
	background: transparent url(/tunein.png) no-repeat scroll right center;
	background-size: 18px;
	color:#333;
}

a.play {
	padding-left: 22px;
	margin-left: 25px;
	border: none;
	background: transparent url(/tunein.png) no-repeat scroll left center;
	background-size: 18px;
	color:#555;
}

a.play:hover, .mount a:hover { text-decoration:none; }

a.auth {
	padding-left: 22px;
	margin-left: 25px;
	border: none;
	background: transparent url(/key.png) no-repeat scroll left top;
	background-size: auto 100%;
}

.mount a:hover {
	font-size: 14px;
	margin-left: 6px;
	padding-right: 24px;
	border: none;
	background: transparent url(/tunein_hover.png) no-repeat scroll right center;
	background-size: 18px;
}


a.play:hover {
	padding-left: 22px;
	margin-left: 25px;
	border: none;
	background: transparent url(/tunein_hover.png) no-repeat scroll left center;
	background-size: 18px;
}

/* Admin navigation */

ul.nav {
	margin: 0;
	padding: 5px 0 10px 0;
	clear: both;
	list-style: none;
	text-align: center;
}

ul.nav li {
	display: inline;
}

ul.nav li a {
	border: none;
	display: inline-block;
	padding: .2em .7em;
	margin-top: .2em;
	background-color: #eee;
	color; #333;
	white-space: nowrap;
}

ul.nav li a:hover {
	color: #eee;
	background-color: #333;
}

/* Footer */

#footer {
	text-align:center;
	padding:20px;
	margin-top: 50px;
	font-size: 12px;
}

@media (max-width: 800px) {

	body {
		padding: 0;
	}

	.roundbox {
		width: auto;
		border-radius: 0;
	}

	.roundbox table.yellowkeys tr td {
		display: block;
		padding: 5px 5px 0 0;
	}

	.roundbox table.yellowkeys tr td:last-child {
		margin-bottom: 5px;
		margin-left: 5px;
	}

	.scrolltable {
		overflow: auto;
	}

}

@media (max-width: 320px) {

	ul.nav, #menu ul {
		display: block;
	}

	ul.nav li, #menu ul li {
		float: none;
	}

	ul.nav li a, #menu ul li a {
		display: block;
	}

	ul.nav li + li, #menu ul li + li {
		border-top: 1px solid #ACACAC;
	}

	a.play {
		margin-left: 15px;
	}

}

