/* Single Titles Pages Specific Rules */
/* first import site wide style sheet */
@import url(sitewide.css);

.title {
	color: #92071f;
	text-align: center;
	}

.bookinfo {
    margin-left: auto;
    margin-right: auto;
	font-size: .8em;
	text-align: center;
 	line-height: 1.3em;
	margin-bottom: 1.25em;
	color: #000000;
	font-weight:bold;
	padding-bottom: 10px;
	border-bottom: solid 1px #92071f;
}
.bookinfo ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#review {
	margin-bottom: 4em;	
}
#review p {
	line-height: 1.2em;
	padding-top: .75em;
	padding-left: .5em;
	font-size: .9em;
	}
#review h4 {
	font-family: serif;
	color: #ff0000;
	border-left: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	display: inline;
	padding: 0 2em .25em .25em;
	font-size: 1.3em;
	margin-bottom: .5em;
}
/* Section for Excerpt pages */

#excerpts p{
	text-indent: 1.5em;
	font-size: .95em;
	line-height: 1.3em;
	margin-bottom: 1.25em;
}
/* for jacket text */
.jacket {
	margin-top: 0px;
	padding: 0;
	color: #000000;
	background-color: #ffffe5;
	}
.jacket p{
	text-indent: 1.5em;	
	font-size: .85em;
	line-height: 1.3em;
	padding: 10px;
}
.jacket a {
	color: #92071f;
	text-align: center;
	font-weight: normal;
}
.jacket a:visited {
	color: #92071f;
}
.jacket a:hover {
	color: #0a659e;
}
