#currentEventsSection {
	padding-top: 8px;
}

#currentEventsContainer {
	border-collapse: separate;
	border-spacing: 0 2px;
	max-width: 295px;	/* Note that Chrome doesn't seem to be able to see this; have to set it manually in the JS */
}

#currentEventsContainer td {
	background-color: #f5f5f5;
	padding: 0 5px;
}

#currentEventsContainer td.date {
	text-align: right;
	vertical-align: top;
}

#currentEventsContainer td.date p {
	font-family: Georgia, Times, "Times New Roman";
	color: #898989;
}

#currentEventsContainer td.date p.date_j {
	font-size: 21px;
	font-weight: bold;
}

#currentEventsContainer td.date p.date_D {
	font-size: 14px;
}

#currentEventsContainer td.events p {
	font-family: Arial;
	font-size: 12px;
}

#currentEventsContainer td.events p.eventTime {
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
}

#currentEventsContainer td.events p.eventDescription {
	margin-bottom: 10px;
}

#currentEventsContainer td.events p.noEvent {
	color: gray;
}

#currentEventsContainer td.events p.eventDescription a {
	color: #006600;
}

#currentEventsContainer ul {
	list-style-type: none;
}

#subscribeSection {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
	float: left;
}

#subscribeSection form {
	margin: 10px;
}

#subscribeSection input {
	float: left;	/* Disgusting hack to get input text and input image to align vertically */
}

#subscribeSection .message {
	font-family: Georgia, Times, "Times New Roman";
	color: black;
}

#newsletterEmail {
	color: gray;
	margin-right: 10px;
}

.blogger-post p {
	color: black;
}

#photosSection {
	float: left;
	background-color: #f5f5f5;
	padding: 5px 0;
}