/* Shared styles for podcast pages */
body {
	background-image: url(../assets/images/random_grey_variations.png);
}

#main {
	padding: 7px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../assets/images/white_texture.png);
	border-radius: 11px;
}

h1,
h2,
h3 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

h1 { font-size: 125%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }

figcaption {
	text-align: center;
	font-style: italic;
	clear: left;
	margin: 0.75em 0;
	line-height: 1.5em;
}

/* Basic blockquote styling (was inline in some episodes) */
blockquote {
	font-style: italic;
}

#lead-image {
	width: 320px;
	float: left;
	margin: 5px;
	margin-right: 10px;
}

/* Older episodes sometimes use a different id for the lead image */
#hamburger_flagellants {
	width: 320px;
	float: left;
	margin: 5px;
	margin-right: 10px;
}

@media screen and (max-width: 600px) {
	#lead-image {
		width: 100%;
		float: none;
		margin: 5px auto; /* center image on small screens */
	}
	#hamburger_flagellants {
		width: 100%;
		float: none;
		margin: 5px auto;
	}
}
