@media screen, projection {
  html {
    overflow: auto;
  }
  body {
    font-family: Arial, sans-serif;
    background:black;
    padding: 0px;
    overflow: hidden;
    color: white;
  }
  
  #align {
    width: 990px;
    margin: 0px auto;
    position: relative;
  }
  
  #content_tree {
    font-family: Georgia, serif;
  }
  
  a {
    color: rgb(230,230,230);
    outline: none;
  }
  #navigation a {
    text-decoration: none;
  }
  a.tmi {
    text-decoration: none;
    display: block;
    position: absolute;
    overflow:hidden;
    padding: 2px;
  }
  
  a.tmi:hover {
    text-decoration: underline;
    /*background-color: rgb(30,30,30) !important;*/
  }
  
  a.tmi:visited {
    text-decoration: line-through !important;
  }
  
  a.tmi:visited:hover {
    text-decoration: none;
  }
  
  #indicator {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #langlinks {
    position: absolute;
    top: 8px;
    right: 20px;
  }
  #navigation {
    height: 35px; 
    margin-left: 1px;
  }
  a.nav {
    display: block; float: left; 
    height: 28px;
    line-height: 28px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-left: 1px;
    padding: 0px 3px;
    border-top: 7px solid black;
    font-size: 12px;
    text-transform: uppercase; 
  }
  
  
  a.main { background-color: rgb(130,10,30); }
  a.main:hover {  border-top-color: rgb(130,10,30); }
  
  a.nw { background-color: rgb(200,160,0);}
  a.nw:hover { border-top-color: rgb(200,160,0);}
  
  a.nn { background-color: rgb(0,135,135);}
  a.nn:hover { border-top-color: rgb(0,135,135);}
  
  a.nb { background-color: rgb(0,120,0);}
  a.nb:hover { border-top-color: rgb(0,120,0);}
  
  a.ns { background-color: rgb(204,0,0);}
  a.ns:hover { border-top-color: rgb(204,0,0);}
  
  a.nt { background-color: rgb(255,100,0);}
  a.nt:hover { border-top-color: rgb(255,100,0);}
  
  a.ne { background-color: rgb(100,50,150);}
  a.ne:hover { border-top-color: rgb(100,50,150);}
  
  #maindesc {
    font-size: 0.8em;
    padding: 10px;
    border-bottom: 1px solid #444;
  }
  
  #mainhead {
    display: none; height: 60px;
  }
  
  #goog_topright {
    position: absolute;
    right: -1px;
    top: 120px;
    width: 298px;
    height: 530px;
    background-color: black;
  }
  
  #goog_links {
    background-color: black;
  }
  #footer {
    color: white;
    font-size: 0.75em;
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 5px 50px;  
  }
  
  #footer a {
    text-decoration: underline;
  }
  #footer a:hover {
    text-decoration: none;
  }
  
  #langlinks img {
    border: 1px solid #444;
  }
  .hidden {
    display: none;
  }
}

@media screen and (max-device-width: 480px) {
  #align {
    width: 520px;
    margin: 0px auto;
    font-family: Georgia, serif;
    position: relative;
  } 
  
  #navigation{
    padding-top: 30px;
  }
  
  a.nav {
    font-size: 8px;
  }

}

