@charset "utf-8";



/* set max-width for either html/body or for #main class */

* {
	border:none;
	margin:0;
	padding:0;
}

@font-face {
	font-family: "Nova Cut";
	src: url("https://www.luederhniemeyer.com/fonts/nova-cut.woff2") format("woff2"),
		 url("https://www.luederhniemeyer.com/fonts/nova-cut.woff") format("woff");
	font-display: swap;
}

html {
	font-size:100%;
}
body {
	width:90%;
	max-width:60em;
	/*max-width:960px;*/
	margin:0 auto;
	color:#000;
	background-color:#060;
	font-family:"Helvetica Neue", "Nimbus Sans", "Arial Nova", Helvetica, Arial, "Liberation Sans", sans-serif;
}
#masthead {
	top:0;
	/* color:#000; */
	background-color:#ffffe0;
	text-align:center;
}
#masthead img.logo {
	width:100px;
	height:140px;
	float:left;
	padding:5px 30px 0;
}
#main {
	background-color:#fffff0;
	min-height:0;
	/* border:1px solid #; */	/* activate for testing */
	overflow:hidden;			/* hides #content in IE 5.5 & Opera 7.54 or apply clearfix below */
	margin:0 auto;
	padding-left:160px;			/* The width of the rail */
}
#content {
	width:93%;
	border-left:160px solid #ffffe0;	/* The width and color of the rail */
	margin-left:-160px;					/* Hat tip to Ryan Brill */
	float:right;
	padding:1em 3% 1em 4%;
	/* initialize counter for footnotes */
	counter-reset:footnotes;
}

/* start float clearing */
/* clear the floats for IE 5/6 */
* html #main {
	height:1%;
	overflow:visible;
}
/* clear the floats for IE 7 (min-height should do without the shenanigans in front [*+html]) */
#main {
	min-height:1%;
}
/* clear the floats for all regular browsers */
#main:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* end of float clearing */

#footer {
	clear:both;
	padding:3em 3em 1em;
	background-color:#ffffe0;
	color:#000;
	text-align:center;
	font-size:.8em;
}

#masthead .addressbar {
	padding-top:4px;
	padding-bottom:4px;
	margin-left:160px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#333;
	font-size:.75rem;
}
#masthead .addressbar a {
	color:#000;
}
#masthead .addressbar a:visited {
	text-decoration:none;
}
#masthead .addressbar a:hover {
	color:#f00;
}

.menu {
	background-color:#ffffe0;
	width:160px;
	float:left;
	margin-left:-160px;
	display:inline;				/* so IE plays nice */
	text-align:left;
	font-size:.9em;
}
.menu ul {
	margin:0;
	padding:0;
	text-align:left;
	list-style:none;
	font-weight:normal;
	font-size:.9em;
}
.menu li {
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
}
.menu ul a {
	display:block;
	padding:3px 10px;
	width:140px;
	color:#000;
	text-decoration:none;
}
.menu ul a.current,
.menu ul a:hover {
	padding:2px 10px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	color:#fff;
	background-color:#006400;
}
.menu ul a.red {
	color:#c00;
	border-bottom:none;
}
.menu ul a.red:hover {
	color:#daa520;
	border-bottom:1px solid #000;
}
.menu ul a.green {
	color:#008000;
	font-size:130%;
	letter-spacing:2px;
	text-align:center;
}
.menu ul ul li {
	border-top:1px solid #fff;
	border-bottom:none;
}
.menu ul ul a:link,
.menu ul ul a:visited {
	padding-left:30px;
	width:120px;
}
.menu ul ul a:hover {
	/* padding-left:30px; */
}
.menu li.activegroup a:link,
.menu li.activegroup a:visited {
	border-left:6px solid #006400;
	padding-left:4px;
}
.menu li.activegroup a.current,
.menu li.activegroup a:hover {
	border-left:none;
	padding-left:10px;
}
.menu li.activegroup ul a:link,
.menu li.activegroup ul a:visited {
	padding-left:24px;
}
.menu li.activegroup li a.current,
.menu li.activegroup ul a:hover {
	padding-left:30px;
}
.menu li.separator {
	border-bottom:1px solid #000;
	margin-bottom:2px;
	padding-bottom:2px;
}

#footer ul {
	margin:0;
	padding:0;
	font-weight:normal;
}
#footer li {
	margin:0;
	padding:3px 0 3px 0;
	display:inline;
	list-style-type:none;
}
#footer li:before {
	content:" · ";
}
#footer li:first-child:before {
	content:"";
}
/* IE6 workaround */
* html #footer li {
	padding-right:10px;
}
#footer li a:link,
#footer li a:visited {
	text-decoration:none;
}
#footer li a:hover {
	color:#f00;
}
#footer p.address {
	padding-bottom:.7em;
}
#footer p.rights {
	padding-top:0;
}
#footer .copyright {
	/* font-size:.8em; */
	text-align:left;
}
#footer #disclaimer {
	margin:3em 0 0;
	font-size:1.2em;
	text-align:justify;
}
#footer #disclaimer .center {
	font-size:1.1em;
	font-weight:bold;
	word-spacing:.2em;
}

