/* @override 
	http://localhost:8888/names/css/master.css
*/

html, body, div, span, h1, h2, h3, h4, h5, p, a, ol, ul, li, cite, fieldset, form, input, hr, textarea, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

:focus {
  outline: 0;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid;
  color: #dadcd7;
}

a:hover {
  color: #fb5e0f;
  cursor: pointer;
}

html, body {
  color: #dadcd7;
  font: normal 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

html {
  background: url(../i/bg.jpg) no-repeat 50% -10px fixed;
}

#container {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 200px 0 40px;
  text-align: left;
}

#menu {
  width: 435px;
  margin: 0 10px;
  padding: 5px 0;
  background: #3d3d3d;
  font-size: 13px;
  text-transform: lowercase;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  opacity: .9;
}

#bottom_links {
  position: absolute;
  bottom: 19px;
  right: 0;
  width: 345px;
  margin: 0 10px;
  padding: 5px 0;
  background: #3d3d3d;
  font-size: 13px;
  text-transform: lowercase;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  opacity: .9;
}

.facebook {
  width: 49px;
  height: 11px;
  background: url(../i/faceb.png) no-repeat;
}

.tumblr {
  width: 46px;
  height: 11px;
  background: url(../i/tumblr.png) 0 100% no-repeat;
}

.twitter {
  width: 50px;
  height: 11px;
  background: url(../i/twitter.png) 0 100% no-repeat;
}

.vimeo {
  width: 40px;
  height: 11px;
  background: url(../i/vimeo.png) no-repeat;
}

.myspace {
  width: 59px;
  height: 11px;
  background: url(../i/myspace.png) no-repeat;
}

#bottom_links li a {
  display: block;
  float: left;
  margin: 0 10px;
  text-indent: -9999px;
}

#bottom_links li a:hover {
  opacity: .8;
}

#menu li {
  display: inline;
  padding: 0 10px;
}

#menu li a,
#bottom_links li a {
  border: 0;
  padding: 0;
}

#content {
  position: relative;
  padding: 20px;
  text-align: left;
  -webkit-box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  background: rgba(30,30,30,.95) url(../i/c_bg.png) repeat-y;
}

#content h1 {
  padding: 0 0 20px;
  font-size: 48px;
  line-height: 48px;
  text-transform: lowercase;
  font-weight: normal;
}

#content h2 {
  font-size: 18px;
  line-height: 1.3em;
  padding: 0 0 .3em;
}

#content p {
  padding: 0 0 1em;
}

#news {
  width: 540px;
}

.entry {
  padding: 0 0 1em;
}

#tour {
  position: absolute;
  right: 20px;
  top: 89px;
  width: 200px;
}

#tour li {
  position: relative;
  padding: 2px 0 .5em 80px;
}

#tour span {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 .5em 0 0;
  padding: 2px 4px;
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

object {
  display: block;
  padding: .5em 0;
}

a.advance-link {
  border: 0;
}

#thumbs {
  position: relative;
  width: 610px;
  margin: 1em 0 0;
}

#thumbs ul li {
  display: inline;
}

#thumbs ul li a {
  border: 0;
}

#categories {
  position: absolute;
  right: -150px;
  top: 0;
  width: 150px;
}

#thumbs #categories li {
  display: block;
  width: 150px;
  padding: 0 0 2px;
}

#thumbs #categories a {
  border-bottom: 1px solid #fff;
}

#controls {
  display: none;
}

#controls a {
  position: absolute;
}

a.prev {
  top: 280px;
  padding: 4px 8px 4px 6px;
  background: #1e1e1e;
  border: 0;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-bottom-right-radius: 7px;
  -moz-border-top-right-radius: 7px;
  opacity: .9;
}

a.next {
  top: 280px;
  right: 20px;
  padding: 4px 8px 4px 6px;
  background: #1e1e1e;
  border: 0;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-bottom-left-radius: 7px;
  -moz-border-top-left-radius: 7px;
  opacity: .9;
}

a.play,
a.pause {
  top: 280px;
  left: 50%;
  padding: 4px 8px 4px 6px;
  background: #1e1e1e;
  border: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  opacity: .9;
}

.disco {
  padding: 0 0 0 20px;
}

.disco li {
  list-style: decimal;
  padding: 0 0 .5em;
}

.disco p {
  display: none;
}

#content.dl ul li,
#content.shop li {
  position: relative;
  display: block;
  height: 100px;
  padding: 0 1em 1.5em 0;
}

#content.shop li {
  min-height: 159px;
  padding: 0 1em 2.5em 0;
}

#content.dl ul li h3,
#content.shop h3 {
  padding: 0 0 .5em;
  font-size: 1.5em;
  font-weight: normal;
}

#content.dl ul li img,
#content.shop img {
  width: 115px;
  height: 76px;
  float: left;
  padding: 0 1em 0 0;
}

#content.shop img {
  width: auto;
  height: 152px;
}

#content.dl ul li p {
  height: 3em;
}

#content ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content.dl ul li ul,
#content.shop p:last-child {
  position: absolute;
  bottom: 1.1em;
  left: 250px;
  right: 0;
  padding: .5em .8em;
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#content.dl ul li ul {
  bottom: 1em;
  left: 115px;
}

#content.dl ul li ul li,
#content.shop p:last-child a {
  display: inline;
  padding: 0 .5em .5em 0;
  height: auto;
}

#content.dl ul li ul li a,
#content.shop p:last-child a {
  border: 0;
  padding: .3em .4em;
  background: #1e1e1e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* 
 * Remove me
 */

