@charset "utf-8";

/* CSS Document */
/* Copyright (c) EL Design */

/*-------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.4;
	color:#191000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #191000;
	text-align: center;
}

a { color: #993300;}
a:hover {color:#CC6600}

blockquote {margin:1em 3em;}

div.content-main ul, div.content-main ol {margin:1em 0; padding-left:3em;}

div.content-main {
	background: rgb(215,207,190);
	background: linear-gradient(0deg, rgba(215,207,190,1) 0%, rgba(251,243,227,1) 10%);
	padding-bottom: 2.5em;
	margin:1em 0;
}
div.content-main::after {
  content: "";
  clear: both;
  display: table;
}
div.content-main .content {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	text-align:left;
}

.content-main h1 {color:#660000; font-weight:bold; font-size:1.25em;}
.content-main h2 {color:#333333; font-weight:bold; margin-bottom: 1em;}
.content-main h3 {color:#333333; font-size:x-small}

.content-main .content h1:first-of-type {text-transform:uppercase;}

.col-5 {width:41%; display:inline-block;}
.col-6 {width:49%; display:inline-block;}
.col-7 {width:57%; display:inline-block;}

/*-------------------------------------

#header_link {
	font-size: 13px;
	font-weight:bold;
	color: #7DE1FF;
} 

#header_link a {
	color: #BDB09A;
 	text-decoration: none;
}

#header_link a:hover{color: #F5E8D8;}*/

/*-------------------------------------

#footer_link {
	font-size: 11px;
	color: #BDB09A; 
	padding:0px
} 

#footer_link a {
	color: #BDB09A;
 	text-decoration: none;
	padding:0px
}

#footer_link a:hover {color: #F5E8D8; }

/*-------------------------------------

#alt_table {
	border: 1px solid #666666;
}

#alt_table tbody tr td {
	font-size: 10pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}

#alt_table tbody tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
#alt_table tbody tr.header td {
	background-color: #660000;
	color: #BDB09A;
	font-weight: bold;
	border-left: 1px solid #660000;
	border-bottom: 1px solid #660000;
} */

/* ----- Main Navigation ----- */

nav.main ul {
	padding-left:0;
}
nav.main ul li {
	display:inline-block;
	font-size:1.1em;
	padding:0.2em 0.8em;
}
nav.main a {
	color:#A09682;
	font-weight:bold;
	text-decoration:none;
}
nav.main a:hover {
	color: #F6EFE4;
}

/* ----- Secondary Navigation ----- */
.no-subheader-links {
	padding-top:5em;
}
.subheader_links {
	padding-top:1.5em;
	height:3.75em;
}
.content-main .subheader-links {
	margin-top:1.25em;
}
div.content-main .subheader_links ul {
	padding:0;
	margin:0;
}
.subheader_links ul li {
	display:inline-block;
}
.subheader_links a {
	border: 1px solid #660000;
	text-align:center;
	color:#660000;
	text-decoration:none;
	padding:0.5em 1em;
}

.subheader_links a:hover {
	color:#F5E8D8;
	background:#660000;
	text-decoration:none
}

/* ----- Footer ----- */

#copyright {
	padding-top:1.5em;
	padding-bottom:3em;
	line-height:1.5;
}
#copyright p {
	color: #BDB09A; 
}
#copyright a {
	color: #BDB09A;
 	text-decoration: none;
	padding:0px
}
#copyright a:hover {
	color: #F5E8D8; 
}

/* ----- Highlight link for the current page ----- */
/* Main Navigations - blue link highlight */
#home #homelink, #company #companylink, 
#order-wholesale #orderlink, #order-retail #orderlink, #order-company-info #orderlink, #order-reuqest-copy #orderlink,
#guarantee #guaranteelink,
#contact-permissions #contactuslink, #contact-comments #contactuslink, #contact-contactus #contactuslink,
#links #linkslink,
#rights #rightslink {
	color:#63B8CE;
	cursor:default;
}

/* Secondary Navigations - maroon block highlight */
#order-wholesale #order-wholesalelink,
#order-retail #order-retaillink,
#order-company-info #order-companyinfolink,
#order-reuqest-copy #order-requestcopylink,
#contact-permissions #contact-permissionslink,
#contact-comments #contact-commentslink,
#contact-contactus #contact-contactuslink {
	color:#F5E8D8;
	background:#660000;
	cursor:default;
}

/* ----- Navigation block for book browsing ----- */
#block-nav-books {
	float:right;
	width:144px;
	padding:2px;
	border:1px solid #191000;
	margin-left:4em;
}
#book-nav-instruction {
	font-size:0.8em;
	color:#DDD0BA;
	background:#191000;
	padding: 6px 4px;
	margin-bottom:2em;
}