section {
	margin-top:3rem;
	margin-bottom:3rem;
}
article {
	margin-top:2rem;
	margin-bottom:2rem;
}

a { text-decoration:none; }	/* border-bottom must be set separately so that <a name="xy"> is not marked, too */
a:link { text-decoration:underline;color:#00f; }
a:visited { text-decoration:underline;color:#800080; }
.ruby a:link,
.ruby a:visited {
	color:#c00;
	text-decoration:none;
	border-bottom:1px dotted #c00;
}
.blue a:link,
.blue a:visited {
	color:#000080;
	text-decoration:none;
	border-bottom:1px dotted #000080;
}
a.red:link,
.red a:link,
.red1 a:link,
.red2 a:link,
.red3 a:link {
	color:#c00;
	text-decoration:none;
	border-bottom:1px dotted #c00;
}
a.red:visited,
.red a:visited,
.red1 a:visited,
.red2 a:visited,
.red3 a:visited {
	color:#c00;
	text-decoration:none;
	border-bottom:1px dotted #c00;
}
a.black { color:#000; }
a.black:visited { color:#444; }

a:link:hover,
a:visited:hover {
	text-decoration:none;
	border-bottom:none;
	color:#f00;
}
a.sitemap { cursor:text; }

#main a.img,
#main a:link.img,
#main a:visited.img,
#main a:hover.img {
	background:none;
	text-decoration:none;
	padding-right:0;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#main a.ext,
#main .center a:link.ext,
#main a[href ^="http://"],
#main a[href ^="https://"],
#main a[href ^="www"] {
	background:url(https://www.luederhniemeyer.com/gif/extlink.gif) center right no-repeat;
	padding-right:17px;
}

#main a[href *="luederhniemeyer.com"],
#main a[href *="luederhniemeyer.de"],
#main a[href *="alexandercampaign.com"],
#main a[href *="franzheckendorf.com"],
#main a[href *="franzheckendorf.de"],
#main a[href *="william-hogarth.com"],
#main a[href *="williamhogarth.com"],
#main a[href *="redseries.com"],
#main a[href *="ridinger-niemeyer.com"],
#main a[href *="ridinger-niemeyer.de"],
#main a[href *="ridinger.gallery"],
#main a[href *="ridinger.de"],
#main a[href *="rugendas.com"],
#main a[href *="rugendas.de"],
#main .center a:link,
.center a:link {
	background:none;
	padding-right:0;
}

#main a.cream,
#main .center a.cream {
	background:url(https://www.luederhniemeyer.com/gif/bullet.png) center left no-repeat;
	padding-left:1em;
	text-decoration:none;
	color:#c00;
	font-size:1.2em;
	font-weight:bold;
	margin-left:-1em;
}
#main a:visited.cream {
	color:#c00;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5 {
	margin-left:-10px;
	padding:.5em 0 0 0;
	line-height:1.4;
	text-align:center;
	font-weight:bold;
	word-spacing:.1em;
	-webkit-hyphens:none;
	   	-ms-hyphens:none;
			hyphens:none;
}

h1, .h1, .header .h1 { font-size:2em; }

h2, .h2, .header .h2 { font-size:1.8em; }

h3, .h3, .header .h3 { font-size:1.4em; }

h4, .h4, .header .h4 { font-size:1.2em; }

h5, .h5, .header .h5 { font-size:1em; }

h1.l, .header h1.l { font-size:2.3em; }

h1.xl, .header h1.xl { font-size:2.7em; }

h1.xxl, .header h1.xxl { font-size:3em; }

.date, .source,
.header .date,
.header .source {
	color:#000;
	font-style:italic;
	font-weight:normal;
	letter-spacing:normal;
	word-spacing:normal;
}
h1 .date {
	font-size:.5em;
}

.header {
	margin-left:-10px;
	text-align:center;
	word-spacing:.1em;
}
.header * {
	margin-left:0;
}
.header p {
	font-size:1.4em;
	font-weight:bold;
}
.header .l {
	font-size:1.8em;
}
.header .xl {
	font-size:2.2em;
	line-height:1.4;
}
.header .l p,
.header .xl p {
	font-size:1em;
}
.header .date,
.header .source {
	font-size:1.1em;
}

#title {
	margin-bottom:3rem;
	text-align:center;
}

.textImageBlock {
	display:table;
	margin:.7em 0;
}
.textImageBlock > img {
	display:table-cell;
	max-height:500px;
	width:auto;
}
.textImageBlock > p,
.textImageBlock > h1,
.textImageBlock div.textWrapper {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	padding:0;
}
.textImageBlock p {
	line-height:2.4;
}
.textImageBlock h1 {
	line-height:1.6;
	padding:0;
}

p {
	font-size:1em;
	line-height:1.3;
	padding:.7em 0 0 0;
}

.slug-2 p,
p.slug-2 {
	line-height:2;
	padding-top:1.2em;
	padding-bottom:.5em;
}

p, blockquote, li, td,
article, aside, figcaption, main,
.figcaption {
	-webkit-hyphens:auto;
	    -ms-hyphens:auto;
	        hyphens:auto;
}
.center, .header, .price,
#masthead *, nav *, #footer * {
	-webkit-hyphens:none;
	    -ms-hyphens:none;
	        hyphens:none;
}

.catLink {
	font-style:italic;
	font-size:1.15rem;
	font-weight:bold;
	text-align:right;
}

blockquote {
	margin-left:0.6em;
	margin-right:1em;
}
blockquote > p:first-child,
blockquote.voice > p,
blockquote.multiQuote > p:first-child,
blockquote.multiQuote > p,
blockquote.multiQuote .center + p.quote {
	text-indent:-0.6em;
}
blockquote.voice > p.noIndent,
blockquote.multiQuote .center,
blockquote.multiQuote .center + p {
	text-indent:0;
}
blockquote.voice {
	margin:0 15% 0;
	text-align:left;
	font-style:italic;
}
/* blockquote.voice a {
	border-bottom:1px dotted;
} */
p.voice {
	margin:0 15% 0;
	text-align:right;
	font-size:.8em;
}

del {
	text-decoration:line-through;
}

hr {
	border-width:0;
	color:#000;
	background-color:#000;
	height:1px;
}

hr.separator {
	width:150px;
	margin:2.5em auto 2em;
	text-align:center;
}

img, .figure {
	font-size:.8rem;
	font-weight:normal;
	color:#000;
}

img + img,
.figure + .figure,
.header img + img,
.header .figure + figure {
	margin-left:2em;
}
#fade > img + img,
#fade > .figure + .figure,
#fade > .header img + img,
#fade > .header .figure + figure {
	margin-left:0;
}

