#imagery .book {
	margin-bottom:5em;
	width:80%;
}

#imagery .book .date {
	font-family:georgia,serif;
	color:#959595;
	margin-bottom:0.2em;
}

#imagery .book .date .year {
	font-size:1.7em;
}

#imagery .book .authors {
	font-family:georgia,serif;
	font-size:0.9em;
	font-style:italic;
	color:#fff;
	margin-bottom:0.4em;
}

#imagery .book h2 {
	font-size:0.9em;
	text-transform:uppercase;
	color:#ed1c24;
	line-height:1.2;
	margin-bottom:3em;
	position:relative;
	z-index:2;
	overflow:hidden;
	padding-top:2em;
	margin-top:-2em;
}

#imagery .book h2 .range {
	display:inline-block;
	zoom:1;
	width:100%;
	margin-right:-100%;
	height:1em;
	line-height:1em;
	background:url(../i/b/date-bg.png) 3px 100% repeat-x;
}

#imagery .book h2 .buy {
	float:right;
	background:#000;
	color:#b9b7b8;
	font-family:georgia,serif;
	text-transform:none;
	font-weight:normal;
	font-size:1.3em;
	position:relative;
	top:-1.3em;
}

#imagery .book h2 .buy .val {
	font-size:2em;
}

#imagery .book h2 .buy a {
	margin-left:1em;
	font-style:italic;
}

#imagery .book .description {
	width:15em;
	float:left;
	margin-right:-8em;
	position:relative;
	left:-8em;
}

#imagery .book img {
	position:relative;
	z-index:-1;
	margin-top:-5em;
}

