/* 10 giugno 2005 															 	*/

/* CSS: Design www.museoauto.it/concorso/				 	*/
/* Autore: Fabio Sirna <www.fabiosirna.com> 	*/

/* I codici XHTML e CSS sono stati scritti a  	 	*/
/* a mano con un semplice editor di testo        	*/
/* su Mac OS X 10.4 (Tiger), e rispettano gli    	*/
/* gli standard del consorzio W3C <www.w3c.org>  	*/

/* Reset degli spazi bianchi */

* {
	padding: 0;
	margin: 0;}

/* Struttura */

body {
	color: #333333;
	padding: 1em;
	font-family: Verdana, sans-serif;
	background-image: url("posizione.gif");
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;}

#coccarda {
	position: absolute;
	left: 745px;
	top: 0px;
	background-repeat: no-repeat;
	background-image: url("../images/coccarda.gif");
	width: 106px;
	height: 106px;}

#intestazione {
	width: 790px;
	background-image: url("../images/intestazione.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 340px;}

#pagina {
	width: 790px;
	background-color: #e9e9e9;
	border-top: 7px solid #ff6600;}

#colonnasx{
	float: left;
	width: 330px;
	background-color: #e6e6e6;}
	
#colonnadx{
	margin-top: 1em;
	float: right;
	width: 220px;}

#centro{
	margin-left: 300px;
		margin-right: 225px;}

/* Pie' di pagina */

#piedipagina {
	background-image: url("../images/piedipagina.gif");
	background-repeat: no-repeat;
	width: 790px;
	font-size: 8pt;
	border-top: 7px solid #ff6600;
	clear: both;
	line-height: 40px;}

#piedipagina a{
	text-decoration: none;
	color: #ff6600;}

#piedipagina a:hover {
	text-decoration: underline;}

#piedipagina p{
	color: #cccccc;
	text-indent: 1.5em;}

/* Menu in alto */

#menualto {
	background-image: url("../images/menualto.gif");
	background-repeat: no-repeat;
	font-size: 8pt;
	position: relative;
	top: 320px;
	left: 590px;
	width: 200px;
	height: 20px;
	color: white;}

#menualto ul {
	line-height: 20px;}

#menualto li {
	padding-left: 1em;
	display: inline;}

#menualto li a {
	color: white;
	text-decoration:none;}

#menualto li a:hover {
	text-decoration: underline;}

/* Menu */

.menu{
	margin: 1em 0.5em 1em 1em;}
	
.menu h3 {
	color: #333333;
	font-size: 8pt;
	padding: 0.3em 0;}

.menu ul{
	list-style-type: none;}

.menu li {
	background-color: #e9e9e9;
	margin-bottom: 2px;
	line-height: 15px; 
	font-size: 8pt;}

.menu a {
	width: 100%;
	display: block;
	color: #ff6600;
	text-decoration: none;}

.menu a:hover,
.menu a:active {
	background-color: #ff6600;
	color: white;}

/* Scheda */

.scheda{
	font-size: 8pt;
	margin: 1em 1em 1em 0em;
	padding: 1em 1em 1em 0em;}

.scheda dt {
	color: #ff6600;
	font-weight: bold;
	padding-bottom: 0.5em;}

.scheda dd{
	padding-left: 1em;
	padding-bottom: 0.5em;}

.scheda a{
	color: #333333;}

.scheda a:hover {
	color: #ff6600;}

/* Thumbnails */

#thumbnails {
	margin-top: 1em;
	text-align: center;}

#thumbnails a:hover {
	color: white;}

.thumb {
	width: 170px;
	height: 113px;
	margin: 1em;}

a .thumb {
	border: 3px; 
	border-color: white;
	border-style: solid;}

a:hover .thumb, 
a:active .thumb {
	border: 3px; 
	border-color: #ff6600;
	border-style: solid;}

/* Credits */
	
#duecolsx{
	float: left;
	width: 350px;
	text-align: center;
	padding: 1em;}

#duecolsx img{
	border: 5px solid white;
	width: 340px;
	margin-bottom: 1em;}

#duecoldx {
	float: right;
	width: 350px;
	font-size: 8pt;
	margin: 1.5em 1em 1em 0;}

#duecoldx p {
	line-height: 120%;
	padding-bottom: 0.5em;}

#duecoldx dt {
	color: #ff6600;
	font-size: 10pt;
	font-variant: small-caps;
	padding-bottom: 0.5em;}

#duecoldx dd{
	padding-left: 1em;
	padding-bottom: 0.5em;}

#duecoldx a{ color: #333333;}

#duecoldx a:hover { color: #ff6600;}

/* Popup */

#popup {
	margin-bottom: 1em;
	background-color: #ff6600;
	font-size: 8pt;
	width: 811px;
	height: 20px;
	color: white;}

#popup ul {
	line-height: 20px;}

#popup li {
	padding-left: 7px;
	display: inline;}

#popup li a {
	color: white;
	text-decoration:none;}

#popup li a:hover,
#popup li a:active {text-decoration: underline;}

.imgpopup {
	width: 800px;
	border: 1px dotted #ff6600;
	padding: 5px;}
