﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 720px;
	margin: 0 auto;
	padding: 10px;
	border-right: 5px solid #725972;
	border-bottom: 5px solid #725972;
	border-left: 1px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 700px;
	padding: 10px;
	border: 1px dotted #725972;
	background-color:#6666FF;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	font-size: 0.7em;
	text-align: center;
	clear: both;
	width: 718px;
	border: 1px dotted #d8bfd8;
}
/* Stili titolo */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Stili struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #9999FF;
}
/* Stili contenuto */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Stili piè di pagina */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Stili slideshow */
#slideshow * { margin: 0; padding: 0; }
#slideshow { 
	background: url('../images/bg_shadow.gif') no-repeat top; 
	position: relative; 
	width: 455px; 
	height: 235px; 
}
#slideshow #menu, #slideshow #pictures, #slideshow #loading { 
	position: absolute; 
}
#slideshow #loading { 
	background: url('../images/spinner.gif'); 
	display: block; 
	top: 158px; 
	left: 205px; 
	text-indent: -5000px; 
	width: 24px; 
	height: 24px; 
	visibility: hidden; 
	z-index: 5; 
}
#slideshow #pictures { 
	background: url('../images/bg.jpg'); 
	width: 455px; 
	height: 235px; 
	left: 0; 
	overflow: hidden; 
}
#slideshow #pictures li { 
	display: block; 
	position: absolute; 
	top: 0; 
	width: 455px; 
}
#slideshow #pictures li img { 
	display: block; 
	position: relative; 
	bottom: 0; 
}

