.clear {
	clear: both;
}

.book-masthead {
	position: relative;
	padding: 2em 0 1em 0;
	border-bottom: 1px solid #EEE;
}
	.book-masthead p {
		padding-top: 0.7em;
	}
	.book-masthead a.cover:link,
	.book-masthead a.cover:visited {
		position: relative;
		display: block;
		float: left;
		width: 40px;
		height: 60px;
		border: 1px solid #999;
		background-color: #EEE;
		margin-right: 1em;
		outline: none;
	}
		.book-masthead a.cover:hover,
		.book-masthead a.cover:active {
			background-color: #CCC;
		}
		.book-masthead .cover.blank:link {
			border: 1px dashed #999;
		}
		.book-masthead .cover i {
			position: absolute;
			top: 50%;
			left: 50%;
			margin-left: -6px;
			margin-top: -8px;
		}
	.book-masthead strong {
		font-size: 2em;
	}
	.book-masthead .subnav {
		position: absolute;
		right: 0;
		bottom: 1em;
	}

.book-info {
	background: url('../img/low_contrast_linen.png') top left repeat;
	padding: 1em 3em;
	color: #FFF;
	box-shadow: inset 0 0 2em 1em rgba(0,0,0,0.2);
	position: relative;
	display: none;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	margin: 0 3em;
}
	.book-info h2 {
		font-size: 1.2em;
	}
	.book-info h3,
	.book-info legend {
		font-size: 1em;
		font-weight: normal;
		font-style: italic;
		color: #fff;
		border-color: #666;
	}
	.book-info button {
		display: none;
		position: absolute;
		right: 3em;
		bottom: 2em;
	}
	
.content {
	margin-top: 3em;
}
	#wysiwyg {
		width: 100%;
		height: 500px;
	}

#toc li {
	padding: 0.3em 0;
	padding-left: 1em;
	text-indent: -0.7em;
	line-height: 1em;
}