/* Igor Wojnicki, GNU GPL, CSS based on StarTrek LCARS interface */

body {
	margin: 0px 3px 0px 3px;
	background: #000000;
	color: #FFFF9C;
	border-left: 65px solid #F7BD5A;
	padding: 0px 0px 0px 5px;
	font-family: "sans-serif", sans, Arial;
}

h1:before { 
	text-align: left;
	display:block;
	content: " ";
        border-top: #FF9C00 solid 11px;
}


h1 {
        margin: 0px -70px 0px 0px;
	font-family: "sans-serif", sans, Arial;
	text-transform: uppercase;
	text-align: right;
	color: #C6B5EF;
	margin-top: 0px;
	padding-left:70px;
	background: url(h1.png) no-repeat left top;
	min-height: 50px;
	position: relative;
	left: -70px;
    padding-top: 4px;
}


h2 {
	font-family: "sans-serif", sans, Arial;
	text-transform: uppercase;
	/* color: #C6B5EF;*/
	padding-left:70px;
	background: url(h2.png) no-repeat left ;
	min-height: 50px;
	position: relative;
	left: -70px;
}

h3 {
	font-family: "sans-serif", sans, Arial;
	text-transform: uppercase;
	/* color: #C6B5EF;*/
	padding-left:70px;
	background: url(h3.png) no-repeat left ;
	min-height: 50px;
	position: relative;
	left: -70px;
}

body:after {
	margin:0px 0px -40px -70px;
	display:block;
	color:#FF9C00;
	content: url(eot.png) " LCARS: Library Computer Access and Retrieval System";
}

/* from lcars2.css */

A { color: #000000; text-decoration: none; 
	padding-left: 5px;
	padding-right: 5px;
  	-moz-border-radius: 9px;
	background: #C198B0;
    font-size: 90%;
	font-weight:bold;
	/* cursor: crosshair; */
}
A:link		{ }
A:visited	{ color: #67264B; }
A:hover		{ 
    color: #000000;
	text-decoration: none;
	background: #AE697D;
}
A:active	{ background: #FFFFFF; }

/* especially for the table of contents */
#pageToc LI {
 list-style-type: none; 
 display:inline;
 line-height: 120%;
}

#pageToc UL {
  margin-top: 3pt;
  padding-left: 0pt;
  margin-bottom: 0pt;
}

#pageToc .pageTocH1 {
 padding-left: 0pt;
}

#pageToc .pageTocH2 {
 padding-left: 0em;
}

#pageToc .pageTocH3 {
 padding-left: 0em;
}


#pageToc A {
 white-space:pre;
}

LI.pageTocH1 A{
 background: #FF9C00;
}

LI.pageTocH2 A{
 background: #CD6363;
}

LI.pageTocH3 A{
 background: #646DCC;
}


/* colors, from: http://lcarsmania.com/design.htm */

/*
#FF9C00		orange
255,156,0
#F7BD5A		less orange
247,189,90
#FFFF9C		yellow
255,255,156
#CD6363		dark tuna
206,99,99
#FF9C63		tuna
255,156,99
#646DCC		dark blue
100,109,204
#9C9CFF		blue
156,156,255
#C6B5EF		light blue
198,181,239
#FFFFFF		white
255,255,255
#FF0000		red
255,0,0
#C198B0		light violet
193,152,176
#AE697D		violet
180,103,87
#97567B		dark violet
151,86,123

*/
