/* stylesheets\live.css */
body.s2
{
  font-size: 140%;
}
body.s3
{
  font-size: 200%;
}
div#bar
{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 50px;
  background: rgba(255,255,255,0.4);
}
p#clock
{
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  right: 0.2em;
  top: 0.2em;
}
p#status
{
  position: absolute;
  top: 2em;
  right: 0;
  padding: 0.1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 90%;
  background: #f0f000;
  color: #101010;
  z-index: 10;
}
p#status:empty
{
  display: none;
}
div#strips
{
  position: absolute;
  top: 2.2em;
  left: 0;
  right: 0;
  bottom: 2em;
  overflow: hidden;
}
div#camera
{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 2em;
  overflow: auto;
  background: #101010;
  border-top: 3px solid #606060;
}
div#camera.rotate
{
  top: 2.2em;
  left: 50%;
  border-left: 3px solid #606060;
  border-top: none;
}
div#camera.fill
{
  top: 2.2em;
  left: 0;
}
div#camera.hidden
{
  display: none;
}
div#footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 2em;
  background: #202020;
}
div#footer a
{
  text-align: center;
  display: inline-block;
  min-width: 2em;
  min-height: 1.1em;
  background: #303030;
  padding: 0.1em;
  margin: 0.1em;
  border: 1px solid #505050;
}
div#footer a.selected
{
  background: #d0d0d0;
  color: #303030;
}
div#footer a.server
{
  float: right;
}
div#footer a.server.active
{
  background: #006400;
}
div#footer a.server.disabled
{
  display: none;
}
div#footer a.settings
{
  float: right;
}
div#footer.showsettings a.settings
{
  color: #000000;
  background: #f0f0f0;
}
div#footer a.hidden
{
  display: none;
}
div#footer div#select
{
  display: none;
  bottom: 2em;
}
div#footer.show
{
  min-height: 4em;
}
div#footer.show div#select
{
  display: block;
}
div#footer div#settings
{
  display: none;
  position: absolute;
  bottom: 2em;
  right: 0;
  background: #000000;
  padding: 0.2em;
}
div#footer div#settings a.s2
{
  font-size: 125%;
}
div#footer div#settings a.s3
{
  font-size: 150%;
}
body.s1 div#footer div#settings a.s1 { color: #000000; background: #f0f0f0; }
body.s2 div#footer div#settings a.s2 { color: #000000; background: #f0f0f0; }
body.s3 div#footer div#settings a.s3 { color: #000000; background: #f0f0f0; }
div#settings a.selected
{
  color: #000000;
  background: #f0f0f0;
}
div#footer.showsettings div#settings
{
  display: block;
}
div#strips p.strip
{
  height: 1.6em;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.strip.finished
{
  display: none;
}
.strip.current
{
  background: #800000;
}
.strip.coming
{
  background: #d07000;
}
.strip.linked
{
  background: #303030;
}
div#strips p.strip span
{
  display: inline-block;
  text-align: center;
  width: 1.7em;
  height: 1.4em;
  overflow: hidden;
  padding: 0.2em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
}
.strip strong
{
  font-size: 90%;
  color: #70f070;
}
.strip em
{
  font-size: 90%;
  color: #f070f0;
}
.strip.coming em, .strip.current em
{
  color: #70f070;
}
div#strips p.strip span
{
    float: left;
}
div#strips p.strip span:nth-child(1)
{
  left: 0;
}
div#strips p.strip span:nth-child(2)
{
  left: 2.1em;
}
div#strips p.strip span:nth-child(3)
{
  left: 4.2em;
  text-align: right;
}
div#strips p.strip.current span:nth-child(3)
{
  display: none;
}
div#strips p.strip span:nth-child(4)
{
  display: none;
  left: 4.2em;
  text-align: right;
}
div#strips p.strip.current span:nth-child(4)
{
  display: inline-block;
}
div#strips p.strip span:nth-child(5)
{
  left: 6.3em;
  width: auto;
  text-align: left;
}
div#strips p.strip.next.title span:nth-child(1)
{
  left: 6.3em;
  width: auto;
  text-align: left;
}
div#strips p.strip.next
{
  color: #C0C0C0;
}
div#camera div.strip p
{
  white-space: normal;
  margin-left: 6.3em;
  min-height: 1.4em;
}
div#camera div.strip p span
{
  float: left;
  margin-right: 0.2em;
  width: 1.7em;
  height: 1.4em;
}
div#camera div.strip p span:nth-child(1)
{
  margin-left: -6.3em;
  margin-top: 0;
  background: #404040;
  text-align: center;
}
div#camera div.strip p span:nth-child(2)
{
  margin-left: -4.2em;
  text-align: right;
}
div#camera div.strip p span:nth-child(3)
{
  margin-left: -2.1em;
  text-align: right;
}
div#camera div.strip.current p span:nth-child(3)
{
  display: none;
}
div#camera div.strip p span:nth-child(4)
{
  margin-left: -2.1em;
  text-align: right;
  display: none;
}
div#camera div.strip.current p span:nth-child(4)
{
  display: inline-block;
}
div#camera p.strip.next.title span:nth-child(1)
{
  left: 6.3em;
  width: auto;
  text-align: left;
}
div#camera div.strip.next, div#camera p.strip.next
{
  color: #C0C0C0;
}
