/*
 ABC UNEARTHED EMBEDDED PLAYER
 */
/* ---------------------------------  RESET */
/* line 5, ../sass/abc_unearthed_embed.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 26, ../sass/abc_unearthed_embed.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 30, ../sass/abc_unearthed_embed.scss */
body {
  line-height: 1;
}

/* line 33, ../sass/abc_unearthed_embed.scss */
ol, ul {
  list-style: none;
}

/* line 36, ../sass/abc_unearthed_embed.scss */
blockquote, q {
  quotes: none;
}

/* line 39, ../sass/abc_unearthed_embed.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../sass/abc_unearthed_embed.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ---------------------------------  GLOBAL */
/* line 49, ../sass/abc_unearthed_embed.scss */
body {
  background: #fff;
  font-size: 62.5%;
  font-family: Verdana, Tahoma, sans-serif;
  color: #32312B;
}

/* line 55, ../sass/abc_unearthed_embed.scss */
a {
  font-weight: 700;
  color: #467F2B;
  text-decoration: none;
}

/* line 60, ../sass/abc_unearthed_embed.scss */
a:hover {
  color: #32312B;
}

/* line 63, ../sass/abc_unearthed_embed.scss */
a:active {
  color: #5F5E53;
}

/* line 66, ../sass/abc_unearthed_embed.scss */
#embed-player {
  width: 455px;
  overflow: hidden;
  position: relative;
}

/* --------------------------------- JUKEBOX HEADER */
/* line 72, ../sass/abc_unearthed_embed.scss */
#embed-player header {
  min-height: 50px;
  position: relative;
}

/* line 76, ../sass/abc_unearthed_embed.scss */
#embed-player h1 a {
  display: block;
  width: 119px;
  height: 29px;
  background: url(../images/embed-player/embed-player-sprite.png) no-repeat 0 -93px;
  text-indent: -1000em;
  position: absolute;
  top: 16px;
  left: 15px;
  margin: 0;
}

/* line 87, ../sass/abc_unearthed_embed.scss */
#embed-player header p {
  font-size: 1.1em;
  padding: 25px 0 10px 145px;
  width: 295px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* --------------------------------- PLAYER */
/* line 97, ../sass/abc_unearthed_embed.scss */
#player {
  border: 1px dashed #000;
  background: url(../images/embed-player/embed-player-sprite.png) no-repeat 0 0;
  height: 63px;
  width: 393px;
  margin: 0 0 15px 15px;
  padding: 15px;
}

/* --------------------------------- PLAYER CONTROLS */
/* line 107, ../sass/abc_unearthed_embed.scss */
#player-controls {
  background: #52823F;
  border-top: 1px solid #4C7837;
  border-right: 1px solid #4C7837;
  float: left;
  width: 82px;
  height: 60px;
  position: relative;
}

/* line 116, ../sass/abc_unearthed_embed.scss */
#player-controls a {
  display: block;
  text-indent: -1000em;
  background: url(../images/embed-player/embed-player-sprite.png) no-repeat 0 0;
  position: absolute;
}

/* line 122, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-play {
  width: 30px;
  height: 30px;
  background-position: -120px -93px;
  top: 5px;
  left: 11px;
}

/* line 129, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-play:hover {
  background-position: -150px -93px;
}

/* line 132, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-play:active {
  background-position: -180px -93px;
}

/* line 135, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-pause {
  width: 30px;
  height: 30px;
  background-position: -210px -93px;
  top: 5px;
  left: 11px;
}

/* line 142, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-pause:hover {
  background-position: -240px -93px;
}

/* line 145, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-pause:active {
  background-position: -270px -93px;
}

/* line 148, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-stop {
  width: 30px;
  height: 30px;
  background-position: -300px -93px;
  top: 5px;
  left: 43px;
}

/* line 155, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-stop:hover {
  background-position: -330px -93px;
}

/* line 158, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-stop:active {
  background-position: -360px -93px;
}

/* line 161, ../sass/abc_unearthed_embed.scss */
#player-controls .speaker {
  position: absolute;
  background: url(../images/embed-player/embed-player-sprite.png) no-repeat -390px -93px;
  width: 16px;
  height: 10px;
  top: 42px;
  left: 9px;
}

/* line 169, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-unmute {
  background-position: -390px -104px;
}

/* line 172, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-volume-bar {
  height: 8px;
  background: url(../images/jukebox/bkg-jp-volume-bar.gif) repeat-x 0 0;
  width: 46px;
  position: absolute;
  top: 42px;
  left: 27px;
  cursor: pointer;
}

/* line 181, ../sass/abc_unearthed_embed.scss */
#player-controls .jp-volume-bar-value {
  height: 8px;
  background: url(../images/jukebox/bkg-jp-volume-bar.gif) repeat-x 0 -8px;
}

/* --------------------------------- CURRENT TRACK */
/* line 187, ../sass/abc_unearthed_embed.scss */
#current-track {
  background: #52823F;
  border-top: 1px solid #4C7837;
  border-right: 1px solid #4C7837;
  float: right;
  width: 294px;
  height: 60px;
  position: relative;
  color: #ECF0D8;
}

/* line 197, ../sass/abc_unearthed_embed.scss */
#current-track img {
  border: 1px solid #000;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 203, ../sass/abc_unearthed_embed.scss */
#current-track h2,
#current-track h3 {
  font-weight: 700;
  font-size: 1.2em;
  position: absolute;
  left: 73px;
  top: 13px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 115px;
}

/* line 216, ../sass/abc_unearthed_embed.scss */
#current-track h3 {
  font-size: 1.1em;
  left: 192px;
  width: 100px;
}

/* line 221, ../sass/abc_unearthed_embed.scss */
#current-track .jp-current-time,
#current-track .jp-duration {
  position: absolute;
  top: 37px;
  left: 73px;
}

/* line 227, ../sass/abc_unearthed_embed.scss */
#current-track .jp-duration {
  left: 255px;
}

/* line 230, ../sass/abc_unearthed_embed.scss */
#current-track .jp-progress {
  position: absolute;
  top: 38px;
  left: 108px;
  width: 145px;
  height: 8px;
  background: url(../images/jukebox/bkg-jp-volume-bar.gif) repeat-x 0 0;
  cursor: pointer;
}

/* line 239, ../sass/abc_unearthed_embed.scss */
#current-track .jp-seek-bar {
  height: 8px;
  background: #656658;
}

/* line 243, ../sass/abc_unearthed_embed.scss */
#current-track .jp-play-bar {
  height: 8px;
  background: url(../images/jukebox/bkg-jp-volume-bar.gif) repeat-x 0 -8px;
}

/* --------------------------------- ERROR */
/* line 249, ../sass/abc_unearthed_embed.scss */
#error {
  background: #52823F;
  border-top: 1px solid #4C7837;
  border-right: 1px solid #4C7837;
  height: 60px;
  color: #ECF0D8;
}

/* line 256, ../sass/abc_unearthed_embed.scss */
#error p {
  font-weight: 700;
  font-size: 1.2em;
  padding: 15px;
  text-align: center;
}
