#shortagenda {
	float: right;
	padding: 5px;
	background-color: #300;
	margin: 0 0 0 10px;
	list-style: none;
	border: 1px solid #800100;
	width: 50%;
}

#shortagenda a {
	text-decoration: none;
}
#shortagenda a:hover {
	text-decoration: underline;
	color: white;
}

#fullagenda {
	clear: both;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	padding-top: 1em;
}

#fullagenda .desc {
}

#fullagenda .date {
	font-style: italic;
	float: right;
}

#fullagenda .name {
	font-weight: bold;
	border-bottom: 1px solid gray;
	color: white;
}

#fullagenda > li {
	margin-bottom: 3em;
}

