@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }
html { overflow-y: scroll; } 
body {
	min-width: 1000px !important;
	background: url('../gui/background.jpg') #000 top center no-repeat;
	background-attachment: fixed;
}
.clear { clear: both; }
.visible { display: block; }
.hidden { display: none; }



/***********  STRUCTURE  **********/
.container {
	width: 1000px;
	margin: auto;
}
.container_plus {
	width: 1030px;
	margin: auto;
}
@media screen and (max-width: 1024px){
	.container_plus {
		width: 1030px;
		margin: auto -15px;
	}
}
.wrapper {
	width: 100%;
}
.col1 {
	position: relative;
	float: left;
	width: 235px;
	margin-left: 15px;
}
.col2 {
	float: right;
	width: 720px;
	margin-left: 15px;
	margin-right: 15px;
}
#nav_top .col2 { width: 735px; margin-right: 0; }
.box {
	border: 1px solid #CCC;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
}
#page_content .col1 {
	position: fixed;
	top: -77px;
}
#sidebar .col1 #info {
	/*position: fixed;*/
	/*top: 65px;*/
	width: 100%;
}
#sidebar .col1 #info .box {
	margin-bottom: 15px;
}
#page_content .col2 {
	right: 0px;
}
#page_content .col2 .box { padding: 15px; }

/* 2 COLUMNS */
.col330 {
	float: left;
	/*width: 330px;*/
	width: 48%;
	margin: 0 6px;
}
.col163.alpha { margin: 0 4px 0 0; }
.col163.omega { margin: 0 0 0 4px; }

/* 3 COLUMNS */
.col220 {
	float: left;
	/*width: 220px;*/
	width: 31.5%;
	margin: 0 7px;
}
.col220.alpha { margin: 0 7px 0 0; }
.col220.omega { margin: 0 0 0 7px; }

/* 4 COLUMNS */
.col163 {
	float: left;
	/*width: 163px;*/
	width: 23.5%;
	margin: 0 6px;
}
.col163.alpha { margin: 0 6px 0 0; }
.col163.omega { margin: 0 0 0 6px; }

/* 6 COLUMNS */
.col112 {
	float: left;
	/*width: 112px;*/
	width: 16%;
	margin: 0 1px;
}
.col112.alpha { margin: 0 1px 0 0; }
.col112.omega { margin: 0 0 0 1px; }

.colone7th {
	float: left;
	width: 14.28%;
	margin: 0;
}

.col20percent {
	float: left;
	width: 20%;
}

/**********************************/



