/* reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/ */

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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* group - more meaningful than 'clearfix' */

.group:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
* html .group { height: 1%; }
*:first-child+html .group { min-height: 1px; }

/* typography */

@font-face {
	font-family: 'OrbitronLight';
	src: url('/fonts/orbitron-light.eot');
	src: local('Orbitron Light'), local('Orbitron-Light'), url('/fonts/orbitron-light.otf') format('opentype');
}

body {
  font-size: .625em;
  font-family: Helvetica;
}

h1 {
  color: #0CD;
  line-height: 2;
  font-size: 4.8em;
  font-weight: normal;
  text-shadow: 0 0 2px #0CF;
  font-family: OrbitronLight, Helvetica, sans-serif;
}

h2 {
  line-height: 1;
  font-size: 2.4em;
  margin: 0 0 1em 0;
  font-weight: normal;
}

p {
  font-size: 1.8em;
  line-height: 1.5;
  margin: 0 0 1.5em 0; }

ul {
  font-size: 1.8em;
  line-height: 1.5; }

a {
  color: #0FE;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #FA0; }

ul.navigation {
  line-height: 4;
  font-size: 2.2em; }

ul.navigation li,
ul.social-networks li {
  letter-spacing: 2px; }

.news ul li a,
ul.navigation li a,
ul.social-networks li a {
  padding: .5em 1em;
  background-color: #022;
  background-color: rgba(0,34,34,.75);
  font-variant: small-caps;
}

ul.navigation li a,
ul.social-neworks li a {
  margin: 0 0 0 .5em;
}

.news ul li a:hover,
ul.navigation li a:hover,
ul.social-networks li a:hover {
  background: #033;
  background: rgba(0,51,51,.75);
}

.playlist ul {
  line-height: 2;
  font-size: 2.4em;
}

/* layout */

body {
  color: #EEE;
  background:   url(/images/space_bottom.jpg) 0 100% no-repeat;
  /* sticks html to bottom of page */
  height: 100.1%;
  margin: 0 0 1px;
  overflow: auto;
}

html {
  background:  #011 url(/images/space_top.jpg) 0 0 no-repeat;
  /* sticks html to bottom of page */
  height: 100.1%;
  margin: 0 0 1px; 
  overflow: hidden;
}

.header {
  width: 96em;
  margin: 0 auto;
  padding: 96px 0 0 0;
}

.header h1 {
  float: left;
  padding: 0;
}

.header ul.navigation {
  float: right;
}

.header ul.navigation li {
  float: left;
}

.footer {
  width: 96em;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.footer ul.social-networks {
  float: left;
}

.footer ul.social-networks li {
  float: left;
  padding: 5px;
}

.content {
  background: #001919;
  background: rgba(0,25,25,.6);
}

.section {
  width: 96em;
  margin: 0 auto;
}

.section div.playlist {
  float: right;
  width: 480px;
}

.buy-album {
  float: right;
  width: 445px;
  margin: 0 0 20px 0;
  font-size: 1.8em;
  text-align: right;
  line-height: 1.3em;
  font-weight: lighter;
}

.buy-album strong {
  font-weight: bolder;
}

.buy-album img {
  width: 45px;
  float: right;
  margin-left: 10px;
}

.gigs { padding: 2.4em 0; }

.section .playlist ul {
  padding: 1em 0 1em 1.5em;
}

.section .news {
  float: left;
  width: 480px;
}

.section .news .article {
  padding: 2.4em 1.2em 0em 0.5em;
}

body .ship {
	bottom: -65px;
	width: 128px;
	height: 128px;
	position: absolute;
	background: url(/images/ship.gif) 0 0 no-repeat;
}

body .ship:hover {
	bottom: -33px;
}

/*
 SoundManager 2: "page as playlist" example
 ------------------------------------------
 http://schillmania.com/projects/soundmanager2/
*/

.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; /* set to 50px for a thick line, 1px for a thin line, etc. */
 overflow:hidden;
 background-color:#fff;
}

ul.playlist {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

ul.playlist li {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 position:relative;
 display:block;
 width:auto;
 color:#666;
 padding:0.25em 0.5em 0.25em 0.5em;
 border:none;
 -webkit-transition-property: hover;
 -webkit-transition: background-color 0.15s ease-in-out;
 background: #022 url(/images/play.gif) 98% 50% no-repeat;
}

ul.playlist li {
 color: #ccc;
}

ul.playlist li a {
 display:block;
 text-decoration:none;
 font-weight:normal;
 color:#09C;
 color: #0FE;
 outline:none;
 position:relative;
 z-index:2;
}

ul.playlist li.sm2_playing,
ul.playlist li.sm2_paused,
ul.playlist li.sm2_playing a {
 color:#fff;
 border-radius:3px;
 x-webkit-border-radius:3px;
 x-moz-border-radius:3px;
 color:#043;
}

ul.playlist li:hover {
 background-color:#033;
}

ul.playlist li:hover a {
 color:#FA0;
}

ul.playlist li.sm2_playing,
ul.playlist li.sm2_playing:hover {
 background:#0DC;
 color:#043;
}

ul.playlist li.sm2_paused {
 background:#555;
}

ul.playlist li.sm2_playing:hover a {
 color:#043;
}

ul.playlist li.sm2_paused a {
  color: #FFF;
	}
ul.playlist li .controls {
 display:none;
}

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

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

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

ul.playlist.use-peak li .peak {
 display:none; /* IE 7 */
}

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

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

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

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

ul.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;
}

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

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

ul.playlist li .controls .statusbar .position {
 background-color:#089;
 border-right:3px solid #0CF;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
}

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

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

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

ul.playlist li.sm2_playing a.sm2_link,
ul.playlist li.sm2_paused a.sm2_link {
 margin-right:4.5em; /* room for timing stuff */
}

ul.playlist li .timing {
 position:absolute;
 display:none;
 text-align:right;
 right:1em;
 top:1em;
 width:auto;
 height:1em;
 padding:3px 5px;
 background-color:#065;
 border:1px solid #0CF;
 -moz-border-radius:4px;
 -khtml-border-radius:4px;
 border-radius:4px;
 letter-spacing:0px;
 font:44% monaco,"VT-100",terminal,"lucida console",courier,system;
 line-height:1em;
 vertical-align:middle;
 color: #FFF;
}

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

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

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

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

ul.playlist li.sm2_paused .timing .sm2_position {
 text-decoration:blink; /* hee hee. first actual appropriate use? :D */
}

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

/* peak data */

/* ul.playlist ... */

ul.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;
}

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

ul.playlist li .peak .l,
ul.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;
}

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

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

#control-template {
  display:none;
}
