body {
	font: 100%/165% sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 105%;
	margin: 0;
	text-wrap: balance;
	text-wrap: pretty;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size: 3rem;
	margin: 0;
}
h2 {
	font-size: 2rem;
	margin: 0.7em 0 0 0;
}

p {
	font-size: 0.93rem;
	line-height: 140%;
	margin: 1em 0;
	text-size-adjust: 110%;
	-webkit-text-size-adjust: 110%;
}

article p {
	text-wrap: pretty;
}
article p.date {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 105%;
	margin: 0.5em 0 1em 0;
}

strong, b {
	font-weight: 600;
}

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 2em;
}
li {
	font-size: 0.93rem;
	line-height: 140%;
	margin: 0.5em 0;
	text-size-adjust: 110%;
	-webkit-text-size-adjust: 110%;
}

aside h2 + p,
aside h2 + ul,
aside h2 + ol {
	margin-top: 0.5em;
}

#lightboxcaption {
	font-size: 0.93rem;
	line-height: 140%;
	text-size-adjust: 110%;
	-webkit-text-size-adjust: 110%;
}

/* work around imperfect markup in entries */
main h4 {
	margin: 1em 0 0.5em 0;
}
main p {
	margin: 0;
}
main iframe {
	box-sizing: border-box;
	padding-top: 1em;
}
main li {
	font-size: 0.84rem;
}
