@charset "ISO-8859-1";
/************************************************************
	Il foglio di stile CSS per il template
	cmsArticles
	
	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.cmsArticles { /* Patch per l'editor TinyMCE */
	line-height: 1em;
	font-size: 1em;
}

.cmsArticles .html {
  width: 560px;
  margin-left: 155px;
  font-size: 0.8em;
  line-height: 1.3em;
}

.cmsArticles h1 {
  width: 500px;
  font-size: 0.9em;
  border-bottom: 3px solid #FF9933;
  text-align: right;
  font-weight: normal;
  
}

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

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

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

.cmsArticles a:link {
	text-decoration: underline;
	color: inherit;
}
.cmsArticles a:hover {
  text-decoration: underline;
  color: #333333;
}
.cmsArticles a:visited {
  text-decoration: underline;
  color: #F58025;
}