/**
 * Styling for the Team of Experts block on the new front page.
 */

.view-DL-frnt-team-of-experts {
  float: left;
  clear: both;
  padding-bottom: 19px;
  background: transparent url('images/experts_t.gif') no-repeat scroll -1px bottom;
}
.view-content-DL-frnt-team-of-experts {
  float: left;
  clear: both;
  width: 100%;
  background: transparent url('images/experts_r.gif') repeat-y scroll left top;
}
.view-DL-frnt-team-of-experts ul li {
  float: left;
  display: block;
  font-size: .85em;
  font-weight: bold;
  line-height: 1.1em;
}
.view-DL-frnt-team-of-experts .last-name {
  white-space: nowrap;
}

#block-views-DL_frnt_team_of_experts {
  width: 1024px;
  position: relative;
  top: -3px;
}
#block-views-DL_frnt_team_of_experts h2.title {
  margin: 0;
  text-align: right;
  padding-right: 3px;
  font-family: 'Kreon', Arial, sans-serif;
  font-size: 1.15em !important; /* Must be done because of *&^%*&?! extra.css */
  position: relative;
  top: -3px;
}
#block-views-DL_frnt_team_of_experts h2.title a {
  padding: 3px 20px 0 20px;
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  background-color: #b4c000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
#block-views-DL_frnt_team_of_experts li {
  width: 75px;
}
#block-views-DL_frnt_team_of_experts .expert-role {
  display: none; /* temporary, until I make this into a snazzy tooltip -- BD */
}
