/* LIB.CSS */
/* */
/* CSS LIBRARY */
/* Version: 24.5-13 */
/* Copyright 2024 Terry Erickson */
/* */
/* */
/* Universal settings */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* Defaults */
/* */
/* */
/* Sets browser defaults */
*
 {
  margin: 0px;
  padding: 0px;
  /*  Include border/padding, not margins */
  box-sizing: border-box;
 }
/* */
/* Sets body */
body
 {
  margin: 0px;
  padding: 0px;
 } 
/* */
/* End defaults */
/* */
/* */
/* */
/* */
/* Setup tags */
/* */
/* */
/* Sets anchors */
a
 {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1000;
 }
/* */
/* Sets buttons */
button
 {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1500;
 }
/* */
/* Sets form input */
input
 {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1000;
 }
/* */
/* Sets every header 1 */
h1
 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
 }
/* */
/* Sets every header 2 */
h2
 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.6em;
  font-weight: bold;
 }
/* */
/* Sets every header 3 */
h3
 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: bold;
 }
/* */
/* Sets every paragraph */
p
 {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  text-indent: 1em;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: .5em;
 }
/* */
/* Sets lmages */
img
 {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  margin: 0px;
  padding: 0px;
 }
/* */
/* Block quotes */
blockquote
 {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  margin-left: 2em;
 }
/* */
/* Definition termS */
dt
 {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  margin-left: 2em;
 }
/* */
/* Definition description */
dd
 {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  margin-left: 2em;
 }
/* */
/* Sets UL disc */
ul.disc
 {
  list-style-type: disc;
 }
/* */
/* Sets UL square */
ul.square
 {
  list-style-type: square;
 }
/* */
/* Sets OL Numeric */
ol.numeric
 {
  list-style-type:decimal;
 }
/* */
/* Sets OL Upper Alpha */
ol.upperalpha
 {
  list-style-type: upper-alpha;
 }
/* */
/* Sets OL Lower Alpha */
ol.loweralpha
 {
  list-style-type: lower-alpha;
 }
/* */
/* Sets list items */
li
 {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  margin-left: 2em;
 }
/* */
/* End setup tags */
/* */
/* */
/* */
/* */
/* Page setup */
/* */
/* */
/* Sets entire page body */
.w_body
 {
  margin: 0px;
  padding: 0px;
  /*min-width: 100%;*/
  min-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #280000;
  color: #ffffff;
  z-index: 500;
 }
/* */
/* Page blocker */
.blocker
 {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
 }
/* */
/* End page setup */



/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* Special content */
/* */
/* Laughing graphic */
.laughter
 {
  height: 1em;
 }
/* */
/* Poems */
.poem
 {
  margin: auto;
  padding: 20px;
  border: 2px dashed #ff8888;
  text-align: center;
  background-color: #000030;
  color: #ffffff;
 }


/* */
/* */
/* */
/* */
/* Menu system */
/* */
/* */
/* Menu box */
.m_box
 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #004;
  color: #fff;
  z-index: 1100;
 }
/* */
/* Menu group */
.m_cat
 {
  float: left;
  margin: 0px;
  padding: 2px 8px;
  text-align: center;
 }
/* */
/* Current menu name */
.m_cat-c
 {
  margin: 0px;
  padding: 0px;
  color: #afa;
  background-color: #004;
 }
/* */
/* Normal menu name */
.m_cat-n
 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  background-color: #004;
 }
/* */
/* Hover over current menu name link */
.m_cat-c:hover
 {
  background-color: #04a;
  color: #ffa;
  border: 1px solid #0f0;
 }
/* */
/* Hover over normal menu name link */
.m_cat-n:hover
 {
  background-color: #00a;
  color: #ffa;
  border: 1px solid #0f0;
 }
/* */
/* Dropdown box */
.m_drop
 {
  display: none;
  position: absolute;
  /*background-color: #004;*/
  /*color: #ccc;*/
  border: 1px solid #004;
 }
/* */
/* Current page item */
.m_drop-c
 {
  background-color: #030;
  color: #afa;
  display: block;
  text-align: center;
  padding: 2px 4px;
  text-decoration: none;
 }
/* */
/* Normal page items */
.m_drop-n
 {
  background-color: #004;
  color: #fff;
  display: block;
  text-align: center;
  padding: 2px 4px;
  text-decoration: none;
 }
/* */
/* Hover normal page items */
.m_drop-n:hover
 {
  background-color: #008;
  /*border: 1px solid #ff8;*/
 }
/* */
/* Display items when hover over menu name */
.m_cat:hover .m_drop
 {
  display: block;
 }
/* */
/* End menu system */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* End lib.css */
/* */
