html {
  background-color: #404040;
  padding: 0;
  background-attachment: fixed;
  background-image: url('bglogo.png');
  background-repeat: no-repeat;
  background-position: -30px -30px;
} 
body {
  margin: 0;
  padding: 0;
  font-family: "Liberation Sans",Arial,Helvetica,sans-serif;
}
div.main {
  background-color: rgba(128,128,128,0.4);
  color: white;
  margin: 0 40px;
  padding: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 12pt;
  min-height: 500px;
}
div.logo {
  float: right;
  padding: 20px;
}
div.menu {
  padding: 25px 20px 20px 40px;
}
div.menu a {
  display: inline-block;
  background-color: #ffa000;
  background: -moz-linear-gradient(top,  rgba(255,208,0,0.8),  rgba(255,160,0,0.8));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,208,0,0.8)), to(rgba(255,160,0,0.8)));
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 3px 9px;
  font-size: 10pt;
  margin: 0 0 5px 0;
  border: 1px rgb(255,208,0) solid;
  border: 1px rgba(255,208,0,0.5) solid;
  color: #606060;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0px 1px 2px rgba(255,208,0,0.8);
  box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
  -moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}
div.menu a:hover {
  background-color: #ffc000;
  background: -moz-linear-gradient(top,  rgb(255,216,0),  rgba(255,140,0,0.7));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255,216,0)), to(rgba(255,140,0,0.7)));
  color: #606060;
}
div.footer {
  font-size: 10pt;
  margin-top: 40px;
  color: #606060;
  background-color: #333;
  background-color: rgba(0,0,0,0.2);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.1),  rgba(0,0,0,0.8));
  padding: 15px 40px;
  clear: both;
  height: 25px;
}
.footer div.left {
  float: left;
}
.footer div.right {
  margin-top: 4px;
  float: right;
}
h1 {
  font-size: 20pt;
  margin-top: 0;
  color: orange;
}
h2 {
  font-size: 15pt;
  padding-bottom: 4px;
  border-bottom: 1px solid orange;
  clear: right;
  margin-top: 0;
}
h3 {
  font-size: 13pt;
}
h4 {
  font-weight: normal;
  font-style: italic;
  font-size: 12pt;
}
p {
  margin-top: 0;
}


div#dfader {
  margin-left: 40px;
  margin-bottom: 20px;
  width: 500px;
  height: 375px;
  text-align: center;
  background-position: center;
  box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
  -moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
  border: 1px solid silver;
}

img#fader {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 375px;
}



div.main a {
  color: orange;
  text-decoration: none;
  border-bottom: 1px dashed orange;
}
div.main a:hover {
  color: #ffc000;
  border-bottom: 1px dashed #ffc000;
}


table.gigs {
  border-spacing: 4px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 10pt;
}
th {
  background-color: rgba(0,0,0,0.4);
  margin-bottom: 14px;
  -moz-border-radius: 14px 14px 0 0;
  border-radius: 14px 14px 0 0;
  padding: 4px;
  color: orange;
  font-weight: bold;
}
td {
  background-color: rgba(64,64,64,0.5);
  padding: 4px 4px 8px 4px;
  vertical-align: top;
}
td.when, td.where {
  width: 120px;
}

div.profile img {
  float: right;
  position: relative;
  top: -22px;
  margin-left: 20px;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  -moz-box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  border: 1px solid white;
}

div.profile_list {
  margin-bottom: 30px;
}

div.profile_list a, div.profile_list a:hover {
  text-decoration: none;
  border: none;
}

div.profile_list a img {
  width: 150px;
  height: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  -moz-box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  border: 1px solid orange;
}
div.profile_list a img:hover {
  border: 1px solid #ffc000;
  opacity: 0.75;
}

div.lyrics {
  margin: 20px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(64,64,64,0.5);
  font-size: 10pt;
  padding-bottom: 20px;
}

.lyrics pre {
  margin-left: 20px;
  font-family: inherit;
}
.lyrics h4 {
  margin-left: 20px;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
}
.lyrics h2 {
  background-color: rgba(0,0,0,0.2);
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}
div.lyriclist {
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
}
div.lyriclist li {
  width: 200px;
}

div.tunelist {
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
}
div.tunelist li {
  width: 200px;
}

.profile h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.profile h4 {
  margin-top: 0;
  margin-bottom: 0;
}

div.disc img {
  float: right;
  position: relative;
  top: -22px;
  margin-left: 20px;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  -moz-box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  border: 1px solid white;
}

.disc div.tunelist {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}

.disc ol {
  list-style-type: lower-roman;
  font-weight: bold;
  color: orange;
}

.disc li p {
  margin: 0;
  font-weight: normal;
  color: white;
}

a.imgindex, div.thumbs a {
  border: none !important;
}

a.imgindex img, div.thumbs a img {
  box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  -moz-box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: -8px 8px 8px rgba(0,0,0,0.3);
  margin-bottom: 30px;
  margin-left: 20px;
  border-width: 1px;
}

a.numindex {
  position: relative;
  top: -110px;
  left: 20px;
}

.contact label {
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-right: 8px;
  color: orange;
}
.contact input, .contact textarea {
  width: 300px;
  vertical-align: top;
  margin-bottom: 5px;
  border: 1px solid orange;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  background-color: rgba(255,255,255,0.5);
  font-family: "Liberation Sans",Arial,Helvetica,sans-serif;
  font-size: 10pt;
}
.contact input:focus, .contact textarea:focus {
  background-color: #fdd750;
  background-color: rgba(255,192,0,0.7);
  color: white;
}

.contact .lyricline {
  margin-top: 10px;
  margin-left: 90px;
  font-style: italic;
  font-weight: bold;
}
.lyricline:before {
  color: orange;
  content: '\201C';
  margin-right: 4px;
}
.lyricline:after {
  color: orange;
  content: '\201E';
  margin-left: 4px;
}
.contact #fsubmit {
  margin-top: 10px;
  margin-left: 165px;
  width: 150px;
  height: 24px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #cfc;
  border-color: #2c2;
  color: #2c2;
}
.contact p.error {
  margin-left: 90px;
  color: maroon;
  font-size: 10pt;
}
.contact input#fcd {
	margin-right: 5px;
	width: auto;
}
