@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_MENU_STYLE_AUTHORED = '2026-07-12T12:00:00Z';
	GENELACH_MENU_STYLE_MODIFIED = '2026-07-31T06:08:00Z';

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

/*******************************************************************************
	Import custom menu fonts.

	The Alegreya Sans font family
	copyright © 2013 by Juan Pablo del Peral
	(juan@huertatipografica.com.ar)
	is distributed under the
	SIL Open Font License Version 1.1:
	https://scripts.sil.org/cms/scripts/page.php?id=OFL

	It may be downloaded at:
	http://www.fontsquirrel.com/fonts/alegreya-sans
*******************************************************************************/

@font-face
{
	font-family: "Alegreya Sans SC";
	font-style: normal;
	font-weight: normal;
	src: url( "fonts/Alegreya_Sans_SC~regular-400.woff2" ) format( "woff2" ), url( "fonts/Alegreya_Sans_SC~regular-400.woff" ) format( "woff" ), url( "fonts/Alegreya_Sans_SC~regular-400.otf" ) format( "opentype" );
}

@font-face
{
	font-family: "Alegreya Sans SC";
	font-style: normal;
	font-weight: bold;
	src: url( "fonts/Alegreya_Sans_SC~regular-700.woff2" ) format( "woff2" ), url( "fonts/Alegreya_Sans_SC~regular-700.woff" ) format( "woff" ), url( "fonts/Alegreya_Sans_SC~regular-700.otf" ) format( "opentype" );
}

@font-face
{
	font-family: "Alegreya Sans SC";
	font-style: italic;
	font-weight: normal;
	src: url( "fonts/Alegreya_Sans_SC~italic-400.woff2" ) format( "woff2" ), url( "fonts/Alegreya_Sans_SC~italic-400.woff" ) format( "woff" ), url( "fonts/Alegreya_Sans_SC~italic-400.otf" ) format( "opentype" );
}

@font-face
{
	font-family: "Alegreya Sans SC";
	font-style: italic;
	font-weight: bold;
	src: url( "fonts/Alegreya_Sans_SC~italic-700.woff2" ) format( "woff2" ), url( "fonts/Alegreya_Sans_SC~italic-700.woff" ) format( "woff" ), url( "fonts/Alegreya_Sans_SC~italic-700.otf" ) format( "opentype" );
}

/*******************************************************************************
	Reset specific element styles.
*******************************************************************************/

a
{
	background-image: none;
	background-position: auto;
	background-repeat: auto;
	background-size: auto;
	padding-right: 0;
}

ul
{
	margin-left: 0;
	list-style: none;
}

/*******************************************************************************
	Define the menu header styles.
*******************************************************************************/

body > header
{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 6vh;
	color: rgba( 240, 240, 240, 1 );
	font-size: 2.4vh;
	z-index: 3;
}

div#updated
{
	position: absolute;
	left: 1vw;
	top: 0px;
	line-height: 6vh;
}

div#full
{
	background-color: rgba( 52, 56, 28, 1 );
	border-bottom: 0.25vh solid rgba( 66, 70, 36, 1 );
}

div#mini.hide,
div#full.hide
{
	display: none;
}

div#mini.show,
div#full.show
{
	display: block;
}

div#full > h1
{
	color: rgba( 192, 144, 32, 1 );
	line-height: 6vh;
	font-size: 5vh;
	text-shadow: rgba( 0, 0, 0, 0.5 ) 0.05em 0.05em, rgba( 255, 255, 255, 0.8 ) -0.01em 0;
}

/*******************************************************************************
	Define the toolbar menu styles.
*******************************************************************************/

menu.toolbar
{
	position: absolute;
	right: 1vw;
	top: 0px;
	background-color: transparent;
	font-family: "Alegreya Sans SC", sans-serif;
	text-align: left;
	list-style: none;
}

menu.toolbar > li.menuitem
{
	position: relative;
	display: inline-block;
}

menu.toolbar > li.menuitem + li.menuitem
{
	margin-left: 0.5vw;
}

menu.toolbar > li.menuitem > button
{
	display: inline-block;
	height: 4vh;
	color: inherit;
	background-color: transparent;
	background-image: none;
	font-family: inherit;
	font-size: inherit;
	padding: 1vh 0 1vh 0;
	cursor: pointer;
}

menu.toolbar > li.menuitem > button > img
{
	width: auto;
	height: 4vh;
	vertical-align: bottom;
}

/*******************************************************************************
	Define the dropdown element styles.
*******************************************************************************/

div.dropdown
{
 	position: absolute;
	right: 50%;
	top: 100%;
	color: rgba( 240, 240, 240, 1 );
	background-color: rgba( 68, 80, 40, 1 );
	border: 0.5vh ridge rgba( 170, 136, 0, 1 );
	border-radius: 0;
}

div.dropdown.hide
{
	display: none;
}

div.dropdown.show
{
	display: block;
	z-index: 3;
}

div.dropdown menu,
div.dropdown ul
{
	max-height: 60vh;
	overflow: hidden;
}

div.scroll-box > div
{
	text-align: center;
}

div.scroll-box > div > button
{
	display: inline-block;
	width: 100%;
	height: 15px;
	color: rgba( 240, 240, 240, 1 );
	background-color: transparent;
	font-size: 15px;
	text-align: center;
}

div.dropdown li.menuitem > a,
div.dropdown li.menuitem > button
{
 	display: block;
	min-width: 10em;
	color: rgba( 240, 240, 240, 1 );
	text-align: left;
	padding: 0.2em 0.5em 0.2em 0.5em;
	white-space: nowrap;
}

div.dropdown li.menuitem > a[href]:hover,
div.dropdown li.menuitem > button:hover
{
	color: rgba( 0, 0, 0, 1 );
	background-color: rgba( 56, 40, 8, 1 );
	background-image: linear-gradient( to bottom, rgba( 220, 198, 118, 1 ), rgba( 255, 236, 176, 1 ) 10%, rgba( 224, 194, 110, 1 ) 50%, rgba( 194, 166, 102, 1 ) 90%, rgba( 128, 96, 48, 1 ) );
	text-align: center;
}

div.dropdown li.menuitem > a:not( [href] )
{
	background-color: transparent;
	opacity: 0.6;
	cursor: not-allowed;
}

div.dropdown li.menuitem > hr
{
	height: 0;
	border-top: 1px solid rgba( 240, 240, 240, 1 );
	margin: 0.25em 0.5em 0.25em 0.5em;
}

div.dropdown > article
{
	width: 40vw;
	max-height: 70vh;
	color: rgba( 0, 0, 0, 1 );
	background-color: rgba( 96, 118, 80, 1 );
	background-image: url( "media/css-bg-paper_tile.png" );
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	margin: 1em;
	padding: 1em;
	overflow-x: hidden;
	overflow-y: auto;
}

div.dropdown > article > header
{
	margin-bottom: 1em;
}

div.dropdown > article > header > h1
{
	font-size: 1.4em;
	text-align: center;
}

div.dropdown > article > section
{
	margin-bottom: 1em;
}

div.dropdown > article > section > p
{
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 1em;
}

div.dropdown > article > section li
{
	line-height: 1.5;
	text-align: justify;
	margin-left: 1.25em;
}

div.dropdown > article > section:last-child, div.dropdown > article > section > *:last-child
{
	margin-bottom: 0;
}

/*******************************************************************************
	Define the custom contact form and form reply styles.
*******************************************************************************/

div#contact_form_wrapper
{
	margin: 1em;
}

button#contact_form_status.contact-form-status-code
{
	background-image: none;
}