label { cursor:pointer; }

sup {
	font-size:65%;
	line-height:.8;
	letter-spacing:normal;
	text-shadow:none;
	vertical-align:text-top;
}

div.selectlist {
	margin:0 auto;
	text-align:center;
	font-size:.9em;
	width:-webkit-min-content;
	width:   -moz-min-content;
	width:        min-content;
	min-width:25em;
	-webkit-hyphens:none;
	    -ms-hyphens:none;
	        hyphens:none;
}
div.selectlist p {
	margin-top:3em;
}
div.selectlist a.img {
	white-space:nowrap;
}
div.selectlist img + img {
	margin-left:1em;
}

ol {
	padding:.7em 0 0 1.5em;
	list-style:outside lower-alpha;
}
ol li {
	padding:.3em 0;
	line-height:1.3;
}
ol.listing {
	margin:0 10%;
	list-style:outside upper-roman;
}
ol.listing li:empty {
	visibility:hidden;
	height:0;
}

ul {
	list-style:circle outside url(https://www.luederhniemeyer.com/gif/bullet.png);
}
ul li {
	/* padding-bottom:15px; */
}
ul li ul {
	list-style:square outside url(https://www.luederhniemeyer.com/gif/bulletsmall.png);
}

h3.idxlist {
	text-align:center;
	padding-bottom:.4em;
	border-bottom:1px solid #000;
}
h3.idxlist a {
	text-decoration:none;
	border-bottom:1px dotted #00f;
}
h3.idxlist a:visited {
	color:#000;
	border-bottom:1px dotted #000;
}
h3.idxlist a:visited:hover {
	color:#f00;
}
ul.idxlist {
	margin:.8em 3em;
	line-height:1.3;
	font-size:.9em;
}
ul.idxlist li {
	padding-bottom:1em;
}
ul.idxlist li ul {
	padding-top:.5em;
	margin-left:1em;
}
ul.idxlist a:visited {
	color:#000;
}

ul.selectlist {
	margin:0 0 1rem -10px;
	text-align:center;
	list-style:none;
	list-style-image:none;
	font-size:.9em;
}
ul.selectlist li { margin-top:3em; }

.pagination {
	text-align:center;
	font-size:.8em;
	line-height:1.1;
}

ol li:empty,
ul li:empty {
	margin:0;
	padding:0;
}

table { empty-cells: show; }

.artistBiography {
	margin:.7em auto 2em;
	text-align:center;
}
.artistBiography h1,
.artistListHeader {
	font-size:2.3em;
	color:#c00;
	text-shadow:1px 1px 2px rgba(0,0,0,.7);
	word-spacing:.3em;
}
.artistBiography h2 {
	font-size:1.6em;
	color:#c00;
	text-shadow:1px 1px 2px rgba(0,0,0,.7);
}
.artistBiography h3 {
	font-size:1.3em;
	text-shadow:1px 1px 1px rgba(0,0,0,.7);
}
.artistBiography .date {
	line-height:1.4;
	padding-top:.5em;
	text-align:center;
}
.artistBiography p {
	margin-right:2em;
	margin-left:1.5em;
	padding-top:1em;
	text-align:justify;
	line-height:1.5;
}
.artistBiography .center,
.artistBiography .center p {
	text-align:center;
}
.artistBiography p.catLink {
	text-align:right;
}
.artistListHeader {
	padding-bottom:.3em;
	text-align:center;
}
.artistListIndex {
	text-align:center;
	text-shadow:1px 1px 2px rgba(0,0,0,.7);
	word-spacing:.3em;
}
.artistListIndex:before {
	content:"\2013\ ";
}
.artistListIndex:after {
	content:" \2013";
}
ul.artistWorks,
ul.artistList {
	margin:2.5em 2em 2em 4em;
	list-style:none;
	background-image:none;
	line-height:1.5;
}
ul.artistList {
	margin-top:1em;
}
ul.artistWorks li,
ul.artistList li {
	margin-left:2em;
	text-indent:-2em;
	padding-bottom:1em;
}
.artistBiography .red,
.artistBiography .red1,
.artistBiography .red2,
.artistWorks .red,
.artistWorks .red1,
.artistWorks .red2 {
	color:#c00;
}

#masthead img {
	padding:31px 0 22px;
}

div.tools {
	float:right;
	margin:-.8rem -2% 0 0;
	padding:0;
	text-align:left;
	font-size:.8em;
}
div.tools a {
	text-decoration:none;
	border-bottom:none;
	color:#9f632d;
}
div.tools a:link:hover,
div.tools a:visited:hover {
	color:#f00;
}

.langLink {
	margin:4em auto 2em;
	font-size:.8em;
	text-align:center;
}
.langLink a {
	text-decoration:none;
}
#content .langLink:before,
#footer .langLink:before {
	content:"[ ";
}
#content .langLink:after,
#footer .langLink:after {
	content:"\ ]";
}
#footer .langLink {
	margin:3em auto;
	font-size:1em;
}

