/*
 *
 * palm.css
 * copyright (c) 2005 Christoph Sommer 
 *
 */


/* Undo some layout changes introduced by browsers that applied screen2.css */

div.header {
	position: static;
	height: auto;
	border: none;
	}

h1.subtitle {
	margin: 0px;
	padding: 0px;
	border: none;
	}

div.footer {
	margin: 0px;
	padding: 0px;
	border: none;
	}

div.footer div {
	margin: 0px;
	padding: 0px;
	border: none;
	}
	
ul.sections {
	position: static;
	margin-left: 0.5em;
	}

ul.sections li {
	display: list-item;
	float: none;
	background: inherit;
	border: none;
	width: auto;
	height: auto;
	}

ul.sections li.current {
	background: inherit;
	border: none;
	}

ul.sections ul.articles {
	display: block;
	margin-left: 0.5em;
	}

ul.sections li.current ul.articles {
	display: block;
	}

ul.sections ul.articles {
	position: static;
	}

ul.sections ul.articles li {
	float: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}

ul.sections ul.articles li.current {
	border: none;
	}


/* Now for the real stylesheet */

body {
	margin: 0px;
	padding: 2px;
	}

div.header div {
	font-size: 1em;
	font-weight: bold;
	}

h1 {
	font-size: 1em;
	font-weight: bold;
	}

h2 {
	font-size: 1em;
	font-weight: bold;
	}

div.body {
	margin: 0px;
	padding: 0px;
	}

.hide {
	}

div.footer {
	display: block;
	color: black;
	font-family: sans-serif;
	font-size: x-small;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	text-align: right;
	}

div.footer div {
	}

div.footer div span {
	white-space: nowrap;
	}

div.code-title {
	font-family: monospace;
	border: 1px dotted #99A;
	margin-bottom: -1px;
	padding: 0.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	}

pre.code {
	font-family: monospace;
	padding: 0.5em;
	border: 1px dotted #99A;
	margin-top: 0px;
	}

div.image {
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}

div.image img {
	border: 3px double black;
	display: inline;
	}

div.image div.caption {
	text-align: center;
	margin: 0.1em;
	font-size: small;
	}


