
a.close { display: inline-block; background: #5574b4; padding: 10px 8px; color: #fff; font-weight: bold; font-size: 1.4em; text-decoration: none; margin-bottom: 6px; }
a.close:hover { background: #4a6397; }

#about { 
  display: block;
  width: 400px;
  background: #fff;
  padding: 10px 10px;
  padding-top: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0 ;
  border: 1 solid #000000;
}

#mainpage {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #fff;
  opacity: 1 ;
}

#mainpage nav { 
  position: absolute;
  width: 180px; 
  min-height: 100%;
  padding: 0px 8px;
  padding-top: 220px;
  background: #343638;
}
#mainpage nav h1 {
  font-family: 'ABeeZee', 'Trebuchet MS', Arial, sans-serif;
  font-size: 2.85em;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 11px;
}



#content {
  display: block;
  margin-left: 200px;
  padding: 10px 15px;

}

#content p {
  color: #fff;
  text-shadow: 2px 1px 0px rgba(0,0,0,0.7);
}


/* right navigation */
#aboutright { 
  display: block;
  width: 350px;
  padding: 8px 11px;
  padding-top: 35px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

nav#right { 
  position: absolute;
  width: 180px; 
  min-height: 100%;
  right: 0;
  padding: 0px 8px;
  padding-top: 220px;
  background: #343638;
}


/* top navigation */
#mainpage nav#top {
  position: absolute;
  height: 120px; 
  width: 100%;
  min-height: 120px;
  top: 0;
  text-align: center;
  padding: 20px 0px;
  background: #343638;
}

nav#top #navigation li {
  display: inline-block; 
  margin-right: 6px;
}


/* bottom navigation */
#mainpage nav#bottom {
  position: fixed;
  height: 120px; 
  width: 100%;
  min-height: 120px;
  bottom: 0;
  text-align: center;
  padding: 20px 0px;
  background: rgba(52,54,56,0.6);
}

nav#bottom #navigation li {
  display: inline-block; 
  margin-right: 6px;
}

.fixed-btm { padding-bottom: 120px; /* add extra space when nav is fixed at the bottom */ }