p.caption {
	font-style: italic;
	font-size: 0.75rem;
}

/* narrow text beside floating image fix */
p:before {
	content: "";
	width: 10em;
	display: block;
	overflow: hidden;
}

/* legacy site float behaviour */

main .floatleft {
	float: left;
	margin-right: 1rem;
	position: relative;
}

main .clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
}

/* legacy site elastic behaviour */

main img.elastic_740 {
	width: 100%;
	max-width: 740px;
}

main img.elastic_355 {
	width: 100%;
	max-width: 355px;
}

main div.elastic_355 {
	max-width: 355px;
}

main img.elastic_235 {
	width: 100%;
	max-width: 235px;
}

main div.elastic_235 {
	max-width: 235px;
}