#content .navigation {
	padding-top:5em;
	font-size:.9em;
	line-height:2;
	text-align:center;
}
#content .navigation a,
#content .navigation span {
	background:url(https://www.luederhniemeyer.com/gif/bulletsmall.png) center left no-repeat;
	margin-left:1em;
	padding-left:12px;
	text-decoration:none;
}

#footer a {
	text-decoration:none;
}
#footer a:link {
	color:#000;
}
#footer a:visited {
	color:#222;
}
#footer a:link:hover,
#footer a:visited:hover {
	color:#f00;
}
#footer .redlink,
#footer .redlink a {
	padding:.5em 0;
	font-size:1.2em;
	color:#c00;
	word-spacing:.3em;
}
#footer .redlink a:hover {
	color:#f0f;
}

#masthead a:hover.sitemap,
#footer a:hover.sitemap {
	color:#000;
}

.intro {
	margin-left:-10px;
	margin-bottom:2em;
	font-size:1.05em;
	text-align:justify;
}

.a1 {
	text-align:justify;
	font-size:1.05em;
}
p.a1,
.a1 > * {
	line-height:1.4;
}
p.a1,
.a1 p:first-child {
	text-indent:-10px;
}
.a1.noIndent,
.a1 p.noIndent,
.a1.noIndent > p:first-child {
	text-indent:0;
}
p.a1.ref {
	margin-bottom:2em;
	font-style:normal;
}

.ref {
	font-style:italic;
}

.price {
	margin-bottom:3em;
	padding-top:.4em;
	font-size:.8em;
	font-weight:bold;
	line-height:inherit;
}
blockquote + .price,
.center + .price {
	padding-top:.7em;
}
.price + .a1.theSame {
	margin-top:-1.5em;
}
div.inset *.price {
	margin-bottom:1.5em;
}
.intro .price {
	font-size:.75em;
}

abbr[title] {
	cursor:help;
	border-bottom:1px dotted #000;
	text-decoration:none;
}

