/* Styles for "The Professionals" web pages */


a img {border: none;} /* turn off borders due to img being links */

p {
margin-top : 1em;
}


#title2 {
  font-size : 150%;
  margin-top : 0.8em;
  margin-bottom : 1em;
  font-weight : normal;
  text-align : center;
  font-style : italic;
}


/* special style for adding black left margin to YKVC menu item, when they    */
/* were the only group on the second line of the menu. "lmi" = left menu item */

.top_menu_right .lmi_special a {
  border-left : 2px solid black;
}



/* styles for ensemble pages follow */


#image {
  margin-left : auto;
  margin-right : auto;
  width : 487px;
}

#caption {
  margin-bottom : 1em;
  font-size : 70%;
}

#body_text {
}

#recordings {
margin-left : 0px;
background-color : #eee;
}

#recordings td {
padding-bottom : 1em;
vertical-align : top;
}

.one_recording {
padding           : 2px;
margin-top        : 15px;
width             : 538px;  /* was 544 had to make it smaller for IE */
background-color  : #ddd;
margin-bottom     : 3px;
border-left       : 2px solid #888;
}


.rec_title {
}


.player_panel {
float  : right;
margin : 2px;
}

.play_link {
float  : right;
margin : 2px;
}

.clear_floats {
clear: both;
}

