#diaryWrapper {
	width:550px;
	height: auto;
	margin:0 auto;
	padding:0;
	_width: 568px;	/* ie fix */
}

/* footer */

.diaryFooter {
	text-align: center; 
	margin-top: 6ex;
}

/*  Text */

.event {
	margin-bottom: 2ex;
}

.eventWhen {
}

.eventTitle {
	font-size:120%;
	/*	font-weight:normal; */
/*	border-bottom:1px solid #ddd;
	line-height:1.2; */
	float: left;
	font-weight: bold;
	margin-right: -10px;
}

.eventWhere {
/*
	color: rgb(0,0,164);
*/
	color: #FFFF00;
	float: left;
	padding-top: 0.2em;
	white-space: nowrap;
}

.eventDesc {
	clear: both;
}

.eventTitle, .eventDesc, .eventWhere {
	margin-left: 25px;
}

A.eventTitleLink:link, A.eventTitleLink:visited, A.eventTitleLink:active, A.eventTitleLink:hover {
/*
	color: rgb(0,0,164);
*/
	color: #FFFF00;
}

A.eventMapLink:link, A.eventMapLink:visited, A.eventMapLink:active, A.eventMapLink:hover {
/*
	color: rgb(0,0,164);
*/
	color: #FFFF00;
}

.monthHeading {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1ex
}

.eventSource {
    margin-left: 25px;
    color: #FFFF99;
    font-size: 90%;
    font-style: italic;
}

.diaryIntro, .diaryFootnotes {
    color: #FFFF99;
    font-size: 90%;
    font-style: italic;
}

.diaryFootnotes {
	margin-top: 2ex;
}