/**********************************************************************************************************************/
/* Millrace Books Default Stylesheet                                                                                  */
/**********************************************************************************************************************/

/**********************************************************************************************************************/
/* Global (body) formatting: */
body{
  margin: 0 auto;
  padding: 0 5em;
  font-family: "Times New Roman", serif;
  font-size: 12pt;
  background-color: #FFFFF5;
  color: #202020;
  min-width: 45em;
  max-width: 50em;
}

a{
  background-color: inherit;
  color: #503030;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

.central{text-align: center !important;}
.italic{font-style: italic !important;}
.bold{font-weight: bold;}
.hidden{visibility: hidden !important;}
.book{font-style: italic;}
.title-colour{color: #400000;}

/**********************************************************************************************************************/
/* Page header formatting: */
div#top-banner{
  padding: 0.5em 0;
  text-align: center;
}

div#top-banner a{
  color: inherit;
  text-decoration: none;
}

span#title-text{
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Book Antiqua", serif;
  font-size: 3.5em;
  font-weight: normal;
  color: #400000;
}

div#top-banner ul li{
  padding: 0 0.5em;
  display: inline;
  list-style: none;
  font-family: "Times New Roman", serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #757575;
  white-space: nowrap;
}

div#top-banner ul.level-1{
  padding: 0.5em 0;
}

div#top-banner ul.level-2{padding: 0;}

div#top-banner ul.level-1 li{
  font-size: 12pt;
  line-height: 20pt;
}

div#top-banner ul.level-2 li{
  font-size: 10pt;
  line-height: 15pt;
}

div#top-banner ul a:hover, div#top-banner ul a.active{color: #400000;}

div#top-banner ul.level-1, div#top-banner ul.level-1 a.active{
  border-top: 1px solid #603030;
  border-bottom: 1px solid #603030;
}

/**********************************************************************************************************************/
/* Book action button formatting: */
ul#book-actions{
  font-size: 10pt;
  line-height: 15pt;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

ul#book-actions li{
  padding: 0;
  margin: 0 0.5em;
  display: inline;
  list-style: none;
  text-transform: uppercase;
  white-space: nowrap;
}

ul#book-actions li a{
  color: #400000;
  text-decoration: none;
}

ul#book-actions li a:hover{
  color: #400000;
}

/**********************************************************************************************************************/
/* Page body formatting: */
div#content{
  font-size: 12pt;
  text-align: justify;
  line-height: 150%;
}

/**********************************************************************************************************************/
/* Image formatting: */
img{
  display: block;
  margin: 2em auto;
  background-color: #A0A0A0;
  padding: 0.1em;
  border: 0.1em solid #757575;
}

div.multiple-image{text-align: center;}
div.multiple-image img{display: inline;}

/**********************************************************************************************************************/
/* Quote formatting: */
blockquote{
  position: relative;
  padding: 1.5em;
  margin: 0 5em;
  font-size: 11pt;
}

blockquote p{
  margin: 0;
  font-style: italic;
}

blockquote p.source{
  text-align: right;
  color: #400000;
  font-size: 70%;
  font-style: normal;
  font-family: "Helvetica", sans-serif;
}

blockquote p + p{
  margin-top: 0.25em;
}

/**********************************************************************************************************************/
/* Header formatting: */
h1{
  font-family: "Book Antiqua", serif;
  font-size: 25pt;
  font-weight: normal;
  color: #400000;
  text-align: center;
  text-transform: uppercase;
  line-height: 30pt;
}

h2{
  font-family: "Book Antiqua", serif;
  font-size: 18pt;
  font-weight: normal;
  color: #400000;
  text-align: center;
  line-height: 25pt;
}

/**********************************************************************************************************************/
/* Contact details list formatting: */
dl.contact-details{
  margin: auto;
  font-family: "Helvetica", sans-serif;
}

dl.contact-details dt{
  color: #400000;
  font-weight: bold;
  clear: left;
  float: left;
  text-align: right;
  width: 50%;
}

dl.contact-details dd{
  margin: 0 0 0 50%;
  padding-left: 1em;
}

dl.contact-details > dd + dt, dl.contact-details > dt + dd{
  margin-top: 1em;
}

/**********************************************************************************************************************/
/* Book list formatting: */

dl.book-list{
  margin: auto;
}

dl.book-list dt{
  padding: 0;
  color: #400000;
  font-style: italic;
  font-weight: bold;
  clear: left;
  float: left;
  width: 50%;
}

dl.book-list dd{
  margin: 0 0 0 50%;
  padding: 0;
}

/**********************************************************************************************************************/
/* Book list drop-down menu formatting: */
form#all-books-form{
  font-family: "Times New Roman", serif;
  text-decoration: none;
  color: #757575;
}

/**********************************************************************************************************************/
/* Author formatting: */
p.author{
  font-family: "Book Antiqua", serif;
  font-size: 14pt;
  font-weight: normal;
  color: #400000;
  text-align: center;
  white-space: nowrap;
}

/**********************************************************************************************************************/
/* Book details formatting: */
dl.book-details{
  font-family: "Helvetica", sans-serif;
  font-size: 90%;
  line-height:  1.25em;
  display: block;
  margin: auto;
  padding: 1em 0;
  width: 30em;
  border-top: 1px solid #400000;
  border-bottom: 1px solid #400000;
}

dl.book-details dt{
  font-weight: bold;
  color: #400000;
  float: left;
  clear: left;
  width: 8em;
  text-align: right;
}

dl.book-details dd{
  margin-left: 9em;
  color: #404040;
}

/**********************************************************************************************************************/
/* Contact details formatting: */
p.address{
  font-family: "Helvetica", sans-serif;
  text-align: center;
  display: block;
  width: 15em;
  margin: 0 auto;
}

/**********************************************************************************************************************/
/* Links list formatting: */
dl.links-list > dt + dd {
  margin-bottom: 1em;
  font-family: "Helvetica", sans-serif;
  font-size: 10pt;
}

/**********************************************************************************************************************/
/* Prints list formatting: */
ul#prints-list{
  padding: 0;
  margin: 2em auto;
}

ul#prints-list li{
  list-style: none;
  margin: auto;
  padding: 0;
/*  border: 1px dotted red;*/
  height: 200px;
}

ul#prints-list li + li{margin-top: 4em;}

ul#prints-list li img{
  float: right;
  padding: 0;
  margin: 0;
}

ul#prints-list li span.title{
  font-family: "Book Antiqua", serif;
  font-size: 18pt;
  color: #400000;
  line-height: 25pt;
}

ul#prints-list li ul.print-actions{
  font-size: 10pt;
  line-height: 15pt;
  margin: 0 auto;
  padding: 0;
}

ul#prints-list li ul.print-actions li{
  clear: none;
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  height: auto;
  border: none;
}

ul#prints-list li ul.print-actions li a{
  color: #400000;
  text-decoration: none;
}

ul#prints-list li ul.print-actions li a:hover{
  color: #400000;
}

/**********************************************************************************************************************/
/* Grindstone-specific formatting: */
p.news-date{
  text-align: center;
  font-size: 14pt;
  color: #400000;
}

a.news-nav-button{
  font-size: 12pt;
  padding: 0 0.5em;
}

/**********************************************************************************************************************/
/* Page footer formatting: */
div#footer-bar{
  clear: both;
  margin: 1em 0 0 0;
  padding: 1px;
  border-top: 1px solid #757575;
  font-family: "Helvetica", sans-serif;
  font-size: 9pt;
  color: #757575;
}
