

.events-list {
	list-style: none;
	margin: .5em 0;
	padding: 0;
	text-align: left;
	}
	
.events-list li {
	display: block;
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
	background: none;
	}
	
.events-list .more {
	color: #d3222a;
	margin: .5em 0 0;
	}
	
.events-list a.link {
	position: relative;
	display: block;
	padding: 10px;
	min-height: 1px;
	line-height: 1.5em;

	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 0 5px rgba(0,0,0,.1), 0 0 1px rgba(0,0,0,.1);
	color: #777;
	}
	
	.events-list a.link:after {
		content: ".";
		height: 0;
		visibility: hidden;
		clear: both;
		display: block;
		}
	
.events-list a.link:hover {
	background: #fff;
	text-decoration: none;
	}
	
	
.events-list .summary {
	font-size: 1.5em;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: bold !important;
	letter-spacing: normal;
	margin: 0 0 .25em 0;
	color: #999 !important;
	}
	
	.events-list .summary a {color: #aaa;}
	.events-list .summary a:hover  {color: #d3222a; background: #fff; border-bottom: 1px solid #ccc; text-decoration: none;}	
	.events-list .summary a p {		margin: 0; display: inline;}
		.events-list .summary strong {
		color: #d3222a;
		font-weight: bold !important;
		}
		
.events-list .event-date,
.events-list .location
 {
	text-transform: uppercase;
	color: #999;
	font-size: .9em;
	line-height: 1em;
	margin: .25em 0;
	}
	
.events-list .description {
	margin: .5em 0 0;
	}
	
.events-list .dtstart,
.events-list .dtend {
	border: none;
	cursor: default;
	}
	
	
/* Variations */

/* Medium */
.events-list.medium {
	position: relative;
	}
	
.events-list.medium .vevent {
	position: relative;
	margin: 10px 0 20px;
	}

.events-list.medium .summary {
	margin: 0 0 .25em 0;
	}

.events-list.medium .image {
	float: left;
	width: 150px;
	background: #eee;
	position: relative;
	overflow: hidden;
	margin: .25em 10px 0 0;
	}
	
	.events-list.medium .image img {
		position: relative;
		width: 150px;
		display: block;
		}

.events-list.medium .content {
	float: left;
	width: 460px;
	padding: 0;
	}
	
.events-list.medium .description p	{
	margin: 0;
	}	

/* Short List */
.events-list.short .summary {
	font-size: 14px;
	line-height: 1.2em !important;
	margin: 0 0 .5em 0 !important;
	}
	
.events-list.short li {	margin: 0 0 5px;	}	
	
.events-list.short .description {	display: none;	}
	
.events-list.short .event-date {	margin-bottom: 0;	}



/* Event Detail */

/* title */
#event-detail h1 {  font-size: 24px;  color: #999; margin: 0 0 .5em 0;}
#event-detail h1 strong {    color: #D3222A;}


#event-detail .event-type {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	}

#event-detail .event-date,
#event-detail .location
 {
	text-transform: uppercase;
	color: #bbb;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	font-weight: bold;
	}

#event-detail .figure {
	margin: 0 0 0 2em;
	}	

#event-detail .description {
	margin: .5em 0 0;
	min-height: 1px;
	font-size: 12px;
	line-height: 18px;
	}
	
	* html #event-detail .description	{	height: 1px;	}
	#event-detail .description:after	{content: "."; height: 0; visibility: hidden; clear: both; display: block;}
	
#event-detail .description p {
	margin: 0 0 1em 0;
	}
	
#event-detail .dtstart,
#event-detail .dtend {
	border: none;
	cursor: default;
	}
	
	
	
/* Programmes */
.events-list .programmes {
	position: absolute;
	top: 50px;
	left: 480px;
	
	min-height: 100px;
	width: 120px;
	padding: 0 0 0 10px;
	margin: 0 -10px 0 0;
	border-left: 1px solid #ddd;
	line-height: 1.25em;
	}
	
.events-list.medium li.has-image .content {
	width: 300px;
	}
	
.events-list .programmes h3 {
	color: #d3222a;
	text-transform: uppercase;
	margin: 0 0 .5em 0;
	font-size: 11px;
	letter-spacing: 0;
	}
	
.events-list .programmes a {
    color: #777;
}
	
	
