/*
	CSS styles shared by both screen & print
*/
/* the main page title */
.pagetitle {
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
		font-size: 24px; font-weight: bold;
		color: black; 
		margin-bottom: 20px;
	}
/* subtitle displayed under main page title */
.pagesubtitle { 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
		font-size: 18px; font-weight: bold;
		color: #4D3945;
		margin-bottom: 20px;
	}
/* title for subdivision of page */
.subsectiontitle,
.refs_footnotes_header { 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
		font-size: 18px; font-weight: bold;
		color: black; 		margin-top: 40px; 
		margin-bottom: 20px;
		float: none; clear: both;
	}
/* qualifying subheader to subsectiontitle */
.subsectioninfo {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px; color: #4D3945;
		text-align: right;
		margin-bottom: 5px;
	}

p, .mainbody li { 	
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		line-height: 22px;
}
p { 	
		text-indent: 20px;
		margin: 0px;
		margin-bottom: 2px;
}
/* a non-tab indented paragraph, used after any heading, graphic, quote, etc. */
p.first { 
		text-indent: 0px; 
	}
p.topgap {
		margin-top: 20px;
	}
p.poetryline { 
		text-indent: -40px; padding-left: 60px;
		padding-top: 0px; padding-bottom: 0px;
		line-height: 20px;
	}
/* for lists of links to related pages (not on the links page, though) */
p.linkpara { 
		text-indent: -20px; padding-left: 20px 
	}
/* for paragrpahs in lists, all but first line indented */
p.entry { 
		text-indent: -40px; padding-left: 40px;
		padding-top: 0px; padding-bottom: 0px;
	}
/* for sub-paragraph following an entry pagaraph; first line double-indented */
p.entrysubpara {
		text-indent: 40px; padding-left: 40px;
		padding-top: 0px; padding-bottom: 0px;
	}
p.picture_caption {
		font-size: 11px;
		color: grey;
	}

ul.bibliography {
		list-style: none;
		padding-left: 0;
	}
.bib_author {
		font-family: Verdana, Arial, sans-serif;
		font-size: 14px;
		margin-bottom: 5px;
	}
.bib_entry,
.bib_entry_indent {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		line-height: 150%;
		margin: 0px;
		margin-bottom: 2px;
		text-indent: -60px; padding-left: 60px;
	}
.bib_entry_indent {
		padding-left: 80px;		
	}

/* box, page footer info */
.pageinfo {
		margin-top: 40px; padding-bottom: 0px; 
		text-align: right;
		color: #383838;
		font-size: 9px;
		font-family: Verdana, Arial, sans-serif;
		float: right; clear: both;
		display: block 
	}
.kofi_notice {
		margin-top: 5px; padding-bottom: 20px; 
		text-align: right;
		color: #383838;
		font-size: 9px;
		font-family: Verdana, Arial, sans-serif;
		float: right; clear: both;
		display: block 
	}
/* for attributions & credits */
.credit {
		color: #383838;
		font-size: 10px;
	}
/* for listing publication details */
.edition { 
		text-indent: -60px; padding-left: 80px;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		line-height: 150%; 
	}
/* box, for separating in-text content, used for lists (Gollancz page) */
.listblock {
		margin-top: 20px; margin-bottom: 20px;
	}

a { 
		text-decoration: none; 
		color: #692538 
	}
a.external { 
		border-bottom: 1px dotted #692538 
	}
a.brokenlink { 
		text-decoration: line-through;
	}
/* text link to a cover image scan; editions pages */
a.coverimage { 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		font-size: 10px;
	}
a:hover { 
		text-decoration: underline 
	}
a.external:hover { 
		border-bottom: none 
	}

