@charset "utf-8";

/* CSS Document */



body {
	font-family: Lato;
}

h4 {
	font-size: 1.2em;
	font-family: 'Lustria', serif;
}

#topNav {
	background-color: #0442AF;
	font-size: 13px;
	text-align: right;
	color: rgba(255,255,255,1);
	padding-top: 3px;
	padding-right: 5px;
}

.ninetyPercent {
	width: 95%;
	margin-bottom: 25px;
}

.contextNav {
	margin-top: 15px;
}

.contextNav a:link {
	display: block;
	background: #E0E3C6;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contextNav a:visited {
	display: block;
}

.contextNav a:hover {
	display: block;
}

.contextNav a:active {
	display: block;
}

#browseLinks {
	margin-left: 15px;
}

.searchArea {
	float: right;
}

.ebookButton {
	color: #FFF;
	background: #1990cf;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: none;
}

.printbookButton {
	color: #bc7474;
	font-family: Lustria;
	text-shadow: none;
}

.ebookcollectionButton {
	color: #83a082;
	font-family: Lustria;
	text-shadow: none;
}

.vertArrow {
	color: #498565;
	font: 400 1.6em Lustria, serif;
}

.marketingText {
	margin-top: 13px;
}

footer {
	border-top: 1px solid #369;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
}

.activeBrowse {
	border: 1px solid #930;
}

.productBox {
	margin-top: 20px;
}

.underlineRow {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom:10px;
}

#showmenu {
	font-family: Lato, sans-serif;
	font-weight: bold;
	color: #933;
	cursor: pointer;
	margin-bottom: 20px;
}

.reviewText {
	font-size: 0.9em;
	font-style: italic;
	margin-left: 20px;
	line-height: 1.5em;
	width: 90%;
	background: url(../images/quotes.png) no-repeat left top;
	padding-left: 35px;
}

.list-group {
	width: 90%;
}

.chapter-list a:link {
	display: block;
	margin-bottom: 7px;
}

.bibInfo {
	font-size: 0.8em;
}

.label-success {
	font-size: 0.8em;
	padding: 3px;
	margin-left: 20px;
	letter-spacing: 0.01em;
	text-decoration: none;
}

.right {
	font-size: 0.8em;
}

.blueSquare {
	display: inline;
	background: #FFF;
	color: #369;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.emailAddress {
}

.productEntry {
	float: left;
	max-width: 45%;
	min-height:300px !important;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	margin-right: 20px;
}
.productEntry img {
	margin-right: 20px !important;	
}
.seriesEntry {
	margin-bottom: 10px;
	clear: both;
}
.seriesEntry img {
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;	
}
.featuredBookSeries {	
	margin-right: auto;
	margin-left: auto;	
}
caption {
	font-size: 1.1em;
	font-weight: 400;
	text-align: left;	
}
.media-list li {
	clear: both;
	margin-bottom: 20px;
}
.bkStoreFeature {
	height: 400px !important;
	min-height: 300px !important;
	max-height: 500px !important;
}
.searchSpace {
	margin-top: 7.5px;
	margin-bottom: 7.5px;
	/*margin-left: 20px;*/
}
blockquote {
	font-size: 0.9em;
}

.media-body {
	font-weight: normal;
}

.supplementalMaterials a:link {
	font-size: 0.9em;
	font-weight: normal;
	display:block;
}
