/* for TOC */
div.artistlist H1{
	color: #933506;
	margin-left: 1em;
}

div.artistlist H4{
	color: #B13964;
	margin-left: 3em;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.artistlist a{
	color: #F8A737;
	margin-left: 4em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
div.artistlist a:hover{
	color: #Fff;
	margin-left: 4em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
			
div.artistlist a:visited{
	color: #933506;
	margin-left: 4em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
		
div.artistlist p{
	color: #F8A737;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
	/* for container */

.big_pic {
	border: 5px ridge #8C5E00;
	padding: 15px;
	text-align: center;
	margin-left: 1em;
}	
	/* for art pages -- at top */	
	
body {
	text-align: center; /* to center the picturetable */
}

table.header {     /* this is the table at the top of the page */
	text-align: left; /* move the top table back into position */
}

.artistblock {  /* "artistblock" is artist-specific info; it's a DIV container */
	color: White;
	margin: 1em;
	max-width: 770px;
	text-align: left;
}

.country {
	text-transform: uppercase;
	font-weight: bold;
	color: #933506;
	border-bottom: 1px solid #933506;
}
	
.artist {
	font-size:  150%;
	color: #fc6;
}

.bio {
color: #fc6;	
}

.picturetable {
	color: White;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

	/* for art pages - for each picture */	
.title {
	font-size: 125%;
	width: 208px;  /*forces wrapping */
	margin-top: 5px;
	margin-bottom: 0%;
}

.pic {
	/* selects the P around the A around the IMG */
	margin-bottom: 12px;
	text-align: center;
}

table.picturetable a {
	/*this will select the A around the IMG */
}

.titlerow td {   /* I've commented out the grid lines*/
	/*border-left: 1px solid #fc6;
	border-right: 1px solid #fc6;
	border-top: 1px solid #fc6;  */
   
	padding-bottom: 0%;}

/*
.picturerow td {
	border-left: 1px solid #fc6;
	border-right: 1px solid #fc6;
	border-bottom: 1px solid #fc6;
	padding-bottom: 8%;
} */



/*the tags below the pix*/

p.medium, p.size, p.edition {
	font-size: 80%;
	margin-bottom: .3em;
	margin-top: 0px;
}

.label {      /*used as a SPAN*/
	text-transform: uppercase;
}

.sold {
	margin-bottom: 10px;
}

.box1 {   /*used as a SPAN with SOLD */
	color: #933506;
	font-weight: bold;
	font-size: 110%;
	border: Fuchsia;
	border-style: solid;
	border-width: thin;
	border-color: #933506;
	background-color: #F8A737;
	padding: 2px;

}

	/* art pages footer */	
		
div.footer {
	width: 770px;
	margin: 1em auto 1em auto;
}

#arrowleft {
	float: left;
}

#arrowright {
	float: right;
}
