body {
/*	background-color: #ddd; */
/*	color: black;*/
}

* {
	font-family: 'Linux Libertine O', 'Linux Libertine', serif;
	line-height: 1.1em;
}

code, pre {
	font-family: Inconsolata, Consolas, 'DejaVu Sans Mono', monospace;
}

h1, h2, h3, h4, h5, h6, caption {
	font-family: 'Biolinum O', Biolinum, Verdana, sans-serif;
	margin: 0.5em 0 0.25em;
}

h1 {
	margin-top: 0;
}

table, td, th {
	border: 0;
}

table {
	margin: 0.5em 0;
}

td, th {
	padding: 0.25em;
	text-align: left;
	vertical-align: top;
}

th {
	font-weight: bold;
}

a:link {
/*	color: darkblue;*/
}

a:visited {
/*	color: #a00;*/
}

a img {
	border: none;
}

p {
	margin: 0.5em 0;
}

#head {
	border-bottom: 1px solid #aaa;
	margin-bottom: 1em;
}

#foot {
	border-top: 1px solid #aaa;
	margin-top: 1em;
}

a.button {
	background-color: white;
	border: 1px solid black;
	border-right-color: gray;
	border-bottom-color: gray;
	color: black;
	padding: 1px;
	text-decoration: none;
	white-space: nowrap;
}

a.back,
a.prev {
	background-image: url(arrow-back.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
}

a.next {
	background-image: url(arrow-go.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
}

ul.breadcrumbs {
	list-style-type: none;
}

ul.breadcrumbs li {
	background-image: url(arrow-go.png);
	background-position: 1px center;
	background-repeat: no-repeat;
	display: inline;
	margin: 0;
	margin-left: 8px;
	padding: 0;
	padding-left: 24px;
}

ul.breadcrumbs li.first_breadcrumb {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

ul.navlinks {
	list-style-type: none;
}

ul.navlinks li {
	display: inline;
	margin-right: 1em;
}

a.image,
ul.images li a
{
	font-weight: bold;
	text-decoration: none;
}

ul.images {
	list-style-type: none;
	margin: 0.5em 0;
	padding: 0;
}

ul.images li {
	float: left;
	height: 200px;
	margin: 0.25em;
	padding: 0;
	overflow: auto;
	text-align: center;
	width: 180px;
}

ul.images li a {
	line-height: 1.2em;
	margin-top: 0.5em;
	text-align: center;
}

ul.images li img {
}

ul.images li p {
	text-align: left;
}

ul.images li .desc {
	font-size: 0.8em;
	padding: 0 0.25em;
}

dl.galleries {
	margin: 1em 0;
}

dl.galleries dt {
	font-weight: bold;
	margin-left: 0;
	margin-top: 1em;
}

dl.galleries dd {
	max-width: 40em;
}

table.include {
	width: 100%;
}

table.include td, th {
}

table.include th {
	white-space: nowrap;
}

.clear {
	clear: both;
}
