.story
{
    font-family: "Century Gothic", CenturyGothic, "Muli", AppleGothic, sans-serif;
	border-radius: 1em;
	margin: 0;
	background: #E2DEC8;
	padding: 1em 1em 2em 1em;
}

.story H2
{
	margin-top: 0;
	font-size: 1.1em;
}

.storyImg
{
	float: left;
	width: 30%;
	height: 100%;
	margin-right: 0.5em;
}

.storyImg img
{
	border-radius: 0.5em;
}

.storyContent
{
	color: #333;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0;
}

.audioBlock
{
	border-radius: 0.75em;
	background: rgba(255,255,255,0.5);
	margin: 0;
	padding: 1em;
	min-height: 4em;
}

.audioBlock .audioTitle
{
	color: #9B4210;
	font-weight: bold;
}

.audioBlock audio
{
	margin-top: 0.5em;
	width: 100%;
}

.didYouKnow
{
	font-size: 0.8em;
	margin: 0em;
	padding: 1em;
	border-radius: 0.75em;
	line-height: 1.2em;
	background: rgba(255,255,255,0.5);
}

.story H2,
.didYouKnow H3
{
	margin-top: 0;
}

.didYouKnow H3
{
	color: #279989
}