#slideshow img {
  width: 760px;
}

#thumbs ul li img {
  width: 115px;
}

.spectrum-container {
  display: none;
}

ul.use-spectrum li.sm2_playing .spectrum-container {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: -266px;
  margin-top: -1px;
  display: block;
  background-color: #5588bb;
  border: 1px solid #99ccff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

ul.use-spectrum .spectrum-box {
  position: relative;
  width: 255px;
  font-size: 1em;
  padding: 2px 0px;
  height: 1.2em;
  overflow: hidden;
}

ul.use-spectrum .spectrum-box .spectrum {
  position: absolute;
  left: 0px;
  top: -2px;
  margin-top: 20px;
  display: block;
  font-size: 1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background-color: #fff;
}

ol.playlist {
  list-style: none;
}

ol.playlist li {
  position: relative;
  display: block;
  font-size: 1.5em;
  padding: 0.5em 0.5em 0.25em 0.5em;
}

ol.playlist li a {
  display: block;
  border: 0;
}

ol.playlist li.sm2_playing,
ol.playlist li.sm2_paused,
ol.playlist li.sm2_playing a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

ol.playlist li:hover a {
  color: #fb5e0f;
}

ol.playlist li.sm2_playing,
ol.playlist li.sm2_playing:hover {
  background-color: #dadcd7;
}

ol.playlist li.sm2_paused {
  background-color: ;
}

ol.playlist li.sm2_playing:hover a,
ol.playlist li.sm2_paused a {
  color: #333;
}

ol.playlist li .controls {
  display: none;
}

ol.playlist li .peak,
ol.playlist.use-peak li .peak {
  display: none;
  position: absolute;
  top: 0.55em;
  right: 0.5em;
}

ol.playlist li.sm2_playing .controls,
ol.playlist li.sm2_paused .controls {
  position: relative;
  display: block;
}

ol.playlist.use-peak li.sm2_playing .peak,
ol.playlist.use-peak li.sm2_paused .peak {
  display: inline;
  display: inline-block;
}

ol.playlist.use-peak li .peak {
  display: none;
}

ol.playlist li.sm2_paused .controls {
  background-color: #666;
}

ol.playlist li:hover .controls .statusbar {
  position: relative;
  cursor: ew-resize;
  cursor: -moz-grab;
  cursor: grab;
}

ol.playlist li.sm2_paused .controls .statusbar {
  background-color: #ccc;
}

ol.playlist li .controls {
  position: relative;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  background-color: #99ccff;
}

ol.playlist li .controls .statusbar {
  position: relative;
  height: 0.5em;
  background-color: #ccddff;
  border: 2px solid #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  cursor: -moz-grab;
  cursor: grab;
}

ol.playlist li .controls.dragging .statusbar {
  cursor: -moz-grabbing;
  cursor: grabbing;
}

ol.playlist li .controls .statusbar .position,
ol.playlist li .controls .statusbar .loading,
ol.playlist li .controls .statusbar .annotation {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0.5em;
}

ol.playlist li .controls .statusbar .position {
  background-color: #fb5e0f;
  border-right: 3px solid #fb5e0f;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

ol.playlist li.sm2_paused .controls .statusbar .position {
  background-color: #666;
  border-color: #666;
}

ol.playlist li .controls .statusbar .loading {
  background-color: #eee;
}

ol.playlist li .controls .statusbar .position,
ol.playlist li .controls .statusbar .loading {
  width: 0px;
}

ol.playlist li.sm2_paused a.sm2_link {
  margin-right: 4.5em;
  color: #ccc;
}

ol.playlist li.sm2_playing a.sm2_link {
  margin-right: 4.5em;
  color: #fb5e0f;
}

ol.playlist li .timing {
  position: absolute;
  display: none;
  text-align: right;
  right: 1.2em;
  top: .8em;
  width: auto;
  height: 1em;
  padding: 3px 5px;
  background-color: #fb5e0f;
  border: 1px solid #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font: 50% monaco,"VT-100",terminal,"lucida console",courier,system;
  color: #fff;
  line-height: 1em;
  vertical-align: middle;
}

ol.playlist.use-peak li .timing {
  right: 4.25em;
}

ol.playlist li:hover .timing {
  z-index: 2;
}

ol.playlist li .timing div.sm2_timing {
  margin: 0px;
  padding: 0px;
  margin-top: -1em;
}

ol.playlist li.sm2_playing .timing,
ol.playlist li.sm2_paused .timing {
  display: block;
}

ol.playlist li.sm2_paused .timing .sm2_position {
  text-decoration: blink;
}

ol.playlist li.sm2_paused .timing,
ol.playlist.use-peak li.sm2_paused .peak {
  background-color: #888;
  border-color: #ccc;
}

ol.playlist.use-peak li .peak {
  display: none;
  zoom: 1;
  border: 1px solid #99ccff;
  padding: 2px;
  height: 0.55em;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background-color: #5588bb;
  width: 0.8em;
  height: 0.55em;
  margin-top: -3px;
}

ol.playlist.use-peak li .peak-box {
  position: relative;
  width: 100%;
  height: 0.55em;
  overflow: hidden;
}

ol.playlist li .peak .l,
ol.playlist li .peak .r {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 7px;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  -moz-border-radius: 1px;
  -khtml-border-radius: 1px;
  margin-top: 1em;
}

ol.playlist li .peak .l {
  margin-right: 1px;
}

ol.playlist li .peak .r {
  left: 10px;
}

#control-template {
  display: none;
}
