@import url("struttura.css");
@import url("componenti.css");
@import url("personalizzazioni.css");

/* --------------------------------------------------------------------
	Un portale completo. :: Principale
	
	Author: marco@bazzmann.it
	Update: 03 nov 2003
-------------------------------------------------------------------- */

body {
	text-align: center;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../img/Thaiti.jpg) fixed;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	
}

/* Link
---------------------------------------------------------------------*/

a, a:visited {
	color: #036;
	text-decoration: none;
}

a:hover, a:focus {
	color: #f00;
	border-bottom: 1px dotted #c00;
}

img {
	border: 0px;
}


/* Code and around.
---------------------------------------------------------------------*/

div.code {
	color: #666;
	background-color: #ebebeb;
	padding: 2px 5px 2px 5px;
	margin: 7px 5px 7px 5px;
	border: 1px solid #dfdfdf;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

/* Lists
---------------------------------------------------------------------*/

ul li {
	padding-left: 0px;
	list-style: square;
	margin-bottom: 5px;
	margin-right: 5px;
}

dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dd {
	margin-left: 15px;
	margin-bottom: 20px;
	line-height: 140%;
}

/* Forms
---------------------------------------------------------------------*/

fieldset {
	border: 0px none #fff ;
	padding: 0px;
	margin: 0px;
}

input, textarea, select {
	border: 1px solid #300;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #600;
	background-color: rgb(250,250,220);
}

label {
	font-weight: normal;
}

/* Headers
---------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color: #2d8996;
	background-color: transparent;
	font-size: 30px;
}

h2 {
	color: #2d8996;
	background-color: transparent;
	font-size: 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2d8996;
	background-color: transparent;
	font-size: 16px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2d8996;
	font-size: 11px;
}

/*-- Footer Notes ---------------------------------------------------->

< Goals >
Reaching good style support, cross to every browser, supporting the
W3C standards but testing and hacking them to best compatibility on
the net.

Also wish to support, promote and make effective goal on accessibility
and usability into the website.

< About >
This style sheet is the advanced one produced by Bazzmann Labs, using
more techniques to reach good with accessible web design, like 
harmonious colours, non tables layout (only in conjunction with DIV
and SPAN tag), hacking techniques on CSS.

< Did you find a bug? >
Please report to our labs your feedback through the online form at:
http://www.bazzmann.it/interattiva/css_bug_report.php

We'll appreciate it really much.

< Do you wish to use this CSS? | Copyright info >
The nature of web W3C standards are not for copyright stuff, the 
knowledge is useful when it can fly free. All the same the work and
effort to reach this kind of CSS level is produced by Bazzmann Labs
crew for own projects and customers.

So, you're free to use it and hack it, also for commercial use, but
put and keep this header on your CSS files:

"This CSS model is based on original model by Marco Trevisan | Bazzmann 
 Labs, please refére to http://www.bazzmann.it/cssmodel to download the 
 last release."

Thanks,
Marco Trevisan | marco@bazzmann.it
 
<--------------------------------------------------------------------*/