/*
andreas05-alternative - an open source xhtml/css website layout
by Andreas Viklund (http://andreasviklund.com).
Made for OSWD.org, free to use as-is for any purpose as long as the proper
credits are given for the original design work.
Version: 1.0, September 27, 2005

Deeply modified by Carlo Perassi.

Patched by Filippo Spike Morelli.
*/

body {
padding:0;
margin:0;
font:76% verdana, syntax, sans-serif;
background-color:#000000;
color:#ffffff;
background-image: url(../images/tgrande.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}

a {
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#B6272E;
}

a:hover {
background-color:inherit;
color:#B6272E;
}

h1 {
margin:0;
font-size:3.6em;
letter-spacing:-3px;
background-color:inherit;
color:#505050;
}

h2 {
margin:5px 0 10px 0;
font-size:1.8em;
letter-spacing:-1px;
font-weight:normal;
}

h3 {
margin:5px 0 10px 0;
font-size:1.2em;
letter-spacing:-1px;
font-weight:normal;
}

p {
margin:0 0 15px 0;
line-height:1.3em;
}

img {
border: 0px;
/*float:left;*/
padding: 0px 0px 0px 0px;
}

/* carlo */
ul {
float: left;
list-style-type: none;
padding: 0px 0px 0px 0px;
/* spike */
margin: 0px 0px 20px 0px;
}

#title{
margin:60px 0 10px 0;
/*margin:20px auto -9px auto;*/
width:700px;
}
.primaparola {
	font-size: xx-large;
	font-weight: bold;
}


#container{
	width:750px;
	background-color:#000;
	color:#ffffff;
	filter:alpha(opacity=80);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#sidebar{
float:left;
width:125px;
}

#main{
	width:575px;
	padding-left:20px;
	float:right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9A8247;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

#footer {
	/* carlo */
/*border-top: 1px solid #ffffff;*/
clear: both;
	font-size: 9px;
	color: #CCCCCC;
/* carlo */
/*padding:10px 0px 0px 0px;*/
}

#footer p {
text-align: center;
}

.date{
display:block;
width:125px;
padding:4px 2px 4px 10px;
font-size:1.1em;
background-color:inherit;
color:#ffffff;
}

.menu{
	display:block;
	width:125px;
	padding:4px 2px 4px 10px;
	font-size:1.1em;
	font-weight:bold;
	background-color:inherit;
	color:#B6272E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu:hover {
background-color: #000000;
color: #B6272E;
border: 1px solid #B6272E;
}

