#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: bold;
}

.eventWhere {
	color: #FFFF00;
	padding-top: 0.2em;
}

.eventDesc {
	clear: both;
}

.eventCont {
}

.eventDetail {
	display: none;
}

.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;
}

/* Adverts */
.adBox {
	margin-top: 1.5ex;
	margin-bottom: 1.5ex;
	border: yellow 3px solid;
	padding: 1ex
}

.adBox .title {
	margin-bottom: 5px;
}

/* If things go wrong */
.error {
	color: yellow;
	font-weight: bold;
	font-size: 125%;
}