#nav_top {
	position: fixed;
	top: 0;
	margin: auto;
	width: 100%;
	height: 50px;
	background: #404040;
	background: -moz-linear-gradient(top,  #404040 0%, #202020 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#202020));
	background: -webkit-linear-gradient(top,  #404040 0%,#202020 100%);
	background: -o-linear-gradient(top,  #404040 0%,#202020 100%);
	background: -ms-linear-gradient(top,  #404040 0%,#202020 100%);
	background: linear-gradient(top,  #404040 0%,#202020 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#202020',GradientType=0 );
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .5);
	z-index: 9999;
}
.nav_element, .nav_home, .nav_station, .nav_region, .nav_theme, .nav_composer, .nav_year, .nav_etc, .nav_element .nav_parent {
	float: left;
	width: 70px;
	height: 50px;
	cursor: pointer;
}
.nav_element.on, .nav_element:hover {
	background: #202020;
	background: -moz-linear-gradient(top,  #202020 0%, #404040 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(100%,#404040));
	background: -webkit-linear-gradient(top,  #202020 0%,#404040 100%);
	background: -o-linear-gradient(top,  #202020 0%,#404040 100%);
	background: -ms-linear-gradient(top,  #202020 0%,#404040 100%);
	background: linear-gradient(top,  #202020 0%,#404040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#404040',GradientType=0 );
}
.nav_divider {
	float: left;
	width: 26px;
	height: 50px;
	background: url('../gui/nav_divider.png') no-repeat;
}
.nav_element .nav_home        { background: url('../gui/nav_sprite.png')    0px   0px no-repeat; }
.nav_element.on .nav_home     { background: url('../gui/nav_sprite.png')    0px -50px no-repeat; }
.nav_element .nav_station     { background: url('../gui/nav_sprite.png')  -70px   0px no-repeat; }
.nav_element.on .nav_station  { background: url('../gui/nav_sprite.png')  -70px -50px no-repeat; }
.nav_element .nav_region      { background: url('../gui/nav_sprite.png') -140px   0px no-repeat; }
.nav_element.on .nav_region   { background: url('../gui/nav_sprite.png') -140px -50px no-repeat; }
.nav_element .nav_theme       { background: url('../gui/nav_sprite.png') -210px   0px no-repeat; }
.nav_element.on .nav_theme    { background: url('../gui/nav_sprite.png') -210px -50px no-repeat; }
.nav_element .nav_composer    { background: url('../gui/nav_sprite.png') -280px   0px no-repeat; }
.nav_element.on .nav_composer { background: url('../gui/nav_sprite.png') -280px -50px no-repeat; }
.nav_element .nav_year        { background: url('../gui/nav_sprite.png') -350px   0px no-repeat; }
.nav_element.on .nav_year     { background: url('../gui/nav_sprite.png') -350px -50px no-repeat; }
.nav_element .nav_etc         { background: url('../gui/nav_sprite.png') -420px   0px no-repeat; }
.nav_element.on .nav_etc      { background: url('../gui/nav_sprite.png') -420px -50px no-repeat; }
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.nav_element .nav_home        { background: url('../gui/nav_sprite@2x.png')    0px   0px no-repeat; background-size: 490px 100px; }
	.nav_element.on .nav_home     { background: url('../gui/nav_sprite@2x.png')    0px -50px no-repeat; background-size: 490px 100px; }
	.nav_element .nav_station     { background: url('../gui/nav_sprite@2x.png')  -70px   0px no-repeat; background-size: 490px 100px; }
	.nav_element.on .nav_station  { background: url('../gui/nav_sprite@2x.png')  -70px -50px no-repeat; background-size: 490px 100px; }
	.nav_element .nav_region      { background: url('../gui/nav_sprite@2x.png') -140px   0px no-repeat; background-size: 490px 100px; }
	.nav_element.on .nav_region   { background: url('../gui/nav_sprite@2x.png') -140px -50px no-repeat; background-size: 490px 100px; }
	.nav_element .nav_theme       { background: url('../gui/nav_sprite@2x.png') -210px   0px no-repeat; background-size: 490px 100px; }
	.nav_element.on .nav_theme    { background: url('../gui/nav_sprite@2x.png') -210px -50px no-repeat; background-size: 490px 100px; }
	.nav_element .nav_composer    { background: url('../gui/nav_sprite@2x.png') -280px   0px no-repeat; background-size: 490px 100px; }
	.nav_element.on .nav_composer { background: url('../gui/nav_sprite@2x.png') -280px -50px no-repeat; background-size: 490px 100px; }
	.nav_element .nav_year        { background: url('../gui/nav_sprite@2x.png') -350px   0px no-repeat; background-size: 490px 100px; }
	.nav_element.on .nav_year     { background: url('../gui/nav_sprite@2x.png') -350px -50px no-repeat; background-size: 490px 100px; }
	.nav_element .nav_etc         { background: url('../gui/nav_sprite@2x.png') -420px   0px no-repeat; background-size: 490px 100px; }
	.nav_element.on .nav_etc      { background: url('../gui/nav_sprite@2x.png') -420px -50px no-repeat; background-size: 490px 100px; }
}

.nav_facebook {
	float: left;
	display: block;
	width: 32px;
	height: 50px;
}
.nav_facebook .facebook {
	display: block;
	width: 32px;
	height: 32px;
	margin: 9px 0px;
	background: url('../gui/social_facebook.png') 0px 0px no-repeat;
	cursor: pointer;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.nav_facebook .facebook {
		display: block;
		width: 32px;
		height: 32px;
		margin: 9px 0px;
		background: url('../gui/social_facebook@2x.png') 0px 0px no-repeat;
		background-size: 64px 32px;
		cursor: pointer;
	}
}
.nav_facebook .facebook:hover {
	background-position: -32px 0px;
}

.nav_child_child {
	display: none;
	position: absolute;
	top: 50px;
	min-width: 160px;
	background-color: gray;
	-webkit-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;
	border: 1px solid #404040;
	-webkit-box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, .25);
	box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, .25);
}
.nav_child_child ul { list-style: none; }
.nav_element:hover > .nav_child_container > .nav_child_child {
	display: block;
}
.nav_child_child ul li {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-shadow: 1px 1px 0px #111111;
	filter: dropshadow(color=#111111, offx=1, offy=1);
	background: #404040; /* Old browsers */
	background: -moz-linear-gradient(top,  #404040 0%, #202020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#202020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #404040 0%,#202020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #404040 0%,#202020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #404040 0%,#202020 100%); /* IE10+ */
	background: linear-gradient(top,  #404040 0%,#202020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #202020;
	border-left: 1px solid #202020;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
	padding: 5px;
}
.nav_child_child ul li:hover {
	background: #606060; /* Old browsers */
	background: -moz-linear-gradient(top,  #606060 0%, #303030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(100%,#303030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #606060 0%,#303030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #606060 0%,#303030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #606060 0%,#303030 100%); /* IE10+ */
	background: linear-gradient(top,  #606060 0%,#303030 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
}
.nav_child_child ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.nav_child_child ul li:hover a {
	color: #0AF;
	text-shadow: 1px 1px 0px #333333;
	filter: dropshadow(color=#333333, offx=1, offy=1);
}
.nav_child_child ul li.first-child {
	-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}
.nav_child_child ul li.last-child {
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.nav_child_child ul li.first-last-child {
	-webkit-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;
}

.nav_refresh {
	position: absolute;
	top: 14px;
	right: 75px;
	width: 22px;
	height: 22px;
	background: url('../gui/refresh_sprite.png') 0 -22px no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.nav_refresh {
		background: url('../gui/refresh_sprite@2x.png') 0 -22px no-repeat;
		background-size: 22px 44px;
	}
}
.nav_refresh:hover {
	cursor: pointer;
	background-position: 0px 0px;
}
.nav_refresh > input {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 0;
	height: 0;
	opacity: 0;
}

.nav_profile { float: right; }
.nav_profile .nav_profile_avatar {
	float: left;
	width: 26px;
	height: 50px;
	cursor: pointer;
	background: url('../gui/profile_sprite.png') 0 0 no-repeat;
}
.nav_profile .nav_profile_avatar.on {
	background: url('../gui/profile_sprite.png') -26px 0 no-repeat;
}
.nav_profile .nav_profile_arrow {
	float: left;
	width: 26px;
	height: 50px;
	cursor: pointer;
	background: url('../gui/profile_sprite.png') -52px 0 no-repeat;
}
.nav_profile .nav_profile_arrow.on, 
.nav_profile .nav_profile_arrow:hover {
	background: url('../gui/profile_sprite.png') -76px 0 no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.nav_profile { float: right; }
	.nav_profile .nav_profile_avatar {
		float: left;
		width: 26px;
		height: 50px;
		cursor: pointer;
		background: url('../gui/profile_sprite@2x.png') 0 0 no-repeat;
		background-size: 100px 50px;
	}
	.nav_profile .nav_profile_avatar.on {
		background: url('../gui/profile_sprite@2x.png') -26px 0 no-repeat;
		background-size: 100px 50px;
	}
	.nav_profile .nav_profile_arrow {
		float: left;
		width: 26px;
		height: 50px;
		cursor: pointer;
		background: url('../gui/profile_sprite@2x.png') -52px 0 no-repeat;
		background-size: 100px 50px;
	}
	.nav_profile .nav_profile_arrow.on, 
	.nav_profile .nav_profile_arrow:hover {
		background: url('../gui/profile_sprite@2x.png') -76px 0 no-repeat;
		background-size: 100px 50px;
	}
}


#nav_top .container { position: relative; }
#load_playlist {
	position: absolute;
	background: url('../gui/load_playlist.png') top right no-repeat;
	width: 0px;
	height: 39px;
	top: 65px;
	right: 0px;
	cursor: pointer;
	z-index: 9999;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	#load_playlist {
		background-image: url('../gui/load_playlist@2x.png');
		background-size: 32px 39px;
	}
}
#show_player {
	position: absolute;
	background: url('../gui/show_player.png') top left no-repeat;
	width: 0px;
	height: 39px;
	top: 65px;
	left: 0px;
	cursor: pointer;
	z-index: 9999;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	#show_player {
		background-image: url('../gui/show_player@2x.png');
		background-size: 32px 39px;
	}
}
#show_player_stop {
	position: absolute;
	background: url('../gui/show_player_stop.png') top left no-repeat;
	width: 17px;
	height: 0px;
	top: 32px;
	right: 3px;
	cursor: pointer;
	z-index: 9999;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	#show_player_stop {
		background-image: url('../gui/show_player_stop@2x.png');
		background-size: 17px 10px;
	}
}
#info_area {
	position: absolute;
	background: url('../gui/info_area_sprite.png');
	background-position: 0px -78px;
	background-repeat: no-repeat;
	width: 32px;
	height: 39px;
	top: 105px;
	left: -32px;
	cursor: pointer;
	z-index: 9999;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	#info_area {
		background-image: url('../gui/info_area_sprite@2x.png');
		background-size: 32px 117px;
	}
}
#info_area.hasinfo {
	background-position: 0px -39px;
}
#info_area.on,
#info_area.on.hasinfo {
	background-position: 0px 0px;
}


#sidebar {
	position: fixed;
	/*top: -77px;*/
	top: 48px;
	z-index: 1;
	width: 265px;
	height: 1000px;
	overflow: auto !important;
}
#sidebar #player {
	position: relative;
	width: 235px;
	min-height: 125px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-left: 15px;
}
#sidebar #player .jp-playlist {
	width: 215px;
	margin: 0px 10px 10px 10px;
	background-color: #FFFFFF;
	border-top: none;
}
#sidebar #player .jp-playlist ul {
	padding: 0px;
	max-height: 200px;
	overflow-y: auto;
	margin-bottom: 15px;
}
#sidebar_topbox { height: 15px; clear: both; display: block; }
#sidebar #secondary {
	padding-top: 15px;
}

