/*
.entry {
	
}
.timeline {
	font-size: .8em;
	line-height: 1.22em;
	text-align: right;
}
.timeline span { padding: 0 3px; }
.year {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	background-color: #AAD;
}
.month {
	text-align: center;
	text-decoration: underline;
	background-color: #AAD;
}
.day {
	text-align: right;
	font-style: italic;
	background-color: #AAD;
}
li { margin-left: 2em; }
.entry {
	background-color: #DDE;
}
.entry span { padding-left: 5px; }
.block {
	background-color: #AAD;
}

.entry.notes {
	background-color: #EDD;
}
.block.notes {
	background-color: #DAA;
}
.update20150129 {
	background-color: red;
}
*/