@charset "UTF-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
	overflow:auto;
}

body {
	font-family: 'Droid Serif', 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:-15px;
}


.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;
}

/* 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:75px;
	z-index:1000;
}

.content {
	width:695px;
	height:525px;
	top:25px;
	left:260px;
	position:relative;
}

#sidebar {
	width:235px;
	height:570px;
	background:rgba(134, 132, 132, 0.1);
	position: absolute;
}

#side_title {
	width:235px;
	text-align: center;
	top:100px;
	position: absolute;
}

.t2 {
	font-size:18px;
	font-weight: 700;
}

.t1 {
	font-size:23px;
	font-weight: 700;
	color:#c62624;
	margin:2px 0px;
}

#side_nav {
	width:199px;
	text-align: center;
	margin:200px auto 0px;
}

#homebtn, #artistbtn, #fmcbtn, #recobtn {
	width:199px;
	height:20px;
	font-size:14px;
	background-color:#8b0200;
	color:#fff;
	margin:15px 0px;
	padding-top:4px;
}

#homebtn:hover, #artistbtn:hover, #fmcbtn:hover, #recobtn:hover {
	cursor: pointer;
	background-color:#B5B5B5;
	color:#000;
}

#side_artist {
	width:199px;
	margin:30px auto;
}

#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 end */

/* HOME */

#home {
	width: 100%;
	position:absolute;
	display:block;
}

#home_top {
	margin:10px 0px;
	float: left;
}

#home_topleft {
	width:310px;
	float:left;
	position: relative;
}

#iwprs {
	position: absolute;
	top:-15px;
	right:-15px;
}

#home_topright {
	width:350px;
	float:left;
	margin:0px 0px 0px 30px;
	text-align: justify;
	font-size:14px;
	letter-spacing: .3px;
	line-height: 17px;
}

#home_audio {
	width:100%;
	height:80px;
	background:rgba(134, 132, 132, 0.1);
	float: left;
}

.audioplayer {
	width: 340px;
	float:left;
	margin:5px 0px 0px 0px;
}

.audioinfo {
	font-size:13px;
	text-align: center;
}

.audio {
	margin:5px 0px 0px 40px;
}

#home_buyarea {
	margin:20px 0px;
	float:left;
}

.buy_text {
	margin:0px 0px 5px 0px;
}


/* HOME end */

/* ARTIST */

#artist {
	width:100%;
	position:absolute;
	top:10px;
	left:0px;
	display:none;
}

.credit {
	font-size:11px;
	color:#000;
	margin:-15px 10px;
	text-align:right;
}

#artist_nav {
	width:620px;
	text-align: center;
	margin:-10px auto;
}

#artist1btn, #artist2btn, #artist3btn {
	font-size:14px;
	margin:0px 10px;
}

#artist1btn:hover, #artist2btn:hover, #artist3btn:hover {
	cursor: pointer;
	color:#840002;
}

#artist1 {
	width:100%;
	display: block;
	position: absolute;
	top:25px;
}

#artist2 {
	width:100%;
	display:none;
	position: absolute;
	top:50px;
}

#artist3 {
	width:100%;
	display:none;
	position: absolute;
	top:70px;
}

.artist_photo {
	width:180px;
	float:left;
	margin-right:20px;
}

.artist_right {
	float:left;
}

.artist_title {
	font-size:20px;
	font-weight: 700;
	border-left:solid 10px #8b0200;
}

.artist_quote {
	width:495px;
	text-align:justify;
	font-size:14px;
	color:#7B0002;
}

.artist_blurb {
	text-align:justify;
}

/* ARTIST end */

#fmc {
	width:100%;
	position:absolute;
	top:5px;
	left:0px;
	display:none;
}

.fmc_title {
	font-size:18px;
	font-weight: 700;
	text-align: center;
	color:#7B0002;
}

.fmc_album {
	width:160px;
	float:left;
	margin:15px 6px 0px;
	text-align: center;
}

.catno_2 {
	font-size:14px;
	text-align: center;
	margin-top:-5px;
}

.buybtn_fmc {
	width:150px;
	height:20px;
	border:2px solid #000;
	margin:8px auto;
	padding-top:3px;
	letter-spacing: 1px
}

.buybtn_fmc:hover {
	color:#fff;
	background-color:#000;
	cursor: pointer;
}

#fmc_footer {
	font-size:10px;
	text-align: center;
	margin-top:20px;
}


/* RECOMMENDED */

#recommended {
	width:100%;
	position:absolute;
	left:0px;
	top:20px;
	display:none;
}

.reco_album {
	width:200px;
	float:left;
	text-align: center;
	margin: 0px 15px
}

.review {
	font-size:13px;
	font-weight: 700;
	margin-bottom:5px;
}

.critique {
	font-style: italic;
	font-size: 13px;
}

.rev_logos {
	margin-top:5px;
	color:#830002;
}


/* 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 */

/* TOOLTIP */

.buy_wrapper2 {
  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_wrapper2 .tooltip2 {
  background:#ebebeb;
  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 #ebebeb 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 */