/* ----- Forms: General ----- */
.form-header {
	margin:1em 0 0 0;
	padding:1em 0;
	text-align:center;
	border-top:2px solid #767676;
	border-bottom:2px solid #767676;
}
.form-section {
	padding:1em 0;
	border-bottom:1px solid #767676;	
}
.form_fieldname {
	font-weight:normal;
}
.form-required {
	font-weight:bold;
}
.form-required::before {
	content:"* ";
	color:#990000;
}
.form_fieldtext {
	text-align:left;
	width:420px;
	padding-top:6px;
}
.form_box {
	padding:5px;
	width:150px;
	text-align:center;
	display:inline-block;
}
.form-section input,
.form-section textarea {
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 93%, #e0e0e0 100%); 
  border: 1px solid #999999;
  border-radius: 0.3em;
  display: block;
  line-height: 1;
  padding: 0.75em 0.75em 0.6em 0.75em;
  font-size:15px;
  margin-top:0.25em;
  margin-bottom:0.75em;
}
.form-section textarea {
	background: linear-gradient(0deg, #ffffff 98%, #e0e0e0 100%); 
}
.form_box input {
	width:80%;
	text-align:center;
}
.form-col-label {
	width:120px;
	display:inline-block;
}
.form-col-content {
	display:inline-block;
	vertical-align:top;
}
.radio-option, checkbox-option {
	display:inline-block;
}
.form-section input.radio-option, .form-section input.checkbox-option {
	display:inline-block;
	margin-right:0.5em;
}
.form-submit {text-align:center;}
.form-section.form-submit input {
	display:inline-block;
}
.form-section input.btn:hover {
	background:#63B8CE;
	color:#ffffff;
}

/* ----- Section: Form Style layout ----- */
.section-header {
	padding:1em 0;
	text-align:center;
	border-top:1px solid #767676;
	border-bottom:2px solid #767676;
	display:block;
}
.section-header:first-of-type {
	margin:1em 0 0 0;
	border-top:2px solid #767676;
}
.section-header h2 {
	margin-bottom:0;
}
.section-row {
	padding:1em 0;
	border-bottom:1px solid #767676;
	display:block;	
}
.section-header > *, .section-row > * {
	vertical-align:middle;
}
/**/
input.parsley-error, .parsley-error > input[type=radio].radio-option {
	border-color: #990000;
	box-shadow: 0 0 6px #990000;
}
ul.parsley-errors-list {
	display:none;
}
/* Honey-Pot */
form #website-hp{ display:none; }

/* ----- Homepage: Custom styles ----- */

#home-main {
	background:#DDD0BA;
}
#home-main.content-main {
	padding:0;
}

/* ----- Company: Custom styles ----- */

#desc-company {
	width:480px;
	display:inline-block;
}

/* ----- Order: Custom styles ----- */
#filler-retail {
	height:27em;
}
#filler-company-info {
	height:17em;
}
#filler-request-copy {
	height:18em;
}
#form-order-wholesale {
	width:500px;
}

/* ----- Guarantee: Custom styles ----- */
#form-guarantee-return {
	width:500px;
}

/* ----- Links: Custom styles ----- */
#desc-links {
	width:500px;
}


/* ----- Book Page: Custom styles ----- */
.card.book-summary {
	margin-top:2em;
	padding-bottom:2em;
	border-bottom:1px solid #A09682;
	width:520px;
}
.card.book-summary img {
	float:left;
	margin-right:1.5em;
}
.card.book-summary h1 {
	font-size:1.1em;
	margin-bottom:1em;
}
.card.book-summary p {
	font-size:0.95em;
}

/* Element: Accordion Display */
.accordion {
	width:500px;
}
* {
  box-sizing: border-box;
  max-width: 100%;
}
.accordion .toggle {
  display: none;
}
.accordion .option {
  position: relative;
  /*margin-bottom: 1em;*/
}

.accordion .title,
.accordion .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

.accordion .title {
  /*background: #fff;*/
  /*padding: 1em;*/
  display: block;
  /*color: #7A7572;*/
  font-weight: bold;
  color:#993300;
  text-decoration:underline;
  margin-bottom:1em;
}
.accordion .title:hover {
	color:#CC6600;
}
/*.accordion .title:after, .accordion .title:before {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #7A7572;
  transition: all 0.2s;
}
.accordion .title:after {
  transform: rotate(90deg);
}*/


.accordion .content {
  max-height: 0;
  overflow: hidden;
  /*background-color: #fff;*/
}

.accordion .content p {
    margin: 0;
    /*padding: 0.5em 1em 1em;*/
    /*font-size: 0.9em;*/
    line-height: 1.5;
  }

.accordion .toggle:checked + .title,
.accordion .toggle:checked + .title + .content {
    /*box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;*/
}

.accordion .toggle:checked + .title + .content {
	/*max-height: 500px;*/
	max-height: 100%;
}
.accordion .toggle:checked + .title:before {
    transform: rotate(90deg) !important;
}

/* Book Reviews */
.book-reviews p {
	text-align:center;
}
.book-reviews hr {
	width:75%;
	margin:2.5em auto;
	border-top:1px;
}

/* Book Contributors */
.contrib-category {
	display:inline-block;
	font-weight:bold;
	text-align:right;
	padding-right:1em;
	width:35%;
	vertical-align:top;
}
.contrib-people {
	display:inline-block;
	width:64%;
}

/* Note Block */
.note-block {
	background:#eeeeee;
	border:1px solid #cccccc;
	padding:1em;
	margin:1em 0 0 0;
}
.block-right {
	display:inline-block;
	float:right;
	margin:0.5em 0 0.5em 1em;
}

/* Table Layout */
.desc-table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 1px solid #A09682;
	background:#fcf7ee;
}
.desc-table thead {
	background-color:#A09682;
	vertical-align: bottom;
}
.desc-table tr.header th {
	padding:0.5em 1em;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
}
.desc-table td {
	border-bottom: 1px solid #A09682;
	padding:0.5em 1em;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #ffffff;
}