@font-face
{
  font-family: "Georgia";
  src: url(fonts/georgia.ttf) format("truetype")
  	url(fonts/georgiab.ttf) format("truetype")
  	url(fonts/georgiai.ttf) format("truetype");
}

body
{
	background: #351500;
	background-image: url("images/back.png");
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 10pt;
	cursor:default;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

:root:before
{
	content: url(images/back.png);
	content: url(images/logo.png);
	content: url(images/logo-mobile.png);
	content: url(images/edge-left.png);
	content: url(images/edge-right.png);
	content: url(images/button-pause.png);
	content: url(images/button-play.png);
	content: url(images/link-itunes.png);
	content: url(images/link-amazon.png);
	content: url('');
}

#div-main
{
    top: 50%;
    left: 50%;
	background: #080808;
	color: #FFFFFF;
	position: absolute;
	width: 700px;
	height: 700px;
	margin-left: -350px;
    margin-top:  -350px; 
	border: 10px double #998866;
	vertical-align: middle;
	border-radius: 355px;
	box-shadow: 20px 20px 80px #010101;
}

#div-logo
{
	background-image: url("images/logo.png");
	position: absolute;
	top: 45px;
	left: 190px;
	width: 324px;
	height: 72px;
	/* user-drag: none;  */
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#div-image
{
	height: 300px;
	width: 342px;
	width: 300px;
	position: absolute;
	top:  199px;
	left: 199px;
	border: 1px solid #998866;
}

#greeter,
.greeter
{
	background:url(images/greeter.png);
	width: 139px;
	height: 160px;
	position: absolute;
	top: 92px;
	left: 194px;
	display: none;
	z-index: 10;
}

#button
{
	visibility: visible;
	z-index: 1;
	background-color: #080808;
	background:url(images/button-play.png);
	width: 32px;
	height: 32px;
	vertical-align: middle;
	position: relative;
	top: 270px;
	left: 310px;
	border-radius: 4px;
	border: 2px solid #998866;
	cursor: pointer;
}

#button:hover,
#button:active
{
	z-index: 1;
	box-shadow: 0px 0px 12px #998866;
	transition: all 0.2s ease 0s;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(153,136,102,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(153,136,102,1);
	box-shadow: 0px 0px 12px 0px rgba(153,136,102,1);
}

#button:active
{
	background-position: -1px -1px;
	transition: all 0s ease 0s;
}
#button:after
{
	z-index: 1;
	transition: all 0.2s ease 0s;
}

#buttonText
{
	color: #555555;
}

#buttonTextPause,
#buttonTextPlay
{
	z-index: 1;
	color: white;
	position: absolute;
	top: 240px;
	font-size: 10pt;
	font-weight: 700;
}

#buttonTextPause
{
	left: 313px;
}

#buttonTextPlay
{
	left: 318px;
}


#blurb,
#paused
{
	display: none;
	font-style: italic;
	color: #998866;
	width: 192px;
	height: 24px;
	background: #080808;
	margin: auto;
	position: absolute;
	top: 118px;
	left: 199px;
} 

#paused
{
	width: 50px;
	left: 283px;
	height: 12px;
}

#data-title1,
#data-title2
{
	font-size: 18pt;
	font-weight: 700;
	width: 78%;
	height: 33px;
	text-align: center;
	vertical-align: bottom;
	position: absolute;
	top: 135px;
	left: 78px;
} 

#data-artist1,
#data-artist2
{
	font-weight: 700;
	width: 78%;
	height: 24px;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 167px;
	left: 78px;
} 

#edge-left
{
	width: 200px;
	height: 310px;
	position: absolute;
	top: 195px;
	left: 0px;
}

#edge-right
{
	width: 200px;
	height: 310px;
	position: absolute;
	top: 195px;
	left: 500px;
}

#data-image
{
	display: none;
	background-color: #080808;
	width: 300px;
	height: 300px;
	position: absolute;
	border: 1px solid #998866;
	top: 198px;
	left: 199px;
	top: -1px;
	left: -1px;

	/* user-drag: none;  */
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#album,
#catalog,
#year,
#track
{
	display: block;
	color: #998866;
	position: absolute;
	width: 517px;
	height: 20px;
	line-height: 20px;
	left: 180px;
}

#album
{
	top: 517px;
}

#catalog
{
	top: 537px;
}

#year
{
	top: 557px;
}

#track
{
	top: 577px;
}


#entry-album,
#entry-catalog,
#entry-year,
#entry-track
{
	display: block;
	position: absolute;
	width: 85px;
	text-align:right;
}

#data-album1,
#data-album2,
#data-catalog1,
#data-catalog2,
#data-year1,
#data-year2,
#data-track1,
#data-track2
{
	color: white;
	position: absolute;
	width: 450px;
	text-align:left;
	left: 90px;
}


#data-album1,
#data-album2
{
	font-size: 12pt;
	font-weight: 700;
	vertical-align: text-bottom;
	top: -1px;
}

#div-links
{
	color: #998866;
	display: inline;
	position: absolute;
	width: 300px;
	height: 38px;
	padding-top: 0px;
	vertical-align: text-top;
	top: 614px;
	left: 202px;
	border-top: 1px solid #998866;
}

#div-links-text
{
	display: inline;
	float: left;
	font-size: 14pt;
	font-weight: 700;
	padding-left: 5px;
	padding-top: 2px;
	line-height: 38px;
}

#link-itunes
{
	width: 32px;
	height: 32px;
	z-index: 1;
	position: relative;
	top: 3px;
	left: 6px;
	cursor: pointer;
	border-radius: 16px;
	/* user-drag: none;  */
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#link-itunes:hover
{
	background-color: #332D22;
	background-color: #4C4433;
	box-shadow: 0px 0px 12px #998866;
	transition: all 0.2s ease 0s;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(153,136,102,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(153,136,102,1);
	box-shadow: 0px 0px 12px 0px rgba(153,136,102,1);
}

#link-amazon
{
	width: 32px;
	height: 32px;
	z-index: 1;
	position: relative;
	top: 5px;
	left: 10px;
	border-radius: 4px;
	cursor: pointer;
	/* user-drag: none;  */
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#link-amazon:hover
{
	box-shadow: 0px 0px 12px #998866;
	transition: all 0.2s ease 0s;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(153,136,102,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(153,136,102,1);
	box-shadow: 0px 0px 12px 0px rgba(153,136,102,1);
}

#header,
#footer
{
	visibility: hidden;
	font-weight: 300;
	margin: auto;
	position: relative;
	color: #998866;
	text-shadow: 2px 2px 0px #000000;
	text-align: center;
}

#header
{
	font-size: 16pt;
	top: -37px;
}

#footer
{
	font-size: 12pt;
	top: 7px;
}

/**********************************************************/

.tooltip-button,
.tooltip-itunes,
.tooltip-amazon
{
	font-weight: 700;
	position: relative;
	display: inline-block;
}

.tooltip-button .tooltiptext-button,
.tooltip-itunes .tooltiptext-itunes,
.tooltip-amazon .tooltiptext-amazon
{
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 1s;
}

.tooltip-button .tooltiptext-button
{
	width: 50px;
	top:  235px;
	left: 368px;
	visibility: visible;
	opacity: 1;
}

.tooltip-itunes .tooltiptext-itunes
{
	width: 94px;
	top:  -35px;
	left: 36px;
}

.tooltip-amazon .tooltiptext-amazon
{
	width: 67px;
	top:  -35px;
	left: 52px;
}

.tooltip-button .tooltiptext-button::after,
.tooltip-itunes .tooltiptext-itunes::after,
.tooltip-amazon .tooltiptext-amazon::after
{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip-button .tooltiptext-button::after
{
	left: 35%;
}

.tooltip-button:hover .tooltiptext-button,
.tooltip-itunes:hover .tooltiptext-itunes,
.tooltip-amazon:hover .tooltiptext-amazon
{
	visibility: visible;
	opacity: 1;
}
