/*
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.

Modified by Timothy Montler 20061016, 20090730
*/


@font-face {
		font-family: 'Lucida Sans Unicode';
		src: url('lsansuni.ttf');
	}
body {
padding:0;
margin:0;
font:80% "Lucida Sans Unicode", sans-serif, syntax, sans-serif; 
background-color:#3C3C3C;
color:#ffffff;
}

a {
text-decoration:none;
background-color:inherit;
/* font-weight:bold; */
font-weight:normal; 
color:#B3C9FF;
}

a:hover {
background-color:inherit;
color:#6592ff;
}

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

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

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

p {
margin:0 0 15px 0;
line-height:1.5em;
font-weight:normal; 
}

/*
img {
border: 0px;
float:left;
padding: 0px 0px 0px 0px;
}
*/
/* carlo */
ul {
float: left;
list-style-type: none;
padding: 0px 0px 0px 0px;
}


#title{
margin:0px 0 10px 0;
/*margin:20px auto -9px auto;*/
width:1000px;
}

#container{
/*margin:5px auto 5px auto;*/
margin-left:10px;
width:950px;
padding:0px;
background-color:#3C3C3C;
color:#ffffff;
border:0px solid #3C3C3C;
}

#sidebar{
margin-top:25px;
float:left;
width:100px;
padding-right:0px;
/*border-right:1px solid #3C3C3C;*/
}

#main{
width:800px;
padding-left:1px;
/*font-size:1.5em;*/
font-weight:normal; 
/* border-left:1px solid #ffffff; */
float:right;
}

#footer {
clear: both;
padding-top:10px;
border-top:1px solid #3C3C3C;
}

#footer p {
text-align: center;
}


.menu{
display:block;
width:100px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#6592ff;
border:1px solid #000000;
}

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

