.streams {
  margin-bottom: 20px; }
  .streams .more {
    width: 600px;
    margin: 0 auto; }

.stream {
  width: 600px;
  margin: 0 auto; }
  .stream.preview .abstract {
    font-size: 22px;
    line-height: 24px;
    border-top: 1px solid #CCC;
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 80px;
    padding-right: 180px; }
  .stream h3 {
    width: 520px; }
  .stream .preamble {
    width: 80px;
    float: left;
    margin-top: -30px; }
    .stream .preamble .author {
      position: relative;
      top: -52px;
      left: 80px;
      width: 360px;
      font-family: arial, sans-serif;
      text-transform: uppercase;
      font-size: 10px; }
      .stream .preamble .author a {
        text-decoration: none; }
    .stream .preamble .date {
      position: relative;
      top: -24px;
      font-size: 12px; }
  .stream dl {
    margin-bottom: 40px; }
    .stream dl dt {
      float: left;
      width: 5em; }
  .stream .image {
    width: 160px;
    overflow: hidden;
    float: right;
    margin-top: 20px;
    text-align: center; }
  .stream .abstract {
    font-size: 22px;
    line-height: 24px;
    border-top: 1px solid #CCC;
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 80px;
    padding-right: 80px; }
  .stream .gallery {
    width: 600px;
    clear: both;
    margin: 0; }
    .stream .gallery span {
      padding-top: 130px;
      height: 70px;
      width: 70px; }
    .stream .gallery .images ul li {
      text-align: center;
      width: 440px;
      height: 330px;
      overflow: hidden; }
    .stream .gallery .images.captioned ul li {
      height: 360px; }

#cms br.clear {
  clear: both; }
#cms #image_container {
  margin-top: 1em;
  margin-bottom: 1em; }
  #cms #image_container li {
    width: 140px;
    height: 140px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #C6C6C6;
    overflow: hidden; }
    #cms #image_container li a.delete_image {
      position: absolute;
      display: block;
      width: 0;
      width: 0;
      height: 16px;
      padding-left: 16px;
      overflow: hidden;
      background-image: url(/cms/images/icons/close.png);
      background-position: top left;
      background-repeat: no-repeat;
      margin-top: 5px;
      margin-left: 120px; }
    #cms #image_container li:hover {
      border-color: #6c6c6c; }
    #cms #image_container li input[type=text] {
      width: 136px;
      padding: 0; }
    #cms #image_container li a.add_image {
      display: block;
      width: 0;
      height: 140px;
      padding-left: 140px;
      overflow: hidden;
      background-image: url(/images/add-image.png);
      background-position: 0 0;
      background-repeat: no-repeat; }
      #cms #image_container li a.add_image:hover {
        background-position: 0 -140px; }
