@charset "UTF-8";
/* CSS Document */

/* FONT */

@font-face { font-family: OswaldLight; src: url(../font/Oswald-Light.ttf); font-weight: 300; }
@font-face { font-family: OswaldReg; src: url(../font/Oswald-Regular.ttf); font-weight: 400; }
@font-face { font-family: OswaldMedium; src: url(../font/Oswald-Medium.ttf); font-weight: 500; }
@font-face { font-family: OswaldBold; src: url(../font/Oswald-Bold.ttf); font-weight: 700; }

/* FONT end */

body {
	font-family: OswaldReg, sans-serif;
	color:#FFFFFF;
	font-weight:400;
	-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;
	margin:30px 0px 0px 0px;
}

.clearfix {
	clear:both;
}

img {
	border:0;
	border-style: none;
	outline:0;
}

a {
	outline:0;
}

hr.style-one {
	border-top: 1px dashed #8c8b8b;
	margin:10px 0px;
}

hr.style-two {
	border-top: 1px solid #8c8b8b;
	margin:10px 0px;
}

.inline_img img, .shadow img, .buy_flag img {
	-moz-box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
	box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
}

.nobg a:hover {
	background-color:transparent;
}

hr.style-one {
	border-top: 1px dashed #8c8b8b;
	margin:10px 0px;
}

ul {
	margin:0px;
	padding:0px 0px 0px 155px;
}

ul li {
	padding: 0px;
	margin:0px;
}


/* INLINE */

.inline_style {
	width:100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:19px;
	color:#333333;
	padding:20px;
	background-color:#FFF;
	border:3px solid #efefef;
	border-radius:2px;
}

.inline_content {
	margin-top:20px;
}

.inline_content a:link, .inline_content a:visited, .inline_content a:active {
	color:#666;
	background:none;
}

.inline_content a:hover {
	background:none;
}

.inline_img {
	float:left;
	margin:0px 15px 5px 0px;
	position:relative;
	z-index:100;
}


.box {
	background-color:#f3f3f3;
	border:1px solid #EEEEEE;
	padding:15px;
	margin:15px auto;
}

/* INLINE end */


#ecard {
	width:960px;
	margin:auto;
}

h1 {
	font-family: OswaldReg, sans-serif;
	font-size:30px;
	line-height:35px;
	text-transform:uppercase;
	margin:2px 0px 0px;
}


h2 {
	font-family: OswaldReg, sans-serif;
	font-weight:700;
	font-size:23px;
	line-height:27px;
	text-align:center;
	margin:0px;
}

h3 {
	font-family: OswaldReg, sans-serif;
	font-size:27px;
	line-height:35px;
	text-transform:uppercase;
	margin:0px;
}

h4 {
	font-family: OswaldReg, sans-serif;
	font-size:23px;
	line-height:35px;
	color:#004e96;
	text-align:center;
	text-transform:uppercase;
	margin:15px 0px;
}

/* HEADER */

#header {
	width:960px;
	height:85px;
}

.logo_nmg {
	width:85px;
	float:left;
}

.header_nmg {
	width:830px;
	height:61px;
	background-color:#0060aa;
	float:left;
	margin-left:15px;
	padding:12px 15px;
	position:relative;
}

.sm {
	width:124xp;
	position:absolute;
	top:30px;
	right:20px;
}

.sm_btn {
	width:25px;
	float:left;
	margin:0px 3px;
}

.sm_btn:hover, .logo_nmg:hover {
	opacity: .8;
	filter: alpha(opacity=50); /* For IE 8 & 9 (more valid) */
}

/* HEADER end */

/* ECARD */

#nmg_main {
	width:950px;
	height:425px;
	background-color:#efefef;
	margin-top:30px;
	padding:5px;
	position:relative;
}

#home {
	width:950px;
	display:block;
	position:absolute;
	top:5px;
	left:5px;
}

#archive {
	width:950px;
	display:none;
	position:absolute;
	top:5px;
	left:5px;
}

#homebtn {
	width:115px;
	background-color:#004e96;
	color:#FFF;
	font-size:12px;
	text-align:center;
	padding:5px;
	margin:auto
}

#homebtn:hover {
	cursor:pointer;
}

.r1 {
	max-height:235px;
}

.r2 {
	max-height:190px;
}

.txt_p {
	padding: 0.2em;
}

.ltxt_dbg a:link, .ltxt_dbg a:visited, .ltxt_dbg a:active {
	color:#FFF;
	text-decoration:none;
	outline:none;

	display: inline;
}

