/* banner styling */

#digest-banner {
  background:#488bd1 url(/news/digest/sechqfront.jpg) no-repeat top left;
  color:#fff;
  font-family:"Times New Roman", Georgia, serif;
  margin-bottom:2em;
}
#digest-banner h1, #digest-banner p {
  background-color:transparent;
  color:#fff;
  margin:0;
  padding:4px 4px 4px 0;
  text-align:right;
}
#digest-banner h1 {
  background-color:transparent;
  color:#fff;
  font-size:24pt;
  font-family:"Times New Roman", Georgia, serif;
}
#digest-banner p {
  color:#fff;
  font-size:12pt;
  font-family:"Times New Roman", Georgia, serif;
}

/* for horizontal rules between main digest sections */
hr.digest-section {
  background-color:#c0c0c0;
  border:1px solid #c0c0c0;
  color:#c0c0c0;
  height:3px;
  width:100%;
}

/* for horizontal rules between individual news items */
hr.digest-item {
  background-color:#e9e9e9;
  border:1px solid #e9e9e9;
  color:#c0c0c0;
  height:1px;
  width:100%;
}
