/*
 * layout.css - www.canvon.de layout
 * Copyright (C) 2006, 2008  Fabian Pietsch <webmaster@canvon.de>
 *
 * Based on /software/software.css 2006-06-08
 *
 */


/*
 * base layout
 */

body {
	background-color: white;
	color: black;
	font-family: sans-serif;
	padding: 0em 0.2em 0em 0.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}

.greet {
	font-weight: bold;
	font-family: sans-serif;
}

.highlight {
	background-color: #cfcfff;
	border: 2px #0000ff solid;
	padding: 0.5em 0.5em 0.5em 2em;
	list-style-type: square;
}

.highlight li {
	line-height: 1.2em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.warn {
	color: red;
}

.note {
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

.semantic {
	display: none;
}

/* table layout */
table.data {
	width: 100%;
}
table.data th {
	background-color: #cfcfcf;
	padding: 0.1em 0.2em 0.1em 0.2em;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
}
table.data td {
	background-color: #dfdfdf;
	padding: 0.1em 0.2em 0.1em 0.2em;
	vertical-align: top;
}
table.data td ul {
	padding-left: 1.1em;
}

table.data th.file,
table.data td.file {
	white-space: nowrap;
}


/*
 * containers
 */

.toc {
	padding-bottom: 0.5em;
	border-bottom: 1px solid;
}

.toc h1 {
	font-size: medium;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

.toc h1:after {
	content: ': ';
}

.toc ul {
	margin-top: 0.2em;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.toc li {
	display: inline;
	margin-right: 0.2em;
	white-space: nowrap;
}
.toc li:before {
	content: '[ ';
}
.toc li:after {
	content: ' ]';
}


.news ul {
	list-style-type: none;
	padding-left: 0px;
}

.news li {
	padding-left: 1em;
	text-indent: -1em;
}

.news em {
	font-style: normal;
	font-weight: bold;
}


.footer {
	border-top: 1px solid;
	padding-top: 2px;
	margin-top: 1em;
}

.footer .lastmodified,
.footer .lastmodified li {
	padding: 0px;
	margin: 0px 2px 0px 0px;
}

.footer .badges,
.footer .badges li {
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 2px;
}

.footer .navigation,
.footer .navigation li {
	display: inline;
	padding: 0px;
	margin: 0px 2px 0px 2px;
}

.footer .navigation li {
	display: inline;
	white-space: nowrap;
}
.footer .navigation li:before {
	content: '[ ';
}
.footer .navigation li:after {
	content: ' ]';
}

/* Semantic notes, only to be rendered by non-GUI user-agents. */
.footer h2 {
	display: none;
}

.footer .lastmodified {
	text-align: center;
}

.footer .navigation {
	float: left;
}

.footer .badges {
	float: right;
}

.footer a img {
	border: 0;
}
