/* style.css */
/* == written by Takuya Otani <takuya.otani@gmail.com> === */
/* == Copyright (C) 2004 SimpleBoxes/SerendipityNZ Ltd. == */

/* [defaults] */

/* [lightbox] */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	text-align: left;
	background-image: url(overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView {
	background-image: url(overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}
/* [extra styles] */
div#photos {
	text-align: center;
}
div#photos ul {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	list-style: none;
}
div#photos ul li {
	display: inline;
	width: 160px;
	height: 160px;
}
div#photos ul a.horizontal img,
div#photos ul a.effectable img {
	padding: 15px 0px;
}
div#photos ul a.vertical img {
	padding: 0px 15px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-bottom: 1em;
}
dl.plain {
	margin: 1em 0px;
	padding: 0px 0px 0px 1em;
	line-height: 1.5em;
	font-size: 100%;
}
dl.plain dt {
	display: block;
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 9.5em;
	text-align: right;
	font-family: sans-serif;
	font-weight: bold;
}
dl.plain dd {
	margin: 0px 0px 0.5em 10em;
	padding: 0px;
}
pre.explain {
	margin: 1em;
	padding: 0.5em;
	font-size: 90%;
	background-color: #f8fafe;
	border: 1px solid #eef;
	color: #666;
}
ol#internal-content {
	margin: 5px;
	width: 8em;
	float: right;
	line-height: 1.4em;
	border: 1px solid #eef;
	background-color: #f8f8ff;
}
ol#internal-content {
	padding: 0px 2em;
}
ol#internal-content a {
	text-decoration: none;
}
