@charset "ISO-8859-1";
/************************************************************
	Il foglio di stile CSS per il template
	cmsGallery
	
	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;
}

.cmsGallery {
  background-color: #FFFFFF;
  padding-bottom: 10px;
}

.cmsGallery .html {
  width: 460px;
  font-size: 0.8em;
  line-height: 1.3em;
  padding: 10px 10px;
}

.cmsGallery h1 {
  width: 460px;
  font-size: 0.9em;
  text-align: left;
  font-weight: normal;
  padding: 10px;
  
}

.cmsGallery .html h1 {
  width: auto;
  font-size: 1em;
  border-bottom: none;
  text-align: left;
  font-weight: bold;
  text-transform: none;
}

.cmsGallery .html h2 {
  width: auto;
  margin: 0;
  font-size: 1em;
  text-transform: none;
}

.cmsGallery p {
	font-size: 0.9em;
	text-align: justify;
}
.cmsGallery hr {
  clear: left;
}
.cmsGallery ul {
	padding-left: 20px;
	font-size: 0.9em;
}
.cmsGallery li {
	margin-left: 10px;
}

.cmsGallery a:link {
	text-decoration: underline;
	color: inherit;
}
.cmsGallery a:hover {
  text-decoration: underline;
  color: #333333;
}
.cmsGallery a:visited {
  text-decoration: underline;
  color: #F58025;
}
.cmsGallery a img {
	border: none;
}
.cmsGallery .html a img {
	border: none;
}
.cmsGallery .html img {
	padding: 5px 0px 5px 10px;
}
.cmsGallery .html .label {
	display: none;
}
.cmsGallery .published {
	display: none;
}
.cmsGallery .cmsPhotos {
	width: 600px;
}