* {
	padding: 0;
	margin: 0;
}

body {
	background: #2e3436 url('../img/bg.jpg') top left repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial Verdana, sans-serif;
	font-size: 100%;
	color: #fff;
}

hr {
	border: 4px solid #000;
	background: #000;
	margin: 20px 0;
	height: 10px;
	width: 720px;	
}

.closer {
	clear: both;
}

a img {
	text-decoration: none;
	border: none;
}

#sandbox {
	width: 960px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
}

#header {
	width: 960px;
	height: 190px;
}

#logo {
	float: left;
}

#menu {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	/* togliere questo bordino in css per ie */
	border-bottom: 1px solid #71ab00;
}

#menu li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 60px;
	height: 180px;
	margin-right: 5px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top left;
}

#menu li.active {
	background-color: #8dd600;
}

#menu li a {
	text-decoration: none!important;
}

#menu li .main {
	z-index: 1;
	float: left;
	width: 300px;
	height: 200px;
	text-decoration: none;
}

#menu li .submenu {
	z-index: 10;
	position: absolute;
	top: 120px;
	left: 200px;
	padding: 2px;
	width: 96px;
	text-align: right;
}

#menu li .submenu a {
	font-size: 9px;
	color: #fff;
	background: #000;
	margin: 2px;
	display: block;
}

#news { 
	background-image: url('../img/newsoff.jpg');
}

#news.active { 
	background-image: url('../img/newson.jpg');
}

#chisiamo {
	background-image: url('../img/chisiamooff.jpg');
}

#chisiamo.active {
	background-image: url('../img/chisiamoon.jpg');
}

#musica { 
	background-image: url('../img/musicaoff.jpg');
}

#musica.active { 
	background-image: url('../img/musicaon.jpg');
}

#video { 
	background-image: url('../img/videooff.jpg');
}

#video.active { 
	background-image: url('../img/videoon.jpg');
}

#foto { 
	background-image: url('../img/fotooff.jpg');
}

#foto.active { 
	background-image: url('../img/fotoon.jpg');
}

#progetti { 
	background-image: url('../img/progettioff.jpg');
}

#progetti.active { 
	background-image: url('../img/progettion.jpg');
}

#eventi { 
	background-image: url('../img/eventioff.jpg');
}

#eventi.active { 
	background-image: url('../img/evention.jpg');
}

#sponsoring { 
	background-image: url('../img/sponsoringoff.jpg');
}

#sponsoring.active { 
	background-image: url('../img/sponsoringon.jpg');
}

#contatti {
	background-color: #5a69a9;
	background-image: url('../img/contattioff.jpg');
	margin-right: none;
}

#contatti.active {
	background-image: url('../img/contattion.jpg');
}

#page {
	width: 960px;
	margin: 20px auto 0 auto;
}

#content {
	width: 740px;
}

#content h1 {
	color: #8dd600;
	font-size: 1.8em;
}

#content h2 {
	color: #8dd600;
	font-size: 1.4em;
}

#content h3 {
	color: #8dd600;
	font-size: 1.2em;
}

#content p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}

#content a, #footer a, #sidebar a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2px;
}

#sidebar a {
	color: #eee;
}

#content a:hover, #footer a:hover, #sidebar a:hover {
	background: #000;
	color: #8dd600;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 200px;
	margin: 0 0 0 40px;
	font-size: 0.9em;
}

#sidebar li {
	list-style:none; padding:0 0 5px
}

#sidebar h2 {
	margin: 0;
	font-size: 0.9em;
	text-align: center;
	background-color: #000;
	padding: 2px;
}

#sidebar p {
	font-size: 0.8em;
	margin: 0 0 20px 0;
	text-align: justify;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-size: 0.761em;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}


.post {
	margin:0 0 10px
}

.post .alignleft {
	float: left;
	margin: 10px;
}