i[lang] {
	font-style:italic;
}

.em {
	font-style:italic;
}

#idx-tabs-wrap {
	float:right;
	position:relative;
	width:29px;
	height:266px;
	margin-top:3em;
	margin-right:-3%;
	/* background:#f0f; */
}
#idx-tabs {
	position:absolute;
	width:29px;
	height:266px;
	/* left:3%; */
	top:0;
	/* background:#ff0; */
}
#idx-tabs ul {
	list-style:none;
}
#idx-tabs li {
	display:block;
	margin:0 0 -11px 0;
	padding:0;
	width:29px;
	/* height:110px; */
}
#idx-tabs li a {
	display:block;
	outline:none;
	width:29px;
	text-align:left;
	text-indent:-2000px;
}
#idx-tabs li a.catalog {
	background:url(https://www.luederhniemeyer.com/gif/tabs.png) no-repeat 0px 0px;
	height:110px;
}
#idx-tabs li a.katalog {
	background:url(https://www.luederhniemeyer.com/gif/tabs.png) no-repeat -30px 0px;
	height:110px;
}
#idx-tabs li a.catalog-books {
	background:url(https://www.luederhniemeyer.com/gif/tabs.png) no-repeat -120px 0px;
	height:167px;
}
#idx-tabs li a.catalog-prints {
	background:url(https://www.luederhniemeyer.com/gif/tabs.png) no-repeat -150px 0px;
	height:167px;
}
#idx-tabs li a.catalog-portraits {
	background:url(https://www.luederhniemeyer.com/gif/tabs.png) no-repeat -180px 0px;
	height:167px;
}
#idx-tabs li a.katalog-buecher {
	background:url(https://www.luederhniemeyer.com/gif/tabs.png) no-repeat -210px 0px;
	height:167px;
}
#idx-tabs li a.katalog-grafik {
	background:url(https://www.luederhniemeyer.com/gif/tabs.png) no-repeat -240px 0px;
	height:167px;
}
#idx-tabs li a.katalog-portraits {
	background:url(https://www.luederhniemeyer.com/gif/tabs.png) no-repeat -270px 0px;
	height:167px;
}
#idx-tabs li a.cream {
	background:url(https://www.luederhniemeyer.com/gif/tabs.png) no-repeat -60px 0px;
	height:167px;
	margin-left:0;
	padding-left:0;  /* fix for IE6: collision with #main a.cream */
}
#idx-tabs li a.auslese {
	background:url(https://www.luederhniemeyer.com/gif/tabs.png) no-repeat -90px 0px;
	height:167px;
}

p.exhibition,
p.literature,
p.provenance {
	padding:1.6em 0 0;
	font-weight:bold;
	letter-spacing:3px;
	word-spacing:.2em;
}
.exhibition,
.literature,
.provenance {
	padding:1.6em 0 .8em;
	text-align:center;
}
.exhibition p,
.literature p,
.provenance p {
	padding-top:0;
}
.exhibition p {
	font-size:1em;
}
.literature p {
	font-size:.9em;
}
.provenance p {
	font-size:.8em;
}
.exhibition > p:first-child,
.literature > p:first-child,
.provenance > p:first-child {
	font-size:1em;
	font-weight:bold;
	letter-spacing:2px;
	word-spacing:.2em;
}
.exhibition p.name,
.literature p.title,
.provenance p.name {
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	padding-top:.8em;
}
.exhibition p.name,
.provenance p.name {
	color:#c00;
}
.exhibition p.center,
.literature p.center,
.provenance p.center,
.exhibition img,
.literature img,
.provenance img {
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	padding:.5em 0;
}
.exhibition p.name a,
.literature p.title a,
.provenance p.name a {
	color:inherit;
	text-decoration:none;
	border-bottom:1px dotted #000;
}
.exhibition p.name.ruby a,
.literature p.title.ruby a,
.provenance p.name.ruby a {
	border-bottom:1px dotted #c00;
}
.exhibition p.name a:link:hover,
.exhibition p.name a:visited:hover,
.literature p.title a:link:hover,
.literature p.title a:visited:hover,
.provenance p.name a:link:hover,
.provenance p.name a:visited:hover {
	color:#f00;
}
.exhibition p.date,
.literature p.date,
.provenance p.date {
	font-size:.9em;
}
.provenance p.date {
	letter-spacing:2px;
}

