/*
	Realizzato da Marco GRAZIA
	per Annamaria MARTINIS
	
	versione 0.0.1
	26 marzo 2007
*/
html, body#norino {
	height: 100%;
	margin-bottom: 1px;
}
body#norino {
	background: #f5f5f5;
	color: #000;
	font: 100 90% serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
.ripristina {	clear: left;}
strong {	font-weight: bold;}
img {	border: none;}
hr {	display: none;}
a {	color: #000;}
a:hover {
	background: #4D4D4D;
	color: #f5f5f5;
	text-decoration: none;
}

/* le immagini */
.imago {
	float: left;
	width: 288px;
	border: 1px inset Silver;
	background: #fff;
	margin: 10px;
	padding: 3px;
	font-size: 0.6em;
	text-align: left;
}
.imago img {
	display: block;
	border: 1px solid #E6E6FA;
	background: transparent;
	margin: 7px;
}

/* Sito */
#banner {
	width: 100;
	margin: 0;
	padding: 0;
	background: #E6E6FA;
	border-bottom: 3px solid #000;
}
#banner h1 {
	height: 50px;
	line-height: 60px;
	margin: 0px;
	padding: 0;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 2.5em;
	font-style: italic;
}
.menu {
	background: #666;
	color: #f5f5f5;
	font-size: 80%;
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
}
.menu li {	display: inline;}
.menu a  {	
	margin: 0;
	height: -0.5em 0;
	border-right: 2px solid #f5f5f5;
	padding: 0.5em 15px;
	text-decoration: none;
	white-space: nowrap;
}
.menu li.primavoce a {	border-left: 2px solid #f5f5f5;}
.menu a:link, .menu a:visited {
	background: #666;
	color: #f5f5f5;
	text-decoration: none;
}
.menu a:hover, .menu a:focus, .menu a:active {
	background: #6495ED;
	color: #000;
	text-decoration: none;
}
.menu li.voceSelezionata a:link, .menu li.voceSelezionata a:visited, .menu li.voceSelezionata a:hover, .menu li.voceSelezionata a:focus, .menu li.voceSelezionata a:active {
	background: #F5F5F5;
	color: #000;
}

/* testo */
#testo {
	width: 760px;
	margin: 0 auto;
	padding: 0 0 2em 0;
	text-align: center;
}
#testo .sinistra,
#testo .destra,
#testo .centro {
	float: left;
}
#testo .sinistra, #testo .destra {
	width: 200px;
	text-align: center;
}

#testo .sinistra ul {
	width: 200px;
	margin: 0;
	padding: 0;
	padding-top: 3em;
	list-style: none;
	text-align: right;
}
#testo .sinistra a {
	display: block;
	margin: 0.5em 0;
	padding: 3px;
	color: #000;
}
#testo .sinistra li {display: inline;}
#testo .sinistra a:hover {
	background: #4D4D4D;
	color: #f5f5f5;
	text-decoration: none;
}

#testo .centro {
	width: 520px;
}
#testo .centro h1 {
	margin: 0 1em 0 1em;
	padding: 0.5em 0 0.5em 0;
	font-size: 1.4em;
	font-weight: 100;
	text-align: left;
}
#testo .centro h2 {
	margin: 0 1em 0 1em;
	padding: 2em 0 0.5em 0;
	font-size: 1.1em;
	text-align: left;
}
#testo .centro p, #testo .centro blockquote {
	margin: 0 1em 0 1.5em;
	padding: 0.5em 0 0.5em 0;
	text-align: left;
}
#testo .centro blockquote:before {content: open-quote; font-weight: bold;}
#testo .centro blockquote:after {content: close-quote; font-weight: bold;}
#testo .centro p.destro {
	margin: 0 1em 0 1.5em;
	padding: 0.5em 0 0.5em 0;
	text-align: right;
}
#testo .centro p:first-letter {
	text-transform: uppercase;
	margin-left: 0.8em;
}
#testo .centro cite {
	font-weight: bold;
}
#testo ul, #testo dl {
	margin: 0 1em 0 1.5em;
	padding: 0.5em 0 0.5em 0;
	text-align: left;
	list-style-type: circle;
}

/* campi modulo */
#testo fieldset {margin: 0.25em;}
#testo input {
	background: #FFFFD4;
	color: black;
	padding: 2px;
	border: 1px inset #4d4d4d;
}
#testo input.bottone {
	background: #f5f5f5;
	color: black;
	font-weight: bold;
	padding: 0;
	border: 2px outset #4D4D4D;
}
#testo textarea {
	background: #FFFFD4;
	color: black;
	padding: 2px;
	border: 1px inset #4d4d4d;
}
#testo div#foto {
	display: block;
	overflow: auto;
	width: 400px;
	height: 170px;
}
#test div#foto img {
	display: inline;
	width: 100px;
}

/* fine pagina */
#piede {
	width: 100;
	background: #000;
	color: #f5f5f5;
	border-bottom: 3px solid #000;
	clear: both;
}
#piede a {
	color: #f5f5f5;
}
