@import "layout.css";
html {
     margin: 0px;
     width: 100%;
     height: 100%;
   }
   body {
     margin: 0px;
     padding: 0px;
     width: 100%;
     height: 100%;
     font-family:  Trebuchet MS;
     font-size: 14px;
     color: #cc9966;
     background-color: black;
     background-image: url('/subterra/images/background.jpg');
     background-position: top left;
     background-repeat: no-repeat;
   }
   div#header {
   }
   div#header {
   }
   div#footer {
     position:absolute;
     width:100%;
     height: 200px;
     bottom:0;
   }
   div.plane {
      border: 1px dotted #724b24;
   }
   td.navigator p {
     font-size: 11px;
   	 margin-bottom: 4px;
   	 margin-top: 0px;
   }

a {
   color: #ab7132;
   text-decoration: none;
}

h1 { margin: 10px; text-align: center; font-size: 14px; font-weight: bold; }



p.menuitem {
   cursor: pointer;
   color: #ab7132;
   letter-spacing: 1px;
   font-family: Verdana;
   margin-bottom: 4px;
 }

 p.topic_header {
   font-weight: bold;
   font-size: 12px;
 }
 p.menuitem_over {
   cursor: pointer;
   color: #cc9966;
   font-family: Verdana;
   letter-spacing: 1px;
   margin-bottom: 4px;
 }

 div.news p.date {
   font-size: 10px;
   margin: 0px;
 }
 div.news p.screenname {
   font-size: 12px;
   font-weight: bold;
   margin: 0px;
 }
 div.news2 p.screenname {
   font-size: 12px;
   text-indent: -10px;
   font-weight: bold;
   margin: 0px;
 }

 p.date {
   font-size: 10px;
   margin: 2px;
 }
 div.abs1 {
   padding-left: 10px;
   padding-right: 10px;
 }

 p.artist {
   font-weight: bold;
   font-size: 12px;
   margin: 2px;
   letter-spacing: 1px;
 }

 div.objects {
   padding-left: 10px;
   padding-right: 10px;
 }

 p.album {
   font-weight: normal;
   font-size: 12px;
   margin: 2px;
 }
 p.meta {
   text-align: center;
    font-size: 10px;
    margin: 0px; margin-bottom: 16px;
 }
p.abstract {
   font-size: 12px;
   text-align: justify;
 }
 
 p.records {
   font-size: 12px;
   text-align: justify;
   line-height: 22px;
 }

li {
   font-size: 12px;
   text-align: justify;
   line-height: 14px;
}

 p.rightaligned {
   font-size: 12px;
   text-align: right;
   margin-bottom: 20px;
   margin-right: 15px;
   line-height: 1px;
 }

 p.close {
    border-bottom: 1px dotted #724b24;
 }
 
 p.audio {
   font-size: 12px;
   font-weight: bold;
   margin: 0px;
   margin-bottom: -7px;
 }

img.leadimg {
  margin-right: 8px;
}