/* CSS Document */

body { position: relative; }

h3 {
	font-size: 117%;
	margin-top: 2em;
	}

.story {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2em;
	}
.story h3 { margin-top: 1em; }


table.results th.size,
table.results td.size {
	white-space: nowrap;
	text-align: right;
	padding-right: 1.5em;
	}

.photo {
	text-align: center;
	}
.photo img {
	border: 1px solid #ddd;
	padding: 2px;
	text-align: center;
	}
.photo .caption {
	margin: 0;
	font-weight: bold;
	}
.photo .photocredit {
	margin: 0;
	font-size: 92%;
	font-style: italic;
	}

.photo.lrg {
	margin: 2em 0;
	}

.photo.right,
.photo.left {
	width: 206px;
	}
.photo.right {
	float: right;
	margin: 0 0 2em 2em;
	}
.photo.left {
	float: left;
	margin: 0 2em 2em 0;
	}

.photo.right .caption,
.photo.left .caption {
	font-size: 92%;
	}



#rss {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2em;
	}