@media screen {
/* ======= events -[project root]/events/ ===========  */



/* --- Event Filters --- */

.eventFilters{
	width:147px;
	margin:0;
	float:left;
}
#content .eventFilters h2{
	border-bottom:3px solid #000;	
	margin-bottom:15px;
	padding-bottom:5px;
	}
#content .eventFilters h3{
	font-size:1.2em;
	margin-bottom:5px;
	margin-left:7px;
	}
	
#content .eventFilters ul{
	margin-bottom:20px;
	margin-left:7px;
}

	#content .eventFilters ul li{
		background:none;
		padding-left:0;
		margin-bottom:10px;
	}
	#content .eventFilters ul li.last {
		margin-bottom:35px;
	}
	

/* --- Event Listing Content --- */

#addYourOwnEvent{
	float:right;
}
	
.eventEnhanced, .eventStandard {
	clear: both;
	padding: 10px 0;
	border-bottom:1px solid #ccc;
	}
.eventStandard.last,
.eventEnhanced.last {border-bottom:0;}

.eventEnhanced {
	background:#f7f8fa;
	padding:10px 5px;
}
#listing {
	float:left;
	width:440px;
	margin-right:20px;
}
#listing h3,
#Events h3 {
	font-size:1.2em;
}
	#listing h3 a,
	#Events h3 a {
		float:left;
		margin-right:10px;
		margin-bottom:7px;
		background:transparent url(/_hbi_ui/_WPO/_images/bkg/bkgHover.gif) repeat-x scroll left bottom;
		padding-bottom:1px;
		text-decoration:none;
	}
	#listing h3 a:hover,
	#Events h3 a:hover {
		background:transparent url(/_hbi_ui/_WPO/_images/bkg/bkgHover.gif) repeat-x scroll left bottom;
		padding-bottom:1px;
		text-decoration:none;
	}
#listing .newEvent {
	float:left;
	background:#e5f4ff;
	padding:1px 3px;
	color:#000;
}
#listing dt,
#Events dt {
	background:none;
	float:left;
	padding:0;
	margin-right:5px;
}
#listing dd,
#Events dd {
	margin-bottom:7px;
}
/* ---- event Detail ------ */
#eventDetail {
	overflow:hidden;
}
#eventDetail h1 {
	margin-bottom:20px;
	float:none;
}
#eventDetail p.goBack {
	float:left; 
	width:200px;
}
#detailed {
	margin-top:25px;
}
#detailed h3 {
	float:left;
}
#detailed img {
	float:right;
	margin-left:15px;
}
.eventDescription {
	margin:15px 0;
}
#content .eventDescription h4 {
	float:left;
	margin-right:6px;
	font-size:1.2em;
	line-height:1.4em;
}
}