﻿/* mainstyle.css per RosiTour ------------------------------------------------ */

@charset "utf-8";
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;}
	
a:hover {color: red;}
img {border: 0;}

/* transizioni */
.imImage{
 transition-duration: 1s;
 -ms-transition-duration: 1s;
 -webkit-transition-duration: 1s;
 -moz-transition-duration: 1s;
 -o-transition-duration: 1s;
 transition-property: transform;
 -ms-transition-property: -ms-transform;
 -webkit-transition-property: -webkit-transform;
 -moz-transition-property: -moz-transform;
 -o-transition-property: -o-transform;
 overflow:hidden;
 } 
 .imImage:hover {
 -ms-transform: scale(1.1,1.1);
 -webkit-transform: scale(1.1,1.1);
 -moz-transform: scale(1.1,1.1);
 -o-transform: scale(1.1,1.1);
}
/* fine transizioni */

ul li .SeiQui {color:red; font-weight:bold; background-color:white;}

#container {
	width: 100%;
	height: auto;
	padding: 4px;
	background-color: #333333
}

#mainheader {
	height: auto;
	background-color: transparent;
	text-align: center;
}

#mainnav {
   width: auto;
   height: auto;
   padding: 12px;
}
.nav {
   padding: 0;
   text-align: center;
}
.nav ul {
   list-style: none;
   margin: 0px auto;
   background-clip: padding-box;
}
.nav a {
   padding: 6px;
   background-color: black;
   display: inline-block;
   color: white;
   font-weight: normal;
   font-variant: small-caps;
   text-decoration: none;
   font-size: large;
}
.nav li {
   display: inline;
}
.nav li a:hover {
   border: 0px blue solid;
   color: navy;
   background-color: #FFFFE8;
}

/* Altre Sezioni ------------------------------------------- */

.sezione1 {
	width:100%;
	height: auto;
	padding: 0px;
	margin:  0px auto;
	text-align: center;
	color: #006666;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	clear: both;
}
table {
	width:100%;
	border:0px black solid;
	padding: 4px;
	background-color: #202020;
	border-collapse: collapse;
	margin: 8px 8px 8px 8px;
	margin-left:auto; margin-right:auto; 
}
table td {
	border: 0px cadetblue solid;
	padding: 6px;
	vertical-align: middle;
}
#mainfooter {
	height: auto;
	background-color: transparent;
	text-align: center;
	font-size: small;
	color:  #669999;
	clear: both;
	padding:8px;
	margin:0px auto;
}
