@charset "ISO-8859-1";
/************************************************************
	Il foglio di stile CSS per il template
	cmsArticle
	
	Note:
	Fare attenzione che il CSS renda il documento sia in IE che in Firefox.
	Alcuni suggerimenti sono:
	- fare attenzione al problema del Box Model
	- fare attenzione al problema del mouse over
	
	Fare attenzione ad usare dimensioni relative (meglio se in em) per tutti 
	i contenuti testo. Anche per per i blocchi strutturali nel vcaso in cui 
	si vuole che possano essere variate in dimensione con il menu A+ A-
	Alcuni suggerimenti sono:
	- Impostare una misura di base nell'elemento body, tutte le altre misure 
	saranno poi relative a questa misura.
*************************************************************/

#tinymce.cmsGallery { /* Patch per l'editor TinyMCE */
	line-height: 1em;
	font-size: 1em;
	color: #646464;
}

.cmsGallery .html {
  width: 550px;
  float: left;
  font-size: 0.8em;
}
.cmsGallery h1 {
  border-bottom: 3px solid #F58025;
  color: #000000;
  display: block;
  font-size: 1em;
  margin: 0 0 5px 0;
  padding-left: 200px;
  text-transform: uppercase;
}

.cmsGallery .html h2 {
	margin: 0;
	color: #FF8000;
	margin-top: 20px;
	font-size: 1.2em;
}
.cmsGallery .html p {
	font-size: 0.9em;
	text-align: justify;
}

.cmsGallery .published {
  display: none;
	clear: left;
	float: right;
	font-size: 0.7em;
}
.cmsGallery .author {
  display: none;
  font-size: 0.7em;
  float: right;
}

.cmsGallery .html ul {
	padding-left: 20px;
	font-size: 0.9em;
}
.cmsGallery .html li {
	margin-left: 10px;
}

.cmsGallery .html a:link {
	text-decoration: underline;
	color: #000000;
}
.cmsGallery .html a:hover {
  text-decoration: underline;
  color: #F58025;
}
.cmsGallery .html a:visited {
  text-decoration: underline;
  color: #F58025;
}
.cmsGallery .html a img {
	border: none;
}
.cmsGallery .html img {
	padding: 5px 0px 5px 10px;
}
.cmsGallery .html .label {
	color: #000000;
}

.cmsGallery .cmsPhotos {
	width: 550px;
	float: left;
}

/* menu1level
   override cmsBox.css
   */
.cmsGallery .cmsBox.menu1level h1 {
  display: none;
}

.cmsGallery .cmsBox.menu1level li a {
  line-height: 1.1em;
	background-image: none;
	background-repeat: none;
	font-size: 0.8em;
	font-weight: normal;
	height: auto;
	margin: 1px 0px 10px 0px;
	padding-left: 0px;
	border-bottom: 2px dotted #F58025;
	}	
.cmsGallery .cmsBox.menu1level li a span {
  margin: 0px 0px 0px 20px;
  text-align: center;
  display: block;
}
.cmsGallery .cmsBox.menu1level li a:hover {
	background-image: none;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
.cmsGallery .cmsBox.menu1level a:link {
  color: #000000;
  text-decoration: none;
}
.cmsGallery .cmsBox.menu1level a:visited {
  color: #000000;
  text-decoration: none;
}
.cmsGallery li:first-child .cmsBox li.selected a {
	background-image: none;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
.cmsGallery .cmsBox.menu1level li:first-child a {
	background-image: none;
	color: #000000;
	text-decoration: none;
	}
