/* font family size color
-------------------------------------------------------------- */
/*html, body*/
html,
body {
	color: #5879aa;
font-family:'Trebuchet MS', Tahoma, Sans-serif;
}
#container  { 
font-size: 0.9em;
font-family:'Trebuchet MS', Tahoma, Sans-serif;
	line-height:21px;
	color: #5879aa;
}
h1,h2,h3,h4,h5,h6 { 
font-family:'Trebuchet MS', Tahoma, Sans-serif;
margin: 0; /*margin: 1em 0;*/
}



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-top: 0.3em; margin-bottom: 0.3em; }

h1 { font-size: 1.2em; line-height: 1; font-weight: bold;}
h2 { font-size: 1.2em;}
h3 { font-size: 1.1em; line-height: 1;}
h4 { font-size: 1.1em; line-height: 1.25;}
h5 { font-size: 0.9em; font-weight: bold;}
h6 { font-size: 0.9em; font-weight: bold;}



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0.5em 0 1.1em 0; }
img         { margin: 0; }

ul, ol      { margin:0; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { font-style: normal; font: inherit; font-size:0.9em; line-height: 1.3em; }
del         { color:#666; }

a:focus, 
a:hover     { color:#336699; } /*#66B2CD*/
a           { color:#5879aa ; text-decoration:underline; } /*#777 e197b8 #8DA3B6*/

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
cite        { font-style:italic; font-size: 0.8em;}



/* Tables
-------------------------------------------------------------- */

table   { margin-top: 2.2em; margin-bottom: 2.0em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 4px; }
tfoot   { font-style: italic; }
caption { border-bottom: 1px solid #ddd; text-align:center; background-color: #EAEAEA; }



/* WYSIWYG EDITOR ALIGNMENT CLASSES */
img.right { float:right; margin-left:20px; }
img.left { float:left; 
margin-right: 8px;
margin-left: 7px;
margin-bottom: 20px;
padding: 3px;
background:url(../images/foto/bg.gif);
}
img.leftG { float:left; 
margin-right: 8px;
margin-left: 7px;
margin-bottom: 20px;
padding: 3px;
background:url(../images/foto/bg.gif);
}
img.nobg { background:none; margin: -2px 0 0 0 ; padding-bottom:0px}
img.leftAlone { float: left; margin-right: 100%; }
img.center { float:none; margin-left:auto; margin-right:auto; display:block; }


/* classi varie
-------------------------------------------------------------- */
.small { font-size:smaller; }
.smaller { font-size:xx-small; }



#header #menu , #menu-2 { font-size: 1.0em; line-height:24px; }






