/* Copyright Franklin PIAT 2000-2005
   for www.klabs.be
   feel free to reuse any part !

   remember selectors :   #ID  .CLASS   :pseudoclass
   Refs 
	http://www.w3.org/TR/REC-CSS2

reference colors:
	dark brown: 361500
	brown (text): b14400
	lignt brown:cc723a
*/

html {
	background-color: #361500;
}
body {
	color: #cc723a;
	background-color: #361500;
	font-family: serif;
	font-weight: normal;
	margin: 0cm;
	padding:1cm;
}

pre {
	font-family: monospace, courier;
}
#HEAD	{
	font-size:xx-small;
	position:relative;
	top:-0.8cm;
	left:-0.8cm;
	padding-bottom:0;
	margin-bottom:0;
}
.k	{
	color:#cc723a;
	font-weight:bolder;
}
.labs	{
	color:#b14400;
}
a:link, a:visited, a:active, a:focus	{
	color:#b14400;
}
a:hover {
	color:white;
}
*/
h1 { font-size: 24pt; margin-left: -0.5cm }
h2 { font-size: 20pt; margin-left: -0.5cm }
h3 { font-size: 18pt; margin-left: -0.5cm }
h4 { font-size: 16pt; margin-left: -0.5cm }
h5 { font-size: 14pt; margin-left: -0.5cm }
h6 { font-size: 12pt; margin-left: -0.5cm }
/*
input,select	{
	background-color:#141420;
	color:#ffeedd;
/*	border:solid 1pt #  Watchout for IE6 bugs*/
}
*/
input.radio	{
	border:none
}
input[type="radio"], input[type="checkbox"] {
	border:none
}
.titleBar
{
	border: solid 1pt #eeddaa; 
	border-left: 0pt;
	border-right: 0pt;
	/*background-color: #000000;*/
	font-variant: small-caps;
	font-size:large;
}
.menuBar {
	background-color: transparent;
	width:23%;
	position:absolute;
	top:0pt;
	left:0pt;
}
.menuGroup {
}
.menuGroupTitle {
  font-weight: bold;
}
.menuItem {
}
.mainBar{
	position:absolute;
	width:auto;
	height:auto;
	right:0;
	left:23%;
	top:0;
	bottom:0;

}
.tagline{
	position:fixed;
	bottom	:5pt;
	width	:100%;
	left	:0pt;
	right	:0pt;
	margin	:0pt;
	padding	:0pt;
	background:transparent;
	/*color	:black;*/
	text-align:center;
	font-weight:bold
	z-index:10;
}
/* This Is To Protect From Print CSS:  Visibility=hidden in the print.css style sheet  */
.tagline{
	visibility:inherit;
}
.menuBar {
	visibility:inherit;
}

/* Nicer forms ! */
.frm		{ border-width: 0pt 0pt 1.5pt 0pt ; border-color:gray; background-color:inherit; color:inherit}
.frm:hover	{border-width: 1px 1px 1.5pt 1px; border-color:gray}
.frm:focus	{border-width: 1px 1px 1.5pt 1px; border-color:#008; }

/* FireFox bug */
ol>li>h3	{margin-left:0em;}

.auralonly   { speak: none;display:none;}
@media aural {	.auralonly { speak: normal; display:block;} }
.noaural	{ speak: normal;display:block;}
@media aural {	.noaural { speak: none; display:none; } }

