@font-face { 
  font-family: "codefont"; 
  src: url("./fonts/courierprime.ttf"); 
}

@font-face { 
  font-family: "titlefont"; 
  src: url("./fonts/Courier Prime Bold.ttf"); 
}

body {
  color: #333;
  font-family: serif, Times;
  font-size: 1.25em;
  margin: 0;
  height: 100%;
}

a:link, a:visited, a:active {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #000;
}

.ulink {
  color: #666;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}

.ulink a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.programlisting {
    background-color: #525645;
    color: #fff;
    font-family: 'codefont', monospace;
    padding: 1em 1ex;
    line-height: .3em;
    border-radius: 0px 0px 5px 5px;
    border: solid 1px #333;
    border-top: solid 10px #333;
}

#title {
    width: 60%;
    margin-left: 5%;
    margin-top: -30%;
    float: left;
    padding-bottom: 140px;
}

#content {
  margin-left: 60%;
  margin-right: 5%;
  margin-top: 10%;
  width: 20%;
  float:right;
  text-align: center;
  background-color: #C4C4C4;
  border-radius: 10px;
  padding: 10px 0px 0px 0px;
}

li {
  list-style: none;
}

li img {
    vertical-align: -45%;
}

h1 {
  margin-top: 15%;
  padding-top: 10px;
  width: 50%;
  margin-right: auto;
  color: #666;
  font-family: 'codefont', courier, serif;
}

h2 {
  width: 75%;
  margin-right: auto;
  color: #666;
  font-family: 'codefont', arial, serif;
}

h3 {
  color: #666;
  font-family: 'codefont', arial, serif;
}

a img {
  vertical-align: -45%;
  padding-right: 5px;
  padding-left: 5px;
}

#footer {
    width: 100%;
    font-size: 0.66em;
    background-color: #c4c4c4;
    padding: 1ex 1em;
    text-align: top;
    vertical-align: top;
    padding-bottom: 3ex;
    height: 3ex;
    position: fixed;
    bottom: 0;
}

#footer p {
    text-align: top;
    padding-bottom: 2ex;
    margin-bottom: 2ex;
}

/* --------------- \
|  menu item boxes |
\ --------------- */
.dropper ul {
    position:absolute;  
    margin: 0; 
    padding: 0; 
    list-style: none; 
    white-space: nowrap; 
    background: #888; 
    border:1px solid #000; 
    padding:10px 0; 
    text-align:left;
    border-radius: 2px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.dropper ul ul {
    left:100%; 
    margin-top:-36px; 
    margin-left:-5px;
}

.dropper li {
    margin: 0; 
    padding: 0; 
    list-style: none; 
    display: inline-block; 
    display: inline;
}

.dropper a {
    display: block; 
    font: 12px serif; 
    color: #fff; 
    line-height: 25px; 
    text-decoration: none; 
    padding: 0 20px 0 10px;
}

.dropper li a.a-top,
.dropper li a.a-sub {background:url(arrow-right.gif) no-repeat right center;}

/* ----------------- \
|  selection colour  |
\ ----------------- */
.dropper li.clicked > a {background-color: #666;}


/* -------------- \
|  the menu bar   |
\ -------------- */
.dropper {
    padding: 0; 
    margin: 0; 
    list-style: none; 
    text-align: center; 
    position: fixed;
    top: 0;
    background: #777; 
    height: 25px;
}

/* -------------- \
|   text stylin   |
\ -------------- */
.dropper > li > a {display:inline-block; margin-right:-5px; height:25px;}
.dropper > li {position:relative; display:inline-block;}

.dropper > li {*display:inline;}
.dropper > li > ul {top:25px; left:-1px;}

.dropper ul {display:none;}
