@charset "UTF-8";
/* CSS Document */

body	{background-repeat: no-repeat; font-size: 10px;
		font-family: Verdana;
		line-height: 1.5em;
		color: #999999;
		background-color: black;
		background-image:url(http://www.deseized.com/images/bg3.jpg);
		
		background-attachment:fixed;
		margin: 0; 
		padding: 0;		
		}
		

#container {width: 800px; margin: auto; background-color: black; border: 0px solid white;}

#header {margin-left: 32px; margin-right: 20px; margin-top: 10px; height: auto; border: 0px solid red;}

#content {width: 460px; margin: 20px; margin-left: 40px; float: left; border: 0px solid blue;}

#contentwide {width: 750px; margin: 20px; margin-left: 40px; float: left; border: 0px solid blue;}

#sidebar {width: 240px; margin: 20px; float: right; border: 0px solid blue;}

#divider {height: 10px; clear: both; border: 0px solid red;}

.shows {width: auto; padding-right: 40px; float: left;}

.releases {width: auto; padding-right: 100px; float: left;}

#footer {height: 20px; clear: both; border: 0px solid red;}
 
.footer {width: 210px; margin-left: 40px; border: 0px solid green; float: left;}

    
        
h3,h4	{font-family: Georgia; 
   		text-transform: uppercase;
   		color: #d7d4d4;
   		letter-spacing: 0.1em;
   		margin-bottom: 0px;
		margin-top: 0px;
  		}


small	{color: #666;
		line-height: 1.4em;
		}  		

.small_i	{color: #666;
		line-height: 1.4em;
		font-style: italic;
		font-size: 9px;
		margin-bottom: 0px;
		margin-top: 0px;
		}   
				

a.small   		{color: #999999; 
  			text-decoration: none; 
			}

	  
a:hover.small  	{color: #666; 
			}

a   		{color: #c3c2c2; 
  			text-decoration: none; 
			}

	  
a:hover  	{color: #999; 
			}
			
			
img.pages	{border: 1px solid gray;
			}
		

#imgfront
{
  display: block;
  width: 200px;
  height: 177px;
  background: url("http://www.deseized.com/images/cdfront.jpg") no-repeat 0 0;
  border: 1px solid gray;

}

#imgfront:hover
{ background-position: -200px 0;
  border: 1px solid white;
}



/* MEDIA TITLE ROLLOVERS */

img.media 	{float: left;
			margin-right: 10px;
			}
			

#media_photos
{
  display: block;
  width: 67px;
  height: 16px;
  background: url("images/photos_double.jpg") no-repeat 0 0;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-top: 0px;
  float: left;
}

#media_photos:hover
{ 
  background-position: -67px 0;
}



#media_videos
{
  display: block;
  width: 59px;
  height: 16px;
  background: url("images/videos_double.jpg") no-repeat 0 0;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-top: 0px;
  float: left;
  }

#media_videos:hover
{ 
  background-position: -59px 0;
}



#media_misc
{
  display: block;
  width: 43px;
  height: 16px;
  background: url("images/misc_double.jpg") no-repeat 0 0;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  float: left;
}

#media_misc:hover
{ 
  background-position: -44px 0;
}
