@charset "UTF-8";
/* CSS Document */

body{margin:0; font-family:Arial, "Helvetica", sans-serif; font-size:12px; background-color:#F2F2F2}
ul{margin:0; padding:0;}
li{margin:0; padding:0; list-style:none;}

#centrato{width:900px; margin-left:auto; margin-right:auto;}
#menu{background-color:#000; color:#FFF; width:100%; height:35px; padding-top:15px; margin-bottom:20px; text-align:right; float:left; font-weight:bold;}
#menu li{display:inline;}
#menu a{color:#FFF; text-decoration:none;}
#menu a:hover{color:#999;}
#header{width:900px; height:400px; background-color:#FFF; background-image:url(../img/header.jpg); background-position:top left; background-repeat:no-repeat; margin-bottom:20px; float:left;}
#twitter{width:900px; height:60px; background-color:#3C3C3B; background-image:url(../img/twitter.png); background-position:top left; background-repeat:no-repeat; margin-bottom:20px; float:left; position:relative;}
#last_tweet{color:#FFF; position:absolute; top:22px; left:80px;}
#last_tweet p{margin:0; padding:0;}
#last_tweet a{color:#FFF; text-decoration:none;}
#last_tweet a:hover{color:#999;}
#content{width:900px; margin-bottom:20px; float:left;}
#content.spaziato{width:860px; padding:20px; line-height:1.6em;}
#content a{text-decoration:none; color:#000;}
#footer{width:900px; height:45px; padding-top:25px; background-color:#3C3C3B; color:#FFF; text-align:center; font-size:9px; float:left;}
#footer a{color:#FFF; text-decoration:none;}
#footer a:hover{color:#999}

.centrato{width:900px; margin-left:auto; margin-right:auto;}
.logo{background-image:url(../img/logo_small.png); background-repeat:no-repeat; background-position:center center;}
.bianco{background-color:#FFF;}
.sinistra{width:420px; float:left; padding-top:20px; padding-left:20px; padding-bottom:20px;}
.destra{width:420px; float:right; padding-top:20px; padding-right:20px; padding-bottom:20px;}
.segnaposto{width:100%; clear:both;}
.content_small{width:440px; height:300px; float:left; background-color:#CCC;}
.spaced_left{margin-right:20px;}
.spaced_bottom{margin-bottom:20px;}
.nero{background-image:url(../img/bg_nero.jpg); background-repeat:no-repeat; background-position:top left;}

input,textarea{width:400px; border:none; padding:10px; outline:none; background-color:#F2F2F2; margin-bottom:15px;}
input.big{width:100px; margin:0; float:right; background-color:#3C3C3B; color:#FFF;}
