/* 	CSS1 style sheet by Colin Wood
	Used on band website
*/

body {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #959595;
  margin: 0px;
  background-color: #000000;
  line-height: 18px;
}

div.content {
  /*height: 468px;*/
  width: 580px;
  text-align: left;
  margin: 0px 0px 40px 0px;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  margin: 0px 0px 10px 0px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #c0c0c0;
  font-weight: bold;
  font-size: 8pt;
  margin: 0px 0px 10px 0px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #c0c0c0;
  font-weight: bold;
  font-size: 8pt;
  margin: 0px 0px 2px 0px;
}

p {
  margin: 0px 0px 10px 0px;
}

p.footer {
  font-family: Arial, Helvetica, sans-serif;  
  margin: 0px 0px 40px 0px;
  font-size: 7pt;
  color: #343434;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

a::hover {
  color: #fdd707;
}



a.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #343434;
  text-decoration: underline;
}

a.footer::hover {
  color: white;
}

.guest_header {
  border: 1px solid #cccccc;
  padding: 6px;
}

.guest_line {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 6px;
}

.guest_text {
}

.guest_message {
  border: 2px solid #888888;
  background-color: white;
  color: black;
  width: 460px;
  height: 120px;
  padding: 3px;
  font-family: courier;
}


/* flash photoviewer code */
#flashcontent {
	height: 100%;
}