/*--------------------------------
	COLOURS USED IN THIS SITE

background light blue (logo)  = ddf3fb  // only background logo, not for text! 
main text (black)             = 000000

dark grey                     = 666666
light grey                    = c2c2c2

--------------------------------*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(img/logo_ddf3fb.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#header {
	background-image: url(img/header.png);
	background-repeat:no-repeat;
    height:40px;
    position:relative;
}

#content {
	float: right;
	width: 490px;
	padding: 0 0px 0 0px;
	/*height: 410px;*/
	/*max-height: 410px;*/
	min-height: 410px;
	/*overflow: hidden;*/
}

#navigation {
	float: left;
	width: 150px;
	background-image: url(img/logo_sm_000000.png);
	background-position: left top;
	background-repeat:no-repeat;
}


#footer {
	clear:both;
	font-size: 80%;
    text-align:left;
    color: #666666;
	min-height: 50px;
	border-top: 1px solid #000000;

}

#header h1 {
	text-align: center;
	margin: 0;
    padding: 0;
    font-weight: bold;
    color: #000076;
    font-size: 190%;
    position:absolute;
    left: -9999px;
}

#content p {
	font-size: 80%;
	line-height: 24px;
	color: #000000;
	padding: 10px 5px 0 0px;
}
p#first-para {
	padding-top: 46px;
	text-align:left;
}

#body_eventi #content p#first-para{
	padding-top: 46px;
	text-align:left;
}

#body_eventi #content p {
	text-align:right;
	font-size: 80%;
	line-height: 24px;
	color: #000000;
	padding: 10px 5px 0 0px;
}

.highlight {
	font-weight: bold;
	color:#A6B6BC;
}
.highlight2 {
	font-weight: normal;
	color:#666666;
}


#content h1 {
	font-size: 120%;
	font-weight:bold;
	line-height: 24px;
	color: #000000;
}


#footer p {
	font-size: 80%;
	line-height: 18px;
}

#CA_button {
	float:right;
	padding-top: 11px;
	padding-right: 87px;
	width: 115px;
}

#content a, #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#86d4f2;
	border-bottom:1px dotted #A6B6BC;
	padding: 0 2px 1px 2px;
	
}

#content a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#navigation a, #navigation a:visited,
#footer a, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#86d4f2;
	border-bottom:0px dotted #A6B6BC;
	padding: 0;
	
}

#navigation a:hover, #footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#nav {
	position: absolute;
	top: 140px;
	width: 140px;
	z-index: 4000;
}


#navigation ul {
	padding-top: 100px;
}

#navigation li {
	font-size:12px;
	line-height: 3;
	padding-left: 0px;
}

#navigation a, #navigation a:visited {
	color:#666666;
}

#navigation a:hover {
	color:#A6B6BC;
}

#navigation a.current {
	color:#000000;
}


/*
THIS IS FOR THE FANCY BUTTONS  
*/
#clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
}

#clear a.button {
    background: transparent url('img/bg_button_a.gif') no-repeat scroll top right;
    color: #A6B6BC;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
	padding-bottom: 0px;
    text-decoration: none;
	border-bottom:0px dotted #A6B6BC;
}

#clear a.button span {
    background: transparent url('img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
#clear a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

#clear a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 	
