/* CSS Document */

#events {
	margin: 20px 0;
	}
	
.event {
	border: 2px solid #ccc;
	border-left: none;
	border-right: none;
	background: #fff;
	margin: 30px 0;
	padding: 0;
	position: relative;
	font-size: 12px;
	min-height: 1px;
	z-index: 1;
	}
	
* html .event {
	height: 1px;
	}
	
.event:after {
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
	content: ".";
	}
	
.event h4 {
	font-size: 16px;
	line-height: 20px;
	margin: -2px 0 0 0;
	padding: 5px 20px 5px 10px;
	font-weight: bold;
	background: #f8c04f;
	color: #fff;
	border: 2px solid #ec9b00;
	border-left: none;
	border-right: none;
	position: relative;
	z-index: 100;
	min-height: 1px;
	}
	
* html .event h4 {
	height: 1px;
	}
	
.event h5 {
	font-size: 11px;
	font-weight: normal;
	color: #777;
	margin: 0 0 5px 0;
	padding: 5px 20px 0 0;
	border-bottom: 2px solid #eee;
	border-top: none;
	margin-top: 0;
	}
	
.event img {
	float: left;
	margin: 0 0 5px 0;
	padding: 0 10px 0 0;
	width: 170px;
	}
	
.event_block {
  float: none;
  display: block;
  min-height: 1px;
  position: relative;
}

* html .event_block {
	height: 1px;
	}

.event_block:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	}
	
.event .event_desc {

}
	
.event .content {
	padding: 0 20px 10px 0;
	font-size: 12px;
	line-height: 1.4em;
	}
	
.event .links {
	margin: 0 0 0;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	border-top: 2px solid #ddd;
	text-align: right;
	background: #f9f9f9;
	display: block;
	}

.event .links a.body {
	background: none;
	padding: 0 0 0 0;
}

.event .links a.pdf {
	background: transparent url(pdf.gif) no-repeat scroll left center;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}	