
/*
CSS2 for Bamboo Glade site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 125%;
  padding: 0;
  margin: 0;
  background: #ffffdc url(images/songtile.jpg);
 
}


 h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#songheader {
  width: 100%;
  background: #346702 url(images/pier.jpg) no-repeat bottom right;
}
 h1 {
  font-size: xx-large;
  color: white;
  padding-top: 5em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
}
#bodycontent {
  position: absolute;
  top: 11em;
  left:10.75em;
  right: .75em;
}

h2 {
  color: #000033;
  font-size: 130%;
  font-weight: 700;
  padding-top: 15px;
}

h3 {
  color: #26004d;
}

p {
  font-size: 100%;
  color: #4d0026;
}

#button {
	position: absolute;
	top: 14em;
	left: 15px;
}

#navcontainer {
  position: absolute;
  top: 36em;
  left: 15px;

}

.navlist {
  width: 11.6em;
  padding: 0;
  margin: 0;
  font: bold 12px Verdana, sans-serif;
  background: #6699cc;
}

.navlist li {
  list-style: none;
  height: 1.5em;
  width: 10.8em;
  margin: 0;
  padding: 0.4em;
  border: 1px solid #ffffdc;
  text-align: center;
}

.navlist a {
  display: block;
}

.navlist li a { text-decoration: none; }
.navlist li a:link { color: black; }
.navlist li a:hover { background: #ffffdc; }
.navlist li a:visited { color: black; }

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: #00004d;
}

a:visited {
  color: #00004d;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: #00004d;
}

a:active {
  color: #ffffdc;
  background-color: #800000;
}

.chorus {
  position: relative;
  left: 5em;
}
img.score {
  float: right;
  margin: 5em;
  margin-top: 0.5em;
}


img.feature {
  float: right;
  margin: .75em;
}

#kap {
  float: right;
  width: 300px;
  margin: 2em;
}

.nudged {
  position: relative;
  left: 1.5em;
  right: 1.5em;
  color: #000000;
  font-size: 100%;
  margin-top: 0;
}

.credits {
  font-size: 80%;
  font-weight: normal;
  color: gray;
  padding: 1em;
}
