#content div.date {
	clear: both;
	display: block;
	border-bottom: 2px solid #999999;
	margin-bottom: 1em;
	padding: 1em 0 0.5em 0;
	font-weight: bold;
}

#content #items {
	list-style: none;
	padding: 0;
}

#content #items li {
	clear: left;
}

#content #items li h2 {
	font-size: 110%;
	font-weight: normal;
}

#content #items li.photo {
	clear: none;
	display: inline;
}

#content #items li.photo img {
	display: block;
	float: left;
	margin: 0 6px 6px 0;
}

#content #items .photo h2 {
	display: none;	
}

#content #archives {
	margin-top: 3.6em;
	position: absolute;
	top: 160px;
	left: 10px;
	width: 170px;
	text-align: right;
	list-style: none;
	padding: 0;
}

#content #archives ul {
	list-style: none;
	padding: 0;
}

#content #archives ul li a {
	display: block;
	height: 15px;
	text-transform: lowercase;
	margin-right: -18px;
	padding-right: 18px;
}

#content #archives ul li a:hover {
	background: url(/img/nav/white/arrow-light.gif) right 0 no-repeat;
}

#content #archives ul li a.current, #content #archives ul li a.current:hover {
	background: url(/img/nav/white/arrow.gif) right 0 no-repeat;
}

#content #archives h3 {
	font-size: 100%;
	padding-bottom: 0.1em;
}