/* 
 * Print specific style sheet for CDS Dist.
 */
 
 
#Events #nav ul,
#Events #admin-menu,
#Events #flashMsg,
#Events .calendar-paging {
	display: none;
}

#Events #header {
	padding: 0;
	margin: 0;
}

#Events #nav {
	background-image: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#Events #nav h1 a {
	position: relative;
	display: inline;
	text-indent: 0;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}
 
#Events #content-wrapper {
	width: 100%;
	border: none;
}

#calendar ul li.toggle-more, #calendar ul li.toggle-less {
	display: none;
}

#calendar ul.event-more {
	display: block !important;
}

