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

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


h1 {
	font-family: "Future", "Futura Condensed", "Arial Narrow", Futura, Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	text-align: right;
	color: #C6B5EF;
	margin-top: 0;
}

h1:after { 
	text-align: left;
	margin:-36px 0px -40px -70px;
	display:block;
	content: url(h1.png);
	background: url(horiz.png) repeat-x top center;
	height: 100px;
}


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

h3 {
	font-family: "Future", "Futura Condensed", "Arial Narrow", Futura, Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	/* color: #F7BD5A; */
	/* 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;
  	border-radius: 9px;
  	-khtml-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: #F7BD5A;
}

LI.pageTocH3 A{
 background: #FFFF9C;
}

LI.pageTocH1 A:hover{
 background: #97567B;
}

LI.pageTocH2 A:hover{
 background: #AE697D;
}

LI.pageTocH3 A:hover{
 background: #C198B0;
}



#pageTOC A:active{
 color: #000000;
 background: #FFFFFF;
}


/* 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

*/
