/* stili universali */

* {
color: #000;
font-size: 7pt;
font-family: Verdana, sans-serif;
margin: 0;
padding: 0;
}

html {
background: url(imm/sfondo.png) center repeat-y;
}

body {
width: 750px;
margin: 0 auto 0 auto;
}

a img {
border: 0;
}

a, a:link {
font-weight: bold;
text-decoration: none;
color: #336;
}

a:hover {
color: #F30;
}

span.error {
font-weight: bold;
color: #F00;
}

span.grigio {
font-size: 8pt;
color: #999;
}

span.grigio b {
font-weight: bold;
color: #666;
}

/* div per logo */

div#head {
width: 750px;
height: 200px;
margin: 0 auto 0 auto;
background: url(imm/head.gif) no-repeat;
}

/* stili del menu di sinistra */

div#menu {
width: 160px;
margin: 10px 20px 20px 20px;
float: left;
font-size: 7pt;
}

h3 {
color: #000;
font-size: 7pt;
font-weight: bold;
border-bottom: 1px solid #999;
padding-top: 10px;
}

ul {
list-style-type: none;
list-style-position: inside;
}

/* stili del blocco dei post */

div#content {
width: 460px;
float: right;
margin: 0 20px 0 0;
}

h1 {
color: #F30;
font-weight: bold;
font-size: 10pt;
padding-bottom: 15px;
}

h2 {
color: #336;
font-weight: bold;
padding-top: 22px;
padding-bottom: 15px;
}

p {
text-align: justify;
font-size: 8pt;
}

p b {
font-size: 8pt;
font-weight: bold;
}

p i {
font-size: 8pt;
font-style: italic;
}

h4 {
width: 100%;
color: #666;
font-weight: normal;
padding-top: 15px;
padding-bottom: 20px;
border-bottom: 1px solid #999;
}

/* stili dei commenti */

div#nav_comm {
width: 100%;
height: 20px;
background-color: #DDD;
margin-top: 30px;
padding-top: 8px;
text-align: center;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}

div#xcommentare {
width: 100%;
height: 20px;
background-color: #DDD;
margin-top: 30px;
padding-top: 8px;
text-align: center;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}

h2.commento {
margin-top: 20px;
padding-top: 10px;
text-align: right;
font-weight: normal;
font-size: 7pt;
}

/* stili del footer */

div#footer {
height: 15px;
clear: both;
color: #666;
text-align: left;
padding: 50px 0 10px 20px;
}

/* stili del modulo di registrazione */

.label {
text-align: right;
width: 120px;
}

.obbli {
font-weight: normal;
color: #F00;
}

/* stili della sezione amministrativa */

table, tr, td, th {
border: 0;
border-spacing: 5px;
padding: 2px;
}

th {
border-bottom: 1px solid #999;
}

tr:hover {
background-color: #CCF;
}

tr.th:hover {
background-color: transparent;
}

p.enfa {
border: 2px solid #F00;
padding: 10px;
}
