@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	background-image:url(../images/bg.jpg);
	background-color:#bbadce;
	background-repeat:no-repeat;
	background-size:cover;
	-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;
	color:#000;
	margin:0;
	overflow-y: scroll;
	overflow-x: hidden;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

img {
	border-style:none;
}

.clearfix {
	clear:both;
}

p {
	font-size:14px;
	font-weight:400;
	color:#000;
	text-align:justify;
}

a {
	color:#000;
	font-weight:700;
	text-decoration:none;
}

a:hover {
	cursor:pointer;
	color:#4d2675;
}

h2 {
	font-family: 'Libre Baskerville', serif;
	color:#3b6e83;
	font-size:27px;	
	text-align:center;
	margin-top:10px;

}

h1 {
	font-family: 'Libre Baskerville', serif;
	color:#3b6e83;
	font-size:39px;	
	text-align:center;
	margin-top:-30px;
}

h3 {
	font-family: 'Libre Baskerville', serif;
	color:#3b6e83;
	font-size:18px;	
	text-align:center;
	margin-top:-30px;
}

#ecard {
	width:989px;
	height:578px;
	margin:auto;
	margin-top:25px;
	background-image:url(../images/bg-ecard.png);
	position:relative;
	
}

#main {
	width:960px;
	height:550px;
	margin:auto;
	position:relative;
}

.naxos-logo {
	width:75px;
	display:block;
	position:absolute;
	top:14px;
	left:20px;
	z-index:10;
}

#logos {
	width:50px;
	height:30px;
	position:absolute;
	top:14px;
	right:0px;
	z-index:1;
	float:right;
}

#fblogo {
	float:left;
	
}

#bloglogo {
	float:right;
	margin-right:5px;
}

#title {
	width:960px;
	height:110px;
	font-family: 'Libre Baskerville', serif;	
	text-align:center;
	margin-top:10px;
	position:absolute;
}

#navigation {
	width:560px;
	height:17px;	
	background-color:#8d60bb;
	position:absolute;
	margin-top:110px;
	margin-left:199px;
	font-size:14px;
}

#homebtn, #artistbtn {
	width:100px;
	height:23px;
	float:left;
	color:#fff;
	margin-left:65px;
}

#releasesbtn {
	width:100px;
	height:23px;
	float:left;
	color:#fff;
	margin-left:65px
}

#homebtn:hover, #artistbtn:hover, #releasesbtn:hover {
	cursor:pointer;
	color:#ddbcff;
}

#home {
	display:block;	
}
#homeleft {
	width:300px;
	height:380px;
	margin-top:150px;
	margin-left:30px;	
	float:left;
}

#catno {
	margin-top:-20px;	
}

#audioplayer {
	float:left;
	width:300px;
	height:50px;
	margin-top:10px;

}

.audioinfo {
	color:#281f1a;
	font-size:13px;
	text-align:center;
} 

.audio {
	width:255px;
	margin-top:8px;
	margin-left:25px;
}

#homeright {
	width:580px;
	height:380px;
	float:left;
	margin-top:170px;
	margin-left:20px;

}

#details1 {
	height:150px;
	width:280px;
	margin-top:0px;
	color:#4d2a6b;	
	float:left;
}

#featuring {
	width:235px;
	height:220px;
	float:right;
}

#about {
	width:580px;
	float:left;
	text-align:center;
}

#videos {
	float:left;
	width:300px;	
	height:70px;
	background:url(../images/vidback.png)
}

.relvideos {
	width:197px;
	height:53px;
	background:url(../images/releasebox.png);	
	margin-top:10px;
}


.video_main {
	margin-top:5px;
}

.btn_video {
	float:left;
}

.bubbleInfo {
	position: relative;
	top: 0px;
	left: 0px;
}

.trigger {
	float:left;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}

.bubble {
	width:115px;
	height:77px;
	background-image:url(../images/bubble.png);
	background-repeat:no-repeat;
	position:absolute;
	top:35px;
	left:30px;
}

.bubble_text {
	font-size:12px;
	text-align:center;
	color:#2f363b;
	margin-top:10px;
}

#artists {
	width:940px;
	height:450px;
	margin-top:130px;
	position:absolute;
	display:none;
}

#artistnavi {
	text-align:center;
	font-size:12px;	
}

#artist1btn:hover, #artist2btn:hover, #artist3btn:hover {
	color:#5d2d84;
	cursor:pointer;
}

#artist1 {
	display:block;	
}

#artist2 {
	display:none;	
}
.art1 {
	width:560px;	
	float:left;
	margin-left:20px;
	text-align:justify;
	margin-top:20px;
}

#releases {
	width:940px;
	height:450px;
	margin-top:130px;
	position:absolute;
	display:none;
}

.album {
	width:200px;
	height:400px;
	margin-top:10px;	
	margin-left:25px;
	margin-right:10px;
	float:left;
}

#footer {
	font-family:Arial, sans-serif;
	font-size:11px;
	text-align:center;
	color:#000;
	font-weight:400;
	line-height:15px;
}