/* exhibit.css */
/* For use with the WordPress Exhibit plugin */

.ex_thumb_preview {
	padding: 3px;
	border:1px solid #cccccc;
	margin:3px;
	display:block;
	font-size:xx-small;
}
.ex_thumb_preview img {
	width: 60px;
	padding-right: 3px;
}

#exhibit_thumbs {  
	/* Use .exhibit_thumbs class instead */
}
.exhibit_thumbs {
  margin-top: 10px;
	border-width: 1px 0px 1px 0px;
	border-color: #cccccc;
	border-style: dotted;
	width:100%;
}

.ex_thumb {
	padding: 1px;
  padding-top: 3px;
  padding-bottom: 2px;
	border:1px solid #cccccc; 
	margin:3px;
/*	display:block; */
	float:left;
	font-size:xx-small;
/*	width:130px; */
}
.ex_clear {
	clear:both;
}


/* 
The following stuff is for the exhibit_full.php page.
It controls the layout of the image on the page.  
Change or remove at your discretion.
*/
.full_exhibit {
	background-color: black;
	color: white;
}
.full_exhibit img {
	width:100%;
}
#photonav {
	font-size:small;
	color: white;
}

.ex_thumb_preview_p {
	padding: 3px;
	border:1px solid #cccccc;
	margin:3px 20px 3px 3px;
	display:block;
	float:left;
	font-size:xx-small;
	text-align: center;
}
