/* GENERAL */

h1 {
	font-weight: bold;
}

/* CONTENT */

ol.thumbnails, ul.thumbnails {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ol.thumbnails li, ul.thumbnails li {
	display: block;
	width: 175px;
	height: 175px; /* Comment to switch thumbnail layout between grid/natural */
	float: left;
	margin-bottom: 78px; /* margin-right * 1.2 */
	margin-right: 65px;
	font-size: medium;
}
ol.thumbnails li img, ul.thumbnails li img {
	border: 1px solid #541e1e;
	margin: 1.2ex 0;
}
ol.caption li, ul.caption li {
	width: 100px;
	height: auto;
	float: left;
	margin-bottom: 0;
	font-size: small;
}
.thumbnails a:link, .thumbnails a:visited, .thumbnails a:active, .thumbnails a:hover {
	font-weight: normal;
}

/* CAPTIONS */

p.title {
	font-size: medium;
}
