@charset "utf-8";



/* CSS Document */



body {
  background-color:#002a0a;  /* rgb(126,23,26) 001800 alt #003A00 #004000 #002D00 003300 or 0f4a0e? */
  color: #d5bc22;         /*rgb(228,202,63);*/  /* alt FFCC00 fce232 d6bb0b or d5bc22? */
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;
  }
div.whole {
  width:100%;
  height:100%;
  }
div.content {
  width:90%;
 background-color: #000400;
 margin-right:auto;
  margin-left:auto;
  min-width:62em;
 /* min-width:1035px; */
  }
  .header{
    display: block;
	top:-10px; 
	position:relative;
    margin-left: auto;
    margin-right: auto;
    align: center;
	background-image:url(pics/keyboardmono_contrast.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:180px;
    }

   #head{
     font-size:3em;
	 color:#003300;
	 font-weight:bold;
	 }
  div.maincol{
    position:relative;
    margin-left:11em;
  /*  margin-right:-800px;  */
	right:0;
    width:auto;
	margin-top:0;
  padding-right: 1em;
	padding-top:0;
	}
  div.leftcol{
    padding-top:0;
	margin-top:0;
	padding-left:.5em;
    float:left;
    width:8em;
	font-size:1.15em;
	padding-bottom:1em;
	}

a {
  color: #d5bc22;
  }
a:hover,a:active{
  background-color: #000;
  }
  div.leftcol>a{
    text-decoration:none;
	color:#d5bc22;
	display:block;
	font-weight:normal;
	}
  div.leftcol>a:hover,div.leftcol>a:active{
    background-color:#444;
	}
  hr{
    border:0;
	color:#d5bc22;
    background-color:#d5bc22;
height:3px;
	position:relative;
	top:10px;
	}
  div.footer{
    clear:both;
	text-align:center;
	}
h1{
  text-align:center;
  }
h1{font-family:"Times New Roman", Times, serif;
  line-height:2em;
  font-variant:small-caps;
  font-size:2.5em;
  }
div.boxit{
 border: dashed #d5bc22 1px;
 padding: 1em;
/*
  border-color: #;
  border-style:dashed;
  border-width:1px;
*/
  }

/*These are the columns for the library page. */
 #c1 {float:left;
  width:15em;
  text-align:center;
  }
  #cbig{    /* This column holds the second and third so that everything works properly. */
  margin-left:36%;}
#c2 {
  float:left;
  width:15em;
  text-align:center;
  }
#c3 {float:right;
  width:15em;
  text-align:center;
  } 

/*These are for the calendar. */
 div.month{
  position:relative;
  top: 0;
  width:721px;
  padding-left:10px;
  padding-right:10px;
  height:600px;
/*  border: double #222023 1px; */
  background-color:#444;
  padding-top:.75em;
  margin-bottom:2em;
  margin-left:1.5em;
  margin-top:0;
  }
 div.day,div.noday{
  float:left;
  width:100px;
  height:100px;
  background-color:#222023; /* alt #003A00 003300 or 0f4a0e? */
  border: dashed #d5bc22 1px;
/*  background-color:#CCCCFF; */
  }
 div.noday{
  background-color:#222023;
  border-color:#222023;
  }
 div.day>p{
  margin:2px;
   }
dl { border: dashed #d5bc22 1px;
   padding: 0.5em; 
   padding-left:15%;
   width:60%;
   } 
dt {font-size:1.2em;
  }
dt:before {content: open-quote;}
dt:after {content: close-quote;}
dd {padding-bottom:1em; margin:0;}
dd:before {content: "Composed by: "; margin:0; padding:0; line-height:0em; margin-bottom:-1em;}


ul>li {
  padding-left:3em;
  line-height:1.5em;
/*  list-style-image:url(pics/favicon.ico); */
  list-style:none;
  display:block;
  height:1.5em;
  width:20em;
  float:left;
  } 


