/* A test index page style sheet */

/*/*/a{}  /* Netscrape 4 bait. */

body { 
     background-color: #000; 
     background-image: url(img/kosh-gray.png);
     background-repeat: no-repeat;
     color: #ccc;
     font-family: Arial, Helvetica, sans-serif; 
     margin: 0em;
}

div.kosh {
          float: left;
          width: 250px;
          height: 550px;
          margin: 0em; 
          padding-right: 1.0em;
          padding-bottom: 0em;

}

div.kosh_speaks { 
                 position: absolute; left: 20px; top: 350px;
                 width: 220px;
                 color: #fff;
                 font-weight: bold;
                 border: dashed; border-color: #666; border-width: 3px;
                 background-color: #000;
                 background-image: url(img/kosh-dark.png);
                 background-position: -23px -353px;
                 background-repeat: no-repeat;
                 padding-right: .25em;
                 padding-left: .25em;
}

span.kosh_says { color: #ccf; font-weight: bolder; }

div.title {
          position: absolute;
          top 10px; left: 230px; 
          color: #999;
}

p.folders { 
            font-size: 1.5em;
            padding: .75em;
}

a { 
   text-decoration: none; 
   font-weight: bold;
}
          
a.folders { font-size: 2em; }

a:link { color: #f9f; }

a:visited { color: #c6c; }

a:hover { color: #c6c; }

p.bottomfeeders { 
                  font-size: 1em; 
                  padding-left: 1em; padding-right;
}

