/* Definizioni di stile dal diario di Telsa Cox  */

body {
	background-color: #1e1e32;
	background-image: url("/linux_kernel_tr.png");
	background-repeat: repeat-y;
	background-position: center top;
	color: white;
	margin-left: 5%; margin-right: 5%;
	font-family: Helvetica, sans-serif;
}

h1 {font-size:10pt;}
h1,h2,h3 {text-align: left;}

/* If you specicy background and foreground colours,	*/
/* you should specify link colours too.	*/

a:link    {color: rgb(160,250,160); background-color: inherit; text-decoration: none;}
a:visited {color: rgb(30,30,255); background-color: inherit; text-decoration: none; }
a:active  {color: #AAAAFF; background-color: inherit; text-decoration: underline; }
a[href]:hover  {color: rgb(50,50,170); background-color: #FFFFFF; }


/* The a[href] is because I was using   */
/* <a name="datehere"> for things to    */
/* link to, and without the href in the */
/* rule, all the dates were coming out  */
/* as if they were links. Very bad,     */
/* Thanks to Malcolm Scott for rescuing */
/* me -- 2003-01-31                     */

pre { font-family: monospace; }

dd { font-size: 11pt; color: #CCCCCC; background-color: #505080; padding: 0.25em;  border: none;
	 border-top:1px solid #8080B7; border-bottom:1px solid #111111;
	 border-left:1px solid #8080B7; border-right:1px solid #111111;
   }

#bevelbox { font-size: 11pt; color: #CCCCCC; background-color: #505080; padding: 0.25em;  border: none;
	 	border-top:1px solid #8080B7; border-bottom:1px solid #111111;
	 	border-left:1px solid #8080B7; border-right:1px solid #111111;
   }

dl.introbox dt  { font-size: 1pt }
dl.introbox dd  { color:#000000; background-color:#9999DD;
				  border-top:1px solid #CCCCFF; border-bottom:1px solid #111111;
				  border-left:1px solid #CCCCFF; border-right:1px solid #111111;
				}

li { background: rgb(204,204,255); color: black; padding: 0.25em;  border: none; width: 92%}

p    { text-align: justify; }
p.c  { text-align: center;  }
p.l  { text-align: left; }
p.r  { text-align: right; }

/* comandi di stile dalla pagina demo della Nemesis della Francy */

#box { width:100%; margin:0px 0px 5px 0px; background-color:#633063; font-size:10pt; }
#box .sele { display: block; background-color:#73559C; padding:4px 0px 4px 10px;
             position:relative; border-bottom:1px solid #000000; font-weight:bold;
			 border-top:1px solid #000000; border-bottom:1px solid #C080C0;
			 border-left:1px solid #A060A0; border-right:1px solid #000000;
		   }
  #box a { display: block; color:#FCC6FF; padding:4px 0px 4px 10px; position:relative;
           border-top:1px solid #C080C0; border-bottom:1px solid #000000;
		   border-left:1px solid #A060A0; border-right:1px solid #000000;
		 }
  #box a:hover { text-decoration: none; background-color:#73559C; color:#ffffff; text-decoration:none; }


#principale { margin:0px auto; text-align:left; position:relative; height:100%; }
#leftcol {  position:absolute; top:0px; left:0px; width:20%; height:100%; }
#main { margin:0px 0% 0px 21%; padding:5px; }
#rightcol { background-color:#993366; position:absolute; top:0px; right:0px; width:1%; height:100%; }
  #rightcol h5 { margin:0px; color:#ff9900; font-weight:bold; font-size:8pt; text-transform:uppercase; }
  #rightcol p { font-size:8pt; }

#piede { margin:0px auto; padding:5px 5px; }
    #piede p { font-size:10pt; margin:0px 5% 0px 5%; color:#BA7FBA; }
    #piede p a { color:#BA7FBA; }


/** Nasconde gli avvisi per NN4, che vengono fuori pure in Konq ^^; ***/
.NN4avviso { display:none; }
.NN4spiega { display:none; }

