@charset "utf-8";

/* =General Classes & Hacks
-----------------------------------------------------------------------------*/
body {
	font: 62.5%/1.6 Arial, Helvetica, sans-serif; /* with this settings 1em = 10px approx. */
	color: #333;
	background: #F2F9FD url(../img/bkg_general.jpg) repeat-x left top;
}

* { margin:0; padding:0; }

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */


/* hidding elements */
.hide {	display: none; }

/* Remove border around linked images */
img { border: 0; }

/* align elements */
.alignLeft { text-align: left !important; }
.alignCenter { text-align: center !important; }
.alignRight { text-align: right !important; }
.alignTop { vertical-align: top !important; }
.alignMiddle { vertical-align: middle !important; }
.alignBottom { vertical-align: bottom !important; }

.centered {	margin-left: auto; margin-right: auto; }

.floatLeft { float: left; }
.floatRight { float: right; }

.asBlock { display:block; }
.asInline { display:inline; }
.asRelative { position:relative; }
.asAbsolute { position:absolute; }

.noBorder { border: none !important; }
.noMargin { margin: 0 !important; }
.noPadding { padding: 0 !important; }

.w10p { width: 10%; }
.w20p { width: 20%; }
.w30p { width: 30%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }
.w100p { width: 100%; }

.w10px { width: 10px; }
.w25px { width: 25px; }
.w50px { width: 50px; }
.w60px { width: 60px; }
.w65px { width: 65px; }
.w75px { width: 75px; }
.w90px { width: 90px; }
.w100px { width: 100px; }
.w110px { width: 110px; }
.w120px { width: 120px; }
.w125px { width: 125px; }
.w150px { width: 150px; }
.w160px { width: 160px; }
.w175px { width: 175px; }
.w178px { width: 178px; }
.w180px { width: 180px; }
.w200px { width: 200px; }
.w225px { width: 225px; }
.w250px { width: 250px; }
.w260px { width: 260px; }
.w275px { width: 275px; }
.w300px { width: 300px; }
.w325px { width: 325px; }
.w340px { width: 340px; }
.w350px { width: 350px; }
.w360px { width: 360px; }
.w365px { width: 365px; }
.w375px { width: 375px; }
.w400px { width: 400px; }
.w440px { width: 440px; }
.w450px { width: 450px; }
.w500px { width: 500px; }
.w510px { width: 510px; }
.w530px { width: 530px; }
.w550px { width: 550px; }
.w600px { width: 600px; }
.w650px { width: 650px; }
.w700px { width: 700px; }
.w750px { width: 750px; }
.w800px { width: 800px; }
.w940px { width: 940px; }

strong { font-weight: bold; }

em { font-style: italic; }

ul { list-style: none; list-style-position: outside; }
ol { list-style-position: inside; list-style: decimal; list-style-position: inside; margin: 0 0 1.5em 0; }

/* IE Hack */
input { margin:-1px 0px; }      /* all browsers read this, used to target IE6 */
html>body input { margin:0px; }       /* IE 6 cannot read this, others can */
*+html>body input {margin:-1px; }      /* targets IE7 */

input, select, textarea{ font-family: inherit; }

/* =Layout
-----------------------------------------------------------------------------*/

