.recap {
	position: relative;
	margin: 0 0 40px 0;
	width: 405px;
	overflow: hidden;
}
.datestamp {
	position: absolute;
	top: 0;
	left: 0;
	height: 33px;
	width: 28px;
	background-image: url("/images/datestamp.gif");
	background-repeat: no-repeat;
}
.datestamp span, .datestamp strong {
	display: block;
	text-align: center;
}
.datestamp span {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 9px;
	overflow: hidden;
	color: #FFFFFF;
}
* html .datestamp span {
	padding: 1px 0 0 0;
}
.datestamp strong {
	font-size: 18px;
	color: #cc0000;
	padding: 2px 0 0 0;
}
.recapContent {
	padding: 0 0 0 40px;
}
.recapContent img { display: block; width: auto; margin: 0 10px 10px 0; float: left; border: 1px solid #666666; }

ul#archive-list li { padding: 5px 0; }


/* ### GALLERY ### */
.album {
	background-image: url("/gallery/album_back.gif");
	background-repeat: no-repeat;
	width: 168px;
	height: 197px;
	margin: 0 8px 15px 9px;
	float: left;
}
.album img {
	padding: 18px 0 0 15px;
	border-width: 0px;
}
.album p {
	padding-top: 12px;
	text-align: center;
	font-weight: bold;
}
.album br {
	clear: both;
}
.thumbnail {
	width: 185px;
	height: 126px;
	float: left;
	text-align: center;
	margin: 16px 0 15px 0;
}
.portrait {
	margin-top: 0;
	height: 142px;
}
.thumbnail img {
	padding: 4px;
	border: 1px solid #A9A9A9;
	background-color: #FFFFFF;
}
.landscapePhoto, .portraitPhoto {
	margin: auto;
	padding: 8px 8px 0 8px;
	border: 2px solid #a9a9a9;
	background-color: #ffffff;
}
.landscapePhoto {
	width: 525px;
}
.portraitPhoto {
	width: 394px;
}
.landscapePhoto div, .portraitPhoto div {
	padding: 7px 0 7px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
}
.landscapePhoto img, .portraitPhoto img {
	border-width: 0;
}