/* tag generali */
body {
  background: #dfdfe9 url(img/grad.gif) repeat-x;
  font-size: 62.5%;
  font-weight: normal;
  color: #444;
  font-family: Verdana, Geneva, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  line-height: 1;
}
a {
  color: #9d9dde;
  text-decoration: none;
}
p a {
  border-bottom: 1px dotted #9d9dde;
}
a:hover {
  color: #6d6d6d;
}
h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 2.0em;
  color: #9d9dde;
  margin-bottom: 0.7em;
}
h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #c4c4e0;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  font-size: 1.8em;
  clear: left;
}
h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #888;
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.2em;

}
p {
  font-size: 1.05em;
  line-height: 1.5;
}

ul, ol {
  margin: 0.3em 0 0.3em 12px;
  font-size: 1.05em;
}
ul li {
  line-height: 1.5;
}
ul ul, ul ol {
  font-size: 1em;
}
img {
  border: 0;
}
blockquote {
  margin: 0.8em 0 0.8em 2em;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
}
#wrap {
  position: relative;
  width: 880px;
  margin: 0 auto;
}
/* testata */
#testata {
  background: url(img/head_bg.gif) no-repeat;
  height: 120px;
  position: relative;
  margin-top: 15px;
  padding-left: 10px;
}
#testata h1 {
  font-size: 4.8em;
  font-family: "century gothic",verdana,arial,helvetica,sans-serif;
  font-style: normal;
  font-weight: normal;
}
#testata h1 strong {
  font-weight: bold;
  color: #999;
}
#testata h1 a {
  color: #9d9dde;
}
#testata h1 a:hover {
  color: #9d9dde;
}
#testata h3 {
  color: #CCC;
  font-size: 1.2em;
}
/* fine testata */
/* menu */
#menu {
  height: 35px;
  margin-bottom: 8px;
  clear: both;
}
#menu ul {
  list-style: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 0.917em;
  margin: 0 0 0 12px;
  height:30px;
  float: left;
}
#menu ul li {
  display: block;
  float: left;
  font-size: 1.4em;
  margin-left: 6px;
}
#menu ul li a {
  display: block;
  float: left;
  padding-right: 8px;
  height: 25px;
  background: url(img/n_02.gif) no-repeat right;
  color: #fff;
}
#menu ul li a em {
  display: block;
  float: left;
  padding-left: 8px;
  height: 25px;
  background: url(img/n_01.gif) no-repeat left;
  line-height: 1.6;
  cursor:pointer;
}
#menu ul li a:hover,
#menu ul li a:active,
#menu ul li a:focus,
#menu ul li.selected a {
  background: url(img/h_02.gif) no-repeat right;
  color: #666;
  height: 30px;
}
#menu ul li a:hover em,
#menu ul li a:active em,
#menu ul li a:focus em,
#menu ul li.selected a em {
  background: url(img/h_01.gif) no-repeat left;
  height: 30px;
  line-height: 2.4;
}
/* regola speciale per blog */
#menu ul li.cat-item-1 a {
  background: url(img/blog_02.gif) no-repeat right;  
  padding-right: 30px;
}
#menu ul li.cat-item-1 a em {
  background: url(img/blog_01.gif) no-repeat left;
}
#menu ul li.cat-item-1 a:hover,
#menu ul li.cat-item-1 a:active,
#menu ul li.cat-item-1 a:focus,
#menu ul li.cat-item-1.selected a {
  background: url(img/blog_h_02.gif) no-repeat right;
  color: #666;
}
#menu ul li.cat-item-1 a:hover em,
#menu ul li.cat-item-1 a:active em,
#menu ul li.cat-item-1 a:focus em,
#menu ul li.cat-item-1.selected a em {
  background: url(img/h_01.gif) no-repeat left;
}
/* regola speciale per kids */
#menu ul li.cat-item-5 a {
  background: url(img/kids_02.gif) no-repeat right;  
  padding-right: 30px;
}
#menu ul li.cat-item-5 a em {
  background: url(img/kids_01.gif) no-repeat left;  
}
#menu ul li.cat-item-5 a:hover,
#menu ul li.cat-item-5 a:active,
#menu ul li.cat-item-5 a:focus,
#menu ul li.cat-item-5.selected a {
  background: url(img/kids_h_02.gif) no-repeat right;
  color: #666;
}
#menu ul li.cat-item-5 a:hover em,
#menu ul li.cat-item-5 a:active em,
#menu ul li.cat-item-5 a:focus em,
#menu ul li.cat-item-5.selected a em {
  background: url(img/h_01.gif) no-repeat left;
}
/* lingua */
#lingua {
  float: right;
  margin-top: 5px;
  margin-right: 9px;
}
#lingua a {
  display: block;
  overflow: hidden;
  width: 22px;
  height: 16px;
}
#lingua.it {
  background: url(img/flag_it.png) no-repeat;
}
#lingua.en {
  background: url(img/flag_en.png) no-repeat;
}
#lingua a em {
  visibility: hidden;
}
/* fine menu */
/* speciali per homepage */
#splash {
  margin-top: 50px;
  clear: both;
  height: 400px;
  background: url(img/homepage.jpg) no-repeat;
  color: #fff;
}
#splash p {
  margin-left: 90px;
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
#splash p.benvenuto {
  padding-top: 180px;
}
#splash p.firma {
  margin-top: 5px;
}
#splash div.eventi {
  font-size: 0.88em;
  margin-left: 10px;
  margin-top: 55px;
}
#splash div.eventi ul {
  list-style: none;
  margin: 0;
}
#splash div.eventi ul li {
  margin: 4px 0;
  color: #fff;
}
#splash div.eventi ul li span {
  color: #999;
}
#splash div.eventi h4.vai {
  margin-top: 10px;
}

