@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
	background-image:url(../images/bg.jpg);
	background-color:#202c46;
	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:979px;
	height:568px;
	margin:auto;
	margin-top:35px;
	background-color:#fff;
	border:solid 4px #fff;
	
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
	
	-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:0px;
	left:65px;
	z-index:10;
}

#logos {
	width:60px;
	height:30px;
	position:absolute;
	top:0px;
	right:10px;
	z-index:1;
	float:right;
}

#fblogo {
	float:right;
}

#bloglogo {
	float:right;
	margin-left:5px;
}

#side_bar {
	width:230px;	
	text-align:center;
	float:left;
}

#title {
	text-align:center;
	margin-top:110px;
	margin-bottom:10px;
	font-size:18px;
	line-height:30px;
	font-family: 'Lato', sans-serif;
	color:#0d3979;
}

.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;
}

#navigation {
	margin-top:0px;
	font-size:14px;
}

#homebtn, #artistbtn, #releasesbtn {
	width:190px;
	height:20px;
	padding-top:1px;
	float:left;
	color:#fff;
	text-align:center;
	background-color:#0d3979;
	margin-left:20px;
	margin-top:15px;
}

#homebtn:hover, #artistbtn:hover, #releasesbtn:hover {
	cursor:pointer;
	color:#a8a9b5;
}

#feat_artist {
	margin-top:25px;
	float:left;
	margin-left:20px;
}	

#home {
	width:740px;
	height:530px;
	float:left;	
	margin-top:30px;
	display:block;
}

#home_album {
	width:300px;
	margin-left:10px;
	float:left;
}

#home_details {
	float:left;	
	margin-left:20px;
	margin-top:10px;
}

#home_audio {
	float:left;
	height:80px;
	margin-top:10px;
}

#audioplayer {
	float:left;
	margin-top:15px;
}

#home_video {
	float:left;
	margin-top:20px;
}

.audioinfo {
	color:#000;
	font-size:13px;
	margin-top:5px;
	text-align:left;
} 

.audio {
	margin-top:5px;
}

#home_blurb {
	float:left;
	margin-left:10px;
	text-align:justify;
	width:710px;
	font-size:14px;
	margin-top:15px;
}

#home_buy {
	float:left;
	margin-left:10px;	
	width:400px;
}

.buy_flag {
	float:left;
	margin-right:10px;	
}

#buy_btn {
	margin-top:20px;
	letter-spacing:2px;
	border: solid 2px #000;
	width:120px;
	padding-top:4px;
	padding-bottom:5px;	
}

#buy_btn:hover {
	color:#fff;
	background-color:#000;
	border:solid 2px #000;
	cursor:pointer;	
}

/* TOOLTIP */

.buy_wrapper {
  cursor:pointer;
  position: relative;
  float:left;
  top:0px;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.buy_wrapper2 {
  cursor:pointer;
  position: relative;
  float:left;
  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 */

.buy_wrapper2 .tooltip2 {
  background: #cccccc;
  border: 2px hide;
  border-radius:10px;
  bottom: 100%;
  color: #000;
  font-size:13px;
  display: block;
  left:-20px;
  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_wrapper2 .tooltip2: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_wrapper2 .tooltip2:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #cccccc 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
  
.buy_wrapper2:hover .tooltip2 {
  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_wrapper2 .tooltip2 {
  display: none;
}

.lte8 .buy_wrapper2:hover .tooltip2 {
  display: block;
}

/* TOOLTIP end */


#artists {
	width:740px;
	height:530px;
	float:left;	
	margin-top:30px;
	display:none;
}

#artist_navi {
	text-align:center;
	font-size:13px;
}

#artist1btn, #artist2btn {
	color:#000;
	font-weight:700;	
}

#artist1btn:hover, #artist2btn:hover {
	color:#073677;
	cursor:pointer;	
}

#artist1 {
	display:block;
	margin-left:10px;
	margin-top:40px;	
}

#artist2 {
	display:none;
	margin-left:10px;
	margin-top:70px;	
}

.artist_title {
	font-size:20px;
	font-weight:700;
	color:#073677;
	margin-bottom:20px;
	float:left;
}	

.artist_blurb {
	float:left;
	width:490px;
	font-size:14px;
	text-align:justify;	
}

#releases {
	width:740px;
	height:530px;
	float:left;	
	margin-top:30px;
	display:none;	
}

.reco_album {
	width:170px;
	text-align:center;
	float:left;
	margin-left:10px;
	margin-top:20px;	
}

.cat_no {
	font-size:14px;
	margin-top:10px;	
}

.review {
	font-size:14px;
	margin-top:10px;	
}

#footer {
	font-family:Arial, sans-serif;
	font-size:11px;
	text-align:center;
	color:#fff;
	font-weight:400;
	line-height:15px;
	margin-top:20px;
	margin-bottom:5px;
}
