@charset "utf-8";
/*****************************************************

	Trefoil Guild CSS
	Created by Andrew McEwan / The Web Workshop Ltd
	
	Events CSS 
		
******************************************************/

ul#events {
	list-style-type:none;
	width:450px;
	margin:0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul#events li {
	padding-bottom:30px !important;
	width:500px;
	}
	
ul#events li h3 {
	padding:5px;
	margin-bottom:15px;
	border-bottom:3px solid #999999;
	color:#999999;
	font-size:2em;
	width:450px;
	}
	
ul#events li dl.eventsInThisYear {
	list-style-type:none;
	}
	
	
ul#events li dl.eventsInThisYear dt {
	font-weight:bold;
	width:200px;
	float:left;	
	font-size:0.8em;
	}
	
ul#events li dl.eventsInThisYear dd {
	width:250px;
	float:left;
	padding-bottom:30px;
	}
	
ul#events li dl.eventsInThisYear dd h4 {
	font-weight:bold;
	padding-bottom:5px;
	font-size:1em;
	}
	
ul#events li dl.eventsInThisYear dd p {
	line-height:1.4em;
	}
	
ul#events li dl.eventsInThisYear dd p.eventCategory {
	font-size:0.8em;
	color:#999999;
	padding-bottom:2px !important;
	}
	
ul#events li dl.eventsInThisYear dd p.eventLink a {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
	}
	
ul#events li dl.eventsInThisYear dd p.eventDownload a {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
	}
	
label.selectEventCategory {
	width:200px;
	float:left;
	font-size:0.8em;
	}
	
select.selectEventCategory {
	font-size:0.8em;
	width:190px;
	float:left;
	padding:5px;
	border:1px solid #666666;
	}
	
p.eventDivider {
	width:500px;
	height:15px;
	}
