
/*
 * Thumbnail photos - 'Flow' format.
 */
div.photos.thumbs {
	text-align: center;
}
div.photos.thumbs img {
	margin: 3px;
	vertical-align: middle;
	border: solid 1px;
}


/*
 * Thumbnail photos - 'Column' format.
 */
div.photos.thumbs table {
	margin: auto;
	text-align: center;
	border: none;
	border-collapse: collapse;
}
div.photos.thumbs table td {
	vertical-align: middle;
	border: none;
	border-collapse: collapse;
}



/*
 * Categories - 'longdesc' format
 */
div.photos.categories div.longdesc {
	text-align: left;
	padding-bottom: 1em;
	border-bottom: solid 1px;
	margin-bottom: 1em;
}
div.photos.categories div.longdesc div.thumb {
	float: right;
}
div.photos.categories div.longdesc div.category_title {
	font-weight: bold;
}
div.photos.categories div.longdesc div.category_timestamp {
	font-style: italic;
	font-size: 80%;
	margin-bottom: 0.5em;
}
div.photos.categories div.longdesc div.category_description {
}
/*
 * This is a hack to make news <div>s fully encompass photos.
 */
div.photos.categories div.longdesc:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.photos.categories div.longdesc {height: 1%;}
/* End hide from IE-mac */



/*
 * Categories - 'Column' format.
 */
div.photos.categories table {
	margin: auto;
	text-align: center;
}
div.photos.categories table td {
	vertical-align: top;
	text-align: center;
	padding: 8px;
}
div.photos.categories table div.category_title {
	font-size: 90%;
}


/*
 * Categories: "No Thumbs" format.
 */
div.photos.categories table.nothumbs {
	font-size: 90%;
	margin: auto;
	text-align: left;
	border: solid 1px;
	border-collapse: collapse;
}
div.photos.categories table.nothumbs tr.odd {
}
div.photos.categories table.nothumbs tr.even {
}
div.photos.categories table.nothumbs tr td {
	vertical-align: middle;
	padding: 0.5em 1.5em;
	border: solid 1px;
	border-collapse: collapse;
}
div.photos.categories table.nothumbs tr td.title {
}
div.photos.categories table.nothumbs tr td.description {
	font-size: 90%;
}
div.photos.categories table.nothumbs tr td.date {
	font-size: 90%;
	white-space: nowrap;
}


/*
 * I don't like this...
 */
div.intermediate_category_title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
}
div.intermediate_category_description {
	font-size: 90%;
	margin-bottom: 1em;
}


/*
 * 'Click' notes for the slower users.
 */
div.photos div.click_note {
	font-weight: normal;
	font-size: 90%;
	margin: 0.5em;
	text-align: center;
}


/*
 * Popup window.
 */
body.popup div.photo {
	text-align: center;
}
body.popup div.photo div.title {
	font-weight: bold;
	font-size: 120%;
	margin-top: 0.5em;
}
body.popup div.photo div.image {
	margin: 0.5em 0px;
}
body.popup div.photo div.description {
	margin-bottom: 1em;
}
body.popup div.photo img {
	border: solid 1px;
}


