/*
 * /wehrhaus/nz/css/nz.css
 * by Paul Wehr, Handmade Art Co.
 I* 2025-03-02 at 01:33
 */

	body {
		background-color:#eff;
		color:#333;
		font:normal clamp(12pt, 3vw, 14pt) 'CabinRegular',Verdana,Tahoma,Arial, sanserif;
		}

	h1 { font-family: "Gill Sans" Verdana; font-size: clamp(24pt, 6vw, 30pt); letter-spacing: 0.3rem; }
	h2 { letter-spacing: 0.5rem; }
	h3 { font-size: 1.2rem; text-align:center; }
	p  {font-size: 1rem; }
	
	div.navleft {
		background-color:#bbb;
		color:#333;
		font-size:smaller;
		font-weight:bold;
		width:2em;
		margin-top;6em;
		/* margin-left:8px; */
		text-align:center;
		/*float:left; */
		position:fixed;
			left:8px;
			top:9em;
	}
	
	div.mainstatic {
		margin: 10px 0em 10px 0em;
		padding:2px 6px 8px 6px;
		background-color: #bbb;
		border-spacing:0;
		border-radius: 6px;
		}

	div.navright {
		background-color:#bbb;
		color:#333;
		font-size:smaller;
		font-weight:bold;
		width:2em;
		margin-top;6em;
		text-align:center;
		/* float:right; */
		position:fixed;
			right:10px;
			top:9em;
	}
	
	.phoart {
		background-color: #222;
		color:#fff;
		width:90%;
		margin: 0 2.5%;
		padding: 2.5%;
	}
	.artext {
		background-color:#eef;
		color:#222;
		width: 85%;
		padding:1%;
		margin: 5px 7.5%;
		font-size:larger;		
	}
	img.pho {
		display:block;
		width: 80%;
		height: auto;
		margin: 0 10%;
	}

	a:link { color:#0096ff; text-decoration:none;
	}       /* unvisited link */
	a:visited { color:#0433ff; text-decoration:none}   /* visited links */
	a:active { color:#73fa79; background-color:#887;
	text-decoration:none}    /* active links */
	a:hover { color:#73FDFF; background-color: #887;}

	td {
		padding: 0;
		margin: 0;
		border: 1px solid #999;
		min-height: 4em;
		vertical-align:top;
		width:13%;
	}
	td.day {
		font-size:larger;
		font-weight:bold;
		background-color:#acc;
		text-align: center;
		vertical-align:middle;
		height: 1em;
	}
	td.slp { height: 1em; }
	span.hot { color:#a33;font-weight:bold; }
</style>
