/*************************
*  CSS Sito - v5.0       *
*  Dicembre 2000			 *
*************************/
body
{
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #000;
	font-family: arial, "trebuchet ms", sans-serif;
	background-color: #FAFAFA;
	background-image: url("img_sito/bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	border-top:3px solid #222;
}

a:link
{
	color: #69a;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

img { border: 0; }

hr { display: none; }

acronym
{
	border-bottom: 1px dashed #666;
	cursor: help;
}


h1 {color:#222; font-size:42px; font-family: 'Philosopher', "trebuchet ms", sans-serif;}
h1 span {color:#69a;}

h2
{
	font-size: 1.6em;
	color: #222;
	margin: 0 0 5px;
	padding-bottom: 0px;
	font-family: 'Philosopher',"trebuchet ms", sans-serif;
	/*background: url("img_sito/separatore.png") bottom center no-repeat;*/
	}

.scheda h2 a {color:#222;}
.scheda h2 a:hover {color:#69a;}

p {line-height: 150%;}



/* ======== header ===== */

#header
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}



#header .descrizione
{
	width: 600px;
	padding-left:0px;
	color: #242424;
	font-size: 1.1em;
}

#mail
{
	position: absolute;
	top: 0;
	right: 0;
	background:#fff;
	padding:3px 5px;
}


/* ======== le 4 scehde ========== */

#container
{
	width: 960px;
	margin: 70px auto;
	background-image: url("img_sito/ombra.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

.links
{
	height: 255px;
	width: 880px;
	margin:0 8px 0 72px;
}

.scheda
{
	width: 188px;
	padding: 35px 16px 0;
	float: left;
	position: relative;
	height: 220px;
	color:#444;
}


.websushi {border-top: 3px solid #6f6f6f; background:#fff url("img_sito/border.png") top right no-repeat;}
.me {border-top: 3px solid #009edf; background:#fff url("img_sito/border.png") top right no-repeat;}
.fotoblog {border-top: 3px solid #d61f71; background:#fff url("img_sito/border.png") top right no-repeat;}
.blog {border-top: 3px solid #e96707; background:#fff;}


.scheda p {text-align:left;}
.scheda a {color:#444; text-decoration:none;}

a img.social {display:block; margin:8px 44px; border:1px solid #ccc;}
a:hover img.social {border:1px solid #009edf;}
img.social {width:100px; height:30px;}

.scheda ul
{
	margin: 5px;
	padding: 5px;
	text-align:left;
}

.scheda li
{
	list-style-type: none;
	padding-left:10px;
	line-height: 120%;
    display:block;
    margin-bottom:15px;
	background: url("img_sito/freccia.png") no-repeat 0 3px;
}

.scheda li a:hover {color:#000;}

/* pagina cose vecchie */

.scheda.articoli {width:300px;}
.articoli {border-top: 3px solid #009edf; background:#fff url("img_sito/border.png") top right no-repeat;}
.scheda.articoli li {margin-bottom:5px;}

