@charset "utf-8";
/* Wuthering Heights Print Styles */

body {
	font: 11pt "Times New Roman", Times, serif;
	background: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
}
/* Hidden styles */
.screenonly, header, #searchbutton, #googlelinks, .googlemapdiv, .butpagelink, #datebox, #fixedbar, nav, footer, aside, #ads, #adlinks, #shopping, select, .warning, a.butpagelink, #homebutton, #banner {
	display: none;
}
/* Special print styles */
img {
	max-width: 100% !important;
}
#section ul, #section img {
	page-break-inside: avoid;
}
#section a {
	text-decoration: underline;
	border-bottom-style: none;
	color: #000;
	font-weight: bold;
}
#section a[href^=http]:after {
	content:" <" attr(href) "> ";
	color: #000;
	font-weight: normal;
	font-size: 85%;
}
#section a[href^="#"] {
	text-decoration: none;
	font-weight: normal;
}
@page:left, @page:right {
 margin: 1cm;
}
#printheader {
	font-weight: bold;
	text-align: center;
	border-bottom: 1pt solid #000;
	padding-bottom: 0.5em;
}
/* Main Layout */
#container {
	width: 100%;
	margin: 10px auto;
	border: none;
	box-shadow:none;
	background-color:#fff;
	background-image:none;
}
#innercontainer {
	width: 100%;
	overflow:hidden;
}
main {
	width:100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}
/* MAIN SECTION */
h1 {
	text-align: center;
	font-size: 18pt;
	background: #fff;
	color: #000;
	padding: 0em 0em 1pt;
	margin: 0px 0px 6pt;
	font-family: 'HistoricalMedium', Georgia, Palatino, "Times New Roman", Times, serif;
	text-transform: none;
	border-bottom: 1pt solid #000;
}
h1 span {
	background: none;
	padding: 0px;
	border: none;
	margin: 0px;
}
.introdiv {
	background: #fff;
	border: none;
	padding: 0em 0.5em;
	margin: 0em 0em 1em;
}
hr.majorbreak, hr.minorbreak {
	background:none;
	border-bottom: 1pt solid #000;
	padding: 0px;
	height: 0px;
}
hr.majorbreak {
	margin: 12pt 20% 6pt;
}
hr.minorbreak {
	margin: 12pt 40% 6pt;
}
main h2 {
	text-align: center;
	font-size: 14pt;
	line-height: 120%;
	color: #000;
	border: none;
	padding: 0em;
	width: 80%;
	margin: .5em auto;
	background: none;
	box-shadow: none;
	text-shadow: none;
}
.h2subheader {
	color: #000;
}
main h3 {
	color: #000;
}
main p {
	margin-top: 6pt;
	margin-bottom: 6pt;
}
main li {
	list-style-image: none;
	list-style-type: disc;
}
main blockquote {
	border: none;
	margin: 1.5em;
	padding: 2em 1em 0em;
	background: none;
}
.cpouter figure {
	border: 1pt solid #000;
	background: #fff;
	box-shadow: none;
}
.cpouter figure img {
	border: 1pt solid #000;
}
.cpouter figcaption {
	color: #000;
}
.imgshadow {
	padding: 6px 5px 7px;
	box-shadow: none;
	margin: 0px 5px 10px;
}
.imgshadow p {
	color: #000;
}
.imgcaption strong {
	color: #000;
}
.imgborder1, .imgborder2 {
	border-color:#000;
	color: #000;
	background: #000;
	border-width: 1pt;
}
/* TABLES */
.table-general {
	border: 1pt solid #000;
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
}
.table-general caption {
	font-weight: bold;
	color: #000;
	font-size: 110%;
	padding-bottom: 10px;
}
.table-general th, .table-general td {
	border: 0.5pt solid #000;
	padding: 4px;
	vertical-align: top;
}
.table-general th {
	background: #000;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.table-general tr.divider {
	border-top: 1.5pt solid #000;
}
.table-general tr:nth-of-type(odd) {
	background: #ddd;
}
.table-general strong {
	color:#000;
}
.table-character {
	border: 1.5pt solid #000;
	border-collapse: collapse;
	margin: 1em auto;
	font-size: 0.9em;
}
.table-character td {
	padding: 5px 4px;
	vertical-align: top;
	border-top: 1px solid #000;
	border-right: 1px none #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	line-height: 125%;
}
.table-character caption {
	padding: 1px 1px 8px;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
}
.table-character a {
	text-decoration: none;
}
.table-character p {
	margin: 0.5em 0px;
}
/* COLOURS */
.text_red, .text_blue, .text_green, .text_grey {
	color: #000;
}
.text_small {
	font-size: 90% !important;
}
.bg_red {
	background: #ccc !important;
}
