/*******************************************************
TITLE: Fixed One-Column Layout (Basic) V1.1
DATE: 20070824
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/
html{
font-size: 100%; /* WinIE text resize correction */
} 

body {
margin:.5em;
padding:0;
height:100%;
background:#ffffff url("img/stoffa.jpg") repeat;
color:#000000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
line-height:1.25em;
}

a {
color:#346;
text-decoration:underline;
}

a:hover {
color:#00f;
text-decoration:none;
}

p {
margin:.375em 0;
}

blockquote {
margin:1em;
padding:.5em;
background-color:#eeeeee;
border-top:1px solid #68A;
border-bottom:1px solid #68A;
}

blockquote p {
margin:.2em;
}

#elenco ul {
list-style-type:disc;
}

#elenco li {
margin:0 0 0 1.562em;
list-style-type:disc;
}

#lista ul {
list-style-type:disc;
}

#lista li {
margin:0 0 0 1.562em;
list-style-type:disc;
}

dl {
font-family:monospace;
margin:0 0 0 1.562em;
}

dt {
font-weight:bold;
}

dd {
margin:0 0 0 2em;
}

table {
margin: 0 auto;
font-family:monospace,courier new;
	border: 1px solid #cccccc;
	border-collapse: separate;
	background-color:#eeeeee;
}

table caption {
	border-top: 1px solid #cccccc;
	padding: 4px;
	text-align:center;
	background-color:#eeeeee;
}

table th {
	border: 1px solid #cccccc;
	padding: 2px;
	border-width: 1px;
	text-align:center;
}

table td {
	padding: 2px;
	border: thin solid #cccccc;
}

table td.l {
	text-align:left;
}

table td.r {
	text-align:right;
}

table td.c {
	text-align:center;
}

#centerColumn { 	
margin:0 auto;
padding:1em;
width:48.125em;
text-align:left;
vertical-align: middle;	
background-color: white; /*#BDE;*/
border:1px solid #68A;
}

#centerColumn h1 {
margin:0 0 0 0;
padding:.375em 0;
font-size:1.2em;
letter-spacing:.1em;
}

#lingua, #lingua a {
margin:0 0 0 0;
padding:0 0 .5em 0;
font-size:.8em;
letter-spacing: .2em;
font-variant:small-caps;
text-align:right;
text-decoration:none;
}

#header {
margin:0 0 0 0;
padding:0 0 0 0;
height:5em;
background:#346 url("img/legno.jpg") repeat;
color:white;
border-bottom:1px solid white; /*#68A;*/
}

#header h1 {
margin:0 0 -.5em 0;
padding:1em 0 0 1.5em;
font-size:1.7em;
letter-spacing:.1em;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 1.5em;
font-size:.9em;
font-weight:lighter;
letter-spacing:.1em;
}

#menu {
margin:0 0 2em 0;
padding:0 1.5em;
height:1.5em;
background-color:#8AB;
}

#fauxColumnCenter {
position:relative;
float:both;
margin:1em auto;
padding:0 .7em .25em .7em;
width:30em;
font-size:.9em;
background-color:#EEE;
border:1px solid #68A;
}

#fauxColumnRight {
position:relative;
float:left;
margin:.5em .5em 0 0;
padding:0 .7em .25em .7em;
width:11em;
font-size:.9em;
background-color:#EEE;
border:1px solid #68A;
}

#fauxColumnLeft {
position:relative;
float:right;
margin:.5em 0 0 .5em;
padding:0 .7em .25em .7em;
width:11em;
font-size:.9em;
background-color:#EEE;
border:1px solid #68A;
}

#fauxColumnRight h1, #fauxColumnLeft h1, #fauxColumnCenter h1 {
font-size:.9em;
text-weight:bold;
}

#fauxnav ul {
margin:0;
list-style:none;
}

#fauxnav li {
margin:0 0 .5em 0;
list-style:none;
}

#fauxnav li a {
text-decoration:underline;
}

#fauxnav li a:hover{
text-decoration:none;
}

#auxilia, #auxilia a {
margin:5em 0 0 0;
padding:0 .5em 0 0;
font-size:.8em;
letter-spacing: .2em;
font-variant:small-caps;
text-align:right;
text-decoration:none;
background-color:#8AB;
color:white;
}

#footer {
position:relative;
bottom:0;
margin:0 0 0 0;
padding:0;
height:4em;
font-size:.7em;
background-color:#346;
color:#fff;
border-top:1px solid white; /*#68A;*/
}

#footer p {
text-align:center;
}

#footer a {
color:#fff;
text-decoration:none;
}

#footer a:hover, #footer a.sfhover {
color:#BDE;
}


#nav, #nav ul { /* all lists */
	z-index:1;
	margin: 0;
	padding:.25em 0;
	list-style: none;
	line-height: 1em;
}

#nav a {
	display: block;
	width: 10em;
	text-decoration:none;
}

#nav a:hover, #nav a.sfhover {
text-decoration:underline;
}


#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding:.25em;
	line-height: 1.2em;
	background-color:#8AB;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}