/* Bill Sizemore's "The Christian with Four Aces" */
div#sizemore-christian-aces div.section:first-letter {
	font-size: 1em;
	color: #000;
}

/* Bill Sizemore's "The Christian with Four Aces" */
div#hayes-rorys-story div.section:first-letter {
	font-size: 1em;
	color: #000;
}

/* Rosamond Purcell's "The Stories of Strangers" */
div#purcell-strangers dl.spaced {
	margin: 5em 0;
}

/* Chris Ware's "Jordan W. Lint" */
div#ware-jordan-lint dl {
	margin-bottom: 5em;
}

/* George Singleton's "Man Oh Man--It's Manna Man" */
div#singleton-manna-man div.aside {
	font-style: italic;
	margin: 2em 2em 4em 2em;
}
	div#singleton-manna-man div.aside:first-letter {
		font-size: 1em;
		color: #000;
	}

/* Book Notes */
div#book-notes h2 {
	text-transform: uppercase;
}
div#book-notes div.section:first-letter {
	font-size: 1em;
	color: #000;
}

/* Video */
div.video-container {
	background-color: #eee;
	text-align: center;
	margin: 1em .5em;
	padding: 0 5px 5px 5px;
	float: right;
}
	div.video-container div.caption {
		font-size: .80em;
		font-family: 'Lucida Sans', Verdana, Helvetica, Arial;
	}
	div.video-container h1 {
		font-weight: bold;
		text-align: center;
	}