.imgCaption, .figcaption,
.header .imgCaption, .header .figcaption {
	padding:0;	/* remove after converting P from padding to margin */
	font-family:"Helvetica Neue", "Nimbus Sans", "Arial Nova", Helvetica, Arial, "Liberation Sans", sans-serif;
	font-style:italic;
	font-weight:normal;
	letter-spacing:normal;
	word-spacing:normal;
	text-shadow:none;
}
.imgCaption,
.header .imgCaption {
	margin-bottom:.5em;	/* adjust after converting P from padding to margin */
	margin-top:1.5em;
	color:#000;
	font-size:12px;	/* IE8 fallback */
	font-size:.85rem;
	line-height:1.3;
	text-align:center;
}
span.imgCaption {
	display:inline-block;
	vertical-align:top;
	width:-webkit-min-content;
	width:   -moz-min-content;
	width:        min-content;
}
.price + .imgCaption {
	margin-top:3.7rem;
}
.imgCaption + .imgCaption {
	margin-left:1.5em;
}
.imgCaption em {
	font-style:normal;
}
.imgCaption a:link,
.imgCaption a:visited {
	color:#000;
	text-decoration:none;
	border-bottom-color:#000;
}

.figure {
	position:relative;
	display:inline-block;
	line-height:0;
}
.figcaption {
	position:absolute;
	bottom:0;
	left:0;
	display:none;
	background-color:#000;
	color:#fff;
	font-size:14px;	/* IE8 fallback */
	font-size:.95rem;
	line-height:1.4;
	text-align:left;
}
.figcaptionContent {
	padding:10px 15px;
}
.figure:before {
	content:"?";
	position:absolute;
	top:6px;
	right:6px;
	width:24px;
	height:24px;
	background:rgba(255,255,255,0.75);
	color:#000;
	font-size:14px;
	font-style:normal;
	font-weight:800;
	text-align:center;
	text-shadow:0 0 5px #fff;
	line-height:24px;
	border-radius:12px;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.75;
}
.figure:hover:before{
	opacity:0;
}

#footnotes {
	font-size:.9em;
	list-style-type:decimal;
	margin-top:4em;
}
#footnotes:before {
	content:"";					/* This is necessary for the pseudo element to work. */
	display:block;				/* This will put the pseudo element on its own line. */
	margin:0 -1.5rem;			/* This will center the border. */
	width:10rem;				/* Change this to whatever width you want. */
	padding-top:.5rem;			/* This creates some space between the element and the border. */
	border-top:1px solid #000;	/* This creates the border. Replace black with whatever color you want. */
}
sup a[href ^="#fn-"] {
	padding-left:1px;
	font-weight:normal;
	text-decoration:none;
}
sup a[href ^="#fn-"]:before {
	content:"[" counter(footnotes) "]";
	counter-increment:footnotes;
}
a[href ^="#fnref-"] {
	font-size:1.2em;
	padding-left:4px;
	text-decoration:none;
}

.frontpage {
	margin-bottom:2em;
	margin-left:-10px;
	text-align:center;
}
.frontpage h1,
.frontpage h2,
.frontpage h3,
.frontpage h4,
.frontpage h5,
.frontpage h6,
.frontpage .intro,
.frontpage .inset
{
	margin-left:0;
}
.frontpage h1, .frontpage h2 {
	letter-spacing:1px;
	word-spacing:.2em;
}
.frontpage h1 {
	color:#c00;
	font-size:2.4em;
	text-shadow:4px 4px 6px rgba(128,128,0,.7);
}
.frontpage h1.l {
	font-size:3em;
}
.frontpage.gold h1 {
	color:#c08000;
	text-shadow:2px 2px 4px rgba(192,128,0,.7);
}
.frontpage h2 {
	font-size:1.6em;
	text-shadow:3px 3px 4px rgba(128,128,0,.7);
}
.frontpage h3 {
	text-shadow:2px 2px 3px rgba(128,128,0,.7);
	word-spacing:.2em;
}

.motto {
	margin:0 0 2rem 0;
	text-align:center;
	font-style:italic;
}
.motto .source {
	margin-top:.7em;
	font-size:.8em;
	font-style:normal;
}

.teaser {
	margin:3em auto 2em;
	padding:0;
	width:-webkit-min-content;
	width:   -moz-min-content;
	width:        min-content;
	min-width:25em;
	min-height:267px;
	text-align:center;
	font-size:.9em;
	-webkit-hyphens:none;
	    -ms-hyphens:none;
	        hyphens:none;
}
.teaser a.img,
.teaser span.img {
	white-space:nowrap;
}
.teaser img + img {
	margin-left:1em;
}

.globalTeaser {
	width:580px;
	border:2px solid #888;
	margin:2em auto;
	padding:0 15px 10px;
	text-align:center;
	white-space:nowrap;
	word-spacing:.2em;
}

.globalTeaser h1,
.globalTeaser h2,
.globalTeaser h3,
.globalTeaser h4,
.globalTeaser h5 {
	margin:0 0 .5em;
	padding:0;
	text-shadow:none;
}

