/*
 * Stilmall för IGAL-genererade bildgallerier.
 * © 2002-2004 Peter Karlsson
 */

body {
	background: #333333;
	color: #dddddd;
	font-family: sans-serif;
}

a:link, a:active {
	color: #95ddff;
}

a:visited {
	color: #aaaaaa;
}

p.blurb {
	font-size: smaller;
	font-family: sans-serif;
}

h1 {
	background: #444444;
	border: 1px solid #cccccc;
	font-family: serif;
	text-decoration: none;
}

p.image {
	text-align: center;
}

p.image img {
	max-width: 98%;
}

p.thumbs, p.navigation, h1 {
	text-align: center;
}

.thumbs table {
	margin-left: auto;
	margin-right: auto;
}

.thumbs table td {
	background: black;
	text-align: center;
}

p.navigation {
	font-size: 1.2em;
	font-family: Verdana;
	font-weight: bold;
}

p.navigation a:link, p.navigation a:visited, p.navigation a:active,
p.navigation a:hover, p.navigation a {
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	border: 1px solid white;
	padding: 2px;
}

p.navigation a:hover {
	background: #ccc;
	color: black;
}
