/*********************/
/* BASIC */
/*********************/
	
body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 70%;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	background-color: #FFFFFF;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: url(images/notesicon.png) no-repeat right top;
	position: relative;
	margin-right: 30px;
	border: 1px solid black;
}

/***********************/
/* DROPDOWN NAVBAR */
/***********************/

.navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
/*  padding: 14px 16px; */
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

#works .dropdown .dropbtn a#worksLink {
	background: #cc1a1a;
	padding: 14px 16px;
}

.navbar a:hover, .dropdown:hover .dropbtn:hover {
  background-color: #cc1a1a;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*highlight "you are here" buttons*/
#home .navbar a#homeLink,
#about .navbar a#aboutLink,
#contact .navbar a#contactLink,
#biography .navbar a#biographyLink,
#discography .navbar a#discographyLink,
#scores .navbar a#scoresLink,
#recordings .navbar a#recordingsLink,
#works .navbar a#worksLink,
#workslist .dropdown-content a#workslistLink,
#scores .dropdown-content a#scoresLink,
#discography .dropdown-content a#discographyLink
/* #audio .navbar a#audioLink */
{
	background: #cc1a1a;
	display: block;
/*	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B; */
	color: #FBEF99;
}


/*********************/
/* MAIN */
/*********************/
#main {
	/* background: url(images/logo2.png); */

}
h1 {
	color: #294E56;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 3.6em;
	border-top: 4px solid #294E56;
	line-height: 100%;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight, .floatLeft, img.floatLeft, img.floatRight  {
	margin: 15px 0px 15px 0px;
	border: 2px solid #DDEA84;
}

.floatRight {
	float: right;
	margin-left: 25px;
}
.floatLeft {
	float: left;
	margin-right: 25px;
}

p {
	color: #666666;
	font-size: 1.8em;
	margin-bottom: 10px;
}

a {
    color: #333333;
	text-decoration: none;
}

h2, summary {
	color: #294E56;
	font-size: 1.9em;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 0px;
/**	background: url(bg/bg_h2.gif) repeat-x left bottom;**/
}

summary {
	font-weight: bold;
}

summary:hover {
	color: #599;
}

a:hover {
  color: #212121;
  background: #DFE7BE;
}

h2 a {
    color: #9d1919;
}

h3 {
	color: #294E56;
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 0px;
	}
	
.biog p {
   font-size: 1.9em;
   padding-bottom: 15px;
}

.lists li {
	margin-left: 20px;
	font-size: 1.7em;
	line-height: 150%;
}

.nota {
	font-size: 1.0em;
	font-style: italic;
	color: #888;
}

.attrib {
	font-size: 1.5em;
	font-style: italic;
	color: #888;
}

.cdnote {
	font-size: 150%;;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 65%;
}

ol {
	font-size: 125%;
	margin-left: 20px;
}

figcaption {
  text-align: center;
  font-size: 1.4em;
  font-style: italic;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	background: url(images/copyright.gif) bottom left no-repeat;
	margin-top: 15px;
	border-top: 1px dashed #666666;
	padding: 20px 0 0 5px;
	margin-right: 200px;
}
br.clear {
  clear: both;
}
/**********************************/
/* SIDEBAR & SECONDARY */
/*********************************/

#wrapper {
	background: url(bg/bg_column.gif) repeat-y right top;
}

#sidebar {
	float: left;
	width: 160px;
	margin-top: 10px;
}

#main {
	margin-left: 10px;
	margin-right: 20px;
}

#secondary {
	float: right;
	width: 320px;
	background: #DFE7BE;
}

#secondary * {
	color: #444;
}
#secondary a:hover {
    color: #404040;
	background: #BED13D;
}
#secondary h3 {
	background: #BED13D;
	padding: 3px 5px 3px 10px;
	font-size: 1.5em;
}
#secondary h4 {
	margin: 10px 10px 5px 10px;
	font-size: 1.2em;
}
#secondary p {
	font-size: 1.2em;
	margin: 3px 10px 10px 10px;
	line-height: 110%;
}


/****************************************************************
* DISCOGRAPHY PAGE - HOVER TO SEE FULL IMAGES                   *
* For submenu pages, change the Class name (".x0") as appropriate
*****************************************************************/

.x0 a, .m_CDs a{color: #00adee;}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail img {
padding-right: 50px;
}

.thumbnail p { /*CSS for CD notes*/
font-size: 1.5em;
position: absolute;
width: 750px;
top: -112px;
left: 185px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
height: 240px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -145px;
left: 175px; /*position where enlarged image should offset horizontally */
}

.thumbnail:hover span.last{ /*CSS for enlarged final image on hover*/
top: -175px; /*position where enlarged image should offset vertically */
}

/* Red asterisk */
.ast {
  color: red;
  }

/* Back to top button */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #294E56; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px;
}

#myBtn:hover {
  background-color: #aaa; /* Add a dark-grey background on hover */
  color: blue;
}

/****************************************************************
* TEXT BOX POP UP - CLICK LINK TO SEE FULL TEXT                   *
*****************************************************************/

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: #9d1919;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 700px;
  height: 325px;
  background-color: #ddd;
  border-style: solid;
  color: #444;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: 10px;
  padding-right: 20px;
  font-size: 10px;
  overflow: scroll;
}

/* Popup arrow 
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
*/

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


