/*** Copyright 2025 GArganey Consulting ***/

* html .HollyHack { height: 0.01%; }
	
body {
	margin: 0;
	padding: 10px; 
	color: #404040;
	font-family: 'Arimo', sans-serif;
}
#wrapper {
	padding: 10px 10px 0 10px;
	background-color: #FFF;
	min-height: 590px;
	height: auto;
	x-width: 938px;
	width: 1024px;
	margin: 0 auto;
}
	
#header-top-wrapper {
	/* width: 700px; */
	margin: 0;
	padding: 0;
}
#site-title {
    left: 150px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 15px;
    z-index: 20;
    font-size: 300%;
}
#site-title a {
  	color: #000000;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}
h1 {

}
h1 span {
	
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #474134;
/*  background-color: #005012; */
 	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: inherit; 
}
#main {
  min-height: 576px;
}
.admin #main {
  min-height: 700px;
}
.admin img {
  padding-right: 6px;
}

.main-pane-wrapper a {
  text-decoration: underline;
} 
#container {
	position: relative;
}

div.hints {
	font-size: 0.75em; 
  line-height: 80%;
	margin: 0;
	position: absolute;
	left: 506px;
	top: 474px;
}
h4.hints {
	height: 20px;
	font-weight: normal;
}
#nav-column-wrapper {
	position: absolute; 
	x-width: 160px;
	width: 246px;
	margin: 0;
	top: 0;
	left: 610px;
	left: 0;
}
#nav-column {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
}
#nav-column h2 {
	color: #FFF;
  background-color: #799CCA;
	margin: 4px 0;
	padding: 0 12px;
	text-align: center;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1em;
	font-weight: normal;
}
#nav-column h3 {
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.05em;
  color: #202020;
  margin: 4px 0 0 0;
  padding: 4px 7px 4px 7px; 
}

#nav-column img {
	display: inline-block; 
	border: none;
	margin-top: -20px;
}
#nav-column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nav-column ul li {
  margin: 0;
  padding: 0;
  height: auto;
  font-size: 0.8em;
}
#nav-column ul li a {
	display: block;
  margin: 0;
  padding: 2px 7px 4px 7px;
  height: auto;
}
#nav-column ul li a:hover {
	color: #F29100;
}
#nav-column ul ul {
  padding: 0 0 4px 8px;
}
#general-pane {
  margin: 0 0 10px 256px; 
	display: block;
	padding: 0 12px;
	width: 744px;
	height: auto;
}

#general-pane > h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 2em;
	color: #799CCA;
  margin: 4px 0 12px 0;
} 
#general-pane > h3 { 
	color: #799CCA;
	font-weight: bold;
	padding: 0 0 8px 0;
	margin: 0;
}
#general-pane h4 { 
	font-weight: normal;
	padding: 0 0 4px 0;
	margin: 0;
}
#general-pane p {
  font-size: 0.875em;
  margin: 2px 0 12px 0;
}
#general-pane li {
  font-size: 0.875em;
}
#general-pane td,
#general-pane th {
  font-size: 0.875em;
  text-align: left;
  padding: 5px;
}
#general-pane td.c1 {
  width: 30px;
}
#general-pane td.c2 {
  width: 60px;
}

#general-pane p.message {
  border: 1px dashed #202020;
  background-color: #FFF;
  padding: 10px;
}

#colophon {                                           /*** Footer ***/
	position: relative;
	margin: 10px auto 0 -10px;
	width: 1024px;
	height: 40px;
	padding: 12px 10px;
	font-size: 0.875em;
	text-align: center;
	color: #1D1D1B;
	background-color: #799CCA;
}
.colophon-left {
	display: block;
	float: left;
	padding-top: 10px;
}
.colophon-right {
	display: block;
	float: right;
	padding-top: 10px;
}

p#credit-text a {
  font-size: 1em;
	margin: 0;
	padding: 1px 0;
}
.credit {
  margin: 0;
  padding: 0;
}
.credit a:hover {
  color: #FFF;
}
