/* generale */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 1em;
	background: #e6e6e6 url(../img/bg.jpg) no-repeat center top;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #000;
}

img {
	border-style: none;
}

#container {
	width: 100%;
	padding-top: 75px;
	background-position: center top;
	background-repeat: no-repeat;
}
/* fine generale */

/* menu */
#menu ul {
	list-style-image: none;
	list-style-type: none;
}

#menu li {
	display: inline;
	margin-right: 1em;
	font-size: .8em;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display: inline-block;
	padding: 2px 5px;
	background-color: #eee;
}
/* fine menu */

/* contenuto */
#content {
	width: 485px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.25em;
	font-size: .8em;
	float: none;
	text-align: left;
}

#content h1 {
	width: 200px;
	height: 56px;
	background-image: url(../img/logo.png);
	margin-top: 3.3em;
	margin-bottom: 1.3em;
}

#content h1 a {
	display: none;
}

#content h2 {
	margin-bottom: 1em;
	margin-top: 1.5em;
	letter-spacing: .2em;
	font: normal 1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#content h3

#content h2, h3, p, hr {
	margin-bottom: 1em;
	font-size: 1.1em;
}

#content h3 span {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	display: inline;
	border-right: 1px solid #000;
	margin-right: 5px;
	padding-right: 8px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .15em;
}

#content p, #content hr

#content h2, h3, p, hr {
	margin-bottom: 1em;
}

#content #intro {
	margin-bottom: 3em;
}

.attesa {
  text-decoration: underline;
}
/* fine contenuto */

/* progetti */
#project-info {
	margin-left: 180px;
}

#project-image {
	width: 300px;
	height: 150px;
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
}

#project-thumbs {
	margin-bottom: 1em;
	float: left;
	width: 160px;
}

#project-thumb {
	width: 70px;
	height: 70px;
	margin-bottom: 8px;
	float: left;
	border: 1px solid #ccc;
	margin-right: 8px;
}
/* fine progetti */

/* form */
form {
	clear: right;
	zoom: 1;
	margin-top: 2em;
}

form label, form input, form textarea, form select {
	margin-bottom: 20px;
	display: block;
	float: left;
}

form input[type="text"], form input[type="password"], form textarea, form select {
	width: 250px;
}

form label {
	width: 125px;
	margin-right: 20px;
	text-align: right;
	font-size: 1.1em;
	font-style: italic;
}

form br {
	clear: left;
}

form table {
	margin-bottom: 20px;
}

td input {
	margin-bottom: 0;
}

form .error {
	margin-left: 145px;
	color: #900;
	display: block;
	margin-bottom: 10px;
	margin-top: -10px;
	font-style: italic;
}

.hidden {
	display: none;
}
/* fine form */

/* footer */
#footer {
	text-align: center;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #ccc;
	text-transform: uppercase;
	color: #000;
	height: 150px;
	font: 0.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.05em;
}
/* fine footer */
