@charset "UTF-8";
@namespace "http://www.w3.org/1999/xhtml";
@namespace xml "http://www.w3.org/XML/1998/namespace";
@namespace xsi "http://www.w3.org/2001/XMLSchema-instance";
@namespace xsd "http://www.w3.org/2001/XMLSchema";
@namespace xsl "http://www.w3.org/1999/XSL/Transform";
@namespace xmlns "http://www.w3.org/2000/xmlns/";
/*******************************************************************************
	GENELACH_BASE_STYLE_AUTHORED = '2026-07-12T12:00:00Z';
	GENELACH_BASE_STYLE_MODIFIED = '2026-08-01T00:06:00Z';

	See https://www.genelach.com/home.xhtml
	metadata for rights and licensing information.
*******************************************************************************/

/*******************************************************************************
	Reset default element styles.
*******************************************************************************/

*, *::-moz-focus-inner
{
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}

/*******************************************************************************
	Define the basic element styles.
*******************************************************************************/

a
{
	color: rgba( 144, 108, 48, 1 );
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

button
{
	color: rgba( 144, 108, 48, 1 );
	background-color: transparent;
	background-image: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	cursor: pointer;
}

a:hover, button:hover
{
	color: rgba( 52, 56, 28, 1 );
	background-color: rgba( 192, 144, 32, 1 );
}

h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-variant-caps: small-caps;
	font-weight: normal;
	text-align: center;
}

/*******************************************************************************
	Define the basic document layout.
*******************************************************************************/

html
{
	width: 100%;
	height: 100%;
	color: rgba( 0, 0, 0, 1 );
	background-color: rgba( 0, 0, 0, 1 );
	background-image: url( "media/css-bg-scroll.png" ), url( "media/css-bg-green_tile.png" );
	background-attachment: fixed;
	background-position: center 3.5vh, center top;
	background-repeat: no-repeat, repeat;
	font-family: "Times New Roman", serif;
	font-size: 3vh;
}

body
{
	width: 100%;
	height: 100%;
}

main
{
	width: 30vw;
	height: 100%;
	margin: 0 auto 0 37vw;
}

main > header
{
	padding: 5.5vh 4vw 5vh 0;
}

main > header > h1
{
	line-height: 1;
	font-size: 6vh;
	font-variant-caps: unset;
	font-weight: normal;
	text-shadow: -1px -1px 0px rgba( 240, 240, 240, 0.5 ), 2px 2px 2px rgba( 0, 0, 0, 0.5 );
}

main a
{
	background-image: url( "media/css-bg-link.png" );
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	padding-right: 12px;
}

main article
{
	max-height: 67vh;
	font-size: 2.4vh;
	padding-right: 3vw;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
}

main article > header
{
	padding-bottom: 0.5em;
}

main article p
{
	line-height: 1.5;
	text-align: justify;
}

main ol, main ul
{
	padding: 0.5em 1em 0 1em;
}

main li
{
	line-height: 1.5;
	text-align: justify;
}

/*******************************************************************************
	Define the legal footer styles.
*******************************************************************************/

footer#legal
{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: transparent;
	text-align: center;
}

footer#legal.hide
{
	display: none;
}

footer#legal.show
{
	display: block;
}

footer#legal > div
{
	display: inline-block;
	color: rgba( 240, 240, 240, 1 );
	background-color: rgba( 52, 56, 28, 1 );
	font-size: 2vh;
	font-variant-caps: small-caps;
	border: 0.2vh solid rgba( 66, 70, 36, 1 );
	border-bottom: 0;
	border-radius: 1em 1em 0 0;
	padding: 0.5em;
}

footer#legal > div a:hover, footer#legal > div button:hover
{
	color: rgba( 52, 56, 28, 1 );
	background-color: rgba( 192, 144, 32, 1 );
}

footer#legal > div form
{
	display: inline;
}