#site_middle {
	position: fixed;
	width: 1000px;
	height: auto;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(51, 51, 51, .8);
	color: rgba(51, 51, 51, .8);
	z-index: -1;
}

#page_content {
	position: absolute;
	top: 50px;
	margin-left: 250px;
}
#page_content .page_content .box.minheight { min-height: 300px; }


.wrap1 { position: relative; top: -15px; float: left; width: 15px; height: 15px; background: url('../gui/wrap.png') top left no-repeat; }
.wrap2 { position: relative; top: -15px; float: right; width: 15px; height: 15px; background: url('../gui/wrap.png') top right no-repeat; }
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.wrap1 { position: relative; top: -15px; float: left; width: 15px; height: 15px; background: url('../gui/wrap@2x.png') top left no-repeat; background-size: 30px 15px; }
	.wrap2 { position: relative; top: -15px; float: right; width: 15px; height: 15px; background: url('../gui/wrap@2x.png') top right no-repeat; background-size: 30px 15px; }
}
.footer {
	position: fixed;
	bottom: 0px;
	width: 1030px;
	z-index: 9999;
}
.footer .content {
	height: 65px;
	padding: 5px 15px;
}
.footer .content .logo {
	float: left;
	width: 75px;
	height: 65px;
}
.footer .content .logo img {
	margin-top: 5px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 5px 0 rgba(255,255,255,.5);
	box-shadow: 0 0 5px 0 rgba(255,255,255,.5);
}



