/* Stili Globali */
*
{
	margin: 0;
	padding: 0;
	outline: 0;
}

body
{
	background: #e1e1e1 url("immagini/bg_page.png") repeat top left fixed;
	text-align: center;
	font-family: verdana, "Bitstream Vera Sans", "DejaVu Sans", "Liberation Sans", arial, helvetica, sans-serif;
	font-size: 1em;
	color: #306090;
}

em
{
	font-style: normal;
	color: #8B008B;
}

.nofloat
{
	clear: both;
	line-height: 0.0;
	font-size: 0;
	height: 0;
}

code
{
	font-family: "Courier New", courier, monospace;
	font-size: 1em;
	color: #444;
	margin: 20px 40px;
	display: block;
	padding: 20px;
	background-color: #FFFACD;
	border: 1px solid #EEDD82;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

#wrapper a:link, #wrapper a:visited
{
	text-decoration: none;
	color: #ff00ff;
}

#wrapper a:hover
{
	color: #ff00ff;
	border-bottom: 1px dotted #000;
}

#footer a:link, #footer a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #fc0;
}

#footer a:hover
{
	color: #f90;
}


/* Stili dei DIV */

#header
{
	background: #fff url("immagini/bg_header.png") repeat-x top left;
	height: 200px;
	text-align: left;
}

#inner-header
{
	background: url("immagini/logo.png") no-repeat top left;
	height: 200px;
	width: 850px;
	margin: 0 auto;
}

#barra
{
	height: 39px;
	background: #fff url("immagini/stripe.png") repeat-x bottom left;
}

#wrapper
{
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.testo
{
	border: 1px solid #e6e6e6;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 70px;
	background: #fff url("immagini/bg_testo.png") repeat-x bottom left;
}

.titolo
{
	height: 70px;
	background: #fff url("immagini/bg_h1.png") repeat-x top left;
}

#footer
{
	height: 400px;
	background: #000 url("immagini/bg_footer.png") repeat-x top left;
	padding-top: 40px;
	text-align: left;
	color: #fff;
}

#inner-footer
{
	width: 850px;
	margin: 0 auto;
}

.banner
{
	margin: 20px 0;
	text-align: center;
}





/* Typography */

#inner-header h1, #inner-header h2
{
	display: none;
}

h1
{
	padding: 20px 10px 10px 20px;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #5F398A;
}

h2
{
	margin: 20px 40px;
	font-size: 1.4em;
	color: #000;
}

h3
{
	margin: 20px 40px;
	font-size: 1.2em;
	font-weight: normal;
	color: #777;
}

h4, h5, h6
{
	font-size: 1em;
	margin: 20px 40px;
	color: #777;
}

p
{
	font-size: 0.8em;
	text-align: justify;
	margin: 20px 40px;
	line-height: 1.5em;
}

p.posted
{
	font-size: 0.8em;
	color: #000;
	text-align: left;
	margin: 20px 40px;
	padding: 10px;
	background: #fff url("immagini/stripe_01.png") repeat-x top left;
	border-bottom: 3px solid #e1e1e1;
}

p.top
{
	margin: 20px 50px;
	background: url("immagini/arrow_up.png") no-repeat center left;
	padding-left: 20px;
}

#inner-footer p
{
	margin: 0 0 10px 0;
	font-size: 0.7em;
}

#inner-footer h1
{
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 1.5em;
	text-transform: none;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
}





/* Stile Main-menu*/

#main-menu ul
{
	list-style-type: none;
	padding: 15px 0;
}

#main-menu ul li
{
	display: inline;
	border-right: 1px solid #e6e6e6;
	padding: 0 10px;
}

#main-menu ul li.hidden
{
	display: none;
}

#main-menu ul li a:link, #main-menu ul li a:visited
{	
	color: #AFB6C2;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
}

#main-menu ul li a:hover
{
	color: #e6e6e6;
	border-bottom: 1px dotted #f5f5f5;
}



/* Stili Liste */

#wrapper ul
{
	list-style-type: square;
}

#wrapper ul, #wrapper ol
{
	margin: 20px 40px 20px 90px;
	font-size: 0.8em;
}

#wrapper ul li, #wrapper ol li
{
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.5em;
}

#wrapper dl
{
	margin: 20px 40px;
	font-size: 0.8em;
}

#wrapper dt
{
	font-weight: bold;
	color: #777;
	font-size: 1.1em;
	margin-bottom: 5px;
}

#wrapper dd
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-align: justify;
	line-height: 1.5em;
	border-bottom: 2px solid #d6d6d6;
}


