/* musicblackhole.com CSS */
/* by Jamie Wilkinson <jamie@tramchase.com> */
/* August 2007 all rights forsaken */
/* version 1.0 */


/*** main ***/
body {
  background-color: #000;
  font-family: sans-serif;
  font-size: 10pt;
}

a {
  background-color: #fff9f3;
  color: #222;
  padding: 2px 5px 2px 3px;
  text-decoration: none;
}
a:hover {
  background-color: #595;
  color: #fff;
}

pre {	 
 background-color: #000;	 
 border: 0;	 
}

h1, h2, h3, h4, h5 {
  margin: 0; /* reset */
  padding: 0;
}
h1 {
/*  background-color: #44e;*/
  background-color: #000;
  color: #444;
  font-weight: normal;
  padding: .6em 0;
  margin-bottom: 5px;
  text-align: center;
}

span.quote {
  /* TODO add quote graphics */
  font-size: 9pt;
  text-transform: uppercase;  
}
span.stats {
  font-size: 8pt;
  text-transform: uppercase;
}

span.note {
  font-size: 9pt;
  color: #ccc;
}

span.note a {
  padding: 0;
  margin: 0;  
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

/*** layout ***/
#container {
  width: 600px;
  margin: 0 auto;
}

#center {	 
  background-color: #000;	 
  background-image: none;	 
}





/*** navigation ***/
ul.satellites {
  list-style: none;
}

ul.satellites li {
  background-color: #000;
  color: #fff;
  float: left;
  margin-right: 15px;
  width: 180px;
  margin-bottom: 10px;
}

ul.satellites li h3 {
  margin: 0;
  padding: 0;
}

/* specifically */
ul#blackhole {
  position: absolute;
  left: 0;
  top: 0;
}

#about {
  width: 340px;
  font-size: 12pt;
}  

#about div.introduction {
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 2em;
}

#about p {
  line-height: 1.3em;
  padding: 8px 0 5px 10px;
  background-color: #222;

}

#apps { line-height: 14pt; }
#browse { }
#radio { }
  

/* shows */
ul#shows {
  position: absolute;
  top: 500px;
  left: 130px;
  width: 600px;
  font-size: 0.9em;
}
ul#shows li {
  width: 200px;
  height: 60px;
}
ul#shows li h2 {
  margin-top: 6px;
  margin-bottom: 5px;
}

#shows #politricks {
}





