/*


	Figures and captions 



Jan 2004

Jan 2005	Caption positioning improved
*/


div.figure {
	width: 25%;
	border: thin silver solid;
	margin: 0.5em;
	margin-top: 1.5em;
	padding: 0;
	text-align: center;
	min-width: 380px;
}

div.figure p img {
	margin: 0;
	padding: 0;
}

div.figure img {
	display: block;  
	margin: 8px;
	margin-bottom: 0;
	padding: 0;
}

div.figure p.caption {
	font-style: italic;
	font-size: 80%;
	text-indent: 2em; 
	
	margin: 0;    
	padding: 0.5em 0 0.125em 10px;
	min-width: 360px;
}




/* "Click to enlarge" thumbnails */
a.photo img { 
	border: none;
	
}

