/*
 * News section styles
 */

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

#diary-item .eventDate {
  font-weight: bold;
}
#diary-item #summary {
  font-style: italic;
}
#diary-item .image {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
#diary-item #attachment {
  font-weight: bold;
  clear: both;
}
#diary-item #backButton {
  clear: both;
}