.news ul {
  text-align: left;
  list-style: none; }
  .news ul li {
    list-style: none;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 59px;
    border-bottom: 1px solid #A61316; }
    .news ul li:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ie .news ul li {
      zoom: 1;
      display: block; }
    .ie6 .news ul li {
      height: 1%; }
    .news ul li .date {
      float: left;
      margin-left: -59px;
      width: 45px;
      text-transform: uppercase;
      text-align: center;
      font-weight: normal;
      border: 1px solid #E9E6D7;
      background: #E9E6D7; }
      .news ul li .date .month {
        display: block;
        padding-top: 1px;
        font-family: 'Futura-BoldCondensed';
        font-size: 14px;
        line-height: 20px;
        background: #B91619; }
      .news ul li .date .day {
        font-family: 'Futura-BoldCondensed';
        font-size: 24px;
        color: #000;
        line-height: 28px; }
    .news ul li h3 {
      display: block;
      margin: 4px 0 !important;
      font-size: 20px;
      line-height: 22px;
      font-family: 'Futura-Heavy';
      text-transform: uppercase; }
      .news ul li h3 a {
        text-decoration: none; }
    .news ul li p {
      margin: 0;
      font-size: 16px;
      line-height: 20px; }
