#story .child_story{
  border: 1px solid #CCC;
  padding: 10px;
  margin-top: 1em;
  zoom: 1; /* needed by IE7 for border disappearing problem */
}
#story .child_story h2{
  margin: 0px;
}
#story .child_story .deck{
  display: block;
  font-size: .5em;
  color: #999;
  border-top: 1px solid #CCC;
}

#story .child_story .story_body{
  margin-top: .25em;
}