@charset "UTF-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
	overflow:auto;
}

body {
	font-family: 'Lato', sans-serif;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	
	color:#fff;
	font-size:14px;
	margin:0px;
}

.clearfix {
	clear:both;
}

img {
	border:0;
	border-style: none;
	outline:0;
}

a:link, a:visited {
	font-weight:700;
	color:#f9ba20;
	text-decoration:none;
}

a:hover {
	font-weight:700;
	color:#e9e9e9;
	text-decoration:none;
}

/* NAVIGATION */

#nav-m {
	width:100%;
	height:30px;
	background-color:#6d603f;
	overflow:hidden;
	position:relative;
	margin-top:463px;
	z-index:100;
}

.nav {
	font-size:13px;
	color:#FFF;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
	margin-top:7px;
}

.nav_ind {
	margin:0px 65px;
}

.nav_ind:hover {
	cursor: pointer;
}

/* NAVIGATION end */

/* MAIN */

#ecard-w {
	min-height:100%;
	position:relative;
	overflow-y:scroll;
}

#ecard-p {
	width:980px;
	height:570px;
	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -285px; /* half of you height */
	margin-left: -490px; /* half of you width */
}

#ecard {
	width:980px;
	height:570px;
	position: relative;
	background:url("../images/bg_ecard.jpg");
/*	background-color:#ede2da;
	filter:alpha(opacity=90); /* IE */
/*	-moz-opacity:0.9; /* Mozilla */
/*	opacity: 0.9; /* CSS3 */
	border:1px solid #494949;
}

#header1 {
	position:relative;
	margin-top:20px;
	z-index:200;
	display:block;
}

#pixel_title {
	color:#f9ba20;
	font-size:48px;
	margin-left:140px;
	float:left;
}

.pixel_phrase {
	font-size:18px;
	color:#fff;
	float:left;
	margin-top:8px;
	margin-left:15px;
	line-height: 22px;
}

#header2 {
	font-size:34px;
	font-weight:700;
	position:relative;
	margin-top:20px;
	z-index:200;
	display:none;
}

.pixel_phrase_2 {
	font-size:24px;
	color:#fff;
	text-align: left;
	margin-top:25px;
	margin-left:145px;
	line-height:53px;
}

.logo-naxos {
	width:85px;
	position:absolute;
	top:0px;
	left:30px;
	z-index:1000;
}

.content {
	width:920px;
	margin:auto;
	position:relative;
}

#footer {
	font-size:11px;
	text-align:center;
	color:#fff;
	font-weight:400;
	line-height:15px;
	margin-top:20px;
	margin-bottom:30px;
}

#footer a {
	color:#fff;
	font-weight: 700;
}

.sm-m {
	width:48px;
	margin:auto;
	margin-left: 900px;
	position: absolute;
}

.sm {
	width:20px;
	float:left;;
	margin:0px 2px;
}

/* MAIN end */

/* HOME */

#home {
	width:100%;
	position:absolute;
	top:25px;
	left:0px;
	display:block;
}

#home_left {
	width:415px;
	float:left;
	margin-top:10px;
}

#home_details {
	font-size:14px;
	font-weight: 400;
	font-style: italic;
}

#home_blurb {
	font-size:14px;
	margin-top:20px;
}

#video {
	margin-top:30px;
	margin-left:30px;
}

#home_right {
	float:left;
	width:500px;
}

#dvd {
	position:absolute;
	margin-left:240px;
	margin-top:-40px;
}

#bluray {
	position: absolute;
	z-index: 50;
}

#buy_area {
	position: absolute;
	margin-top:335px;
	text-align: center;
	width:530px;
	z-index: 100;
}

.dvdbtn {
	float:left;
}

.bluraybtn {
	float:left;
	margin:0px 8px;
}

.album {
	-moz-box-shadow: 0px 0px 8px rgba(168,158,152,0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(168,158,152,0.5);
	box-shadow: 0px 0px 8px rgba(168,158,152,0.5);
}

.btn:hover {
	cursor: pointer;
	opacity: 0.7;
}

.catno {
	font-size:13px;
	text-align:center;
	margin-top:10px;
}


.buy_flag {
	float:left;
	margin-right:10px;
}

/* HOME end */


/* ARTIST */

#artist {
	width:100%;
	position:absolute;
	top:20px;
	left:0px;
	display:none;
}

#artist1 {
	width:100%;
	position:absolute;
	display:block;
}

#artist2 {
	width:100%;
	position: absolute;
	display: none;
	margin-top:10px;
}

#artist3 {
	position: absolute;
	display: none;
	margin-top:10px;
}

#artist_nav {
	width:100%;
	text-align: center;
	margin-top:415px;
	position: absolute;
	letter-spacing:0.02em;
}

#artist1btn, #artist2btn, #artist3btn {
	margin:0px 20px;
	cursor: pointer;
	font-size:14px;
}

.artist_title {
	font-size:20px;
	font-weight: 700;
	border-left:solid 10px #f9ba20;
	float: left;
	margin-top:20px;
}

.aritst_photo {
	float:left;
	margin-top:20px;
	margin-left:90px;
	width:250px;
	margin-right:25px;
}

.artist_blurb {
	font-size:15px;
	margin-top:20px;
	width:700px;
	float: left;
	letter-spacing:0.02em;
}

.artist_emph {
	font-weight: 700;
	color:#f9ba20;
}

/* ARTIST end */


/* RECOMMENDED */

#recommended {
	width:100%;
	position:absolute;
	top:20px;
	left:0px;
	display:none;
}

.reco_album {
	width:215px;
	text-align: center;
	margin-top:10px;
	float:left;
	margin-right:5px;
	margin-left:5px;
}

.review {
	font-size:13px;
	font-weight: 700;
	margin-top:10px;
}

.critique {
	font-size:13px;
	font-style: italic;
	margin-top:5px;
}

.new-flag {
	font-size:14px;
	width:50px;
	margin-left:75px;
	text-align: center;
	padding:3px;
	background-color:#AC0002;
}

/* RECOMMENDED end */




/* TOOLTIP */

.buy_wrapper {
  cursor:pointer;
  position: relative;
  margin:0px 5px;
  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: #fdf8f4;
  border: 2px hide;
  border-radius:3px;
  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 #fdf8f4 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_wrapper2 {
  cursor:pointer;
  position: relative;
  margin:0px 5px;
  float:left;
  top:0px;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.buy_wrapper2 .tooltip2 {
  background: #e0e0e0;
  border: 2px hide;
  border-radius:3px;
  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_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 #e0e0e0 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 */
