/* line 3, ../../app/stylesheets/workshops.sass */
#butterfly {
  display: none;
}

/* line 6, ../../app/stylesheets/workshops.sass */
#splash {
  height: 189px;
  padding: 0 0 32px 0;
  margin: -5px 0 0 0;
  background: url('/images/workshops-splash.jpg?1317053430') no-repeat 17px 0;
}
/* line 11, ../../app/stylesheets/workshops.sass */
#splash p {
  padding: 60px 0 0 55px;
  width: 330px;
  font-size: 13px;
  color: #2c4b03;
  font-weight: bold;
}
/* line 17, ../../app/stylesheets/workshops.sass */
#splash p strong {
  display: block;
  color: #f6ffa6;
}

/* line 21, ../../app/stylesheets/workshops.sass */
p.instructions {
  padding: 0 0 0 29px;
}

/* line 24, ../../app/stylesheets/workshops.sass */
dt {
  background: url('/images/workshop-title.png?1317053430') no-repeat;
  height: 29px;
  padding: 9px 0 0 29px;
  font-size: 13px;
  color: #467d97;
  cursor: pointer;
}

/* line 32, ../../app/stylesheets/workshops.sass */
dd {
  padding: 16px 20px 20px 29px;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 36, ../../app/stylesheets/workshops.sass */
dd p.reserve a {
  display: block;
  height: 21px;
  width: 118px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/reserve-now-button.png?1317053430');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline;
  float: right;
}

