/* CSS Document */


.h1div h1{
	display: none;
}

.h1div{
	margin-top: 100px;
	height: 101px;
	background-repeat: no-repeat;
	background-position: right;
	width: 900px;
	background-image:url(images/Artwork-by-Martin-Joiner.jpg);
}

.h2div h2{
	display: none;
}

.h2div{
	background-repeat: no-repeat;
	background-image:url(images/Projects.jpg);
	width: 900px;
	height: 42px;
}

.wrapper{
	width: 750px;
	height: 250px;
	overflow: hidden;
	float: left;
}

.otherstuff{
	background-image: url(images/Other-Stuff.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	float: left;
	width: 150px;
	height: 220px;
}

.otherstuff h3{
	display: none;
}

.otherstuff ul{
}

.otherstuff div{
	width: 141px;
	height: 24px;
	cursor: pointer;
}	

.otherstuff .wording{
	display: none;
}

.otherstuff div:hover{
	background-position: -141px;
}

#exhibitions{ background-image: url(images/Exhibitions.jpg); }
#liveshows{ background-image: url(images/Live-Shows.jpg); }
#biography{ background-image: url(images/Biography.jpg); }
#videosraps{ background-image: url(images/Video-Scraps.jpg); }
#sendabuse{ background-image: url(images/Send-Abuse.jpg); }

.batch{
	float: left;
	clear: both;
}

#trolly{
	position: relative;
	float: left;
}


.project{
	float: left;
	width: 137px;
	height: 247px;
}

.project h3{
	display: none;
}

.project a{
	display: none;
}

.project .description{
	display: none;
}

.project:hover{
	background-position: -137px;
	cursor: pointer;
}

.projectbarspacer{
	background-image:url(images/Project-Spacer.jpg);
	width: 11px;
	height: 250px;
	float: left;
}

.projectspacer{
	width: 11px;
	height: 250px;
	float: left;
}

#explosionpaintings{ background-image:url(images/Explosion-Paintings.jpg);}
#breathingcanvas{ background-image:url(images/Breathing-Canvas.jpg);}
#batteryclass{ background-image:url(images/Battery-Class.jpg); }
#glitch{ background-image:url(images/Glitch.jpg); }
#peoplewatchers{ background-image:url(images/People-Watchers.jpg); }
#poetry{ background-image:url(images/Poetry.jpg); }
#ifonly{ background-image:url(images/If-Only.jpg); }

#downarrow{
	background-image:url(images/Down-Arrow.jpg);
	cursor: pointer;
}

#uparrow{
	background-image:url(images/Up-Arrow.jpg);
	cursor: pointer;
}
