/* Stylesheet for presentation list (vs pages) format introduced in 2021 */
@import url('/multimedia/style.css');

#multimedia .mm-presentations ul {
	display: block;
	}

.thelist h3 {
	font-size: 150%;		/* Force h3 to look like h2 for WCAG compliance */
	line-height: 100%;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 0.25em;
	}
.dateline {
	display: block;
	text-transform: uppercase;
	font-size: 75%;
	width: 18%;
	float: left;
	}
.event,
.location {
	display: block;
	width: 80%;
	float: right;
	}
	.event {
		font-size: 90%;
		}
	.location {
		font-size: 80%;
		font-weight: normal;
		font-style: italic;
		}
.thelist ul {
	display: block;
	overflow: hidden;
	width: 80%;
	float: right;
	margin-bottom: 1em;
	}
.thelist h2,
.thelist h3 {
	clear: both;
	margin-top: 1em;
	overflow: hidden;
	}

#rightside h2 {
	font-size: 125%;
	line-height: 85%;
	letter-spacing: normal;
	}

#old li {
	float: left;			/* for the archive list on the rightside */
	margin-right: 20px;
	}

@media only screen and (max-width: 480px) {
.thelist h3 {
	font-size: 120%;		/* Force h3 to look like h2 for WCAG compliance */
	}
}