@charset "utf-8";
/* CSS Document */
body,td,th,p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	/*font: normal 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;/*
	/* questo serve per far sė che tutti gli em siano relativi alla dimensione del carattere standard nel browser, ma č stato inserito tardi e adesso non lo posso pių usare o si sballano tutte le proporizioni */
	color: #EEE;
	margin: 0;
	padding: 0;
}

body {
	background-color: #202326;
	/*background-image: url(../background_page.gif);*/
	background-position: center top;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	height: 1.8em;
	line-height: 1.8em;
}
h1 {
	font-size: 2.2em;
	height: 2.4em;
	line-height: 2.4em;
}
h2 {
	font-size: 2.0em;
	height: 2.4em;
	line-height: 2.4em;
}
h3 {
	font-size: 1.8em;
	height: 2.4em;
	line-height: 2.4em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.2em;
}

p {
	background-color: inherit;
	line-height: 1.62em;
	margin: 0 3px 6px;
	text-align: inherit;
}
p.backLink {
	text-align: left;
	margin-bottom: 12px;
}

a, a.evidenzaSemplice {
	text-decoration: none;
}
a.youtube {
	background: url(../icons/youtube.gif) no-repeat 0 1px;
	padding-left: 18px;
}
a.vimeo {
	background: url(../icons/vimeo.gif) no-repeat 0 1px;
	padding-left: 18px;
}
.testoAccompagnamento a.vimeo, .testoAccompagnamento a.youtube {
/* per ora non sono usate ma potrebbero tornare utili nel futuro */
	background: inherit;
	padding-left: inherit;
}
a.evidenza {
	background: #282C2F url(../backLink.gif) no-repeat 0 -23px;
	padding-left: 37px;
	width: 53px;
	height: 23px;
	line-height: 20px;
	display: block;
}
a:link, a.evidenzaSemplice:link {
	color: #1C86EE;
}
a:visited {
	/*color: #135aa1;*/
	color: #858585;
	text-decoration: underline;
}
a.evidenza:visited, a.evidenzaSemplice:visited {
	color: #1C86EE;
	text-decoration: none;
}
a:hover, a:active, a.evidenzaSemplice:hover, a.evidenzaSemplice:active {
	color: #1C86EE;
	text-decoration: underline;
}
a.evidenza:hover, a.evidenza:active {
	background: #3F464A url(../backLink.gif) no-repeat 0 0;
	text-decoration: none;
}
:focus { /* nasconde il bordo punteggiato dei link attivi in firefox */
	-moz-outline-style: none;
}

.container {
	clear: both;
	height: auto !important;
	margin: 37px auto 80px;
	min-height: 450px;
	position: relative;
	top: 38px;
	width: 813px;
	padding: 0 6px;
	text-align: left;
	/*margin: 0 auto;
	text-align:center;
	width: 813px;*/
}
#containerCategorie {
	width: 984px;
}
.categoria {
	border: 1px solid #3F464A;
	background-color: #303538;
	padding: 0 6px;
	float: left;
	margin: 3px;
	
	width: 251px;
}
.video {
	background-color: #282C2F;
	margin: 6px 0;
	width: 251px
}
.wrapper {
	border: 1px solid #3F464A;
	height: 97px;
	overflow: hidden;
	width: 130px;
	float: left;
}
.video320 {
	background-color: #282C2F;
	margin: 3px auto;
	width: 322px
}
#video320Categorie {
	float: left;
	margin: 3px;
}
.wrapper320 {
	border: 1px solid #3F464A;
	height: 240px;
	overflow: hidden;
	width: 320px;
}
.testoAccompagnamento {
	background-color: #3F464A;
	height: 93px;
	overflow: hidden;
	padding: 3px;
	text-align: left;
}
.testoAccompagnamento320 {
	padding: 0.4em;
	text-align: left;
	height: 9.6em;
	overflow: auto;
}
.clear {
	clear: both;
}
.sponsor {
	margin: 14px 3px;
	padding: 3px;
	width: 799px;
	height: 90px;
	border: 1px solid #3F464A;
	background-color: #303538;
	overflow: hidden;
}
.intestazione {
}
.piedePagina {
}
