@charset "utf-8";
/* CSS Document */

* { 
	outline: none;
}

a img {
	border: none;
}

a, a.more { 
	color: #FF0; 
	text-decoration: none;
}

a:hover, a.more:hover {
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
	background: #0371AD url(../images/body.png) 50% 0 repeat-x;
	color: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.container {
	width: 984px;
	margin: 0 auto;
}

#topline {
	height: 37px;
	padding: 5px 0;
	overflow: hidden;
}

#topline .language-flag {
	padding: 0px 0px 6px 7px;
	height: 21px;
}

#searchform {
	float: right;
	height: 28px;
	width: 247px;
	background: url(../images/search.png) 0 0 no-repeat;
	padding: 9px 0 0 12px;
}

#searchform input.text { 
	margin-right: 20px;
	border: none;
	width: 130px;
	background: none;
	color: #666;
}
#searchform input.button { 
	background: none;
	border: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #155476;
	cursor: pointer;
}

#header {
	height: 84px;
	padding-top: 10px;
	overflow: hidden;
}

#calendario {
	float: right;
	padding-right: 20px;
	width: 215px;
}

#calendario .data { 
	float: right;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #0371AD;
}

#calendario .cal {
	float: left;
	margin-right: 20px;
	width: 58px;
	height: 59px;
	border: 1px solid #000;
	background: #fff;
}

#calendario .cal .ggsett {
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 22px;
	background: #C1272D;
	text-align: center;
	letter-spacing: -1px;
}

#calendario .cal .ggmm {
	display: block;
	margin: 0 2px;
	border: 1px solid #ccc;
	border-top: none;
	font: 28px Verdana, Geneva, sans-serif;
	color: #000;
	letter-spacing: -2px;
	text-align: center;
	line-height: 34px;
}

#menu {
	height: 40px;
	border-left: 2px solid #0371AD;
	overflow: hidden;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	padding: 12px 0 0 10px;
	width: 111px;
	border-right: 2px solid #0371AD;
	color: #1D5476;
	font: bold 14px Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

#menu a:hover {
	background: url(../images/menu-hover.png) 0 0 repeat-x;
}

#featured {
	width: 994px;
	height: 138px;
	padding: 5px 0 12px;
	overflow: hidden;
	position: relative;
}

#featured .element {
	float: left;
	width: 228px;
	height: 120px;
	border: 3px solid #fff;
	margin: 0 6px;
	text-align: center;
}

#featured .red { border-color: #C1272D; }
#featured .blue { border-color: #069; }
#featured .green { border-color: #36B818; }
#featured .yellow { border-color: #FBB03B; }

#featured a {
	display: block;
	padding-top: 88px;
	line-height: 30px;
	border: 1px solid #fff;
	font: bold 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	background: #fff url(images/featured-red.jpg) 50% 0 no-repeat;
}

#featured .red a { color: #C1272D; background-image: url(../images/featured-red.jpg); }
#featured .blue a { color: #069; background-image: url(../images/featured-blue.jpg); }
#featured .green a { color: #36B818; background-image: url(../images/featured-green.jpg);}
#featured .yellow a { color: #FBB03B; background-image: url(../images/featured-yellow.jpg);}

#featured .element span {
	display: block;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 30px;
}

#featured .element span.tooltip {
	display: none;
	height: 18px;
	background: none;
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 0;
}

#featured a:hover span.tooltip {
	display: block;
	position: absolute;
	bottom: 6px;
	left: 10px;
}

#featured a:hover span {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#main {
	text-align: justify;
	padding-top: 5px;
	clear: both;
}

#main .widecolumn {
	width: 656px;
	float: left;
}

#main .widecolumn .box {
	float: left;
	width: 656px;
	background: #10A3DC;
	margin-bottom: 5px;
}

#main .widecolumn .box .content, #main .narrowcolumn .box .content {
	padding: 5px; 
	font-size: 12px;
	line-height: 130%;
}

.mainfeatured .content img, .eventi .content img {
	margin: 0 5px 5px 0;
}

#main .content p { padding: 5px 0; margin: 0; }

#main .scheda {
	margin: 5px;
	background: #009FE1 url(../images/scheda-bg.png) 0 100% repeat-x;
	color: #003f61;
	font-size: 12px !important;
}

#main .scheda img {
	border: 3px solid #0371AD; 
	margin: 0 10px 10px 0;
}

#main .scheda .address {
	color: #fff;
	padding: 20px 0 5px; 
}

#main .narrowcolumn {
	float: right;
	width: 322px;
}

#main .narrowcolumn .box {
	float: right;
	width: 322px;
	background: #10A3DC;
	margin-bottom: 5px;
}

#main .narrowcolumn .box .scelto {
	border-bottom: 2px dotted #C3E8F6;
	padding: 3px 0;
	margin-bottom: 5px;
}

#main .navbar {
	height: 26px;
	background: #0371AD;
}

#main .navbar a {
	display: block;
	float: left;
	height: 21px;
	background: url(../images/navbar-blue.png) 0 0 repeat-x;
	color: #fff;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 5px 20px 0 10px;
	margin-right: 2px;
}

#main .navbar a.green { background-image: url(../images/navbar-green.png); color: #333; }

#main .mainfeatured .navbar a { width: 190px; }

.navbar a.green, .narrowcolumn .navbar a { width: auto !important;}

#main .borderbottom {
	border-bottom: 2px solid #FFCE0B;
}

h1, h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 0;
}

h1 { font-size: 14px; }

.eventi h3 {
	color: #0D4466;
}


img.stelle {
	padding-left: 10px;
	padding-top: 1px;
	position: absolute;
	border: none !important;
}

.minisearch select, .minisearch_green select {
	border: 2px solid #155476;
	background: transparent;
	width: 141px;
	line-height: 20px;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.minisearch select option { 
	background: #10A3DC; 
	text-align: center;
}

.minisearch_green select { border-color: #9F7E0B; color: #333; }
.minisearch_green select option { 
	background: #FFCE0B;
}

.minisearch .button, .minisearch_green .button {
	border: 2px solid #155476;
	background: #F7931E;
	color: #fff;
	text-align: center;
	width: 80px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 5px;
	cursor: pointer;
}

.minisearch_green .button { border-color: #9F7E0B; }

#slideshow { background: #FFCE0B !important; }
#slideshow img{
	margin: 0;
}

#bottomline {
	height: 23px;
	width: 994px;
	margin-top: 50px;
}

#bottomline a {
	display: block;
	float: left;
	width: 238px;
	height: 23px;
	background: #003;
	margin: 0 5px;
	font: bold 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}

#bottomline a.red { background: #C1272D; color: #E09396; }
#bottomline a.blue { background: #069; color: #8AAABB; }
#bottomline a.green { background: #36B818; color: #9BDC8C; }
#bottomline a.yellow { background: #FBB03B; color: #FDD89D; }

#bottomline a.hover,#bottomline a:hover { color: #fff; }

#footer {
	height: 140px;
	color: #333;
	background: #FFCF0D url(../images/footer.png) 50% 0 repeat-x;
}

#footer .container {
	padding: 10px 0 0;
}

#footer a { color: #333; }