/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5em;
}
/*ol, ul {
	list-style: none;
} */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

dl{width:100%;background: #E1EAFE;
    border:solid #CCC;border-width:0 1px 1px;}
dt{font-weight:bold;border-top:1px solid #CCC;
    padding: 10px 10px 0;}
dd{margin:0;padding: 0 10px 10px;}
*.odd{background: #F6F6F6;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 90%;
	color: #00356A;
	background-color: #FFF;
	margin: 20px 0;
	padding: 2px;
	border-top-style: solid;
	border-top-color: #036;
	border-top-width: thin;
	border-right-style: solid;
	border-right-color: #036;
	border-right-width: thin;
	border-left-style: solid;
	border-left-color: #036;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #036;
	border-bottom-width: thin;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p { 
	font-family: "Trebuchet MS", sans-serif; 
	font-size: 0.9em; 
	color: #036}
a {
	text-decoration: underline;
	color: #036;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}



h1 {
	font-family: Helvetica, sans-serif;
	font-size: 1.8em;
	color: #036;
	font-weight: bolder;
	margin-top:1.9em;
}
h2 {
	clear: both;	
	font-family: Helvetica, sans-serif;
	font-size: 1.6em;
	color: #036;
	font-weight: bolder;
	margin-top:1.7em;
}
h3 {
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	color: #036;
	font-weight: bolder;
	margin-top:1.5em;
}
h4 {
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	color: #036;
	font-weight: bolder;
}

code {
	font-family:"Courier New", Courier, monospace;
} 

.mini {
	font-size: 9px;
	text-align: right;
	color: #000000;
}

.alto {
	font-size: 10px;
	text-align: right;
	color: #000000;
}

.imgfamily {
	float: right; 
	margin: 3px;	
	border: solid 1px #f00;
	width: 425px;
	height: 500px;

}
.imgflavio {
	float: right; 
	margin: 3px;	
	border: solid 1px #f00;
	width: 400px;
	height: 300px;

}

/* Header */

#testata {
	width:100%;
}

#logo {
	float: left;
	width:212px;
	height:243px;
	background:  url(images/logo_FA.gif)
}

/* Menu */

#menu {
	float: right;
	width: 700px;
	height: 150px;
	background:  url(images/flavioazzarelli.gif) no-repeat;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 180px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 0 0 2em;
	text-transform: lowercase;
	font-size: x-small;
	font-weight: bold;
	color: #00356A;
	content: none;
}

#menu a:link,
a:link:before,
a:visited:before {
	content: none;
}
/*FORM*/

form { 
width:100%;
padding:5px 0;
margin:10px;
}
fieldset {
float:left;
width:100%;
margin: 1em 0;
padding: 0;
border: none;
border-top: 1px solid #99A0FA;
background: #BDC1FA url(/images/gradient.png) repeat-x top;
}
legend {
font-weight:bold;
color: #333;
background:#FFF;
}
form b {
color:#F00;
}
form p {
margin:0.5em 10px;
}
fieldset div {
float:left;
width:100%;
padding: 10px 0 12px;
background: url(/images/line.png) repeat-x bottom;
}

label {
float:left;
width:120px;
display: inline;
margin-left: 10px;
line-height:23px;
}
div#confirm-address label,div#sports label,input#go
{
margin-left:130px;
}

#contenuto {
	clear: both;
	/*width:75%;*/
	padding:10px;
/*position:relative;left: 10%;*/
	
}

#evidenzia {
width:700px;
padding:5px 0;
margin:10px;
background-color:#ff8;
border:1px solid #f44;
}

#contenuto img {
	margin: 10px;	
	border: solid 1px #f00;
}

#contenuto ol {
	list-style: lower-roman;
}


#piedipagina {
	border-top-style: solid;
	border-top-color: #036;
	border-top-width: thin;
	font-family: Helvetica, sans-serif; 
	font-size: 0.7em; 
	color: #036;
	text-align: center;
}


#box {
	float: right;
	padding:5px;
}




#cloud {

	float: left;

}

.zoomclouds  {
   text-align: left;
   border:2px solid #003366;
   padding:4px;
   position:relative;
   background-color:#FFFFFF;
   width:150px;
 }
.zoomclouds span a, .zoomclouds a {
   margin: 0 2px;
   text-decoration:none;
   font-family: Helvetica, arial, sans-serif;
 }
.zoomclouds span.tag1 a {color:#003366}
.zoomclouds span.tag2 a {color:#003366}
.zoomclouds span.tag3 a {color:#003366}
.zoomclouds span.tag4 a {color:#003366}
.zoomclouds span a:hover, .zoomclouds a:hover {
   color:#003366;
   background-color:#8ca5b5;
   text-decoration:none;
}
.zoomcloudswg {
   font-size:10px;
   color: #bbb;
}
.zoomcloudssp {
   font-size:10px;
   color: #444;
}


.fltrt { /* questa classe puņ essere utilizzata per rendere mobile un elemento a destra nella pagina. L'elemento reso mobile deve precedere l'elemento al quale deve essere affiancato sulla pagina. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* questa classe puņ essere utilizzata per rendere mobile un elemento a sinistra nella pagina.*/

	float: left;

	margin-right: 8px;

}