@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'PT Serif', serif;
	font-size:14px;
	color:#870022;
	background:url(../images/bg.jpg) no-repeat top center fixed;
	background-size:100%;
	background-color:#deedfc;
	-webkit-text-size-adjust:100%;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	margin:20px 0px 0px 0px;
}

#ecard {
	width:960px;
	height:550px;
	background:url(../images/bg_ecard.jpg) no-repeat top center;
	border:4px solid #FFFFFF;
	margin:auto;
	position:relative;
	overflow:hidden;
	-moz-box-shadow: 0 0 7px 2px #c0c7cd;
	-webkit-box-shadow: 0 0 7px 2px #c0c7cd;
	box-shadow: 0 0 7px 2px #c0c7cd;
	overflow:hidden;
}

.naxos {
	width:85px;
	position:absolute;
	top:0px;
	left:30px;
	z-index:10;
}

.margin {
	width:900px;
	margin:auto;
}

hr.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(242, 251, 255, 0), rgba(242, 251, 255, 0.75), rgba(242, 251, 255, 0));
}

img {
	border-style:none;
}

#footer {
	font-family:Arial, sans-serif;
	width:850px;
	font-size:11px;
	margin:auto;
	text-align:center;
	color:#000;
	font-weight:400;
	line-height:15px;
	margin-top:-30px;
	margin-bottom:5px;
}


.shadow {
	width:953px;
	height:45px;
	background:url(../images/shadow.png) no-repeat top center;
	margin:auto;
}

.spacer {
	clear:both;
}



/* NAV */

#nav {
	width:920px;
	height:24px;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#870022;
	text-align:right;
	position:relative;
	padding-top:6px;
	margin:auto;
	z-index:10;
	overflow:hidden;
}

.nav_indiv {
	margin:0px 10px;
	padding:0px 5px;
}

.nav_indiv:hover {
	color:#4b7d4b;
	cursor:pointer;
}

/* NAV end */



/* HEM */

#hem {
	width:960px;
	height:550px;
	background:url(../images/bg_ecard.jpg) no-repeat top center;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}

#hem .content {
	margin-top:110px;
}

.album_main {
	margin-left:20px;
	float:left;
}

#hem .album {
	width:380px;
	-moz-box-shadow: 0 0 10px 1px #666666;
	-webkit-box-shadow: 0 0 10px 1px #666666;
	box-shadow: 0 0 10px 1px #666666;
}

#hem .cat_no {
	font-size:14px;
	font-weight:600;
	text-align:center;
	margin-top:5px;
}

#hem .album_content {
	width:400px;
	font-size:17px;
	text-align:center;
	margin:-15px 0px 0px 60px;
	float:left;
}

#hem h1 {
	font-family: 'Judson', serif;
	color:#4b7d4b;
	font-size:35px;
	font-weight:400;
	margin:0px;
}

#hem h2 {
	font-size:18px;
	line-height:20px;
	font-weight:700;
	margin:0px;
}

.buy {
	width:200px;
	margin:auto;
}

.buytxt {
	width:100px;
	margin-top:30px;
	font-weight:700;
	float:left;
}

.ndirect {
	width:80px;
	float:left;
}

.ndirect img {
	width:100%;
	opacity:1;
	-moz-transition:opacity 0.32s;
	-o-transition:opacity 0.32s;
	-webkit-transition:opacity 0.32s;
	transition:opacity 0.32s;
	border-bottom:3px solid transparent;
}

.ndirect:hover img {
	opacity:.5;
	-moz-transition:opacity 0.2s;
	-o-transition:opacity 0.2s;
	-webkit-transition:opacity 0.2s;
	transition:opacity 0.2s;
}

/* HEM end */



/* LYSSNA */

#lyssna {
	width:960px;
	height:550px;
	background:url(../images/bg_ecard.jpg) no-repeat top center;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#lyssna .content {
	margin-top:40px;
}

#lyssna .title {
	width:900px;
	font-family: 'Judson', serif;
	font-size:40px;
	color:#4b7d4b;
	text-transform:capitalize;
	text-align:center;
	margin:0px;
}


/* default */
#lyssna_tracklist_center {
	width:800px;
	margin:auto;
}

.lyssna_left {
	width:370px;
	margin-top:20px;
	float:left;
}

.lyssna_right {
	width:370px;
	margin:20px 0px 0px 30px;
	float:left;
}

.lyssna_left ul{
	list-style-type:none;
	margin-top:8px;
	margin-left:-30px;
}

.lyssna_left li{
	padding-left:-30px;
	padding-top:-10px;
	text-decoration:none;
}

.lyssna_left li a:link{
	color:#333333;
	text-decoration:none;
}

.lyssna_left li a:visited{
	color:#333333;
	text-decoration:none;
}

