/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

span.audio {
	display: block;
}

span.audio a {
	display: block;
	float: left;
	margin-top: 3px;
	padding-right: 5px;
	color: black;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.events {
	margin-top: -8px;
}

div.event {
	position: relative;
	background-color: #E5ECF9;
}

div.event h3 {
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	margin-left: 100px;
}

div.event span.time {
	position: absolute;
	top: 0px;
	padding: 8px 5px 5px 5px;
	font-size: 12px;
}

div.event p {
	padding: 5px;
	font-size: 12px;
	margin: 0px;
	background-color: white;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

ul.events {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: white;
}

ul li.day {
	clear: both;
	border-top: 1px solid #CCDDEE;
}

ul li.day1 {
	border-top: 0px solid #CCDDEE;
}

ul li.day span.date {
	display: block;
	font-weight: bold;
	padding: 5px;
	background-color: #E5ECF9;
}

ul li.day ul {
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li.day ul li.event {
	clear: both;
	font-weight: normal;
	background-color: white;
	padding: 5px;
	border-top: 1px solid #CCDDEE;
}

ul li.day ul li.event span.start {
	display: block;
	float: left;
	min-width: 40px;
}

ul li.day ul li.event span.title {
	display: block;
	margin-left: 40px;
}

ul li.day ul li.event span.show-description {
	color: #174685;
}

ul li.day ul li.event span.show-description:hover {
	cursor:  pointer;
}

ul li.day ul li.event div.description {
	display: none;
	clear: both;
	font-size: 11px;
	margin: 0;
	margin-top: 5px;
	margin-left: 70px;
	padding: 0;
}

ul li.day ul li.event div.description p {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

ul li.day ul li.event div.description img {
	/* width: 150px; */
	border: 1px solid #B3C8DD;
	padding: 1px;
	background-color: white;
}

ul li.day ul li.event div.description img.wide {
	/* width: 200px; */
}

ul li.day ul li.event div.description img.tall {
	/* width: 120px; */
}

ul li.day ul li.event div.description img.left {
	margin-right: 10px;
	margin-bottom: 10px;
}

ul li.day ul li.event div.description img.right {
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}