@charset "UTF-8";
a:link,
a:visited {
	color:white;
	text-decoration:none;
	}
a:hover,
a:active {
	color:yellow;
	text-decoration:none;
	}
a img {
	border:0;
	}
body {
	background:url(art/back.gif) center repeat-y;
	color: #fff;
	background-color: #000000;
	text-align:center;
	padding: 0;
	margin: 0;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:85%;
	}
p, li {
	font-size:15px;
	}
#container {
	position:relative;
	background-attachment: fixed;
	left:0;
	top:0;
	border-left:thin solid #333;
	border-right:thin solid #333;
	background-color: #000000;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0px auto;
	text-align:left;
	width: 875px;
	height: 100%;
	background-position: center bottom;
	}
/*,
#about #container*/
#homepage #container
 {
	background-image: url(http://buckart.com/acidhalo/art/Acidhalo08NewYorkSkyline.jpg);
	}
#tshirts #container {
	background-image: url(http://buckart.com/acidhalo/art/Acidhalo07city.jpg);
	}
#about #about_text{
	margin:40px 0 0 342px;
	width:440px;
	padding:20px;
	background-color: #000000;
	}
#about #about_text p{
	line-height:20px;
	font-weight:bold;
	}
#logo_container {
	position:relative;
	width: 100%;
	height: 100%;
	background-color: transparent;
/*	background-image: url('http://buckart.com/acidhalo/art/Acidhalo_cloudlogo.png');
	background-repeat: no-repeat;
*/	}
#logo {
	position:fixed;
	top:0;
	width:297px;
	height:257px;
	background-image: url('/art/Acidhalo_cloudlogo.png');
	background-repeat: no-repeat;
	}
#logo span {
	width:297px;
	height:257px;
	}
#homepage #container #logo {
	position:absolute;
	right:20px;
	}
 #slogan {
	position:absolute;
	left:326px;
	top:-890em;
	width:500px;
	margin:0;
	padding 0 20px;
	}
#acidhalo_about {
	background: url('/art/AcidHalo_definition.gif') no-repeat;
	width:420px;
	padding-top:280px;
	}
#acidhalo_slogan {
	background-image: url('/art/Acidhalo_sloganX11.gif');
	width:329px;
	height:139px;
	position:relative;
	top:40px;
	left:120px;
	}
#homepage #container #slogan {
	left:40px;
	}
#company_name{
	position:absolute;
	top:-4000px;
	margin:0;
	padding:0;
	}

#tshirts #clothing {
	position:relative;
	padding: 0 10px;
	float:right;
	width:300px;
	background-color: transparent;
	background-image: url('/art/greyPNG.png');
	}
#tshirts #clothing img {
	padding: 10px 0;
	margin: 0 auto;
	}
#home_tshirts {
	position:absolute; 
	top:181px; 
	right:229px;
	width:400px;
	height:400px;
	}
#home_tshirts a:link,
#home_tshirts a:visited {
	float: left;
	display:block;
	background: url(/art/tshirts-home.png) no-repeat top left;
	}
#home_tshirts a:hover,
#home_tshirts a:active{
	float: left;
	display:block;
	background: url(/art/tshirts-home.png) no-repeat bottom left;
	}
.catalog_item{
	position:relative;
	}
#tshirts .catalog_item .info{
	display:none;
	width:300px;
	}
#tshirts .catalog_item:hover .info {
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	top:10px;
	left:-300px;
	}
#clothing .info img{
	padding:0;
	}

/*  LINESHEET  */
#linesheet #logo_container,
#linesheet #clothing,
#linesheet #logo {
	position:static;
	display:block;
	width:857px;
	}
#linesheet #logo_container {
	width:100%;
	background-color: #fff;
	color:#000;
	}
#linesheet #nav {
	color:#000;
	list-style:none;
	top:0;
	float:left;
	position:static;
	}
#linesheet a:link,
#linesheet a:visited {
	color:#000;
	text-decoration:none;
	}
#linesheet a:hover,
#linesheet a:active {
	color:#F90;
	text-decoration:none;
	}

#linesheet #clothing{
	background-color:#fff;
	width:100%;
	}
#linesheet #clothing .catalog_item {
	width:600px;
	display:block;
	clear:both;
	margin:1em 0;
	border-bottom:1px solid #666;
	}
#linesheet #clothing .catalog_item img{
	width:300px;
	display:inline-block;
	}
#linesheet #clothing .catalog_item .info img{
	width:300px;

	margin-left:300px;
	float:right;
	}
#linesheet #clothing .catalog_item .info {
	width:300px;
	display:inline;
	}

/*  NAV  */
#nav {
	list-style:none;
	position:absolute;
	top: 300px;
	left: 30px;
	}
#homepage #container #nav {
	left: 70px;
	}
#nav li {
	line-height:200%;
	}
#nav li a{
	padding:6px;
	}
.info p{
	font-weight:bold;
	color: #000;
	background-color: #fff;
	padding:10px 10px 10px 40px;
	margin:0;
	}
.line {
	float: left;
	width:875px;
	display: block;
	position: relative; /*prevents shifting when changing viewport in IE;thanks to Alan Gresley*/
	overflow: hidden; /*only needed for equal height columns*/
	background-color: transparent;
}
.item {
	position:relative;
	float:left;
	left:958px;
	}

.clear {
	clear:both;
	}
	
.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}
#music_control {
	text-align:center;
	margin: 20px auto;
	width: 30px;
	clear:both;
	position:absolute;
	top: 400px;
	left: 65px;
	}
#linesheet #music_control {
	top: 0;
	left: 0;
	}
#homepage #container #music_control {
	left:105px;}
	
#music_control a {
	padding:12px;
	}
