
	/**
	* events
	*/
	#events {
		background: url(../../../images/layout/events-bg.gif) repeat-y;
		}
		
		
		
	/**
	* events columns
	*/
	#eL {
		width: 220px;
		float: left;
		margin: 0 2px 0 0;
		}
	
	#eL ul li {
	margin-left:15px;
		}	
		
	#eR {
		width: 448px;
		float: left;
		padding: 0 0 10px;
		}
		
		
		
	/**
	* lists
	*/
	#events-display ul {
		margin: 15px;
		list-style-type: none;
		}
		
	#events-display ul li {
		padding: 0 0 0 15px;
		background: url(../../../images/bullets/play.gif) left no-repeat;
		}		
		
	.past-events ul {
		margin: 10px !important;
		}
		
	.past-events li {
		padding: 0 !important;
		float: left;
		clear: both;
		background: url(../../../images/bullets/play-small.gif) right no-repeat !important;
		}
		
	.past-events ul li a {
		padding: 0 10px 0 0;
		display: block;
		}
		
		
		
	/**
	* events list
	*/
	ol#events-list {
		color: #A71E22;
		margin: 20px 10px 0 35px;
		}
		
	ol#events-list li {
		margin: 0 0 5px;
		padding: 0 0 5px;
		background: none;
		list-style-type: decimal-leading-zero;
		border-bottom: 1px solid #272727;
		}
		
	ol#events-list p {
		padding: 0;
		color: #818181;
		}



	/**
	* past events
	*/
	.past-events {
		padding: 0 0 10px;
		}
		
	.past-left {
		width: 140px;
		float: left;
		margin-bottom:12px;
		}
		
	.past-right {
		width: 308px;
		float: left;
		padding-top:8px;
		}
		
	a.more {
		color: #A71E22;
		font-style: italic;
		}
		
		
		
	/**
	* overwrote cover
	*/
	#eR .cover {
		width: 121px;
		background: url(../../../images/layout/borders/past-events.gif) no-repeat;
		}
		
	#eR .cover img {
		width: 117px;
		}
		
		
		
	/**
	* light and dark
	*/
	.light {
		background: #171717 url(../../../images/corners/past-light.gif) bottom no-repeat;
		}
		
	.dark {
		background: #000 url(../../../images/corners/past-dark.gif) bottom no-repeat;
		}