#wrapper { width:900px; margin:0 auto; }

	#header { padding:10px 0 10px 15px; background: #fff; }

		#header .intranet_access { display:none; }
		#header .settings { display: none; }

		#header .sponsors { float:right; padding-right:20px; display: block; }
			#header .sponsors ul li{ float:left; }
			#header .sponsors ul li.sponsor1 {  margin:12px 25px 0 0; }

	#sidebar-content{ background: #fff; }

		#sidebar { display:none; }

		#content { float: left; padding-bottom:20px; width:900px; font-size:1em; }

			#content .content-header { background:transparent url(../img/bkg_content_header.png) no-repeat left top; padding:130px 10px 20px 10px; }
				#content .content-header p { color:#fff; }
				#content .content-header a:link, #home .content-header a:visited { color:#84C7F0; text-decoration: underline; font-weight: bold;}
				#content .content-header a:hover, #home .content-header a:active { color:#B7DFF3; }

			#content .content-main { padding:10px 20px 20px 10px; }
				#content .content-main-header { padding:20px 20px 20px 10px !important; }
				#content .title { border-bottom: 1px solid #2371AD; padding-bottom:4px; margin-bottom:18px; }
					#content .title h2 { border:0; margin:0; width:455px; }
				#content .divRow{ margin-bottom:12px; padding-bottom:12px; border-bottom:1px solid #2371AD; }
					#content .divRow .image{ margin:0 20px 0 0; display: block; }
					#content .divRow .content{ width:650px;  }
					#content .divRow p.date { font-size:1em; margin-bottom:2px;}
					#content .divRow a { font-weight: bold; text-decoration: underline; }
					#content .alignCenter p { text-align: center !important;}
					#content .image_title{ background: #2371AD; font-size:1.1em; color:#fff; padding:1px 10px 1px 10px; line-height: 120%; text-align: right; font-weight: bold; width: 180px;}
					#content .thumbsRow .image_title{ width: 192px !important;}

				#content .thumbsRow{ margin-bottom:10px; padding-bottom:10px; }
					#content .thumbsRow .image{ margin-right:20px;  }

				#content .optionsbar{ width:200px; }
					#content .optionsbar .image{ margin:0 0 15px 0;  }
					#content .options { display: none; }

				#content .contact .form{ margin-top:40px; }
				#content .contact .formRow{ margin-bottom:10px; }
				#content .contact label{ font-size:1.2em; color:#333; margin-right:10px; width:65px; line-height:1.6em; text-align:right; }
				#content .contact .textField { font-size:1.1em; padding:2px; border:0; background:#D9DADB; }
				#content .contact .textArea { font-size:1.1em; padding:2px; border:0; background:#D9DADB; }
				#content .contact .buttonBkg{ margin-top:4px; background: transparent url(../img/bkg_btn.gif) no-repeat left top; height:18px; color:#fff; border:0; width:88px; font-weight: bold; font-size: 1.1em; padding-bottom:4px; }
				#content .contact .info { padding-top:60px; }
				#content .contact .info img { margin-bottom:30px; }

	#footer { display:none; }


/* =Type
-----------------------------------------------------------------------------*/

