/* index */

@import "section.css";
@import "section_browser.css";

#the_latest a,
#next_performance a,
#contact a {
  background-color: white;
  color: black;
}
#the_latest a:hover,
#next_performance a:hover,
#contact a:hover {
  background-color: black;
  color: white;
}
#the_latest .author {
  text-align: right;
  font-style: italic;
  font-size: 9pt;
}
#the_latest .link a,
#next_performance .link a {
  background-color: black;
  color: white;
}
#the_latest .link a:hover,
#next_performance .link a:hover {
  background-color: white;
  color: black;
}

#next_performance .body {
  
}
#next_performance .body label {
  font-style: italic;
}
#next_performance .venue {
  float: left;
}
#next_performance .city {
  text-align: right;
}


#current-album {
  position: absolute;
  top: 35px;
  left: 43%;
}

#current-album a {
  background-color: transparent;
}
#current-album img {
  height: 150px;
  width: 184px;
}



/* gallery*/
#sections {
  width: 650px;
  margin: 0 0 1em 3px;
}


/* history */
#subtitle {
  margin-bottom: 0.5em !important;
}
#history {
	-moz-border-radius: 8px;
  background-color: #111;
  padding: 1em 1em 0;
  opacity: 0.8;
}
#history p {
	font-family: Helvetica, Arial, sans-serif;
  font-size: 11pt;
  padding-bottom: 1em;
  text-align: justify;
}

/* contact */
#contact div {
  -moz-border-radius: 8px;
  background-color: #111;
  padding: 0.5em;
  opacity: 0.8;
  margin-bottom: 1em;
}
#contact h2 {
  float: left;
  font-family: 'Garamond','Times New Roman',serif;
  font-weight: bold;
  font-size: 15pt;
  padding-bottom: 0.25em;
}
#contact p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11pt;
  text-align: right;
}