

.news_item { 
  padding-bottom: 10px; 
  border-bottom: 5px solid #ccc;
  margin-bottom: 40px; 
}
.news_item img { float: left; border: 2px solid #40b1c9; margin: 0px 5px 6px 0px; }
.feed_info { border-bottom: 1px solid #e5e5e5; line-height: 1em; padding-top: 4px; margin-bottom: 8px;}

.feed_info span.post_date, .feed_info span.post_type { 
  margin: 0; padding: 0;
  font-size: 10px; font-weight: 700;
  text-transform: uppercase;
  color: #40b1c9;  
} 
.feed_info span.post_date { float: right; }
.feed_info span.post_type { float: left;  }


/* calendar */
.calendar_item { 
  position: relative; 
  margin: 1px 0px 0px 0px; 
  padding: 8px 0px 0px 5px;
  border-bottom: 1px solid #e1e1e1;
}
.calendar_item.even { background-color: #f5f5f5; }
 
.calendar_item span.title{ 
  display: block; 
  font-size: 14px; color: #353535; 
  padding: 0px 0px 0px 50px;
}

.calendar_item span.body {
  display: block; 
  font-size: 14px; color: #353535; 
  padding: 8px 0px 20px 50px;
  line-height: 1.25em;
}
.calendar_item span.author {
  display:  block; 
  font-size: 10px; color: #353535; 
  font-weight: bold; text-transform: uppercase;  
  padding: 4px 0px 0px 50px;
}

.date_box {
  float: left;
  background-color: #353535;
  padding: 4px 8px 4px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}  
.date_box span {  
  display: block;
  color: #fff;
  text-transform: uppercase; text-align: center;
 }

.date_box span.month { font-size: 12px; color: #f5f5f5; }
.date_box span.day   { font-size: 24px; color: #f5f5f5; }

.event_wrap { margin: 0px 0px 40px 8px; }

.thumb-disp { 
  float: left; 
  margin-right: 20px; 
  margin-bottom: 15px;
  border: 3px solid #dbdbdb; 
}


#col_content ul li { font-size: 14px; }