.lyssna_left li a:hover{
	color:#333333;
	text-decoration:none;
}

.lyssna_right ul{
	list-style-type:none;
	margin-top:8px;
	margin-left:-30px;
}

.lyssna_right li{
	padding-left:-30px;
	padding-top:-10px;
	text-decoration:none;
}

.lyssna_right li a:link{
	color:#333333;
	text-decoration:none;
}

.lyssna_right li a:visited{
	color:#333333;
	text-decoration:none;
}

.lyssna_right 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(255, 255, 255, .5);
}

.lyssna_indiv {
	width:370px;
	font-size:13px;
	font-style:normal;
	margin-top:0px;
}

.lyssna_audio {
	width:30px;
	float:left;
}

.lyssna_name {
	width:280px;
	font-weight:700;
	margin-left:5px;
	float:left;
}

.lyssna_other_details {
	line-height:18px;
	font-weight:400;
	text-align:center;
	margin:0px 0px 0px 0px;
}

.lyssna_duration {
	width:30px;
	font-style:italic;
	margin-top: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 0px;
	display: block;
	cursor: pointer;
	margin: 0px -10px;
	padding: 0px 30px 4px 35px;
	width:305px;
}

.audioButton:hover {
  	background-position: 0 -40px;
}

.audioButton.playing {
	background-position: 0 -80px;
	background-color: rgba(255, 255, 255, .5 );
}

.audioButton.playing:hover {
	background-position: 0 -120px;
}

.audioButton.loading,
.audioButton.loading:hover {
	background: url("../libs/img/loading.gif") no-repeat 0 0px;
	text-indent: 0!important;
}

#player {
	display: none;
}

/* default end */



/* LYSSNA end */





/* ARTISTER */

#artister {
	width:960px;
	height:550px;
	background:url(../images/bg_ecard.jpg) no-repeat top center;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#artister .content {
	margin-top:40px;
}

#artister .title {
	width:900px;
	font-family: 'Judson', serif;
	font-size:40px;
	color:#4b7d4b;
	border-radius:3px;
	text-transform:capitalize;
	text-align:center;
	margin:0px;
}

.artists_nav {
	width:670px;
	color:#871618;
	border-radius:3px;
	background: url(../images/trans-white.png) repeat;
	font-size:15px;
	font-weight:600;
	text-align:center;
	padding:8px;
	margin:10px auto;
}

.artists_nav .nav_indiv {
	margin:0px 2px;
	padding:0px 0px;
	overflow:hidden;
}

.artist_pic {
	width:300px;
	margin:10px auto;
}

#artist_symfo {
	margin-top:20px;
	display:block;
}

#artist_kabaca {
	width:700px;
	margin-top:20px;
	margin:auto;
	display:none;
}





/* RELEASER */

#releaser {
	width:960px;
	height:550px;
	background:url(../images/bg_ecard.jpg) no-repeat top center;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#releaser .content {
	margin-top:40px;
}

#releaser .title {
	width:900px;
	font-family: 'Judson', serif;
	font-size:40px;
	color:#4b7d4b;
	border-radius:3px;
	text-transform:capitalize;
	text-align:center;
	margin:0px;
}

.releaser_main {
	width:500px;
	margin:20px auto;
}

.releaser_indiv {
	width:230px;
	float:left;
}

#releaser .album {
	width:230px;
	-moz-box-shadow: 0 0 10px 1px #666666;
	-webkit-box-shadow: 0 0 10px 1px #666666;
	box-shadow: 0 0 10px 1px #666666;
}

#releaser .album_content {
	width:230px;
	font-size:13px;
	text-align:center;
	margin:20px 0px 0px 0px;
	float:left;
}

/* RELEASER end */


/* KONTAKT */

#kontakt {
	width:960px;
	height:550px;
	background:url(../images/bg_ecard.jpg) no-repeat top center;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#kontakt h1 {
	color:#871618;
	font-size:25px;
	font-weight:700;
	margin:0px;
}

#kontakt .content {
	margin-top:40px;
}

#kontakt .title {
	width:900px;
	font-family: 'Judson', serif;
	font-size:40px;
	color:#4b7d4b;
	border-radius:3px;
	text-transform:capitalize;
	text-align:center;
	margin:0px;
}

.kontakt_main {
	width:540px;
	margin:80px auto;
}

.kontakt_indiv {
	width:250px;
	font-size:17px;
	line-height:25px;
	text-align:center;
	float:left;
}

#kontakt a:link {
	color:#871618;
	text-decoration:none;
}

#kontakt a:hover {
	color:#333333;
	text-decoration:none;
}

#kontakt a:visited {
	color:#333333;
	text-decoration:none;
}

/* KONTAKT end */
