/*
Theme Name: We Know Underground
Theme URI: http://clrh2ostudios.com/design/wordpress
Description:  A custom design created for our own CLRH2OStudios website... Designed by <a href="http://clrh2ostudios.com/">CLRH2OStudios</a>.
Version: 1.0
Author: CLRH2OStudios
Author URI: http://clrh2ostudios.com
Tags: dark, black, one-column, three-columns, fixed-width, custom-header

	Theme designed by CLRH2OStudios.com

*/

.clear { clear: both;}

/*** BODY ***/

body{
background-color:#0c0c0c;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#CCCCCC;
}
a:link {text-decoration:none; color:#999999;}
a:visited {text-decoration:none; color:#999999;}
a:hover {text-decoration:bold; color:#CCCCCC;}
a:active {text-decoration:none; color:#999999;}



/*** CONTAINER ***/

#container{
  float:center;
  top:0px; 
  position:relative;
  left:0px;
}


/*** HEADER ***/

#header{
  background: #000000;
  background-image: url('images/bg_header.jpg');
  background-repeat:no-repeat;
  background-position:top center;
  width: 100%;
  height: 400px;
  float: center;
  text-align: center; 
  z-index: 2;
}


#header_content{
  background-repeat:no-repeat;
  background-position:top center;
  float: center;
  width: 100%;
  height: 400px;
}

#home{
  background:transparent url(images/head.png) no-repeat;
  width:969px;
  height:250px;
  margin:0 auto;
  list-style:none;
}


/*** MAIN ***/

#main{
  background: #000000;
  background-image: url('images/bg_main.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 680px;
  float: center;
  text-align: center; 
}

#main_content_overlay{
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center; 
  float: center;
  width: 100%;
  _width: 100%;
  height: 35px;
  z-index: 10;
}


#main_content_movie{
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center; 
  position: absolute;
  width: 772px;
/*  _width: 100%;*/
  left: 50%;
  margin-left: -140;
  z-index:1 !important; 
  visibility:visible !important; 
  display:block !important
  background-color: transparent;
  height: 500px;
  margin-top: -690px;  
}

#main_content_songs{
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center; 
  position: absolute;
  width: 470px;
/*  _width: 100%;*/
  left: 50%;
  margin-left: -630;
  z-index:1 !important; 
  visibility:visible !important; 
  display:block !important
  background-color: transparent;
  height: 500px;
  margin-top: -650px;  
}



/*** FOOTER ***/

#footer{
  background-position: top center;
  position: absolute;
  background-color: transparent;
  left: 50%;
  margin-left: -220px;
  margin-top: -250px;
  z-index: 30;
}

#footer_text{
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
}