@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Kalam', cursive;
	letter-spacing:-.5;
	background-image:url(../images/bg.jpg);
	background-color:#fff;
	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;
}

sup {
	font-size:9px;
}

.clearfix {
	clear:both;
}

p {
	font-size:14px;
	color:#000;
}


a {
	color:#000;
	font-weight:700;
	text-decoration:none;
}

a:hover {
	cursor:pointer;
	color:#0d3979;
}

#ecard {
	width:1037px;
	height:639px;
	margin:auto;
	margin-top:35px;
	background-image:url(../images/bg-ecard.png);
	/**-webkit-box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .8);
	box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .8);*/	
}

#main {
	width:979px;
	height:568px;
	margin:auto;
	position:relative;
	/*
	-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, .6);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .6);
   box-shadow:         inset 0 0 10px rgba(0, 0, 0, .6);*/
}

.naxos-logo {
	width:75px;
	display:block;
	position:absolute;
	top:5px;
	left:45px;
	z-index:10;
}

#logos {
	width:60px;
	height:30px;
	position:absolute;
	top:5px;
	right:10px;
	z-index:1;
	float:right;
}

#fblogo {
	float:right;
}

#bloglogo {
	float:right;
	margin-left:5px;
}

#title {
	float:left;
	margin-top:45px;
	margin-left:280px;
	text-align:center;
	font-family: 'Lilita One', cursive;
}

#navigation {
	position:absolute;
	margin-left:295px;	
}

.filler {
	float:left;
	width:55px;
	height:10px;
	border-bottom:solid 3px #d2232a;
	margin-top:-3px;	
}

#homebtn, #trackbtn, #releasesbtn, #tracklistbtn {
	float:left;
	margin-left:10px;
	margin-right:10px;	
	font-size:14px;
}

#homebtn:hover, #trackbtn:hover, #releasesbtn:hover, #tracklistbtn:hover {
	border-bottom:solid 3px #f68411;
	cursor:pointer;	
}

/* TOOLTIP */

.buy_wrapper {
  cursor:pointer;
  position: relative;
  margin-right:15px;
  float:left;
  top:0px;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.buy_wrapper .tooltip {
  background: #d8d8d8;
  border: 2px hide;
  border-radius:10px;
  bottom: 130%;
  color: #000;
  font-size:13px;
  display: block;
  left: -15px;
  margin-bottom:5px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.buy_wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  border: 2px hide;
  border-radius:10px;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.buy_wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #d8d8d8 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
  
.buy_wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .buy_wrapper .tooltip {
  display: none;
}

.lte8 .buy_wrapper:hover .tooltip {
  display: block;
}

/* TOOLTIP end */

/* TOOLTIP */

.buy_wrapper1 {
  cursor:pointer;
  position: relative;
  margin-right:15px;
  float:left;
  top:0px;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.buy_wrapper1 .tooltip1 {
  background: #ededed;
  border: 2px hide;
  border-radius:10px;
  bottom: 130%;
  color: #000;
  font-size:13px;
  display: block;
  left: -15px;
  margin-bottom:5px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.buy_wrapper1 .tooltip1:before {
  bottom: -20px;
  content: " ";
  border: 2px hide;
  border-radius:10px;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.buy_wrapper1 .tooltip1:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #ededed 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
  
.buy_wrapper1:hover .tooltip1 {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .buy_wrapper1 .tooltip1 {
  display: none;
}

.lte8 .buy_wrapper1:hover .tooltip1 {
  display: block;
}

/* TOOLTIP end */

.nav_popup {
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
}

.nav_popup:hover {
	color:#b91530;
	cursor:pointer;
}
	
.credit {
	margin-top:-15px;
	font-size:10px;
	color:#fff;
	text-align:left;
	margin-left:5px;	
}

.album {
	-webkit-box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .8);
	box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .8);	
}

.btn:hover {
	opacity:0.7;
}	

#home {
	width:979px;
	height:490px;
	float:left;	
	margin-top:-15px;
	display:block;
	background-image:url(../images/home-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#home_box {
	float:left;
	margin-left:30px;
	margin-top:65px;	
}

#home_title {
	float:left;
	margin-top:50px;
	margin-left:25px;
	font-size:22px;	
}

#home_details {
	float:left;
	margin-top:20px;
	margin-left:25px;
	font-size:14px;	
}

#home_blurb {
	float:left;
	width:410px;
	margin-left:25px;
	margin-top:20px;	
	font-size:15px;
	text-align:justify;
}

#catalogue {
	background:rgba(255, 255, 255, .7);
	position:absolute;
	width:969px;
	margin-left:-325px;
	margin-top:323px;
}

