/* Contains all the styles for the events module of the website

#EDEEF3 - light colour for date tab, divider and event background
#586089 - dark colour used for border and title / date background
#8F96B7 - month header text colour

*/

.datetableft {
	color: #6F0000;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.datetabmiddle {
	color: #6F0000;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.datetabright {
	color: #6F0000;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.datedivider {
}
#content .diary {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#content .event {
	background-color: #FFEEDE;
	color: #594D4D;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	width: 100%;
	border: 1px solid #6F0000;
	font-size: .9em;
}
#content .event .title {
	color: #594D4D;
	float: left;
	padding-left: 5px;
}

#content .event .date {
	float: right;
	color: #594D4D;
	padding-right: 5px;
}
#content .diary p {
	vertical-align: text-bottom;
	padding-left: 5px;
}
