@charset "UTF-8";

/* CSS */

body {
	font-size: 12px;
	font-family: "Verdana", Arial, sans-serif, "Lucida Grande";
	background-color: white;
	behavior: url("csshover3.htc");
	text-align: center;
}

iframe {
	border: 0;
}

img {
	border: 0;
}
table{
	font-size: 12px;
}

#contenitore {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#header {
	width: 1000px;
	float: left;
	position: relative;
	background-position: center center;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	overflow: visible;
}

#notifica {
	position: relative;
	z-index: 100;
	width: 320px;
	margin: 20px 340px;
	padding: 10px;
	border: 3px solid blue;
	background-color: white;
	text-align: center;
}

/************************** MENU *****************************/

/* Basic code - don't modify */

#menu {
	float: left;	width: 1000px;
}

#nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
	text-align: center;
}

#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;	width: 200px;
}

#nav a {
	display: block;
}

#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

* html #nav ul {
	line-height: 1;
}

/* IE6 "fix" 

#nav ul a {
	zoom: 1;
}

/* IE6/7 fix */

/*#nav ul li {
	float: none;
}*/

#nav ul ul {
	top: 0;
}

/* Essentials - configure this */

#nav ul {
	width: 200px;
	height: 30px;
}

#nav ul li {
	width: 200px;
}

#nav ul ul {
	width: 200px;
}

/* Everything else is theming */

#nav {
	background-image: url(../img/menu.png);
	height: 30px;
	text-align: center;
	text-decoration: none;
	z-index: 5;
	width: 1000px;
}

#nav *:hover {
	background-color: #30A8C3;
}

#nav a {
	color: white;
	font: bold 14px/17px Verdana;
	width: 199px;
	text-decoration: none;
	padding: 6px 0;
}
#nav a:hover{
	text-decoration: underline;
}

#nav li.hover a {
	background-image: url(../img/menu.png);
}

#nav ul {
	top: 30px;
}

#nav ul li a {
	background-image: url(../img/menu.png);
}

#nav ul a.hover {
	background-image: url(../img/menu_hover.png);
	text-decoration: none;
}

#nav ul a {
	border-top: 1px solid white;
	border-right: none;
}

/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

/***********************************************************************************/

#page {
	text-align: justify;
	float: left;
	position: relative;
	width: 1000px;
	z-index: 0;
	top: 10px;
	margin: 0;
	padding: 0;
}

.divisore {
	width: 100%;
	margin: 5px;
	padding-top: 5px;
	background: url(../img/divisore.png) no-repeat top center;
	overflow: auto;
}

#footer {
	position: relative;
	top: 15px;
	float: left;
	width: 1000px;
	height: 30px;
	background: url(../img/footer.jpg) no-repeat 0 top;
}

#footer a{
	text-decoration: none;
	color: #666;
}

#footer a.cloud{
	color: #722bce;
}

#footer a:hover{
	font-weight: bold;
	color: #000;
}

#leftbar {
	padding-top: 10px;
	top: 10px;
	position: relative;
	float: left;
	height: 600px;
	width: 200px;
	z-index: 1;
	margin-right: 5px;
	font-size: 10px;
	text-align: left;
	background: url(../img/bar.png) no-repeat 0 210px;
}

#rightbar {
	padding-top: 10px;
	margin-top: 50px;
	float: left;
	background-image: url(../img/bar2.png);
	background-repeat: no-repeat;
	width: 200px;
	margin-left: 5px;
	text-align: center;
}

#rightbar p{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0 0 10px;
}

#rightbar a {
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #082aff;
}

#rightbar a:hover {
	color: #000;
	font-weight: bold;
}

#rightbar img {
	float: left;
	margin: 2px;
}

#rightbar table {
	margin-bottom: 10px;
	font-size: 12px;
	padding: 0;
	text-align: right;
	border: 5px;
	width: 200px;
	clear: both;
}

#corpo {
	float: left;
	width: 590px;
	z-index: 0;
}

#corpo a {
	text-decoration: none;
	color: #666;
}

#corpo a:hover {
	color: #000;
	font-weight: bold;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
	position: relative;
}