#tracklist {
	width:959px;
	height:460px;
	float:left;	
	margin-top:0px;
	display:none;
	background-image:url(../images/tracklist-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#tracklist_main {
	width:959px;
	height:460px;
	float:left;	
	margin-top:10px;
	display:none;
	background-image:url(../images/tracklistmain-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#track_left {
	font-size:15px;
	float:left;
	margin-left:135px;
	margin-top:30px;
}

#track_right {
	font-size:15px;
	float:left;
	margin-left:45px;
	margin-top:30px;
}

.track_album {
	float:left;	
}

#cd1 {
	width:959px;
	height:500px;
	float:left;	
	margin-top:-30px;
	display:none;
	background-image:url(../images/cd1-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#cd2 {
	width:959px;
	height:500px;
	float:left;	
	margin-top:-35px;
	display:none;
	background-image:url(../images/cd2-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#cd3 {
	width:959px;
	height:500px;
	float:left;	
	margin-top:-35px;
	display:none;
	background-image:url(../images/cd3-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#cd4 {
	width:959px;
	height:500px;
	float:left;	
	margin-top:-40px;
	display:none;
	background-image:url(../images/cd4-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#cd5 {
	width:959px;
	height:500px;
	float:left;	
	margin-top:-40px;
	display:none;
	background-image:url(../images/cd5-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#cd6 {
	width:959px;
	height:500px;
	float:left;	
	margin-top:-40px;
	display:none;
	background-image:url(../images/cd6-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#cd7 {
	width:999px;
	height:500px;
	float:left;	
	margin-top:-20px;
	display:none;
	background-image:url(../images/cd7-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#cd8 {
	width:949px;
	height:490px;
	float:left;	
	margin-top:-30px;
	display:none;
	background-image:url(../images/cd8-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#cd9 {
	width:969px;
	height:510px;
	float:left;	
	margin-top:-30px;
	display:none;
	background-image:url(../images/cd9-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.cd_left {
	width:350px;
	margin-top:60px;
	margin-left:30px;
	float:left;
}

.audioplayer {
	margin-top:15px;
}

.audioinfo {
	color:#000;
	font-size:13px;
	margin-top:5px;
	text-align:center;
} 

.audio {
	margin-top:5px;
	margin-left:70px;
}

.cd_right {
	float:left;
	margin-top:70px;	
	font-size:25px;
	margin-left:40px;
}

.back_btn {
	float:left;
	margin-top:30px;
	font-size:20px;	
	text-align:center;
	margin-left:-40px;
}

.back_btn:hover {
	cursor:pointer;	
}

#books {
	width:969px;
	height:490px;
	float:left;	
	margin-top:-10px;
	display:none;
	background-image:url(../images/book-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.book {
	float:left;
	width:260px;
	margin-left:20px;
	margin-right:20px;
	margin-top:60px;	
}

#app {
	width:969px;
	height:490px;
	float:left;	
	margin-top:-10px;
	display:none;
	background-image:url(../images/book-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}


#releases {
	width:999px;
	height:470px;
	float:left;	
	margin-top:-20px;
	display:none;
	background-image:url(../images/reco-elements.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.reco {
	width:280px;
	float:left;
	margin-left:50px;
	margin-top:50px;	
}

.cat_no {
	font-size:14px;
	margin-top:10px;	
}

.app_div {
	width:310px;
	float:left;
	margin-top:80px;	
}

#footer {
	font-family:Arial, sans-serif;
	font-size:11px;
	text-align:center;
	color:#000;
	font-weight:400;
	line-height:15px;
	margin-top:-40px;
	margin-bottom:5px;
}
