/*
 * RCS: $Id: workshop.css,v 1.1 2001/10/08 03:08:34 bossert Exp bossert $
 * Project:  Sudden Sound Workshops
 * File:     workshop.css
 * Author:   greg bossert <bossert@suddensound.com>
 *
 * style sheet for suddensound workshop
 *
 * copyright (C) 2001 Greg Bossert
 */

BODY.main {
  background-color: #220000;
}

BODY.dir {
  background-color: #DDCC88;
}

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

A.light:hover {
  color: #664422;
}

A.text {
  text-decoration: none;
  color: #220000;
  font-style: italic;
}

A.text:hover {
  color: #880000;
}

DIV.nav {
  font-family:  helvetica,arial;
  color: #DDCC88;
  font-weight: bold;
  padding: 4;
}

DIV.center {
  text-align: center;
}

PRE A {
  font-family:  monospace;
  text-decoration: none;
  color: #220000;
}

PRE A:hover {
  color: #000000;
}

P.dir {
  font-family:  helvetica,arial;
  color: #220000;
}

H1.dir {
  font-family:  helvetica,arial;
  color: #220000;
}

/*** group list ***/
SPAN.title {
  font-style: italic; 
}

DIV.commentlist {
  font-family: courier,monospace;
  color: #220000;
  background-color: #DDCC88;
  margin: 10;
  padding: 10;
  border: double;
  width: 40%;
  float: left;
}

DIV.instlist {
  font-family: helvetica, arial;
  color: #220000;
  background-color: #DDCC88;
  margin: 10;
  padding: 10;
  border-style: double;
  border-color: #220000;
  width: 40%;
  text-align: right;
  float: right;
}

DIV.instlist2 {
  font-family: helvetica, arial;
  color: #220000;
  background-color: #DDCC88;
  margin: 10;
  padding: 10;
  border-style: double;
  border-color: #220000;
  width: 40%;
  text-align: right;
  float: left;
}

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

A.inst:hover {
  color: #220000;
  text-decoration: underline;
}

DIV.comments {
  font-family: courier,monospace;
  color: #220000;
  background-color: #DDCC88;
  margin: 10;
  padding: 10;
  border: double;
  width: 90%;
  float: left;
}

DIV.inst {
  font-family: helvetica, arial;
  color: #220000;
  background-color: #DDCC88;
  margin: 10;
  padding: 10;
  border-style: double;
  border-color: #220000;
  width: 90%;
  text-align: right;
  float: left;
}
