@charset "UTF-8";
/* in the process of organizing selectors into areas of series, book pages, images, etc. */

/* SERIES OR SUBJECT PAGES */
.series-page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 50px;
}
.series-description-head {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
	font-weight: bolder;
}
.series-complete-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CC0000;
	font-weight: bold;
}
.series-title {
	font-size: 2em;
	font-weight: bold;
	line-height: 110%;
}
.series-featured-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 50px;
}
.series-author {
	font-style: italic;
}
.series-advisory-board {
	font-style: italic;
	font-size: .90em;
}
.series-book-title {
	font-size: 1.2em;
	color: #990000;
	font-weight: bold;
	line-height: 110%;
}
.series-book-subtitle {
	font-size: 1em;
	line-height: 120%;
	font-weight: bold;
	color: #000000;
}
.series-book-author {
	font-size: 1 em;
	font-style: italic;
}
.series-book-editor {
	font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
}
.series-book-blurb {
	font-size: .95em;
	color: #666;
	font-weight:bold;
}
.series-book-blurb-author {
	font-size: .85em;
}
.series-backlist-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 50px;
}
.series-backlist-title {
	font-family: Arial, Helvetica, sans-serif;font-weight:bold;
	font-size: .825em;
	}
.series-backlist-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .825em;
	}
.series-backlist-author {
	font-family: Arial, Helvetica, sans-serif;	 
	font-style: italic;
	font-size: .825em;
}
.series-backlist-date {
	font-family: Arial, Helvetica, sans-serif;font-size: .7em;
}
.photo-credit {
	font-family: Arial, Helvetica, sans-serif;font-size: .7em;
}
.series-backlist-op {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color:#990000;
}
/* this makes featured titles stack with smaller browser widths */
.featured-item {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	padding: 20px;
}
.featured-item-image {
	display: inline-block;
	vertical-align: top;
	width: 185;
	padding-right: 5;
	padding-bottom: 10;
}
.featured-item-info {
	display: inline-block;
	vertical-align: top;
	width: 190;
	padding: 5px;
}
.featured-item-cart {
	width: 180;
	height: 28;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .8em;
}
.featured-cart-icon {
	padding: 5px;
}

.poetry-excerpt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .77em;
	line-height: 20px;
}
/* backlist titles for series or subject pages */
/* flexboxes aren't supported in older browsers; this does the same thing */
.backlist-item {
	/*display: inline-flex;
	display: -webkit-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;*/
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 0;
	padding: 20;
}
.exhibit-item {
	/*display: inline-flex;
	display: -webkit-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;*/
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0;
	padding: 20;
}

.hendricks-item {
	/*display: inline-flex;
	display: -webkit-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;*/
	display: inline-block;
	vertical-align: left;
	width: 500px;
	margin: 0;
	padding: 20;
}
.backlist-coverimage {
	/*flex: none;
	-webkit-flex: none;
	-webkit-box-flex: none;
	-ms-flex: none;*/
	display: table-cell;
	vertical-align: top;
	border: 1px #000000;
	margin: 0;
	padding-right: 10px;
}
.backlist-titleinfo {
	/*flex: initial;
	-webkit-flex: initial;
	-webkit-box-flex: 0 1 auto;
	-ms-flex: 0 1 auto;*/
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 5;
}

/* BOOK PAGES */

.book-title {
	font-size: 1.8em;
	color: #990000;
	font-weight: bold;
	line-height: 110%;
}
.subtitle {
	font-size: 1.3em;
	line-height:150%;
	font-weight: bold;
}
.author-name {
	font-size: 1.1em;
	font-style: italic;
}
.awards {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-style:italic;
}
.series {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: .95em;
}
.blurb {
	font-size: 1em;
	font-weight: bold;
}
.blurb-author {
	font-size: 1em;
}
.supplementary-materials-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
}
.supplementary-materials {
		font-size: 1em;
		line-height:135%;
}
/* this makes author bios sit above hr line with consistent spacing regardless of browser width */
.author-bio-div {
	display: table-row;
}
.author-bio-info {
	display: table-cell;
	text-align: left;
	font-size: .95em;
	line-height:135%;
}
.author-pic {
	text-align: left;
	margin-right: 15px;
	border:#666;
}
.author-bio-name {
	font-weight: bold;
}
.author-bio {
	text-align: left;
	font-size: .95em;
	line-height:135%;
}
.book-pic { /* cover image */
	border: #666;
}
.pub-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CC0000;
	font-weight: bold;
}
.review-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
}
.review {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	font-weight: bolder;
}
.review-source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #333;
}
.additional-resources-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
}
.additional-resources {
		font-size: 1em;
		line-height:135%;
}
.publicity-resources-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
}
.publicity-resources {
	font-size: 1em;
	line-height:135%;
}
.related-book-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 135%;
	font-weight: bolder;
	color: #990000	
}
.related-book-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 135%;
	font-weight: bolder;
}
.related-book-author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 135%;
	font-style: italic;
}