.globalTeaser p.header {
	margin:15px 0;
	padding:0;
	line-height:1.6;
	font-size:130%;
	color:#c00;
}

.globalTeaser p.content2,
.globalTeaser div.content2 {
	margin:20px 0;
	padding:0;
	line-height:1.8;
	font-size:130%;
	font-weight:bold;
	color:#000080;
}

.globalTeaser img {
	max-height:400px;
	max-width:500px;
	height:auto;
	width:auto;
}

.globalTeaser img + img,
.globalTeaser .figure + .figure {
	margin-left:1em;
}

.reads {
	border-top:1px solid;
	margin-top:2em;
}
.reads div {
	margin-left:2em;
}
.reads p:first-child {
	margin-top:1em;
	margin-bottom:1em;
	font-size:1.4em;
	font-style:italic;
	font-weight:bold;
}
.bodShopWidget {
	display:inline-block;
	margin-bottom:2em;
}
.bodShopWidget a {
	border-bottom:inherit !important;
}

.marquee {
	margin:0 auto;
	padding:0 0 1em;
	border-bottom:1px solid #000;
	width:100%;
	overflow:hidden;
	color:#c00;
	font-size:1.7em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:1px;
	word-spacing:.3em;
	white-space:nowrap;
}
.marquee span {
	display:inline-block;
	padding-left: 100%;  /* show the marquee just outside the paragraph */
	-webkit-animation:marquee 15s linear infinite -7.5s;
	        animation:marquee 15s linear infinite -7.5s;
}
.marquee span:hover {
	-webkit-animation-play-state:paused;
	        animation-play-state:paused;
}
/* Make it move */
@-webkit-keyframes marquee {
	0%   { -webkit-transform:translate(0,0);transform:translate(0,0); }
	100% { -webkit-transform:translate(-100%,0);transform:translate(-100%,0); }
}
@keyframes marquee {
	0%   { -webkit-transform:translate(0,0);transform:translate(0,0); }
	100% { -webkit-transform:translate(-100%,0);transform:translate(-100%,0); }
}

.referenceBox {
	background-color:#ffffe0;
	border:3px double #060;
	margin:3em 0 3em -10px;
	padding:1em 2em 2em;
	text-align:center;
	font-weight:bold;
	word-spacing:.3em;
	clear:both;
}
.referenceBox p {
	line-height:1.6;
}
p.referenceBox {
	padding-top:1.8em;
	line-height:1.6;
}
.referenceBox a {
	font-style:italic;
	text-decoration:none;
}
.referenceBox a:hover {
	border-bottom:1px dotted;
}

.frontpage .referenceBox {
	margin-left:0;
}
.loens.referenceBox p, .loens.referenceBox a {
	color:#008000;
	font-family:"Nova Cut", "Helvetica Neue", "Nimbus Sans", "Arial Nova", Helvetica, Arial, "Liberation Sans", sans-serif;
	font-size:1.4em;
	font-style:normal;
}
.loens.referenceBox a {
	font-size:1.8em;
}
.loens.referenceBox a:hover {
	color:#f00;
}

.error {
	margin:1em 2em 2em;
	padding:1.3em 2em 1.5em !important;
	border:solid 3px #f00;
	background-color:#ffb6c1;
	font-size:1.2em;
	line-height:1.5;
	list-style:none;
	text-align:center;
}

.advert {
	margin:4em auto;
	padding:.5em 2em 1em;
	width:550px;
	border:4px solid #cba03f;
	color:#000;
	text-align:justify;
	word-spacing:.2em;
	font-family:"Helvetica Neue", "Nimbus Sans", "Arial Nova", Helvetica, Arial, "Liberation Sans", sans-serif;
	box-shadow:3px 3px 8px rgba(156,156,156,1);
}
.advert p.h1 {
	text-shadow:1px 1px 2px rgba(156,156,156,1);
	color:#a00;
}
.advert a {
	text-decoration:none;
	border-bottom:none;
	color:#060;
}
.advert a:hover {
	color:#a00;
}

