/* Lombardia Storica :: Foglio di stile per lo schermo
Cooperativa Codex - Pavia
Febbraio 2005
Ultime modifiche: Settembre 2005 */

/* LAYOUT */

body {
    margin: 4px 0;
    padding: 0;
    text-align: center;
}

#box {
    width: 772px;
    margin: 0 auto;
    padding: 0;
    font-size: 76%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
}

#header {
    padding: 12px 0 12px 20px;
    background: #063;
}

#bread {
    margin: 5px 0 0 5px;
    font-size: 11px;
    color: #999;
}

#pagebody {
    position: relative;
}

#main {
    position: relative;
    margin: 20px 240px 20px 20px;
    min-height: 600px;
    height: auto !important;
    height: 600px; /* hack x IE */
}

#fullcol #main {
		margin: 20px;
}

#sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 217px;
    font-size: 11px;
}

#footer {
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    color: #666;
}

/* TESTI */

h1 {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    /* hide overflow:hidden from IE5/Mac */
    /* \*/
    overflow: hidden;
    /* */
}

h1 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* x Opera 5-6 */
}

h1, h1 span {
    height: 45px;
    width: 142px;
    background-image: url(../images/titolo.gif);
}

h2 {
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 0 1.2em 0;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.2em 0;
}

h2, h3 {
    padding: .2em 0;
    border-bottom: 1px solid #ccc;
    letter-spacing: 1px;
    color: #333;
}

#sidebar h3 {
    margin: 0;
    padding: 5px 0;
    border: 0;
    text-indent: 10px;
    font-size: 11px;
    background: #666;
    color: #fff;
}

h4 {
    margin: 1.2em 0 0 0;
    font-size: 1em;
    font-weight: bold;
    color: #333;
}

strong {
    color: #333;
}

p, ul, dl {
    line-height: 1.4;
    font-size: 1em;
}

#main dl {
    margin-left: 20px;
}

#main dd {
    margin-bottom: 1em;
    margin-left: 20px;
}

#ambienti {
/* x IE5 servirebbe padding: 8px 0; */
    border: 1px solid #ccc;
    background: #eee;
}

#notizie {
    padding-bottom: 10px;
    border: 1px solid #ccc;
    background: #DFF7CC;
}

#notizie dt {
    background: none;
    text-indent: 10px;
}

#notizie dd {
    margin: 0 5px 11px 10px;
}

.quadro {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.quadro p {
    margin: 0;
    padding: 0;
}

/* LINKS */

a {
    text-decoration: underline;
    color: #063;
}

a img {
    border: 0;
}

a:hover {
    text-decoration: none;
}
a#lbc {
	text-decoration: none;
	color: #00ad00;
	color: #063;
}
a#lbc:hover {
	text-decoration: underline;
}
.alert {
	color: #f00;
}

#main dt a {
    padding-left: 20px;
    height: 1px;
    background: url(../images/bullet.gif) center left no-repeat;
    text-decoration: none;
    font-weight: bold;
}

#main dt a:hover {
    text-decoration: underline;
}

#bread a, #footer a {
/*    text-decoration: none; */
    color: #666;
}

#bread a:hover, #footer a:hover {
/*    text-decoration: underline; */
    color: #333;
}

#notizie a {
    color: #063;
    text-decoration: none;
}

#notizie a:hover {
    display: block;
    background: #EDFAE2;
/*    color: #093; */
}

.quadro a {
    font-weight: bold;
    text-decoration: none;
}

.quadro a:hover {
    text-decoration: underline;
}

/* FORM CONTATTI */

#contatti {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 11px;
    background: #eee;
/* male in IE5 */
}

#contatti form {
    margin: 0;
    padding: 0;
}

#contatti label, #contatti input, #contatti textarea {
    display: block;
}

#contatti label {
    margin-bottom: .3em;
    font-weight: bold;
    color: #666;
}

#contatti input, #contatti textarea {
    width: 60%;
}

#contatti textarea {
    width: 90%;
    height: 170px;
}

/* FORM NEWSLETTER */

#newsletter {
    width: 400px;
    margin: 0;
    padding: 20px;
    border: 1px solid #ccc;
    background: #eee;
/* male in IE5 */
}

#newsletter form {
    margin: 0;
    padding: 0;
}

#newsletter td {
    font-size: 12px;
}

#newsletter input#submit {
    margin-top: 12px;
}

/* x entrambe */

input#submit {
    width: 100px;
}


/* ARCHIVIO NOTIZIE */

#sidebar #notizie p {
		margin-left: 10px;
		font-weight: bold;
}

#sidebar #notizie p a:hover {
		display: inline;
		text-decoration: underline;
		background: transparent;
}

#main #archivio {
	margin: 20px 0 0 20px;
	width: 640px; /* x IE */
}

#archivio dt {
  margin-bottom: .5em;
}

#archivio dt {
  margin-top: 1.5em;
  padding: .2em .3em;
  border: 1px solid #ccc;
  background: #eee;
}

#archivio dd {
  margin: 0 1em 0 2em;
}

/* SEGNALIBRO */
.segnalibro {
	font-size: .9em;
	text-align: right;
}