body p.titolo {
	text-align: center;
	margin: 4px 0;
	font: bold 16px geneva;
	text-transform: uppercase;
	margin-bottom: 20px;
}
body p.titolo a{
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
body p.titolo a:hover{
	color: #1a00ff;
	font-size: 16px;
}


body p.sotto {
	margin: 4px 0;
	font: bold 14px geneva;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
}

body p.data {
	font-size: 10px;
	color: #a0a0a0;
	text-align: left;
	margin: 0px;
}

body p.title {
	font-size: 12px;
	color: #000;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
}

body p.titolo#motto {
	text-align: center;
}

p.left {
	text-align: left;
	float: left;
}

p.right {
	text-align: right;
	float: right;
}

/************ ASSOCIAZIONI ******************/

#associazioni {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#associazioni ul {
	list-style-type: none;
}

#associazioni.elem {
	line-height: 20px;
	border: 2px double #999;
	margin-bottom: 5px;
	padding: 2px;
	list-style-position: outside;
}

#associazioni a {
	text-decoration: none;
	color: #000;
}

#associazioni a:hover {
	background-color: #ccc;
}

#associazioni.elem:hover {
	background-color: #ccc;
}

img.associazioni {
	border: 0;
	width: 600px;
	height: 400px;
	position: relative;
	left: 200px;
}

/*********************************************************************/

/*************************CONTATTI**********************************/

#contatti {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#contatti p {
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

#contatti a {
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	color: #333;
}

#contatti a:hover {
	text-decoration: underline;
	color: #1500cf;
}
/*********************LAYOUT PAGINE*********************************/

#pagina{
	width: 1000px;
	text-align: justify;
}
.persona{
	width: 600px;
	text-align: justify;
	background: url(../img/divisore.png) no-repeat center top;
	margin: 5px;
	padding-top: 5px;
	overflow: auto;
}
.persona p.nome{
	margin-top: 4px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 0;
}
.persona p.prof{
	font-size: 12px;
	font-style: italic;
}
.persona p.descrizione{
	font-size: 12px;
}
img.fototessera{
	float: left;
	margin: 5px;
}


/*************************FOTO**************************************/
#foto{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#foto p {
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

#foto a {
	font-size: 16px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#foto a:hover {
	text-decoration: underline;
	color: #1500cf;
}
/*************************DISCUTIAMO*********************************/

#comunichiamo {
	float: left;
	width: 760px;
	z-index: 0;
	padding-right: 30px;
}

#comunichiamo p.titolo#sotto {
	text-decoration: underline;
	font-weight: bold;
	margin: 0;
}

#comunichiamo p.sottotitolo {
	color: #999;
	font-style: italic;
	line-height: 5px;
	margin-bottom: 25px;
	margin-top: 5px;
}

#comunichiamo a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

#comunichiamo a:hover {
	color: #000;
	font-weight: normal;
	font-style: normal;
}

#comunichiamo a.comm{
	color: #082aff;
	font-size: 13px;
	font-weight: bold;
}

#youtube {
	position: relative;
	float: right;
	width: 100%;
	text-align: center;
}

#comunichiamo table{
	font-size: 12px;
	line-height: 16px;
}


/********************************************************************/

/*************************COMMENTI*********************************/

.commento {
	margin: 0;
	padding: 0;
	position: relative;
	width: 590px;
	float: left;
	height: auto;
}

.commento p.testo {
	text-align: justify;
}

.commento p.autore {
	font-style: italic;
	color: #666;
}

.commento p.titolo {
	text-decoration: underline;
	font-weight: bold;
	margin: 0;
}

/********************************************************************/
/*****************PROPONI*********************************/
.proposta{
	width: 1000px;
	background: url(../img/divisore.png) no-repeat center top;
	text-align: justify;
	padding-top: 5px;
	overflow: auto;
	margin: 5px;
}
.proposta p.titolo{
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	margin: 0;
}
.proposta p.sottotitolo{
	color: #666;
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 10px;
}
/*****************PROPONI*********************************/
h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
/*****************PROGRAMMA*******************************/
#programma p{
	margin: 0;
}
#programma p.titolo {
	text-align: left;
	font-size: 14px;
	margin: 0;
}
#programma li li p.titolo {
	text-align: left;
	font-size: 12px;
	margin: 0;
}
#programma li {
	list-style: decimal;
	margin-top: 14px;
}
#programma li li {
	list-style: disc;
	margin-top: 10px;
}
#programma a{
	font-style: italic;
	text-decoration: none;
	color: #666;
}
#programma a:hover{
	font-style: normal;
	color: #000;
}