/*
	WSFACN Template
	mauriziosini.it 2008
*/

/*	--- Layout --- */
body {
 margin:0;
 padding:0;
 color:#000;
 background: #fff url(../design/WSFACNfondo.gif) no-repeat;
 font: 0.8em Verdana, arial, sans-serif;
}
#header {
 top:0;
 left:0;
 height:101px;
 background:#fff;
 border-bottom:medium solid #5c743d;
}
#subheader {
 position: absolute;
 z-index:2;
 top:103px;
 width:100%;
 height:20px;
 background:#fc0;
 border-top:medium dotted #9c6;
 border-bottom:medium dotted #9c6;
 font-size: smaller;
}
#dateformat {
 position:relative;
 top: 0.4em;
 width:70%;
 height:auto;
 padding-left:5em;
 color: #993300;
 font-weight:bold;
 letter-spacing:.1em;
 line-height:1em;
}
#logon {
 position:absolute;
 float:right;
 right:0;
 bottom:0.6em;
 width:auto;
 padding-right:2em;
 text-align:right;
 line-height:1em;
}
#container {
 position: absolute;
 top:128px;
 width:100%;
 height:100%;
 border-top: medium solid #5c743d;
}
#main {
 top:140px;
 width:550px;
 margin:2em 3em 3em 16em;
 padding:1em 3em 1em 4em;
 background:transparent;
}
#navigation {
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 width:162px;
 height:120%;
 padding:4em 0.5em;
 background:#c00;
 text-align:left;
}
#footer {
 display: block;
 position:absolute;
 bottom:0;
 width:90%;
 text-align:right;
}

#calc {width:2em; height:1.2em;}
#text {width:24em; height:12em;}
#txt {width:32em; height:16em;}

/*	--- Navigation menu --- */
.box {padding: 0; margin: 0 0 10px 0; border-bottom: thin solid #fff;}
#menu ul {list-style-type: none;}
#menu li {border-top: thin solid #fff; line-height:1em;}
#menu li a {display:block; text-decoration: none; color:#fff; font-weight: bolder; padding:1em; margin:0; color:#fff; text-decoration: none;}
#menu li a:hover {background: #9c6;}
#menu li a.current {background:#008b8b;}

/*	--- Typography --- */
a:hover {color: #c00;}
h1 {font-size: 1.6em; padding:0.2em 0; color: #c00;}
h2 {font-size: 1.4em; color: #c00;}
h3 {font-size: 1.2em; color: #000;}
h4 {font-size: 1.0em; color: #999;}
p {text-decoration: none; font-size: 0.9em; line-height:1.8em;}
#main ul li {text-decoration: none; font-size: 0.9em; line-height:1.8em;}
#tcenter {text-align: center;}
#tright {text-align: right;}
#tleft {text-align: left;}

textarea { width: 97%; height: 16em; padding: 3px;}