#map_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999999999;
	display: none;
	background-color: rgba(0, 0, 0, .67);
}
#map_overlay .box {
	position: relative;
	width: 700px;
	height: 480px;
	left: 50%;
	top: 50%;
	background-color: #FFF;
	border: 3px solid #CCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: -240px 0 0 -350px;
	-webkit-box-shadow:  0px 0px 50px 0px rgba(0, 0, 0, 1);
	box-shadow:  0px 0px 50px 0px rgba(0, 0, 0, 1);
}
#map_overlay .box #map_overlay_title {
	width: 100%;
	height: 50px;
	text-align: center;
}
#map_overlay .box #map_overlay_title .theme {
	font-size: 22px;
	font-weight: bold;
}
#map_overlay .box #map_overlay_title .composer {
	font-size: 17px;
	font-weight: normal;
}
#map_overlay .box .close {
	position: absolute;
	background: url("../gui/close_player.png") top left no-repeat;
	right: -14px;
	top: -14px;
	cursor: pointer;
	width: 29px;
	height: 29px;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	#map_overlay .box .close {
		position: absolute;
		background: url("../gui/close_player@2x.png") top left no-repeat;
		background-size: 29px 29px;
		right: -14px;
		top: -14px;
		cursor: pointer;
		width: 29px;
		height: 29px;
	}
}




#spinner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999999999999999;
	display: none;
	background-color: rgba(0, 0, 0, .25);
}
#spinner div.box {
	position: relative;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	background-color: #000;
	border: 0px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: -50px 0 0 -50px;
}
#spinner div.box div.spinner {
	position: relative;
	top: 20px;
	left: 34px;
	width: 32px;
	height: 32px;
	background: url('../gui/loading_spinner.gif') 0 0 no-repeat;
	clear: both;
}
#spinner div.box div.text {
	position: relative;
	top: 40px;
	width: 100px;
	height: 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #333333;
	filter: dropshadow(color=#333333, offx=1, offy=1);
}




#help {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99999999999999999999;
	display: none;
	background-color: rgba(0, 0, 0, .67);
}
#help .container_top {
	width: 1080px;
	height: 100%;
	margin: 0 auto;
}
#help .container_top .top {
	top: 0;
	width: 1080px;
	height: auto;
	min-height: 650px;
	background: url('../gui/help_top.png') top center no-repeat;
}
#help .container_bottom {
	bottom: 0px;
	margin: -200px auto 0 auto;
	width: 1080px;
	height: 100%;
}
#help .container_bottom .bottom {
	width: 1080px;
	height: 200px;
	background: url('../gui/help_bottom.png') top center no-repeat;
}




#ieonly { display: none; }