/* Quick-and-dirty stylesheet for elektra! */

*
	{line-height:1em}

body
	{
	background:#fff;
	color:#000;
	padding:0;
	}
h1,h2,h3,h4
	{
	color:#f60;
	font-family:sans-serif;
	text-align:center;
	}
h1
	{
	background:#008 url(h11);
	color:#fff;
	font-size:1em;
	padding:0.5em;
	margin:0;
	border-top:#09c solid 1px;
	border-bottom:#000 solid 1px;
	}
h2,h3,h4,p,pre
	{
	margin-left:3px;
	margin-right:3px;
	}
pre
	{white-space:normal}
dl
	{margin:1em 3px}
	dl p,dl pre
		{margin:0 0 0.5em}	
dt
	{
	font-weight:bold;
	margin:1em 0 0.25em;
	}
dd
	{margin:0.25em 0 0.25em 8px}
ul
	{margin:1em 3px}
	ul li
		{margin:0.25em 0 0.25em 1em}
ul.toc:before
	{
	content:"Table of contents:";
	display:block;
	}
hr
	{
	height:2px;
	width:92%;
	background:#ccc;
	margin:2em 0;
	border:solid 1px;
	border-color:#999 #eee #eee #999;
	}
#brand
	{
	background:#f00 url(brand3);
	color:#fff;
	font:bold 1em sans-serif;
	text-align:center;
	padding:3px;
	margin:0 0 43px;
	border-top:#a00 solid 1px;
	border-bottom:#000 solid 1px;
	}
	#brand img
		{
		display:block;
		position:absolute;
		top:1em;
		left:0;
		width:100%;
		height:35px;
		background:#ccc;
		padding:3px 0;
		margin-top:8px;
		border-top:#aaa solid 1px;
		border-bottom:#008 solid 1px;
		}
#etc
	{
	background:#008;
	color:#fff;
	padding:0.25em 0.5em;
	margin:2em 0 0;
	text-align:center;
	border-top:#000 solid 1px;
	}
	#etc small:after
		{
		content:" Best viewed at 176x208 or above.";
		display:block;
		background:#f00;
		margin-top:0.25em;
		}
	#etc a
		{color:#ff0}
code
	{color:#a00}
p.fore
	{
	background:#ccc url(brand) repeat-x left bottom;
	color:#000;
	text-align:center;
	padding:4px 0.5em 9px;
	margin:0 0 1em;
	border-top:#999 solid 1px;
	border-bottom:#000 solid 1px;
	}
th,#brand br,.tbc
	{display:none}
table,tr,td+td
	{display:block}
table
	{
	font-size:1em;
	margin-top:0;
	}
td
	{
	display:list-item;
	list-style-type:disc;
	font-size:small;
	font-weight:bold;
	padding:0;
	margin:1em 0 0.25em;
	border:0;
	}
	td>pre
		{margin:0}
td+td
	{margin:0.25em 0 1em 1.5em}
img.io:before
	{
	content:"Javascript: Image swap (tap)";
	display:block;
	background:#036;
	color:#ff0;
	padding:0.25em;
	}
