
/*
h1 {
	font-size: large;
}
*/

/* ------------------------------------------------------------ */
/* This is for the thumbnail pages in the gallery */
.galleryBigBody {
	left: 0px;
	right: 0px;

	padding: 5px 0px 0px 0px;

	/* For testing */
/*border:1px solid #F00;*/ 
}

.galleryBigBody a {
	color : #000099;
	text-decoration : none;
}

.galleryBigBody a:visited {
	color : #000099;
	text-decoration : none;
}

.galleryBigBody a:active {
	color : #0000CC;
	background-color: #eee;
	text-decoration : underline;
}

.galleryBigBody a:hover {
	color : #0000CC;
	text-decoration : underline;
}


table.galleryOuterBox {
	margin-left: auto;
	margin-right: auto;
}


/* ------------------------------------------------------------ */
/* Title at the top of the thumbnail table */
.galleryTitle1 {
	margin: 0px;
	margin-top: 20px;

	text-align: center;
	color: #000;
	font-weight : bold;
	
	/* For testing */
/* 	border: 1px solid #0000FF; */
}

/* Title at the top of the thumbnail table */
.galleryTitle2 {
	margin: 0px;
	padding: 5px 30px 0px 30px;

	text-align: center;
	color: #000;
	font-style: italic;
}

/* ------------------------------------------------------------ */
/* This is for the thumbnail pages in the gallery */
.galleryThumbsBody {
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;

	width: 630px;
	
	text-align: center;

	/* For testing */
/* border: 1px solid #F0F; */
}

.galleryThumbsBody p {
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
/* 	color: #F8D77C; */
	font-size: 10pt;
}


.galleryThumbsBody td {
	padding: 0.5em;
}

/* Put a black border on all thumbnails */
.galleryThumbsBody img {
	border: 1px solid #000;
}










/* ------------------------------------------------------------ */
/* This is for the individual works pages in the gallery */
.galleryIndivBody {
	margin-top: 25px;
	margin-bottom: 25px;

/* 	display: block; */
	margin-left: auto;
	margin-right: auto;

	background-color: #fff;
	clear: both;
/*  width:500px;  */
	width: 600px;
/*
	height: 520px;
*/

/*border: 1px solid #f00; */
}

/* Put a black border on all images */
.galleryIndivBody img {
	/* margin-bottom: 1em; */
	margin-bottom: .5em;
	border: 2px solid #000; 
}

.artworkDescription {
	line-height: 130%;
	text-align: left;
	font-size:13px;
}



/* ------------------------------------------------------------ */
/* TESTING */
.thumbnail {
	float: left;
	width: 150px;
	margin: 0 15px 15px 0;
}
.clearboth { clear: both; }



/* ------------------------------------------------------------ */

p.copyright {
	margin: 15px;

	color: #000;
	text-decoration : none;
	font-size : 9pt;
	font-weight : bold;
}


/* ------------------------------------------------------------ */
/* This is used at the bottom of the individual artwork pages */

/* TODO : why does this show up off-center? 20px to the right... */
.galleryNavigate2 {
	margin: 0.2em;
	padding: 2px;

/*
  	border: 1px solid #000; 
*/

	color: #000;
	background-color: #ddd;
  	border: 1px solid #bbb; 

	font-size : small;
	
	text-align: center;
}

.galleryNavigate2 ul {
	margin: 0;
	padding: 0;	/* This is necessary to maintain centering! */

	/* For testing */
/*border: 1px solid #0f0;*/
}

.galleryNavigate2 li {
	display: inline;
	list-style-type: none;
	/* For testing */
/*border: 1px solid #0f0;*/
/*
	padding-left: 10px;
	padding-right: 10px;
*/
}

.galleryNavigate2 a {
	color: #000;
	padding: 2px 10px;
}
.galleryNavigate2 a:link, a:visited {
	color: #000;	/* Needed for IE 6 on Win 98? */
	background-color: transparent;
	text-decoration: none;
}

/*
.galleryNavigate2 a:visited {
	background-color: transparent;
	text-decoration: none;
}
*/

.galleryNavigate2 a:hover, a:active {
	background-color: #ddd;
	text-decoration : underline;
}

/*
.galleryNavigate2 a:active {
	background-color: #ddd;
	text-decoration : underline;
}

*/



