html,body{
	width: 100%;
	height: 100%;
}
body{
	background: #989898 url('../img/background.jpg') no-repeat left top;
	background-attachment: fixed;
	font: 12px/1.5em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #222;
	
}

strong{
	font-weight: bold;
}

#header{
	height: 250px;
	
}

#header .logo_it{
	background: transparent url('../img/header_it.png') no-repeat right top;
	display: block;
	height: 100%;
}

#header .logo_en{
	background: transparent url('../img/header_en.png') no-repeat right top;
	display: block;
	height: 100%;
}

#header .logo_es{
	background: transparent url('../img/header_es.png') no-repeat right top;
	display: block;
	height: 100%;
}

#blocco_lingua{
	margin-top: 25px;
}

#blocco_lingua ul li a{
	text-decoration: none;
	font-weight: bold;
}

#blocco_lingua ul li a.active,
#blocco_lingua ul li a:hover{
	color: #000;
}

/*links*/
a{
	color: #f03500;
}

a:hover{
	color: #222;
}

#sidebar ul li a{
	color: #fff;
}

#sidebar ul li a:hover{
	color: #f03500;	
}

/*navigation*/
#nav{
	height: 60px;
	position: relative;
}
#nav ul{
	height: 50px;
}

#nav ul ul{
	position: absolute;
	top: 25px;
	left: 0;
}

#nav ul li{
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #f03500;
}

#nav ul li:last-child{
	border: none;
}

#nav ul li a{
	color: #222;
	text-decoration: none;
	font-size: 1.2em;
	padding: 2px;
}

#nav ul li a:hover,
#nav ul li a.active{
	color: #fff;
	background-color: #222;
}

#nav ul ul{
	display: none;
	background-color: #222;
	height: 22px;
	line-height: 22px;
}

#nav ul ul li a{
	color: #fff;
}

#nav ul ul li a:hover{
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
}

#nav ul ul.show{
	display: block;
}


/*content*/
.content h1{
	font: 28px "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-weight: bold;
	color: #f03500;
	letter-spacing:.1px;
}

#box h2,
.content h2{
	font: 18px/2em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #000;
	letter-spacing:.1px;
	margin-bottom: 10px;
}

.content h3{
	font: 18px/2em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #000;
	letter-spacing:.1px;
}

.content ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}

.finalisti ul li{
	list-style-type: none !important;
	min-height: 220px;
	
}

.finalisti .left{
	float: left;
	display: inline;
	margin-right: 10px;
}

.splash .content ul{
	margin-left: 280px;
}

.splash .content ul li{
	list-style-type: none;
	margin-bottom: 5px;
}

.splash .content ul li a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.passate_edizioni .content ul li{
	list-style-type: none;
	padding: 0;
}

.errors{
	padding: 5px;
	border: 1px solid red;
	background-color: #ccc;
}

form{

}

form label,
form p{
	display: block;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 300px;
	}

form input[type=text],
form textarea{
	padding: 4px;
	border: 1px solid #ccc;
	width: 300px;
}

form textarea{
	height: 150px;
}

form .invia{
	display: block;
}

form input[type=text].help{
	float: left;
	display: inline;
	border: 1px solid red;
	padding: 2px 5px 2px 5px;
}

.tooltip{
	display:none; 
  	background: transparent url('../img/black_arrow_big.png') no-repeat;
	height:163px; 
	width:310px; 
 	padding:40px 30px 10px 30px; 
    font-size:12px; 
    color:#fff;
}


#player{
	width: 320px;
	height: 240px;
}
/*sidebars*/
#sidebar .block{
	margin-bottom: 1em;
}

#sidebar h2{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	background-color: #f03500;
	margin-bottom: 5px;
}
#sidebar ul{
	margin-top: 2px;
}

#sidebar ul li,
#sidebar p{
	padding: 5px;
	margin-bottom: 2px;
	background-color: #222;
	color: #fff;
}

#sidebar p a{
	display: block;
	text-align: center;
}

#sidebar p a:hover{
	color: #fff;
}

/*footer*/

#footer{
	margin-top: 90px;
}

#footer a{
	display: block;
	width: 100%;
	height: 100%;
}

#footer p{
	margin-top: 10px;
	font-size: 11px;
	color: #333;
}


#logo_cial{
	background: transparent url(../img/logo_cial.png) no-repeat center top;
	height: 100px;
}

#logo_ied{
	background: transparent url(../img/logo_ied.png) no-repeat center center;
	height: 100px;
}

#logo_oceano{
	background: transparent url(../img/logo_oceano.png) no-repeat center top;
	height: 130px;
}

/* Box*/

#box{
	display: none;
	text-align: center;
	padding: 10px;
	border:2px solid #f03500;
	background-color: #999;
	width: 250px;

}

#box.page{
	text-align: center;
	padding: 10px;
	border:2px solid #f03500;
	background-color: #999;
	width: 680px;
	margin-bottom: 20px;
}

#box h2{
	color: #f03500;
	font-weight: bold;
	text-shadow: #333 1px 1px 1px;
}

#box strong{
 font-size: 1.1em;
}

#box p{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}

#box.page strong{
	border: none;
}

.hide{
	display: none;
}
