/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3c3c;
}

a {
	color:#191919;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	color:#000000;
	font-weight:normal;
	font-variant:small-caps;
 
}

h3 {
	font-family:Arial, Verdana, "Impact";
	font-size:100%;
	color:#003366;
	font-weight:normal;
	font-variant:normal;
 
}


/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:600px;
	margin:0 auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	text-align:right;
}

#menu a {
	color:#404040;
	background-image:url(../images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
}

#menu a:hover {
	color:#cccccc;
	background-image:url(../images/backgrounds/a_hover.jpg);
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(../images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
}

#content h2 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:100%;
	color:#626477;
	padding-top:5px !important;
	padding-top:0;
}


#content p {
	line-height:20px;
	text-indent:15px;
}


#content ol,ul {
	line-height:25px;
}

#content li {
	
}

.link {
	text-align:left;
}

.link a {
	color:#404040;
	text-decoration:none;
	font-weight: bold;
}

.link a:hover {
	color:#cccccc;
	background-image:url(../images/backgrounds/a_hover.jpg);
}


/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}


.imgeve { 
	float: left;
	border: 2px solid #ff7f66;
	margin: 2px 15px 2px 2px;
}

.imgnews { 
	float: right;
	border: 1px solid blue;
	margin: 2px 2px 2px 2px;
}


.news	{	
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif; 
	color:#990000; 
	font-size:8pt;
	text-decoration:none;
	vertical-align:top;
}

.inews	{	
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif; 
	color:#4e4e4e; 
	font-size:7pt;
	text-decoration:none;
	vertical-align:top;
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 3px 3px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #6666ff;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffe0;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


.mappa img{
margin: 0 0 0 0;
}

.mappa:hover{
background-color: transparent;
}

.mappa:hover img{
border: 1px solid blue;
}

.mappa span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffcc;
padding: 0px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.mappa span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.mappa:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


.main {
width:200px;
border:1px solid #CCCCCC;
}

.month {
background-color:black;
font-family:"Trebuchet MS", Arial, Verdana;
color:white;
}

.daysofweek {
background-color:gray;
font-family:"Trebuchet MS", Arial, Verdana;
color:white;
}

.days {
font-size: 12px;
font-family:"Trebuchet MS", Arial, Verdana;
color:black;
background-color: #ffffe0;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}