.ribbon-wrapper {
	overflow:hidden;
	position:relative;
}
.ribbon {
	margin:0;
	padding:.5em 0;
	background:#a00;
	background: linear-gradient(#f00 0%, #a00 100%);
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	transform: translateX(-30%) translateY(0%) rotate(-45deg);
	transform-origin: top right;
	font-family:"Helvetica Neue", "Nimbus Sans", "Arial Nova", Helvetica, Arial, "Liberation Sans", sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
}
.ribbon:before,
.ribbon:after {
	content: '';
	position:absolute;
	top:0;
	margin: 0 -1px; /* tweak */
	height:100%;
	width:100%;
	min-width:10em;
	background:#a00;
	background: linear-gradient(#f00 0%, #a00 100%);
}
.ribbon:before {
	right:100%;
}
.ribbon:after {
	left:100%;
}

.legalese {
	margin-top:3em;
	display:inline-block;
	max-width:35em;
	font-size:.85em;
	text-align:justify;
}
.legalese p {
	margin-bottom:2em;
	padding-top:0;
}
.legalese p.h4 {
	margin-bottom:0;
	text-align:right;
}

.terms {
	margin:2em 1em 2em 0;
	text-align:justify;
}
.terms h1, .terms h2 {
	margin-left:0;
	text-transform:uppercase;
	word-spacing:.2em;
}
.terms h1 {
	font-size:1.4em;
	text-align:center;
}
.terms h2 {
	font-size:1em;
	margin-top:2em;
	text-align:left;
}
.terms p, .terms ol {
	font-size:.85em;
}
.terms .address {
	margin:1em 0 1em 25%;
	text-transform:lowercase;
}
.terms .export {
	color:#c00;
	margin:1em 0;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:.3em;
}

.slogan {
	color:#cba03f;
	background-color:#060;
	margin:2em 3px 2em -7px;
	padding:1em;
	border:3px solid #cba03f;
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
	letter-spacing:1px;
	word-spacing:.2em;
}
.slogan p {
	padding:0;
	line-height:2;
	-webkit-hyphens:none;
	   	-ms-hyphens:none;
			hyphens:none;
}
.slogan a {
	color:#cba03f;
	text-decoration:none;
	border-bottom:1px dotted #cba03f;
}
.slogan a:hover {
	color:#ff0;
	border-bottom:none;
}

div.address { border-top:1px solid;padding-top:20px; }

div.address table { width:700px;margin:0 auto;text-align:center; }

img.caption-top {
	display:block;
	margin:1.7em auto 2em;
	padding-right:5px;
}
img.caption-bottom {
	display:block;
	margin:2em auto 0;
	padding-right:5px;
}

.center {
	text-align:center;
	word-spacing:.2em;
}

.right { text-align:right; }

.justify { text-align:justify; }

.underline { text-decoration:underline; }

.noIndent { text-indent:0; }

.mb-2 { margin-bottom:2rem; }

.ml-1 { margin-left:-10px; }

.mt-2 { margin-top:2rem; }

div.inset {
	background-color:#ffffe0;
	border:solid 1px #ccc;
	box-shadow:2px 2px 2px rgba(0,0,0,.5);
	margin:2em 0 2em -10px;
	padding:0 1em 1em;
	text-align:justify;
}
div.inset *:last-child {
	margin-bottom:0em;
}

.roman { font-weight:normal !important; }

.sans { font-family:"Helvetica Neue", "Nimbus Sans", "Arial Nova", Helvetica, Arial, "Liberation Sans", sans-serif; }

.s { font-size:70%; }

.n { font-size:85%; }

.l { font-size:105%; }

.xl { font-size:130%; }

.xxl { font-size:200%; }

.space {
	word-spacing:.1em;
}

.space1 {
	letter-spacing:.1em;
	word-spacing:.1em;
}

.space2 { letter-spacing:.2em; }

.space3 { letter-spacing:.3em; }

.space4 { letter-spacing:.4em; }

.space5 { letter-spacing:.5em; }

.space6 { letter-spacing:.6em; }

.nospace { letter-spacing:normal; }

.red1 {
	color:#c00;
	letter-spacing:.1em;
	word-spacing:.1em;
}

.red2 { color:#c00;letter-spacing:.2em; }

.red3 { color:#c00;letter-spacing:.3em; }

.red4 { color:#c00;letter-spacing:.4em; }

.red5 { color:#c00;letter-spacing:.5em; }

.red6 { color:#c00;letter-spacing:.6em; }

.black { color:#000; }

.grey { color:#808080; }

.red { color:#c00; }

.ruby { color:#c00; }

.gold {
	color:#cba03f;
}
.green { color:#008000; }

.violet { color:#f0f; }

.purple { color:#800080; }

.blue { color:#000080; }

.RS-brand, .RS-brand a {
	color:#c00;
	font-size:1.1em;
	font-style:italic;
}

/*
     FILE ARCHIVED ON 23:02:08 Mar 07, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:56:42 Nov 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.65
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.011
  esindex: 0.014
  cdx.remote: 7.718
  LoadShardBlock: 67.653 (3)
  PetaboxLoader3.datanode: 116.272 (5)
  PetaboxLoader3.resolve: 105.019 (3)
  load_resource: 159.713 (2)
*/