@charset "UTF-8";
/* CSS Document */

body {
    background-color:#CCC;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    margin:5%;
    overflow:auto;
    font-size:small;
}

.head1 {
    font-size:300%;
    display:block;
}

.head2 {
    font-size:160%;
    display:block;
}

div.body {
    border:none;
    min-width:84em;
}

div.leftcolumn {
    float:left;
    width:47.5%;
    min-width:39em;
    display:table-column;
    text-align:right;

}

div.rightcolumn {
    float:right;
    width:47.5%;
    display:inline;
    text-align:left;
    padding-bottom:2em;
}

#row1 {
    padding-bottom:2.5%;
}

#row2 {
    margin:0%;
}

#row3 {
    vertical-align:bottom;
}
#nav {
    text-align:right;
    font-size:medium;
    padding-top:2%;
    padding-bottom:2%;
    display:block;
}

#nav a, #nav a:visited {
    color:#FFF;
    background-color:#000;
    text-decoration:none;
    font-weight:bold;
    padding-top:2%;
    padding-bottom:2%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    border-radius: 12px;
    -moz-border-radius: 12px;
}

#nav a:active, #nav a:hover {
    color:#000;
    background-color:#CCC;
    text-decoration:none;
    font-weight:bold;
    padding-top:2%;
    padding-bottom:2%;
}

#comp {
    text-align:left;
    padding-bottom:5%;
    display:block;
}

#musicalsButton, #concertButton, #balletButton, #miscButton {
    color:#FFF;
    background-color:#000;
    border:none;
    font-weight:bold;
    padding-top:2%;
    padding-bottom:2%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    font-size:125%;
}

#concert, #ballet, #misc {
  display: none;    
}

img[src="musicalsImage.jpg"], img[src="balletImage.jpg"] {
    margin-top:15%;
}

img[src="balletImage.jpg"] {
    margin-top:10%;
}

#musicalsButton:hover, #concertButton:hover, #balletButton:hover, #miscButton:hover {
    color:#000;
    background-color:#CCC;
}

.center {
    text-align:center;
}

.right {
    text-align:right;
}

a, a:visited {
    color:#00F;
    text-decoration:underline;
}

a:active, a:hover {
    color:#F00;
    text-decoration:none;
}

#musicals, #concert, #ballet, #misc {
    border:blue inset 2px;
    padding-left:2%;
    padding-right:2%;
    height:600px;
    overflow:auto;
}

#musicals, #ballet, #misc {
    font-size:125%;
}

#misc ul li {
    list-style-type:disc;
    padding-top:1em;
}

#misc ul ul li {
    list-style-type:none;
    padding-top:1em;
}

.worksHead {
    font-size:125%;
    color:#009;
}

.worksHead2 {
    font-weight:bold;
    color:#009;
}

.worksHead3 {
    font-size:125%;    
}

.comingSoon {
    border-bottom:black groove 2px;
    font-size:150%;
    padding-bottom:1em;
}

.comingSoon1 {
    font-size:200%;
    color:#009;
    font-weight:bold;
}

.comingSoon2 {
    color:#00F;
    font-size:200%;
}

.comingSoon3 {
    color:#00F;
    font-size:150%;
}

.comingSoon1, .comingSoon2, .comingSoon3 {
    display: block;
    padding-bottom: .25em;
}

.comingSoon4 {
    color:#009
}

img {
    border:none;
}

img[src="piano.png"] {
    display:inline;
}

.img1 {
    margin-top:5%;
    text-align:right;
}

table {
    text-align:center;
    border:none;
}

td {
    text-align:center;
    border:groove;
    padding:2%;
}

#webDesignCredit {
    font-size:125%;
    text-align:right;
    margin-top:5%;
    float:right;
}

p.pressQuote {
    text-indent:2em;
    font-weight:bold;
    padding-bottom:1em;
}

p.pressQuote q {
    text-indent:0px;
    display:block;
    padding-bottom:.5em;
    font-weight:normal;
}

p.pressHead {
    font-size:150%;
    font-weight:bold;
    color:#009;
    margin:0%;
}

.pressDesc {
    font-size:75%;
    padding:0%;
    color:#000;
}

#pressScroll {
    height:55em;
    overflow:auto;
    border:blue inset 2px;
    padding:1em;
}

.mission {
    font-size:125%;
}

.personnel {
    font-size:140%;
}

.personnel ul {
    list-style-type:none;
    padding:0%;
}

.personnel ul li {
    text-indent:5em;
    font-family:"Lucida Calligraphy", "Monotype Corsiva", "Apple Chancery", cursive;
}

.personnel ul li.alt {
    text-indent:10em;
}

.centerHead1 {
    font-size:150%;
    text-align:center;
    padding-top:5%;
}

.pitstopList {
    display:block;
    padding-bottom:10%;
    font-size:140%;
}

.pitstopList dl dt {
    clear:both;
    float:left;
    padding-bottom:1em;
    text-align:left;
}

.pitstopList dl dd {
    float:right;
    padding-bottom:1em;
    text-align:right;
}

dl#events {
    display:inline;
    font-size:125%;
}

dl#events dt {
    font-weight:bold;
    padding-top:1em;
}

dl#events dd {
    margin:0%;
    padding:0%;
}

.italics {
    font-style:italic;
}

#bio {
    font-size:125%;
}

.indent {
    padding-left: 5em;
}

#mp3s {
    padding-left: 5em;
}

.mp3 {
    font-size: 150%;
    margin: 2em;
    text-align: left;
}

audio {
    padding-top: .5em;
    display: block;
}

#timesQuote {
  font-size: 85%;
  padding-bottom: 1em;
  color: red;
}

button {
  background-color: orange;
  font-size: 100%;
  border-radius: 12px;
  -moz-border-radius: 12px;
}

div.dlInd {
  clear: both;
  text-align: left;
  margin-bottom: 1em;
  padding-left: 5em;
  display: block;
}