/* Stile Tabella */

table
{
	margin: 20px 40px;
	border-collapse: collapse;
	font-size: 0.8em;
}

.fixed
{
	width: 150px;
}

caption
{
	font-weight: bold;
	font-size: 0.85em;
	color: #000;
}

th, td
{
	padding: 10px;
	vertical-align: top;
}

th
{
	border: 1px solid #1E90FF;
	background-color: #C1E0FF;
	font-weight: bold;
}

td
{
	border: 1px solid #1E90FF;
}

tr:hover
{
	background-color: #FFFACD;
}

/* Stili Immagini */

a img
{
	border: none;
}


p.image
{
	margin: 40px;
	text-align: center;
}

p.image span
{
	font-size: 0.85em;
	font-weight: bold;
	color: #000;
}

img.bordo
{
	border: 1px solid #e6e6e6;
	padding: 10px;
	background-color: #f1f1f1;
}

img.fl-left	/* Da usare per una singola immagine */
{
	float: left;
	margin: 5px 40px 20px 40px;
}

img.fl-right	/* Da usare per una singola immagine */
{
	float: right;
	margin: 5px 40px 20px 40px;
}

div.gallery		/* Da usare per una galleria di immagini con Lightbox */
{
	float: left;
	width: 160px;
	background-color: #f5f5f5;
	padding: 10px;
	margin: 20px 0 20px 40px;
	border: 1px solid #e5e5e5;
}

div.gallery a:hover
{
	border: none;
}

div.gallery span
{
	font-weight: bold;
	font-size: 0.7em;
	color: #555;
}

/* Stile Form */

form
{
	margin: 40px;
	padding: 20px;
	background: #FFFACD url("immagini/bg_mailform.png") repeat top left;
	border: 2px solid #EEDD82;
}

#mailform fieldset
{
	border: 1px solid #EEDD82;
}

#mailform button
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	padding: 10px;
}

#mailform legend
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 10px 0 20px;
	padding: 0 20px 0 20px;
}

#mailform label
{
	font-size: 1.2em;
	color: #000;
}

#mailform input#nome, #mailform input#email, #mailform input#oggetto,
#mailform textarea#messaggio, #mailform input#sito
{
	border: 2px solid #999;
	padding: 5px;
	width: 450px;
	font-family: verdana, arial, sans-serif;
	font-size: 1.4em;
	background-color: #fff;
	color: #555;
	margin-top: 7px;
}

#mailform input#controllo
{
	border: 2px solid #b10000;
	padding: 5px;
	width: 200px;
	font-family: verdana, arial, sans-serif;
	font-size: 1.4em;
	background-color: #fff;
	color: #b10000;
	margin-top: 7px;
}

#mailform input#nome:focus, #mailform input#email:focus,
#mailform input#oggetto:focus, #mailform textarea#messaggio:focus,
#mailform input#controllo:focus, #mailform input#sito:focus
{
	background-color: #FDF5E6;
}

/* Stile Commenti */

#commentlist ol
{
	margin: 20px 20px 20px 50px;
	font-size: 0.8em;
}

#commentlist ol li
{
	margin: 0;
}

#commentlist p
{
	margin: 20px 10px 20px 0;
	font-size: 1em;
	text-align: justify;
	line-height: 1.5em;
}



