@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: #e3dfd7;
	-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:#000;
	font-size:14px;
	margin:0px;
}

.clearfix {
	clear:both;
}

img {
	border:0;
	border-style: none;
	outline:0;
}

a:link, a:visited {
	font-weight:700;
	color:#972022;
	text-decoration:none;
}

a:hover {
	font-weight:700;
	color:#000;
	text-decoration:none;
}

.home_buybtn {
	float:left;
	margin-right:5px;
}

.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;
}

.sm-m {
	width:48px;
	position: absolute;
	right:25px;
	z-index: 50;
}

.sm {
	width:20px;
	float:left;;
	margin:0px 2px;
}

#header1 {
	font-family: 'Droid Serif', serif;
	width:980px;
	text-align: center;
	position: absolute;
	z-index: 100;
	top:15px;
	display: block;
	text-transform: uppercase;
		
}

#hdr1_top {
	font-size:35px;
	font-weight:700;
	color:#da3000;
}

#hdr1_bot {
	font-size:20px;
	font-weight:700;
	color:#000;
}

#header2 {
	font-family: 'Droid Serif', serif;
	width:980px;
	text-align: center;
	position: absolute;
	z-index: 100;
	top:15px;
	display: none;
}

#hdr2_top {
	font-size:20px;
	font-weight:700;
	color:#000;
}

#hdr2_bot {
	font-size:30px;
	font-weight:700;
	color:#da3000;
}

/* 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:rgba(255, 255, 255, 0.7);
/*	background-color:#ede2da;
	filter:alpha(opacity=90); /* IE */
/*	-moz-opacity:0.9; /* Mozilla */
/*	opacity: 0.9; /* CSS3 */
}

.logo-naxos {
	width:85px;
	position:absolute;
	top:0px;
	left:30px;
	z-index:1000;
}

.content {
	width:920px;
	height:440px;
	top:90px;
	margin:auto;
	position:relative;
}

#footer {
	font-size:11px;
	text-align:center;
	color:#000;
	font-weight:400;
	line-height:15px;
	margin-top:20px;
	margin-bottom:30px;
}

#footer a {
	color:#000;
	font-weight: 700;
}

#main_navigation {
	width:980px;
	height:30px;
	bottom:0px;
	position: absolute;
	z-index: 500;
	background-color:#972022;
	color:#fff;
}

#nav_container {
	width:520px;
	margin:5px auto;
}

#homebtn, #artistbtn, #recobtn {
	text-align: center;
	margin:0px 50px;
}

#homebtn:hover, #artistbtn:hover, #recobtn:hover {
	cursor: pointer;
}
/* MAIN end */

/* HOME */

#home {
	width:980px;
	height:570px;
	background:url(../images/bg-home.png);
	background-repeat: no-repeat;
	background-position: top right;
	top:-90px;
	left:-30px;
	position:absolute;
	display:block;
}

#home_left {
	width:300px;
	float:left;
	margin:100px 0px 0px 30px;
}

.home_video {
	background:rgba(171, 171, 171, 0.1);
	padding:5px;
	margin-bottom:25px;
}

.vid_text {
	font-size:13px;
	text-align: center;
	font-weight: 700;
}

.vid_btn {
	width:60px;
	margin:10px auto;
}

#home_blurb {
	line-height: 20px;
}

#home_right {
	width:280px;
	float:left;
	margin:100px 0px 0px 20px;
}

#buy_area {
	width:280px;
	text-align: center;
	margin-top:10px;
}

#buy_text {
	margin-bottom:10px;
	font-size:14px;
	font-weight: 700;
}

#buy_top {
	width:278px;
	margin: auto;
}

#buy_bot {
	width:150px;
	margin:10px auto;
}

#home_credit {
	position: absolute;
	font-size:10px;
	text-align: right;
	bottom:35px;
	right:30px;
	color:#fff;
	opacity: 0.5;
}
/* HOME end */

/* ARTIST */

#artist {
	width:100%;
	position:absolute;
	top:10px;
	left:0px;
	display:none;
}

#artist1 {
	display: block;
}

#artist2 {
	display: none;
}

#artist_nav {
	text-align: center;
	margin-top:-15px;
}

#artist1btn, #artist2btn {
	margin:0px 30px;
}

#artist1btn:hover, #artist2btn:hover {
	cursor: pointer;
	color:#972022;
}

.artist_photo {
	width:260px;
	margin:30px 0px 0px 100px;
	float: left;
}

.artist_title {
	float:left;
	margin:30px 0px 10px 30px;
	font-size:20px;
	font-weight:700;
	border-left:10px solid #da3000;
}

.artist_blurb {
	width:450px;
	float:left;
	margin:0px 0px 0px 30px;
}

.credit {
	font-size:11px;
	color:#FFFFFF;
	margin-top:-20px;
	margin-left:5px;
	text-align:left;
}
/* ARTIST end */


/* RECOMMENDED */

#recommended {
	width:100%;
	position:absolute;
	top:20px;
	left:0px;
	display:none;
}

.reco_album {
	width:200px;
	float:left;
	text-align: center;
	margin: 0px 15px
}

.review {
	font-size:14px;
	font-weight: 700;
	margin-bottom:5px;
}

.critique {
	font-style: italic;
}

.rev_logos {
	margin-top:5px;
}


/* RECOMMENDED end */




/* TOOLTIP */

.buy_wrapper {
  cursor:pointer;
  position: relative;
  margin:0px 5px 0px 0px;
  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 */
