@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
	background-image:url(../images/bg.jpg);
	background-color:#641f31;
	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:#641f31;
}

#ecard {
	width:979px;
	height:568px;
	margin:auto;
	margin-top:85px;
	background:rgba(255,255,255,.7);
	
	-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;
}

.naxos-logo {
	width:75px;
	display:block;
	position:absolute;
	top:0px;
	left:35px;
	z-index:10;
}

#logo_100 {
	position:absolute;
	margin-left:800px;
	margin-top:20px;	
}

#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;
}

.credit {
	margin-top:-20px;
	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;
	cursor:pointer;
}

#header {
	margin-top:15px;
	position:absolute;
	width:979px;
	text-align:center;	
}

#title {
	text-align:center;
	margin-top:-5px;
}

#navigation {
	background-color:#000;
	color:#fff;
	width:500px;
	margin-left:240px;
	margin-top:10px;
	padding-bottom:2px;
}

#homebtn, #artistbtn, #releasesbtn {
	font-size:13px;
	margin-left:40px;
	margin-right:40px;
}

#homebtn:hover, #artistbtn:hover, #releasesbtn:hover {
	cursor:pointer;
	color:#bb4278;	
}

#home {
	width:979px;
	height:570px;
	float:left;
	display:block;
	background:url(../images/bg_home.png);
	background-repeat:no-repeat;
	background-position:top right;
}

#home_container {
	float:left;
	margin-top:120px;
	margin-left:35px;	
}

#reviewbtn {
	text-align:center;
	width:200px;
	border:2px solid #000;	
	letter-spacing:3px;
	margin:0px auto 0px;
}

#reviewbtn:hover {
	cursor:pointer;
	color:#fff;
	background-color:#000;	
}

#home_left {
	float:left;
	width:300px;	
}

#buy_area {
	position:absolute;
	margin-top:300px;
	width:300px;
	text-align:center;
	z-index:300;
}

.home_buybtn {
	float:left;
	margin-right:15px;	
}
	
.new_flag {
	color:#fff;
	background-color:#A40002;
	width:100px;
	text-align:center;
	height:23px;
	padding-top:5px;	
	letter-spacing:2px;
	float:right;
}

.audioplayer {
	float:left;
	margin-top:10px;
	width:340px;
	margin-left:10px;
}

.audioinfo {
	color:#000;
	font-size:13px;
	text-align:center;
} 

.audio {
	margin-top:5px;
	margin-left:65px;
	margin-bottom:10px;
}

.buy_flag {
	float:left;
	margin-right:10px;	
}

.buy_cdbluray {
	font-size:14px;
	font-weight:700;
	float:left;
}

.buy_cdbluray:hover {
	cursor:pointer;
	color:#bb4278;	
}

/* 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 */

#home_right {
	float:left;
	margin-left:330px;
	margin-top:-75px;
}

#home_audiovideo {
	background: rgb(187, 66, 120); /** Fall-back for browsers that don't support rgba **/
	background: rgba(187, 66, 120, .3);
	width:570px;
	border-radius:5px;
	margin-top:15px;
	float:left;
}

#video {
	font-size:14px;
	width:200px;
	text-align:center;
	float:left;	
	margin-top:10px;
	position:relative;
	z-index:300;
}

#home_blurb {
	float:left;
	width:570px;
	font-size:14px;
	text-align:justify;	
	margin-top:15px;
}

#artists {
	width:975px;
	height:450px;
	float:left;	
	margin-top:120px;
	display:none;
}

#artist_navi {
	text-align:center;
	font-size:13px;
	margin-top:10px;
}

#artist1btn, #artist2btn, #artist3btn, #artist4btn, #artist5btn, #artist6btn, #artist7btn {
	margin-left:15px;
	margin-right:15px;
}

#artist1btn:hover, #artist2btn:hover, #artist3btn:hover, #artist4btn:hover, #artist5btn:hover, #artist6btn:hover, #artist7btn:hover {
	color:#bb4278;	
	cursor:pointer;
}

#artist1 {
	display:block;
}

#artist2 {
	display:none;	
}

#artist3 {
	display:none;
}

#artist4 {
	display:none;
}

#artist5 {
	display:none;
}

#artist6 {
	display:none;
}

#artist6 {
	display:none;
}

#artist7 {
	display:none;
}


.singer {
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	width:420px;	
}

.artist_title {
	float:left;
	margin-left:20px;
	margin-top:35px;
	font-size:20px;
	font-weight:700;	
}
	
#releases {
	width:975px;
	height:450px;
	float:left;	
	margin-top:110px;
	display:none;	
}

.reco_album {
	margin-left:10px;
	margin-right:5px;
	float:left;
	width:190px;
	text-align:center;
	margin-top:40px;
}

.review {
	float:left;
	margin-top:10px;
	font-size:14px;
	font-weight:700;
	text-align:center;	
}

.critique {
	margin-top:5px;
	font-size:14px;
	font-style:italic;
	text-align:center;	
	margin-bottom:10px;
	float:left;
	width:170px;
}

#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;
}