/* corpo della pagina */
#corpo {
  clear: both;
  background: url(img/main_bg.gif) repeat-y;
  font-size: 1.2em;
}
#corpo #contenuto {
  float: left;
  width: 600px;
  clear: left;
  background: url(img/contenuto_top.gif) no-repeat;
}
#corpo #contenuto .alignleft {
  float: left;
  margin-top: 0.4em;
  padding-right: 20px;
  padding-bottom: 10px;
}
#corpo #contenuto .alignright {
  float: right;
  margin-top: 0.4em;
  padding-left: 20px;
  padding-bottom: 10px;
}
#corpo #contenuto .post .data{
  font-size: 0.95em;
  margin-bottom: 10px;
  float: right;
}
.post, .page {
  margin-left: 20px;
  margin-right: 20px;
  clear: both;
}
.post {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
  margin-top: 20px;
}
.post.primo {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
.entry {
  clear: both;
}
#corpo #contenuto .page .entry .agenda {
  margin-bottom: 50px;
}
#corpo #contenuto .page .entry .agenda li {
  list-style-type: none;
  margin-top: 20px;
}
#corpo #contenuto .page .entry .agenda .giorno {
  font-size: 0.9em;
  margin-bottom: 0;
  color: #adadde;
  font-weight: bold;
}
#corpo #contenuto .page .entry .agenda .dovequando {
  font-size: 0.85em;
  clear: both;
}
#corpo #contenuto .page .entry .agenda h3 {
  margin-top: 3px;
}
#corpo #contenuto p {
  margin-bottom: 0.5em;
}
#corpo #contenuto .navigation {
  text-align: center;
  margin-top: 1.4em;
}
#corpo #contenuto .more {
  margin-top: 10px;
  font-weight: bold;
}
/* contatti */
.wpcf7 form {
  margin-top: 2em;
}
.wpcf7-not-valid-tip {
  color: red;
}
/* galleria foto e video */
#corpo #contenuto .album {
  clear: both;
  padding-top: 2px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid #e3e3e3;
}
#corpo #contenuto .album .gallery img {
  border: 1px solid #c3c3c3;
}
#corpo #contenuto .altro {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: bold;
  background-color: #ded9ee;
  border: 1px solid #d5cdee;
}
#corpo #contenuto .album .altro {
  float: right;
}
#corpo #contenuto .altro a {
  color: #fff;
  border-bottom: none;
  display: block;
  margin: 4px;
}
#corpo #contenuto .altro a:hover {
  color: #6d6d6d;
}
#respond {
  padding-top: 20px;
  margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}
#respond #author, #respond #email, #respond #comment {
  margin-top: 15px;
}
#corpo #contenuto #comments {
  padding-top: 15px;
  margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}
#corpo #contenuto .commentlist .comment {
  padding-top: 15px;
  margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}
#corpo #contenuto .commentlist .commentmetadata {
  font-size: 0.8em;
	margin-top: 10px;
}
#corpo #contenuto .commentlist .fn {
  font-weight: bold;
}
/* fine corpo */
/* sidebar */
#corpo #barra {
  float: right;
  width: 225px;
  clear: right;
  background: url(img/barra_top.gif) no-repeat;
}
#corpo #contenuto, #corpo #barra {
  padding: 15px 10px 0 10px;;
}
#corpo #barra h4 {
  display: none;
  visibility: hidden;
}
#corpo #barra .blogroll {
  padding: 1em 0;
  list-style: none;
  text-align: center;
}
#corpo #barra .blogroll li {
  margin-bottom: 1.8em;
  padding-bottom: 1.4em;
  border-bottom: 1px solid #e3e3e3;
}
/* fine sidebar */
/* footer */
#copy {
  clear: both;
  background: url(img/main_btm.gif) no-repeat;
  margin-bottom: 15px;
  padding-top: 22px;
  text-align: right;
  padding-right: 15px;
}
	hr#chiusa {
  clear: both;
  margin: 0;
  background: url(img/main_bg.gif) no-repeat;
  border: none;
  overflow: hidden;
  height: 0;
  color: #fff;
}
#copy a {
  border-bottom: none;
}
/* regole speciali per login e pag. personali */
.loginform h2 {
  margin-top: 1em;
  margin-bottom: 0em;
}
.loginform .desc {
  font-size: 0.83em;
}
.loginform .cimy_uef_label_checkbox {
  width: auto;
  float: none;
  clear: none;
  padding-top: 3px;
}
.loginform .cimy_uef_label_checkbox small {
  line-height: 1.4;
}
.loginform .cimy_uef_checkbox, .loginform .checkbox {
  float: left;
}
.loginform .checkbox, .loginform .cimy_uef_checkbox {
  margin-right: 5px;
}
.loginform .input {
  clear: right;
}
.loginform .mid {
  margin-top: 3px;
}
.loginform #rememberme {
  margin-top: 4px;
}
.loginform p label {
  clear: left;
  margin-top: 2px;
  padding-bottom: 10px;
}
#corpo #contenuto #registerform p�{
  margin-bottom: 0;
}
#cycnav {
  list-style: none;
  font-size: 0.8em;
}
#cycnav li {
  float: left;
  margin-right: 1em;
}
#reg_passmail {
  font-weight: bold;
  
}
#login_error a {
  color: #FFF;
  border-bottom: 1px dotted #FFF;
}
.loginform .submit {
  margin-top: 2em;
  clear: both;
}

#scuse{
	background: #dddde9;
	height: 20px;
	width:880px;
	text-align:center;
	font: 10px Arial;
	color: #292E32;
}

