/*
 * News section styles
 */

#news-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#news-items form {
  margin-bottom: 20px;
}
#news-items label, #news-items select, #news-items input {
  font-size: 95%;
}
#news-items label {
  font-weight: bold;
}
#news-items h2 {
  font-size: 110%;
  margin-bottom: 3px;
}
#news-items li {
  margin-bottom: 20px;
  clear: both;
}
#news-items .summary {
  font-style: italic;
}
#news-items .image {
  float: left;
  margin-bottom: 10px;
  width: 130px;
}

#news-item .image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}


#news-item #summary {
  font-style: italic;
}
/*
 * Photo gallery Styles
 */

#photo-gallery-list .gallery {
  clear: both;
  margin: 0;
  padding: 0;
}
#photo-gallery-list .image {
  float: left;
  clear: left;
  width: 100px;
  margin: 0 0 10px 0;
}
#photo-gallery-list h2 {
  font-size: 110%;
  margin: 0 0 5px 0;
}
#photo-gallery-list .description {
  margin-left: 120px;
}

#photo-gallery .photo {
  clear: both;
  margin: 0;
  padding: 0;
}
#photo-gallery .image {
  float: left;
  clear: left;
  width: 100px;
  margin: 0 0 10px 0;
}
#photo-gallery .description {
  margin-left: 120px;
}

.back {
  clear: both;
}