/* shopping cart */

.price-table {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .8em;
}
.price-table-info {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .8em;
}
.price-old {
	font-family: Arial, Helvetica, sans-serif;		
text-decoration: line-through;
}
.price-sale {
	font-family: Arial, Helvetica, sans-serif;		
}

/* menu */

.menu-style {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}
.menu-white {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}


/* dropdown button */
.dropbtn {
	background-color:
	
}


.bg-grad {
	background: #fff url(../images/bg-grad.jpg) repeat-x;
}

/* body */

.body-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 135%;
}
.body-emphasis {
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
	font-size: .95em;
	line-height: 135%;
}
.body-head {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}
.body-sub-head {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}


/* styles the button that is used to open and close the collapsible content */
.collapsible {
	background-color: #fff;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: auto;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
}

/* adds a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
	background-color: #646569;
	
}

/* styles the collapsible content. Note: hidden by default */
.content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #f7f7f7;
}

.collapsible.after {
	content: "\02795"; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #f7f7f7;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active.after {
	content: "\2796"; /* Unicode for "minus" sign (-) */
}

/* sidebar */

#sidebar {
	padding:20 px;
	background: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align: center;
	}

/* IMAGES */

.image_wrap-all {
	margin: 15px;
	padding-right: 10px;
}
.image_wrap {
	align: right;
	margin-right: 15px;
	margin-top: 5px;
}
.image_wrap-left {
	align: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 5px;
}
.image-wrap-right {
	align: right;
	margin-left: 15px;
	margin-top: 5px;
}
.image_bottom-margin {
	align: left;
	margin-bottom: 10px;
}
.image_text-align {
	vertical-align: text-bottom;
}
.image-border {
 	border-style: solid;
	border-width: 5px;
    border-color: #ffcc66;
}
.image-pk-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	margin-bottom: 1.25em;
}
.image-border-black {
	border: 1px solid #000000;
}



.hm-news-head {
	font-family: Arial,;
	font-color: #fff;
	font-size: 1em;
	line-height: 30px;
	font-weight: 400;
}
.hm-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1 em;
	font-weight: bold;
}
.hm-subtitle {
	font-weight: bold;
}
.hm-author {
	font-style: italic;
}
.hm-testimonial {
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 135%;
	text-align:left;
}

/* UP week */

.UP-week-quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
}



.format {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: capitalize;
	color: #666;
	font-weight: bold;
}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:110%;
}



.imprint-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}


.DonateButton {
	/* drop shadow
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
    box-shadow:inset 0px 1px 0px 0px #f5978e;
	*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
	background: -moz-linear-gradient(center top, #b52c22 5%, #82170d 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color: #999;
/* rounded corners 
	webkit-border-top-left-radius:20px;
    -moz-border-radius-topleft:20px;
    border-top-left-radius:20px;
    -webkit-border-top-right-radius:20px;
    -moz-border-radius-topright:20px;
    border-top-right-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    -moz-border-radius-bottomright:20px;
    border-bottom-right-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-bottomleft:20px;
    border-bottom-left-radius:20px;

	border:1px solid #d02718;
	text-shadow:1px 1px 3px #4a0704;
	*/ 
    text-indent:0;
	display: inline-block;
	color: #000000;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	height: 65px;
	line-height: 65px;
	width: 194px;
	text-align: center;
}
.DonateButton:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background: -moz-linear-gradient( center top, #82170d 5%, #b52c22 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#82170d', endColorstr='#b52c22');
	background-color: #ffffff;
	color: #999;
	text-decoration:underline;
}
.DonateButton:active {
	position:relative;
	top:1px;
}
.DonateButton:visited {
	color: #999;
}

/* video */

.video-chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.1em;
}
.video-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: .825em;
}
.video-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .825em;
}
.new-in-paperback {
	color: #990000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

.tab { margin-left: 40px;}
.tab3 { margin-left: 60px;}
.tab2 { margin-left: 80px;}
.tab1 { margin-left: 100px;}
