@charset "UTF-8";
/* CSS Document */


body {
	margin-top:30px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#f5f5f7;
	background-position:center;
/*	font-family: 'Rosario', sans-serif;
*/	
	font-family:Optima, 'Source Sans Pro', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	color:#333333;
}

#main_center {
	width:850px;
	margin:auto;
}

#site_border {
	width:850px;
	height:550px;
	border:5px solid #FFFFFF;
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
}

#content_center {
	width:800px;
	margin:auto;
}

#content_main {
	width:800px;
	height:520px;
	position:relative;
}

#menu_main {
	width:850px;
	height:30px;
	background-color:#b65863;
}

.menu {
	width:830px;
	height:30px;
	margin-left:20px;
}

.menu_indiv {
	height:22px;
	font-size:16px;
	line-height:18px;
	color:#FFFFFF;
	padding-left:25px;
	padding-right:25px;
	padding-top:3px;
	text-transform:uppercase;
	border-right:1px solid #FFFFFF;
	margin-top:3px;
	float:left;
}

.menu_indiv:hover {
	color:#FFFF99;
	cursor:pointer;
}

.spacer {
	clear:both;
}

#footer {
	font-size:12px;
	margin-top:10px;
	text-align:center;
	letter-spacing:0px;
}


/*START*/

#start {
	width:800px;
	position:absolute;
	top:45px;
	left:0px;
	display:block;
}

.cover {
	width:430px;
	height:426px;
	background-image:url(../images/cover.jpg);
	background-repeat:no-repeat;
	border:1px solid #666666;
	float:left;
}

.album_text {
	width:335px;
	color:#333333;
	margin-left:30px;
	float:left;
}

.album_text_title {
	font-size:30px;
	line-height:35px;
	font-weight:700;
}

.album_text_subtitle {
	font-size:17px;
	line-height:20px;
	font-weight:700;
	margin-top:10px;
}

.album_text_normal {
	font-size:13px;
	line-height:19px;
	color:#333333;
	margin-top:15px;
}

.logos_center {
	width:303px;
	margin:auto;
}

.logos_main {
	width:303px;
	margin-top:30px;
}

.logo_bokia {
	width:111px;
	height:45px;
	background-image:url(../images/logo_bokia.png);
	background-repeat:no-repeat;
	float:left;
}

.logo_nse {
	width:142px;
	height:45px;
	background-image:url(../images/logo_nse.png);
	background-repeat:no-repeat;
	margin-left:50px;
	float:left;
}

.title {
	width:300px;
	height:61px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	margin:auto;
}

/*START END*/



/*LYSSNA*/

#lyssna {
	width:800px;
	position:absolute;
	top:20px;
	left:0px;
	display:none;
}

.lyssna_title {
	width:800px;
	font-size:35px;
	line-height:35px;
	color:#da77a4;
	text-align:center;
}

#lyssna_tracklist_center {
	width:735px;
	margin:auto;
}

#lyssna_tracklist_main {
	width:735px;
	font-size:12px;
	line-height:18px;
	margin-top:10px;
}

.lyssna_half {
	width:350px;
	float:left;
}

.lyssna_half ul{
	list-style-type:none;
	margin-top:0px;
	margin-left:-30px;
}

.lyssna_half li{
	padding-left:-30px;
	padding-top:-10px;
	text-decoration:none;
}

.lyssna_half li a:link{
	color:#333333;
	text-decoration:none;
}

.lyssna_half li a:visited{
	color:#333333;
	text-decoration:none;
}

.lyssna_half li a:hover{
	color:#333333;
	text-decoration:none;
}

.lyssna_indiv:hover {
	-webkit-transition: background-color 0.8s ease;
	-moz-transition: background-color 0.8s ease;
	-o-transition: background-color 0.8s ease; 
	background-color: rgba(172, 99, 108, .5);
}

.lyssna_indiv {
	width:350px;
}

.lyssna_audio {
	width:30px;
	float:left;
}

.lyssna_no {
	width:20px;
	text-align:right;
	float:left;
}

.lyssna_name {
	width:350px;
	font-weight:400;
	font-style:italic;
	float:left;
}

.lyssna_name_normal {
	font-weight:normal;
	font-style:italic;
}

.lyssna_duration {
	width:30px;
	margin-left:5px;
	float:right;
}

.lyssna_total {
	width:150px;
	margin-top:10px;
	text-align:right;
	float:right;
}














#fallback {
	display: none;
}

.audioButton {
	background:url(../libs/img/btn.png) no-repeat 0 7px;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 5px 10px 5px 25px;
	width:315px;
}

.audioButton:hover {
  	background-position: 0 -33px;
}

.audioButton.playing {
	background-position: 0 -73px;
	background-color: rgba(172, 99, 108, .7 );
}

.audioButton.playing:hover {
	background-position: 0 -113px;
}

.audioButton.loading,
.audioButton.loading:hover {
	background: url("../libs/img/loading.gif") no-repeat 0 7px;
	text-indent: 0!important;
}

#player {
	display: none;
}







/*LYSSNA END*/


/*KONTAKT*/

#kontakt {
	width:800px;
	position:absolute;
	top:30px;
	left:0px;
	display:none;
}

.kontakt_title {
	width:800px;
	font-size:18px;
	line-height:25px;
	color:#333333;
	text-align:center;
	font-weight:700;
}

.kontakt_center {
	width:600px;
	margin:auto;
}

.kontakt_half {
	width:290px;
	float:left;
}

.kontakt_indiv {
	width:290px;
	font-size:18px;
	margin-top:50px;
}

.kontakt_indiv a:link {
	color:#b65863;
	text-decoration:none;
}

.kontakt_indiv a:hover {
	color:#a54652;
	text-decoration:none;
}

.kontakt_indiv a:visited {
	color:#b65863;
	text-decoration:none;
}

/*KONTAKT END*/