@charset "utf-8";

/* Events list style sheet
 * 
 * University of Ottawa
 * Computing and Communications Services
 */

#events { display: none; }

#events ul
, #events ul li { margin: 0; padding: 0; }

#events abbr
{
	border-bottom: none;
}

#events ul li {
	 margin: 1em 0;
	 border-top: 1px solid #999;
	 padding-top: 10px;
}
	#events ul li.first {
		border-top: none;
		padding-top: 0;
	}
#events ul a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #777;
}
	#events ul a .summary {
		display: block;
		font-weight: bold;
		color: #741026;
	}
	#events ul a:hover .summary
	, #events ul a:focus .summary
	{
		text-decoration: underline;
	}
	#events ul a .date {
/* 		position: absolute;
		bottom: 0;
		right: 0;
		width: auto;
		word-wrap: break-word;
*/
	}
	#events ul a .separator {
		display: none;
	}
	
#events .more {
	margin-top: 2em;
	text-align: right;
}

/* Gateway pages */
.gateway #events ul li {
	background: none;
	border-color: #CCCCCC;
}
