/*
 * $Revision: 1.6 $
 * $Id: cb.css,v 1.6 2004/08/22 00:32:09 andrew Exp andrew $
 */

/*
 * Chilled Baby Music website colour scheme:
 *   Primary background:	LightBlue1	#BFEFFF
 *   Primary Text:		MidnightBlue	#191970
 *   Text panel background:	LightBlue2	#B2DFEE
 *   NavBar Background:		MidnightBlue	#191970
 *   NavBar Text:		LightBlue2	#B2DFEE
 *   NavBar visited link:	LightBlue3	#9AC0CD
 *   Section head background:	MidnightBlue	#191970
 *   Section head text:		LightBlue2	#B2DFEE
 *   Signature text:		DodgerBlue3	#1874CD
 */
/*
BODY {
  background-color: #BFEFFF;
  background-image: url(/chilledbaby/images/cb-background.png)
}

H1 {
  font-family: "Comic Sans", "Comic Sans ms", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 36pt;
  text-align: center;
  letter-spacing: 0.1em
  }
H2 {
  font-family: "Comic Sans", "Comic Sans ms", sans-serif;
  font-weight: bold;
  font-size: 16pt;
  text-align: left;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 0 }
H3 {
  font-family: "Comic Sans", "Comic Sans ms", sans-serif;
  font-weight: bold;
  font-size: 14pt;
  text-align: left;
  letter-spacing: 0.1em;
}
BLOCKQUOTE {
  font-family: "New Century Schoolbook", Times, serif;
  font-weight: lighter;
  }
OL {
  font-family: "New Century Schoolbook", Times, serif;
  font-weight: lighter;
  line-height: 110%;
  }
P {
  font-family: "New Century Schoolbook", Times, serif;
  font-weight: lighter;
  line-height: 110%;
  margin-top: 6pt;
  margin-bottom: 6pt }
P:first-line { margin-top: 8pt }
P.first:first-letter {
  font-size: 200%;
  float: left;
  padding-right: 4pt;
}

P.dateline {
  font-style: italic;
  font-size: 80%;
  text-align: right }
P.sig {
  font-family: "Comic Sans", "Comic Sans ms", sans-serif;
  font-style: italic;
  color: #1874CD;
  letter-spacing: 0.1em;
  text-align: left }
P.nbil {
  font-family: "Comic Sans", "Comic Sans ms", sans-serif;
  letter-spacing: 0.1em;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: lighter;
  color: #B2DFEE;
  text-decoration: none }
TABLE.list {
  font-family: "New Century Schoolbook", Times, serif;
  margin-top: 6pt;
  margin-bottom: 6pt }
*/
A.nb {
  font-family: "Comic Sans", "Comic Sans ms", sans-serif;
  letter-spacing: 0.1em;
  line-height: 120%;
  padding-top: 2pt;
  padding-bottom: 2pt;
  font-weight: bold;
  color: #00007F;
  text-decoration: none;
}
A.nb:active { color: white }
A.nb:visited {
  font-weight: bold;
  color: #1010FF;
  }
TD.nb {
  border-left: 1pt solid #00007F;
  border-right: 1pt solid #00007F;
  border-bottom: 1pt solid #00007F;
  border-top: 1pt solid #00007F;
  text-align: center;
}
