@charset "utf-8";
/* CSS Document */


#displayArea {
	left:15%;
	top:250px;
	width:auto;
	height:auto;
	position:absolute;
	text-align:center;
}

#thumbs {
	padding:0;
	float:left;
	width:180px;
	background-color:#000;
	margin-top:-50px;
	font-family:Nyala,"Book Antiqua", "Palatino Linotype", Palatino, serif;
}
#thumbs ul {
	padding:0 6px;
}
#thumbs li {
	list-style-type:none;
	display:block;
	padding: 5px;
}

#thumbs .comingSoon {
	display:block;
	margin-top:150px;
	padding:0 10px;
	color:#c00;
	font-size:16pt;
	font-weight:bold;
}

.thumbnail img {
	border: 4px solid transparent;
}
#thumbs .Sculpture {
	background-color:#600;
}
#thumbs .Quilt {
	background-color:#606;
}

.thumbHover img {
	border: 4px outset #eaeaea;
}
.thumbSelect img {
	border: 4px inset #ff0000;
}

.Sculpture .thumbSelect {
	
}
.Quilt .thumbSelect {
	
}

#selection {
	text-align:left;
	height:600px;
	width:600px;
	position:absolute;
	top:0;
	left:350px;
}

#selection .label {
	width:100%;
	text-align:center;
	font-family:"Snell Roundhand","Lucida Handwriting",cursive;
	font-size:12pt;
	margin-bottom:2%;
}
#selection .label span {
	padding:0 5%;
}

#selection .Sculpture .title {
	color:#600;
}
#selection .Quilt .title {
	color:#606;
}
#selection .Voodoo .title {
	color:#060;
}
#selection .Sculpture .category {
	background-color:#600;
}
#selection .Quilt .category {
	background-color:#606;
}
#selection .Voodoo .category {
	background-color:#060;
}

#selection .category {
	color:#fff;
	padding:0 5%;
}
#selection .year {
	color:#000;
	padding:0 5%;
}

#selection img {
	border:1px solid #cc3333;
	left:50%;
	top:30px;
	position:absolute;
	margin-left:-300px;
}


.displaySection {display:none; }

.Sculpture #sculptureSelection { display:block; }
.Sculpture #quiltSelection { display:none; }
.Sculpture #installSelection { display:none; }
.Sculpture #paperSelection { display:none; }
.Sculpture #voodooSelection { display:none; }

.Quilt #quiltSelection { display:block; }
.Quilt #sculptureSelection { display:none; }
.Quilt #installSelection { display: none; }
.Quilt #paperSelection { display:none; }
.Quilt #voodooSelection { display:none; }

.Installation #installSelection { display: block; }
.Installation #installSelection { display:block; }
.Installation #quiltSelection { display:none; }
.Installation #paperSelection { display:none; }
.Installation #voodooSelection { display:none; }

.Paper #paperSelection { display:block; }
.Paper #quiltSelection { display:none; }
.Paper #sculptureSelection { display:none; }
.Paper #installSelection { display: none; }
.Paper #voodooSelection { display:none; }

.Voodoo #voodooSelection { display:block; }
.Voodoo #quiltSelection { display:none; }
.Voodoo #sculptureSelection { display:none; }
.Voodoo #installSelection { display: none; }
.Voodoo #paperSelection { display:none; }

