@charset "UTF-8";

/*
	Copyright 2004 Jeremy Field <jdf@jdf.id.au>.
	
	This file is part of Alb.
	
	Alb is free software; you can redistribute it and/or modify it under the
	terms of the GNU General Public License as published by the Free Software
	Foundation; either version 2 of the License, or (at your option) any later
	version.
	
	Alb is distributed in the hope that it will be useful, but WITHOUT ANY
	WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
	FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
	details.
	
	You should have received a copy of the GNU General Public License along
	with this program; if not, write to the Free Software Foundation, Inc.,
	59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

body { font-family: monospace; }

a {
	text-decoration: none;
	font-weight: bold;
}
a:link { color: olive; }
a:visited {color: gray; }

body.indexpage { margin: 10% 10% 0% 10%; }

#subdirs { margin-left: 5%; }
#subdirs h2 {
	border-right: medium groove silver;
	border-bottom: medium groove silver;
}

#credit {
	clear: both;
	font-size: small;
	text-align: center;
}

.photopage #credit {
	position: absolute;
	bottom: 1ex;
	left: 1ex;
	text-align: left;
}

.thumb {
	text-align: center;
	width: 170px;
	height: 250px;
	overflow: hidden; /* yum! */
	margin: 15px;
	float: left;
}

#caption, .caption {
	color: gray;
	font-family: serif;
	font-size: small;
	text-align: left;
}
#caption { width: 33%; }
.indexpage #caption { float: right; }

img {
	border-top: thin solid silver;
	border-left: thin solid silver;
	border-right: thick groove silver;
	border-bottom: thick groove silver;
}
#image img { padding: 10px; }
.thumb img { padding: 5px; }

#arrows {
	position: absolute;
	top: 1ex;
	right: 1ex;
}
h1 a, h1 a:link, h1 a:visited,
#arrows a, #arrows a:link, #arrows a:visited { font-size: xx-large; }

#loading {
	position: absolute;
	top: 40%;
	width: 20%;
	left: 40%;
	border: thin solid red;
	text-align: center;
	padding: 1ex;
}

.photopage h1, .photopage #caption, .photopage #image { visibility: hidden; }
