@import url('http://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
	font-family: SimeonFont;
	src: url("images/font.otf") format("opentype");
}

body {
	margin:0;
	padding:0;
	background:#000000;
	color:#CCCCCC;
	font-family: SimeonFont, arial, sans-serif;
	font-size: 18px;
}
h1 {
	font-size: 28px;
	color: white;
}
h2 {
	font-size: 24px;
	color: white;
}
h3 {
	font-size: 18px;
	color: white;
}

.main {
		margin-left: auto;
		margin-right: auto;
		width: 920px;
		padding-bottom: 25px;
}

.pages,
.main > img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.pages {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pages li {
	display: inline-block;
}

.pages .page {
	display: inline-block;
	padding: 0 10px 0 10px;
	background-repeat: no-repeat;
	height: 42px;
	color: transparent;
	transition: all 0.5s ease-in-out;
}

.pages .page-news {
	background-image: url(images/1.png);
	width: 100px;
}

.pages .page-albums {
	background-image: url(images/2.png);
	width: 190px;
}

.pages .page-links {
	background-image: url(images/4.png);
	width: 80px;
}

.pages .page-news.selected,
.pages .page-news:hover {
	background-image: url(images/1.selected.png);
}

.pages .page-albums.selected,
.pages .page-albums:hover {
	background-image: url(images/2.selected.png);
}

.pages .page-links.selected,
.pages .page-links:hover {
	background-image: url(images/4.selected.png);
}

.link-category {
	text-align: center;
}

.link-category a {
	display: block;
}

.story {
	border: 1px solid white;
	padding: 10px;
	margin: 10px;
}

.album,
.album .track {
	width: 100%;
	text-align: center;
	transition:all 0.5s ease;
}

.album .track:nth-child(odd) {
	background-color: #050505;
}

.album .track:hover,
.album .track:nth-child(odd):hover {
	background-color: #101010;
}

.album > img {
	max-width: 100px;
	box-shadow: 0px 0px 6px 2px white;
	margin-bottom: 20px;
}

.album .index,
.album .name,
.album .duration,
.album .link {
	width: 14%;
	display: inline-block;
}

.album .play {
	width: 14%;
	display: inline-block;
	cursor: pointer;
	opacity: .2;
	text-indent: -9999px;
	width: 50px;
	height: 25px;
	border: 0;

	background-image: url(images/speaker.svg);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	transition:all 0.5s ease;
}

.album .play:hover {
	opacity: 1;
}

.album .name {
	width: 50%;
	text-align: left;
}


div {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
}
a img {
	border: 0;
	border-style: none;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #0099FF;
	transition:all 0.5s ease;
}
a:hover {
	color: yellow;
}

.hide {
	color: black;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: 120px;
	background-image: url(images/logo.jpg);
}

.logo .visualization {
	width: 100%;
	height: 100%;
}

.track-name {
	position: fixed;
	top: 0;
	left: 0;
	color: white;
	opacity: .6;
	border: 0;
	background-color: transparent;
}

.track-name:not(:empty) {
	background-image: url(images/speaker.svg);
	background-size: 25px auto;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 30px;
}

.track-name:not(:empty):before {
	content: 'Now playing: ';
}

.slogan {
	font-size: 8pt;
	text-align: center;
}

.nav {
	text-align: center;
}
.nav img{
	padding: 10px;
}

.Error {
	text-align: center;
}

.active {
	padding: 10px;
	margin: 0px;
	background-color: #172c36;
}
.inactive {
	padding: 10px;
	margin: 0px;
}

.active .hide {
	background-color: #172c36;
	color: #172c36;
}
.active .hide a,
.albumhide a:link,
.albumhide a:visited,
.albumhide a:active {
	text-decoration: none;
	color: #172c36;
}
.active .hide a:hover {
	color: yellow;
}

.audio-element {
	position: fixed;
	left: 10px;
	bottom: 10px;
}

.audio-element[src=""] {
	display: none;
}
