@CHARSET "UTF-8";

body {
	background: #fff; 
	color: #000; 
	font: 75% Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.32em; 
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.30em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 2px 0;
}

h3 {
	font-size: 1.1em; 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 2px 0;
}

h4 {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
}

.sansSerif {
	font-family: Helvetica, Arial, sans-serif;
}

a, a:visited, a:active, a:focus { color: #000; text-decoration: underline; }
a:hover { color: #EC008C;}

a.reverse, a.reverse:active, a.reverse:focus {color: #EC008C;}
a.reverse:hover { color: #000000;}

a.moreAnchor {text-decoration: none;}

img {border: 0;}

.magenta {color: #EC008C;}

.date {font-size: 0.9em;}
.dateSmall {font-size: 0.8em;}

/********************** structure css *********************/

#main {
	overflow: hidden;
	width: 980px;
}

#leftColumn {
	width: 187px;
	float: left;
}

#rightColumn {
	float: right;
	width: 161px;
}

#header  {
	margin: 0 0 0 187px;
	width: 632px;
	height: 105px;
	position: relative;
}

#centralColumn {
	margin: 0 0 0 0px;
	width: 632px;
	overflow: hidden;
}

#footerPage {
	margin-left: 187px;
}

div.halfColCenter {
	width: 300px;
	margin: 0 16px 0 0;
	float: left;
}

div.lineMagenta {
	background-color: #EC008C; 
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	margin: 0 0 15px 0;
}

div.dotsMagenta {
	background: url(../img/dots.gif) repeat-x;
	height: 5px;
	width: 100%;
	margin: 0 0 15px 0;
}

div.starsMagenta {
	background: url(../img/stars.gif) repeat-x;
	height: 5px;
	width: 100%;
	margin: 0 0 15px 0;
}

div#logo {
	height: 279px;
}

div#language {
	margin: 33px 0 0;
	height: 72px; /* 105-33 */
	font-size: 0.9em;
}

div.pNoMargin p {margin: 0;}
div.pNoMarginBottom p {margin-bottom: 0;}

div.credits {
	font-size: 0.9em;
}

/********* menu ************************/
ul#menu {
	list-style: none;
	margin: 0;
	padding: 33px 0 0;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	height: 80px;
}

ul#menu li {
	display: inline;
	padding-left: 19px;
}

a.menu {
	font-size: 110%;
	color: #EC008C;
	text-decoration: none;
}

a.menuoff {
	font-size: 110%;
	color: #D3D3D3;
	text-decoration: none;
}

a.menuoff:hover {
	color: #EC008C;
}

ul.submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 52px;
	left: 0;
	display: none;
}

ul.submenu li {
	display: inline;
	padding-left: 5px;
}

/********** form *************/
input {
	font: 12px Helvetica, Arial, sans-serif;
	height: 20px;
	font-size: 1.3em;
	background-color: #ffffff; 
	border: 1px solid #EC008C;
}

input#searchForm, input.grey {
	width: 116px; 
	background-color: #D3D3D3; 
	border: 0;
}

textarea.grey {
	background-color: #D3D3D3; 
	border: 0;
}

input#newsletter {
	width: 157px; 
	background-color: #ffffff; 
	border: 1px solid #EC008C;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}
/********** gallery ****************/
div.galleryItem {
	float: left;
	width: 142px;
	margin: 20px 16px 0 0;
}

div.imageBox {
	float: left; 
	width: 63px; 
	height: 63px; 
	margin: 0 16px 16px 0;
}

div.imageBoxRight {
	float: left; 
	width: 63px; 
	height: 63px; 
	margin: 0 0 16px 0;
}

div.videoBox {
	float: left; 
	width:142px; 
	margin: 0 16px 16px 0;
}

div.videoBoxRight {
	float: left; 
	width:142px; 
	margin: 0 0 16px 0;
}

/*********** tags ********************/
.smallestTag {
	font-size:1em;
}

.smallTag {
	font-size:1.2em;
}

.mediumTag {
	font-size:1.4em;
}


.largeTag {
	font-size:1.8em;
}

.largestTag {
	font-size:2.2em;
}

/*********** comments ******************/
.commentContainer {
	margin: 0 0 10px 0;
}

.commentform {
	margin: 20px 0 0;
}

#commentTable {
	width: 100%;
}

#commentTable td{
	padding: 3px 0;
}

#commentTable td.right {
	padding-left: 2px;
	text-align: right;
}

#commentTable input {
	width: 210px;
}

#commentTable textarea {
	width: 210px;
	height: 80px;
}

div.error {color: red;}

/**************** ACCREDITO **************** */
form#subscribeform input {
	width: 230px;
}

/******************** PROGRAMMA **************** */
table#programme td {
	width: 194px;
	padding-right: 16px;
}