body {
	margin: 0;
	padding: 0;
	background: url('images/body_bg.png') repeat-x #fff;
	font: 12px/1.8 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	color: #3e4147;
}

input, textarea {
	font: 11px/1.8 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	border: 1px solid #ccc;
}

input:focus {
	border: 1px solid #999;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited {
	color: #E21D1E;
}

a:hover, a:active {
	color: #8CB939;
	text-decoration: underline;
}

h1 span, h2 span {
	display: none;
}

div.clr {
	clear: both;
	background: transparent;
	visibility: hidden;
}

p {
	margin: 0;
	padding: 5px 0;
}

/* page */

#page {
	margin: 0 auto;
	width: 900px;
}

/* Errore */
.error {
	background: #f00;
	color: #fff;
	font-weight: bold;
	display: none;
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	margin-top: 2px;
}

/* header */

#header {
	height: 170px;
}

#header #logo {
	width: 337px;
	height: 170px;
	background: url('images/logo.png') 0 0 no-repeat;
	float: left;
}

/* menu */

#header ul.menu {
	list-style: none;
	float: right;
	width: 490px;
	background: transparent url('images/diecianni.png') 0 0 no-repeat;
	margin-top: 28px;
	height: 112px;
	display: inline;
}

#header ul.menu li {
	float: left;
	margin: 72px 2px 0 2px;
}


#header ul.menu li a {
	display: block;
	text-align: center;
	font-size: 16px;
	height: 32px;
	width: 98px;
	color: #fff;
	padding-top: 8px;
	text-decoration: none;
}

#header ul.menu li a:hover {
	background-image: url("images/menu_item.png");
	color: #B71F1C;
}

#header ul.menu a.current, #header ul.menu a.current:hover {
	color: #B71F1C;
	background-image: url("images/menu_item.png");
}

#twitt_title {
	color: #04ACEA;
	font-size: 20px;
	background: url("images/dot.jpg") repeat-x bottom;
}

#twitt_title a { color: #04ACEA; text-decoration: none; }

#twitt_welcome {
	font-size: 14px;
	color: #8CB939;
	padding-bottom: 4px;
	background: url("images/dot.jpg") repeat-x bottom;
	margin-bottom: 26px;
}

#twitt_welcome a { color: #04ACEA; }
#twitt_welcome a:hover { text-decoration: none; color: #E21D1E; }


/* content */
#content {
	margin-top: 20px;
	min-height: 300px;
	/* IE6 hack for min-height */
	_height: 300px;
}

#content #left {
	width: 600px;
	float: left;
	background: url("images/dot.jpg") repeat-y right;
}

#content #left div, #content #left h1 {
	width: 96%;
}

#content #right {
	width: 285px;
	float: right;
}

#left h1.title {
	font-size: 20px;
	color: #ff3300;
	background: url("images/dot.jpg") repeat-x bottom;
}

#left h1.subtitle {
	font-size: 18px;
	color: #999;
	background: url("images/dot.jpg") repeat-x bottom;
	margin-top: 20px;
}

#left .the_text {
	min-height: 300px;
	/* IE6 hack for min-height */
	_height: 300px;
}

#left .news .continue {
	text-align: right;
}

#left .news .date {
	font-size: 10px;
	color: #ccc;
}

#left .the_text .date {
	font-size: 10px;
	color: #ccc;
}

/* right column */

#right h1.subtitle {
	font-size: 15px;
	color: #999;
	background: url("images/dot.jpg") repeat-x bottom;
	margin-top: 15px;
}

#right #ourproject img {
	text-align: center;
	padding: 10px 0;
}

#right #ourproject div {
	padding-bottom: 5px;
}

#right #ourproject div.bg {
	background: url("images/dot.jpg") repeat-x bottom;
}

#right #newsletter div { padding-top: 5px; }

#right #newsletter input {
	margin: 0 0 0 10px;
	border: 1px #999 solid;
	width: 140px;
}

#right #newsletter img {
	vertical-align: middle;
	padding: 0 0 0 5px;

}

#right .feedrss {
	padding: 0 0 0 20px;
	background: url("images/feed-icon.jpg") no-repeat 3% 50%;
}


/* footer */

#footer {
	background: #333;
	margin-top: 15px;
	color: #fff;
	font: 11px;
	line-height: 1.2;
	padding: 0 0 1px 0;
}

#footer #page {
	margin: 0 auto;
	width: 900px;
}

#footer a {
	color: #999;
}

#footer .credits {
	text-align: center;
}

/* footer menu */

#footer ul.menu {
	list-style: none;
	float: right;
	margin: 0 0 15px 0;
}

#footer ul.menu li {
	float: left;
	margin: 0 2px;
}

#footer ul.menu li a:link, #footer ul.menu li a:visited {
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 11px;
	height: 20px;
	width: 89px;
	color: #fff;
}

#footer ul.menu a:link, #footer ul.menu a:visited {
	background-image: url("images/menu_push_2.jpg");
	background-position: bottom left;
	padding-top: 4px;
}

#footer ul.menu a:hover, #footer ul.menu a:active {
	background-position: center left !important;
	text-decoration: none;
}

#footer ul.menu a:link, #footer ul.menu a:visited {
	background-position: bottom left;
}

#footer ul.menu a.current:link, #footer ul.menu a.current:visited, #footer ul.menu a.current:hover, #footer ul.menu a.current:active {
	background-position: top left !important;
	color: #333;
}

/* Form dei contatti */
#contactsf {
	margin-top: 25px;
}

#receiverName { cursor: pointer; }

/* Lista degli indirizzi email nel form dei contatti */
#listofreceiver {
	width: 300px;
	border: 1px solid #999;
	padding: 0;
	margin: 0;
	font: 11px/1.8 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
}

#listofreceiver ul {
	list-style: none;
	margin: 0;
	padding: 1px;
}

#listofreceiver ul li:hover {
	color: #900;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

/* Commenti */
#disqus_thread { margin: 40px 0 20px 0; }