.command_link {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

/* for quotes immediately following the page title */
.quote_pagetop { 
		padding: 0 30px 20px 40px;
		margin: 0 0 5px 0;
	}
/* box, for in-text quotes; use p tags inside quote */
.quote { 
		padding: 20px 30px 20px 40px;
		margin: 0 0 5px 0;
	}
/* source of the quote, in quote box; precede with &mdash */
.quoteattribution { 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #4D3945;
		text-align: right;
		margin-top: 5px;
	}

/* inline, title of any book, film, etc. */
.worktitle { 
		font-weight: bold 
	}
/* inline, capitalised roman numerals */
.romannumerals {
		font-family: "Courier New", Courier, Monaco;
		font-size: 11px; 
	}
/* inline, used for headword of an entry paragraph */
.entryheadword {
		font-weight: bold;
	}

/*  */
.rightimage {
		padding: 5px 
	}
/* box for picture, centre-aligned */
.picbox_center { 
		text-align: center;
		margin: 20px;
		clear: both;
	}
/* box for picture (width < 150), right-aligned */
.picbox_right {
		float: right; clear: right;
		width: 150px; 
		text-align: center;
		margin: 0px 0px 10px 10px; 
		padding: 0px 0px 3px 3px;
	}
/* box for picture (width < 350), right-aligned */
.picbox_postcard_right {
		float: right; clear: right;
		max-width: 350px;
		width: 90%; height: auto;
		text-align: center;
		margin: 0px 0px 10px 10px; 
		padding: 0px 0px 3px 3px;
	}
/* box for long images beside text, plot pages etc */
.pic_sidestrip {
		float: right; clear: right;
		width: 150px; 
		text-align: center;
		margin: 0px 0px 10px 10px; 
		padding: 0px 0px 3px 3px;
	}
/* caption beneath an image in a picbox */
.picbox_caption { 
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #383838; margin-top: 8px; 
	}
/* box, floating, for cover image (width < 150) */
.covergallerybox  {
		float: left;
		width: 150px; 
		height: 250px; 
		text-align: center;
		margin: 20px; padding: 5px;
	}
/* box, floating, for illustration image (width < 200) */
.illusgallerybox  {
		float: left;
		width: 200px; 
		height: 350px; 
		text-align: center;
		margin: 20px; padding: 5px;
	}
.pagescan { 
		width: 600px;
		text-align: center;
		padding: 40px 
	}

/* more flexible images */
.scaling_image {
		width: 90%;
		height: auto;
	}
.centre_image {
		margin: 20px 0;
		text-align: center;
	}
.right_image {
		float: right;
		clear: left;
		margin-left: 20px;
		margin-bottom: 10px;
	}
.right_image_box {
		float: right;
		clear: left;
		margin-left: 20px;
		margin-bottom: 10px;
		text-align: right;
	}

td {
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; font-size: 12px 
	}
	
table {
		margin-top: 20px;
		margin-bottom: 20px; 
	}

/* edition pages css */
.edition_coverimage {
		float: right; clear: right;
		width: 150px; 
		margin: 0px 0px 0px 0px; 
		padding: 0px 0px 3px 3px;
	}
.edition_variantcoverimage {
		float: left;
		width: 200px; 
		margin: 0px 0px 0px 0px; 
		padding: 0px 0px 3px 3px;
	}
.edition_variantcoverimage_nw {
		clear: both;
		margin: 20px 0px 20px 0px; 
		padding: 0px 0px 3px 3px;
	}
.edition_variantcoverimage_nw img {
		max-width: 100%; height: auto;
}
.edition_worktitle {
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
		font-size: 18px; font-weight: bold;
		color: #4D3945;
	}
.edition_by {
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
		font-size: 14px; font-weight: bold;
		padding-left: 25px; margin-bottom: 20px;
		color: #4D3945;
	}
.edition_infoitem {
		text-indent: -40px; padding-left: 40px;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		line-height: 150%;
	}
.edition_infoitem p.first {
		text-indent: 0px; padding-left: 0px;
	}
.edition_infoitem_title {
		font-weight: bold;
		color: #4D3945;
	}
.edition_ISBN {
		font-family: Geneva, Arial, sans-serif;
		font-size: 11px; 
	}
.footnote_reference {
		display: none;
	}
.edition_country {
		font-size: 10px;
		color: #4D3945;
	}

	/* REFERENCES & FOOTNOTES */
.refs_controller_bar {
		text-align: right;
		margin-bottom: 20px;
	}
.refs_footnotes, 
.footnote_backlink,
.footnote_link,
.refs_controller {
		font-family: Geneva, Arial, sans-serif;
	}
.refs_controller h3 {
		display: inline-block;
		font-size: 12px;
		margin: 0;
		padding: 0;
		line-height: normal;
		color: #4D3945;
	}
.refs_controller {
		text-align: center;
		display: inline-block;
		border: 1px solid silver;
	}
.refs_controller ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
.refs_controller li {
		display: inline-block;
		padding: 0 10px;
		margin: 0;
		font-size: 10px;
		line-height: normal;
		font-weight: bold;
	}
.refs_controller li a {
	}
.ref_opt_on {
	}
.refs_controller li a.ref_opt_on {
	}
.refs_controller_header {
	}
.refs_footnotes {
	}
.refs_footnotes_header {
		font-size: 16px;
		margin-top: 10px;
	}
.footnote_backlink,
.footnote_link {
		font-size: 10px;
		font-weight: bold;
		color: #4D3945;
		line-height: normal;
	}
.intextreference {
		font-size: 10px;
		color: #4D3945;
	}
.refs_footnotes ul {
		list-style: none;
		padding-left: 40px;
		text-indent: -40px;
	}

	
.recordCount {
		width: 100%; text-align: right;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #383838;
		margin-top: 8px; margin-bottom: 10px;
	}

/* box to display an error message */
.errormessage {
		margin-top: 20px;
		margin-bottom: 30px;
		padding: 10px; 
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		line-height: 14px;
		color: black;
		text-align: center;
		border: 1px double red;
		background-color: pink;
		float: none; clear: both;
	}
/* used to display more detail information about an error: */
.error_detail {
		display: none;
	}
/* mobile-only items: */
.navsummoner {
		display: none;
	}
.navdismisser {
		display: none;
	}

.right_img_350w {
	max-width: 350px;
	width: 90%;
	height: auto;
	}

}