.ltxt_dbg a:hover {
	color:#FFF;
	text-decoration:none;

	box-shadow: 0.2em 0 0 rgba(#000,0.3), -0.2em 0 0 rgba(#000,0.3);
	background-color: #000;
	background-color: rgba(#000,0.3);
}

.dtxt_lbg a:link, .dtxt_lbg a:visited, .dtxt_lbg a:active {
	color:#000;
	text-decoration:none;
	outline:none;
}

.dtxt_lbg a:hover {
	color:#000;
	text-decoration:none;

	box-shadow: 0.2em 0 0 rgba(#FFF,0.3), -0.2em 0 0 rgba(#FFF,0.3);
	background-color: #FFF;
	background-color: rgba(#FFF,0.3);
}

.dtxt_lbg2 a:link, .dtxt_lbg2 a:visited, .dtxt_lbg2 a:active {
	color:#000;
	text-decoration:none;
	outline:none;
}

.dtxt_lbg2 a:hover {
	color:#000;
	text-decoration:none;

	box-shadow: 0.2em 0 0 rgba(#e1c1aa,0.3), -0.2em 0 0 rgba(#e1c1aa,0.3);
	background-color: #e1c1aa;
	background-color: rgba(#e1c1aa,0.3);
}



.r1c1 {
	width:330px;
	float:left;
	margin:0px 5px 5px 0px;
}

.r_labelmonth {
	height:139px;
	font-family: OswaldMedium;
	padding:5px 15px;
	font-size:18px;
	background-color:#f0f0f0;
	border:3px solid #666;
	/*background-color:#634a24;*/
	display:block;
}

.labellogo {
	text-align:center;
	margin-top:15px;
}

.labeltxt {
	text-align:center;
}

.fae{
	font-size:13px;
	line-height:18px;
	font-weight:400;
	color:#000;
	text-align:center;
	margin-top:10px;
}

.r_artistnews1 {
	height:49px;
	font-family: OswaldMedium;
	padding:15px 15px;
	font-size:18px;
	line-height:22px;
	background-color:#e5c57c;
	/*background-color:#72c0e4;*/
	margin-top:5px;
	display:block;
}

.r1c2 {
	width:330px;
	float:left;
	margin:0px 5px 5px 0px;
}

.r_platnews {
	height:170px;
	font-family: OswaldMedium;
	padding:10px 15px;
	font-size:20px;
	line-height:23px;
	/** background-color:#059bcd; **/
	background-color:#0b8bb6;
	display:block;
}

.r_artistnews2 {
	height:50px;
	font-family: OswaldMedium;
	padding:10px 15px;
	font-size:18px;
	line-height:23px;
	background-color:#ac121b;
	margin-top:5px;
	display:block;
}

.r_artistnews3 {
	height:55px;
	font-family: OswaldMedium;
	padding:20px 10px;
	font-size:19px;
	line-height:25px;
	background-color:#4b0611;
	/*background-color:#c5c3b5;*/
	margin-top:5px;
	display:block;
}

.r1c3 {
	width:280px;
	float:left;
	margin:0px 0px 5px 0px;
}

.r_licensing {
	height:110px;
	font-family: OswaldMedium;
	padding:10px 5px;
	font-size:19px;
	line-height:23px;
	background-color:#000000;
	display:block;

	background-image:url("../images/bg_licensing.jpg");
	background-size:cover;
}

.r_artistnews4 {
	height:50px;
	font-family: OswaldMedium;
	padding:10px 10px;
	font-size:18px;
	line-height:23px;
	background-color:#12710f;
	/*background-color:#611d1d;*/
	margin-top:5px;
	display:block;

	/*background-image:url("../images/bg_guitar.jpg");
	background-size:cover;*/
}

.r_specialnews {
	height:50px;
	font-family: OswaldMedium;
	padding:10px 5px;
	font-size:18px;
	line-height:22px;
	background-color:#0094c5;
	/*background-color:#fae3ca;*/
	display:block;
}

.r2c1 {
	width:265px;
	float:left;
	margin:0px 5px 0px 0px;
}

.r_featvid {
	height:52px;
	font-family: OswaldMedium;
	padding:5px 10px;
	font-size:17px;
	line-height:21px;
	background-color:#e86880;
	/*background-color:#cc526a;*/
	margin-bottom:5px;
	display:block;
}

.r_arkivm {
	height:27px;
	font-family: OswaldMedium;
	padding:5px 5px;
	font-size:19px;
	line-height:25px;
	background-color:#2b2b2b;
	margin-bottom:5px;
	display:block;
}

.r_blog {
	height:70px;
	font-family: OswaldMedium;
	padding:5px 10px;
	font-size:17px;
	line-height:21px;
	background-color:#004e96;
	display:block;
}

.r2c2 {
	width:200px;
	float:left;
	margin:0px 5px 0px 0px;
}

.r_recstudio {
	height:160px;
	font-family: OswaldMedium;
	padding:15px 5px;
	font-size:16px;
	line-height:20px;
	background-color:#d5824d;
	display:block;

	background-image:url("../images/bg_recstud.jpg");
	background-size:cover;
}

.r2c3 {
	width:160px;
	float:left;
	margin:0px 5px 0px 0px;
}

.r_featplay {
	height:170px;
	font-family: OswaldMedium;
	padding:10px;
	font-size:19px;
	line-height:23px;
	display:block;

	background-image:url("../images/bg_playlists.jpg");
	background-size:cover;
}

.r2c4 {
	width:310px;
	background-color:#CCC;
	float:left;
	margin:0px;
}

.r_artistmonth {
	height:170px;
	font-family: OswaldMedium;
	padding:10px 15px;
	font-size:19px;
	line-height:28px;
	background-color:#b3a2c7;
	/*background-color:#f2d497;*/
	display:block;
}

.artistmonth_pic {
	width:155px;
	margin:5px 15px 0px 0px;
	float:left;
}

.artistmonth_txt {
	width:100px;
	text-align:center;
	float:left;
	margin-top:15px;
}

.btn1 {
	min-width:100px;
	font-size:13px;
	line-height:15px;
	color:#FFF;
	text-align:center;
	background-color:#666;
	padding:5px;
	margin:10px auto 0px;
}

.btn1 a:link, .btn1 a:visited {
	color:#FFF;
	text-decoration:none;
}

.btn {
	min-width:100px;
	font-size:12px;
	line-height:15px;
	color:#FFF;
	text-align:center;
	background-color:#666;
	padding:5px;
	margin-top:10px;
	position:relative;
	z-index:2000;
}

.albums_con2 {
	width:560px;
	margin:auto;
}

.albums_con3 {
	width:540px;
	margin:auto;
}

.albums_con4 {
	width:640px;
	margin:auto;
}

.albums_con5 {
	width:650px;
	margin:auto;
}

.album_indiv {
	float:left;
	margin:0px 15px;
}

.catno {
	font-size:11px;
	font-weight:600;
	text-align:center;
	margin-top:5px;
}

.review {
	font-size:12px;
	line-height:18px;
	text-align:left;
	margin-top:5px;
}

.caption {
	font-size:9px;
	line-height:11px;
	font-weight:600;
	text-align:center;
	margin-top:5px;
}

.dates_m {
	width:650px;
	margin:auto;
}

.dates_c {
	width:530px;
	margin:5px auto 0px;
}

.dates_in {
	width:530px;
	background-color:#e6e2dd;
	margin:10px 0px 5px;
}

.date {
	width:190px;
	height:48px;
	background-color:#f7f4f0;
	text-align:right;
	padding:5px 10px;
	float:left;
}

.details {
	width:320px;
	float:left;
	margin:5px 10px;
}

.flag {
	color:#fff;
	width:70px;
	min-height:15px;
	text-align:center;
	background-color:#940808;
	padding:2px 4px;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	float:right;
}

.flag2 {
	color:#fff;
	width:110px;
	min-height:10px;
	text-align:center;
	background-color:#b20000;
	padding:2px 4px;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	margin:0px;
	float:right;
}

.archrow {
	width:900px;
	margin:35px auto;
}

.archind {
	width:170px;
	float:left;
	margin:0px 5px;
}

/* ECARD end */


/* FOOTER */

#footer {
	font-family: OswaldReg;
	color:#999999;
	font-size:12px;
	text-align:center;
	margin-top:15px;
}

#footer a:link, #footer a:visited, #footer a:active, #archivebtn {
	color:#999999;
	text-decoration:underline;
}

#footer a:hover, #archivebtn:hover {
	color:#666666;
	text-decoration:underline;
	background:none;
	cursor:pointer;
}

/* FOOTER end */




/* TOOLTIP */

.buy_wrapper {
  cursor:pointer;
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
  z-index:2000;
}

.buy_wrapper .tooltip {
  background: #e4e4e4;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -47px;
  margin-bottom: 15px;
  opacity: 0;
  padding:10px; 
  pointer-events: none;
  position: absolute;
  width: 195px;
  -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: " ";
  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 #e4e4e4 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 */


/* TOOLTIP2 */

.buy_wrapper2 .tooltip2 {
  background: #e4e4e4;
  bottom: 100%;
  color: #fff;
  display: block;
  left: 17px;
  margin-bottom: 5px;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  width: 180px;
  -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, .buy_wrapper2 .tooltip2:before  {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.buy_wrapper .tooltip:after, .buy_wrapper2 .tooltip2:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #e4e4e4 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
  
.buy_wrapper:hover .tooltip, .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_wrapper .tooltip, .lte8 .buy_wrapper2 .tooltip2 {
  display: none;
}

.lte8 .buy_wrapper:hover .tooltip, .lte8 .buy_wrapper2:hover .tooltip2 {
  display: block;
}

.buy_flag {
	float:left;
	margin-right:10px;	
}
/* TOOLTIP end */
