/* Main text */

BODY, TD, TH {
  background-color: white ;
  color: #333 ;
  font-family: Palatino, Garamond, Georgia, serif
}

P, OL, UL, DL, H3, H4, H5, H6 { margin-left: 1.5em }

BLOCKQUOTE {
  margin-left: 6em;
  margin-right: 6em
}

A:link    { color: #36c ; font-weight: bold }
A:active, A:hover  { color: #9cc ; font-weight: bold }
A:visited { color: #399 ; font-weight: bold }

H1, H2, H3, H4, H5, H6 {
  color: #3366cc ;
  font-family: Verdana, Helvetica, Arial, sans-serif ;
  letter-spacing: -0.05em
}
H1 { font-size: large }
H2 { font-size: medium }
H3, H4 {
	font-size: small ;
	color: #333333 ;
}
H5, H6 {
	font-size: x-small ;
	color: #333333 ;
}

STRONG { font-size: 100% ; font-weight: bold ; color: #000 }

PRE {
  font-family: Andale Mono, Courier, Courier New, monospace ;
}

/* top bar links */
P.topbar {
  font-size: xx-small ;
  font-family: Verdana, Helvetica, Arial, sans-serif ;
  font-weight: bold ;
  color: #FFF ;
  text-align: right ;
  white-space: nowrap
}
TD.topbar { background-color: #3366cc }
A:link.topbar    { color: #FFF }
A:active.topbar, A:hover.topbar  { color: #FFF }
A:visited.topbar { color: #FFF }

/* Top page mp3 links */
.quicklink {
  color: #333 ;
  font-family: Verdana, Helvetica, Arial, sans-serif ;
  font-size: x-small ;
  text-align: left ;
}

/* Nav menu */
.menu {
  color: #333 ;
  font-family: Verdana, Helvetica, Arial, sans-serif ;
  font-size: xx-small ;
  text-align: right ;
  /* white-space: nowrap */
}
TABLE.menu { float: right }
TH.menu { background-color: #CCC }

/* sidebar */
.sidebar {
  color: #333 ;
  font-family: Verdana, Helvetica, Arial, sans-serif ;
  font-size: xx-small ;
  text-align: left ;
  margin-left: 0em ;
  background-color: #CCC ;
}

/* Download charts */
.chart {
  color: #333 ;
  font-family: Verdana, Helvetica, Arial, sans-serif ;
  font-size: small ;
  text-align: left
}

TH.chart {
  background-color: #9cc ;
  white-space: nowrap ;
  border: 2px white
}
TD.chart {
  background-color: #EEE ;
  border: 3px white
}

/* Copyright and Notes */
.copy, .note {
  color: #999 ;
  font-family: Verdana, Helvetica, Arial, sans-serif ;
  font-size: x-small ;
}
.copy { text-align: center ; }

/* Song lyrics */
P.lyrics, P.lyricsf, P.refrain {
  margin-left: 3em ;
}

.lyricsf, .refrain {
  font-style: italic ;
}

/* Creative Commons icon */
.cclogo {
	border-width: 0;
	float: left;
	margin-right: 10px;
}