h1 { font-size:2.2em; color:#fff; font-weight: normal; line-height: normal; margin-bottom:0.2em; }
h2 { font-size:2em; color:#2371AD; font-weight: normal; line-height: normal; margin-bottom:0.6em; border-bottom: 1px solid #2371AD; }
h3 { font-size:1.4em; color:#2371AD; font-weight: bold; line-height: normal; margin-bottom:0.2em; }
	#newsletter h3 { color:#555; text-align: center; background: transparent url(../img/tit_newsletter.gif) no-repeat center top; margin-bottom:0.5em; }
		#newsletter h3 span { display: none; }
	#content .content-main h3 { text-decoration: underline; }

p { font-size:1.2em; line-height: normal; }
	#content p { text-align: justify; margin-bottom:5px; }
	p.links { font-size:1.1em; }

a:link, a:visited { color:#2371AD; text-decoration: none; }
a:hover, a:active { color:#333; }


/* =Forms
-----------------------------------------------------------------------------*/

	.formRow{ margin-bottom:10px; }
	.formRow em { font-style: normal; color:#F00; }
	label{ font-size: 1.2em; color:#87888A; line-height:2em; }
	.textField { font-size:1.1em; border:1px solid #ccc; padding:2px; background:#f9f9f9; }
	.textArea { font-size:1.1em; border:1px solid #ccc; padding:2px; background:#f9f9f9; overflow: auto; }
	.selectBox { font-size:1.1em; border:1px solid #ccc; padding:2px; background:#f9f9f9; }
	.error-message { font-size: 1.1em; color: #C00; padding: 0px; }

	.infoBox, .successBox, .warningBox, .errorBox { border: 1px solid; margin: 10px 0px; padding:15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center; font-size: 1.3em; }
		.infoBox { color: #00529B; background-color: #BDE5F8; background-image: url('../img/admin/info.png'); }
		.successBox { color: #4F8A10; background-color: #DFF2BF; background-image:url('../img/admin/success.png'); }
		.warningBox { color: #9F6000; background-color: #FEEFB3; background-image: url('../img/admin/warning.png'); }
		.errorBox { color: #D8000C; background-color: #FFBABA; background-image: url('../img/admin/error.png'); }

	.infoBoxSmall, .successBoxSmall, .warningBoxSmall, .errorBoxSmall { border: 1px solid; margin: 10px 0px; padding:5px 5px 5px 25px; background-repeat: no-repeat; background-position: 5px center; font-size: 1.1em; }
		.infoBoxSmall { color: #00529B; background-color: #BDE5F8; background-image: url('../img/admin/info_small.png'); }
		.successBoxSmall { color: #4F8A10; background-color: #DFF2BF; background-image:url('../img/admin/success_small.png'); }
		.warningBoxSmall { color: #9F6000; background-color: #FEEFB3; background-image: url('../img/admin/warning_small.png'); }
		.errorBoxSmall { color: #D8000C; background-color: #FFBABA; background-image: url('../img/admin/error_small.png'); }


/* =General
-----------------------------------------------------------------------------*/

	.columns { width:706px; }
		.columnA { width:184px; }
		.columnB { width:220px; margin-right:3px; }
		.columnC { width:265px; margin-right:3px; }
		.columnD { width:215px; }

	.button{ display: none; }

	.buttonForm { display: inline-block; font-size:1.3em; line-height:1.4em; border:0; padding:0px 20px; margin-right:1em; color:#fff; background:#999; }

	.buttonPrint { display: block; height:24px; width:16px; font-size:1.2em; background:transparent url(../img/ico_print.gif) no-repeat left center; margin-right:15px; }
		.buttonPrint span { display: none; }

	.paginator { }
		.paginator .current { color:#24506D; font-size:1.2em; font-weight: bold; padding:0 2px; }
		.paginator a { color:#2371AD; font-size:1.2em; font-weight: bold; padding:0 2px; }
		
	.cake-sql-log { display: none; }


/* =Contents
-----------------------------------------------------------------------------*/

	#home .content-header { background-color:#2371AD; }

	#barcelona .title { border-bottom: 1px solid #F49500; }
	#barcelona h2{ color:#F49500; border-bottom: 1px solid #F49500; }
	#barcelona h3 { color:#F49500; }
	#barcelona .divRow{ border-bottom:1px solid #F49500; }
	#barcelona .image_title{ background: #F49500; }
	#barcelona a:link, #barcelona a:visited { color:#F49500; }

	#piemonte .title { border-bottom: 1px solid #8F177D; }
	#piemonte h2{ color:#8F177D; border-bottom: 1px solid #8F177D; }
	#piemonte h3 { color:#8F177D; }
	#piemonte .divRow{ border-bottom:1px solid #8F177D; }
	#piemonte .image_title{ background: #8F177D; }
	#piemonte a:link, #piemonte a:visited { color:#8F177D; }

	#torino .title { border-bottom: 1px solid #DB2F00; }
	#torino h2{ color:#DB2F00; border-bottom: 1px solid #DB2F00; }
	#torino h3 { color:#DB2F00; }
	#torino .divRow{ border-bottom:1px solid #DB2F00; }
	#torino .image_title{ background: #DB2F00; }
	#torino a:link, #torino a:visited { color:#DB2F00; }

	#genova .title { border-bottom: 1px solid #55B335; }
	#genova h2{ color:#55B335; border-bottom: 1px solid #55B335; }
	#genova h3 { color:#55B335; }
	#genova .divRow{ border-bottom:1px solid #55B335; }
	#genova .image_title{ background: #55B335; }
	#genova a:link, #genova a:visited { color:#55B335; }

	#marseille .title { border-bottom: 1px solid #2A90CA; }
	#marseille h2{ color:#2A90CA; border-bottom: 1px solid #2A90CA; }
	#marseille h3 { color:#2A90CA; }
	#marseille .divRow{ border-bottom:1px solid #2A90CA; }
	#marseille .image_title{ background: #2A90CA; }
	#marseille a:link, #marseille a:visited { color:#2A90CA; }
	
#sitemap a{ text-decoration: none !important;}
		#sitemap .level_1{ font-size: 1.2em; font-weight: bold;}
	#sitemap .level_2{ padding-left: 20px;}	
		#sitemap .level_2 a:link, #sitemap .level_2 a:visited{ font-weight: normal; font-size: 1.2em;}

