/*
* Original version created for the Ubuntu documentation team
by Jeff Schering on Sept 2, 2005
* Hacked on by Matthew East for the Ubuntu documentation team.
	
Original application is for the FAQ Guide, and features
 the Ubuntu colour scheme
 
This file is in the Public Domain.
	
 */

html {
        background-color: white;
        color: black;
        font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
        font-size: 0.9em;
        line-height: 1.5em;
}

body {
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 0;
	padding: 0;
}

#header {
    margin: 0;
    padding: 0;
}

#sfondobarra {
	margin-left: -3em;
	margin-right: -3em;
   background: url('http://forum.ubuntu-it.org/css/sfondo.png') bottom left repeat-x #fff;
   background-position: 0px 0px;
}

#barra {
   position:relative;
   background: url('http://forum.ubuntu-it.org/css/logo.png') no-repeat transparent;
   border-style: solid;
   border-width: 0;
   color: #dbba75;
   height: 80px;
}

#pulsante {
   position:absolute;
   bottom:0px;
   right:10px;
}
		  
#pulsante ul {
   display:inline;
   margin:0;
   padding:10px 10px 0 1px;
   list-style:none;
}
		  
#pulsante li {
   float:left;
   background:url("http://forum.ubuntu-it.org/css/tab_off_ns1.gif") no-repeat left top;
   margin:0;
   padding:0 0 0 5px;
}

#pulsante a {
   float:left;
   display:block;
   background:url("http://forum.ubuntu-it.org/css/tab_off_ns2.gif") no-repeat right top;
   padding:10px 15px 3px 8px;
/*   font-size:105%; */
   font: 12px Verdana, Arial, Helvetica, Sans-Serif;
   text-decoration:none;
   font-weight:bold;
   margin:0;
   color:#444;
}

#pulsante a {
   float:none;
}

#pulsante a:hover {
   color:#333;
}

#pulsante li:hover, #pulsante li:hover a {
   background-position:0% -163px;
   color:#000;
}

#pulsante li:hover a {
   background-position:100% -163px;
   color:#000;
}

#pulsante #current {
   background:url("http://forum.ubuntu-it.org/css/tab_on_ns1.gif") no-repeat left top;		  
}

#pulsante #current a {
   background:url("http://forum.ubuntu-it.org/css/tab_on_ns2.gif") no-repeat right top;		  
   color:#000;
   padding-bottom:4px;
}

ul {
	margin-left: 5px;
}

.orderedlist {
	margin-left: 10px;
}

.titlepage {
  padding-right: 1em;
}

div.toc dt { 
  margin-top: 2px; 
}

div.toc {
  padding-left: 1em;
  padding-right: 1em;
}

div.toc dt :visited { 
	color: black; /* Ubuntu visited link color */
}

div.qandaset dt :visited { 
	color: black; /* Ubuntu visited link color */
}

:link { 
	color: #6d4c07; /* dark brown */
}

:visited { 
	color: #6d4c07; /* dark brown */
}

dl { 
  margin-top: 0em; 
  margin-bottom: 0.5em; 
}

dt { 
  margin-top: 1em; 
}

div.qandaset {
	margin-left: 1em;
}

.guimenu, .guimenuitem, .guisubmenu {
	font-style: italic;
	color: #6d4c07; /* dark brown */
}

.guilabel, .guibutton { 
}

.question { 
  font-weight: bold; 
}

/* accelerator keys in menus */
.accel { 
  text-decoration: underline;
}

h1
{
        margin: 1.5em 0 0 0;
        font-weight: bold;
	font-size: 2em; 
        color: #6d4c07; /* ubuntu dark brown */
        line-height: 1.2em;

}	


h2, h3, h4, h5, h6
{
        font-weight: normal; 
        color: #6d4c07; /* ubuntu dark brown */
        line-height: 1.2em;
}	

h2
{
        font-size: 1.8em;
	border-bottom: 2px solid #6d4c07;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

h5, h6 {font-size: 1em;}

.screen, .programlisting { 
	background-color:  #f0eee6; /* light salmon */
	border: 1pt solid #C1B496; /* dark tan */
  padding: 5px; 
} 


.revhistory { font-size: 0.9em; }
