/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 70%;
	line-height: 180%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Verdana, Georgia, "Times New Roman", serif;
}
#innerContentColumn h3
{
	color: #009;
}

#innerContentColumn p
{
	font-size: 80%;
}

#innerContentColumn ul li
{
	font-size: 80%;
}

/*** Masthead ***/
#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%;
	padding: 5px 0px 5px 0px;
}
#masthead h2
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
#masthead h3
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#masthead p
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 70%;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

/*** Footer ***/
#innerFooter
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 70%;
}
#innerFooter ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#innerFooter ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%;
	 /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

/*** aggiunte fabrizio ***/
.hhomec
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	text-align: center;
}
/*** w3cbutton_senza_ombra ***/
.w3cbutton3 {
  margin: 1em 0;
  width: 9em;
  border: 1px solid #ccc;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}
.w3cbutton3 a {
  display: block;
  width: 100%;
}
.w3cbutton3 a:link,
.w3cbutton3 a:visited,
.w3cbutton3 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.w3cbutton3 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
/*** w3cbutton_con_ombra ***/
.w3cbutton4 {
  margin: 1em 0;
  width: 9em;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}
.w3cbutton4 a {
  display: block;
  width: 100%;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited,
.w3cbutton4 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.w3cbutton4 a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.w3cbutton4 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}

.w3cbutton4 span.waiA { 
  padding: 0 0.4em;
  background:transparent;
  color: #900;
} 

.w3cbutton4 span.hide {
	display: none;
} 

#titolo h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%;
	padding: 5px 0px 5px 0px;
	display: none;
}

#skipper {
	DISPLAY: none! important
}

#imglong {
	float: left;
	position: static;
	left: auto;
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#imglongc { /* center */
	text-align: center;
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.imglongr { /* right */
	float: right;
	position: static;
	right: auto;
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}