/*
 * RCS: $Id: studio.css,v 1.3 2002/03/08 00:46:03 bossert Exp bossert $
 * Project:  Sudden Sound Studios
 * File:     studio.css
 * Author:   greg bossert <bossert@suddensound.com>
 *
 * style sheet for suddensound studio
 *
 * copyright (C) 2001 Greg Bossert
 */

BODY.main {
  background-color: #002200;
  color: #FFEED0;
}

A.light {
  font-family:  helvetica,arial;
  text-decoration: none;
  color: #FFEED0;
  font-weight: bold;
}

A.light:hover {
  color: #222222;
  background-color: #FFEED0;
}

DIV.main {
  background-color: #002200;
  color: #FFEED0;
}

DIV.quote1 {
  position: fixed;
  right: 10px;
  font-family: courier,monospace;
  color: #002200;
  background-color: #FFEED0;
  margin: 10px;
  padding: 10px;
  border: double;
  width: 40%;
  text-align: right;
}

DIV.quote1:first-letter {
  font-style: italic; 
}

SPAN.attrib {
  font-style: italic; 
  color: #220000;
}

DIV.title {
  margin: 10px;
  padding: 10px;
  text-align: left;
  background-color: #220000;
  border: solid;
  border-color: #FFEED0;
  clear: both;
}

SPAN.title {
  font-family:  helvetica,arial;
  color: #668866;
  font-weight: bold;
}

DIV.menu {
  position: fixed;
  left: 10px;
  margin: 10px;
  padding: 10px;
  width: 40%;
  text-align: center;
}

SPAN.menu {
  font-family:  helvetica,arial;
  text-decoration: none;
  color: #FFEED0;
  font-weight: bold;
  padding: 4px;
}

SPAN.menu:first-letter {
  font-style: italic; 
  color: #220000;
}

/*** private area ***/

BODY.private {
  background-color: #DDCC88;
  color: #000000;
}

TABLE.nav {
  font-family: arial,helvetica;
  border: solid;
  border-style: solid;
  border-width: 6px;
  border-color: #220000;
}

TD.nav {
  text-align: center;
  background-color: #DDCC88;
  color: #220000;
}

A.nav {
  color: #220000;
  text-decoration: none;
}

A.nav:hover {
  text-decoration: underline;
}

A.navsel {
  color: #DDCC88;
  background-color: #220000;
  text-decoration: none;
  font-weight: bold;  
}

SPAN.note {
  color: #000000;
  font-weight: bold;
}

SPAN.update {
  color: #000000;
  font-style: italic;
}

/*** news ***/
DIV.news {
  background-color: #FFEE88;
  padding: 8px;
}

TABLE.news {
  font-family: arial,helvetica;
  border-style: solid;
  border-width: 6px;
  border-color: #220000;
}

TD.news {

  text-align: left;
  vertical-align: top;
}

/*** upload ***/
DIV.upload {
  background-color: #FFEE88;
  padding: 8px;
}

TABLE.upload {
  font-family: arial,helvetica;
  background-color: #FFEE88;
}

TH.upload {
  background-color: #220000;
  color: #DDCC88;
}

TD.upload {
  background-color: #DDCC88;
}

A.upload {
  background-color: #DDCC88;
  text-decoration: none;
}

A.upload:hover {
  background-color: #DDCC88;
  text-decoration: underline;
}

A {
  color: #220000;
}

/*** PUBLIC SOUNDS ***/
DIV.soundcat {
  background-color: #FFEED0;
  color: #002200;
  margin: 10;
  padding: 4;
  border: solid;
  border-color: #220000;
  clear: both;
}

SPAN.soundcat {
  color: #002200;
  font-weight: bold;
}

SPAN.sss {
  font-family: arial,helvetica;
  vertical-align: super;
  color: #000000;
  font-weight: bold;
}

A.soundcat:hover {
  text-decoration: underline;
}

A.soundcat {
  font-family: arial,helvetica;
  color: #220000;
  text-decoration: none;
  font-weight: bold;
}

/***********************************************************************
* end of file
***********************************************************************/
