@charset "utf-8";
html, body {
	height: 100%;
}
html {
	height:100%;
}

body {
	min-width:552px;
	font:11px Verdana, Arial, sans-serif;
	line-height:18px;
	color:#444;
	background: #fff url(../img/bg.jpg) repeat-x top left;
	margin:0;
	padding:0;
	height:100%;
}

p {margin-bottom:18px;} /* same as body line-height */

#wrapper {
	/*height:100%;*/
	/*height: auto !important;*/
	min-height: 100%;
	position: relative;
}

	* html #wrapper
	{
		height: 100%;
	}

/* wrappers all 100% width */
#wrapperUtility,
#wrapperHeader,
#wrapperNavigation,
#wrapperImages,
#wrapperContent,
#wrapperBottom,
#wrapperFooter
{
	width: 100%;
	margin: 0 auto;
}

#wrapperContent {
	background:#fff;
}


/* inner wrappers 960px base optimization */
#utility,
#header,
#globalNav,
#imageStripe,
#container,
#bottom,
#footer
{
	width:960px;
	margin:0 auto;
	/*position:relative;*/
	border:0px solid red;
}



/* - - - - - - - utility - - - - - - - */

#utility	{
	max-width:970px;
}
	
#utilityBox {
	margin: 0px auto 0 auto;
	padding:8px 0 0 0;
	text-align:right;
	font-size:100%;	
}

#skip { position: absolute; left: -9999px; font-size: small;}
#skip li {list-style-type:none;}
#changeFont				{line-height:18px; padding-bottom:2px;}

.headerContainer {
	border:0px solid red; 
	max-width:860px; 
	display:inline;
}

/* - - - - - - - header - - - - - - - */
#header {
	margin: 12px auto;
	height: 100px;
	padding: 0; 
}

#logo { 
	float: left;
	margin-top: 0;
	margin-bottom:0;
	display: inline;
	width:111px;
	height: 138px;
	border:0;
	position: absolute;
}

#logo a,
#logo a img  {border:0; text-decoration: none;}

#title {
	margin: 0 auto;
	float: right;
	margin: 26px 2px 11px 0;
	border: 0px solid red;
	padding:0;
	height:36px;
}

#title h1 {margin:0; padding:0; line-height: 36px;}


/* - - - - - - - primary Navigation - - - - - - - */
#wrapperNavigation {
  border:1px solid red;
}

#globalNav #mainNav {
	max-width: 860px;
	margin: 0 2px 0 0px;
	padding: 0 0 0 0;
	float:right;
	font-weight:bold;
	border:0px solid red;
	position:relative;
	display: inline;
}



#globalNav .mainNavItem span {
	color:#ddd;
	display:block;
	font-family: Arial;
	font-size:100%;
	margin-bottom:0px;
	padding-bottom:0px;
	
}

/* - - - - - - - Images Stripe - - - - - - - */
#imageStripe {
	margin-top:1px; /* distanza tra menu e galleria */
	/*background: url(../img/imagestripe.jpg) 0 0;*/
	padding-top:0;
	height: 150px;
	overflow: hidden;
	width:960px;
	background:none;
}

#outsideStripeLeft {
	background:#505050;
	float:left;
	min-height:150px;
	height:150px;
	margin:0 auto;
	display:inline;
	width: 50%;
	position:absolute;
	border:0px solid #fff;
	display: table-cell;
}

#outsideStripeLeft img {border-right:1px solid #ccc; margin-right:0px;}

#outsideStripeRight {
	background:#505050;
	min-height:150px;
	height:150px;
	margin:0 auto;
	width: 50%;
	position:absolute;
	right:0;
	top: 199px;
	border:	0px solid #fff;
	margin-left:0px;
}

#outsideStripeRight img {float:left;border-left:1px solid #ccc;}

img.stripeGallery {
	float:left;
	display:inline;
	border-right:1px solid #bbb;
}

img.noBorder {border:0;}

/* - - - - - - - Sidebar - - - - - - - */
#sidebarHome {
	width:190px;
	float:left;
	padding: 10px 10px 10px 0;
	position:relative;
	display:inline;
	background: url(/img/bullet/dottedv.gif) repeat-y top right;
}

#sidebarLeft {
	width:200px;
	float:left;
	padding: 0px 0px 10px 0;
	position:relative;
	background: url(/img/bullet/dottedv.gif) repeat-y top right;
	margin: 0;
}

.sidebarList ul {
	margin: 0;
	padding:0;
	list-style:none;
	margin-right:5px;
}

.sidebarList ul li {
	list-style:none;
	margin:5px 0;
}



/* - - - - - - - Content - - - - - - - */
#content {
	padding: 10px 0; 
	background-color: #fff;
	line-height:150%;
	min-height:300px;
}

.column {
	float:left;
	width: 233px;
	background: url(/img/bullet/dottedv.gif) repeat-y top right;
	min-height:300px;
	padding: 10px;
	border-bottom: 0px solid #666;
}

.borderLeft {
	border-left: 1px dotted #ccc;
}

.columnDouble {
	float:left;
	width: 520px;
	border:0px solid #fff;
}



#columnFull {
	padding: 0px;
	margin:0 0 0 200px; /* same as sidebarLeft width */
}

#main {
	padding:10px 0 10px 10px;
	border:0px solid red;
}


/* Homepage */
#fadingNews {margin:0; padding:0; border:0px solid red; max-height:270px; height:270px;}
ul#fadingNews {margin: 0; padding: 0;}
#fadingNews li {margin:0; padding: 0; list-style: none;}

#rssNewsFeed .containerArticle,
#fadingNews .containerArticle 
{
	padding:0; 
	margin:0;
}

#listTicker{
	height:240px;
	overflow:hidden;
	border: 0px solid  #DEDEDE;
	padding:0;
	margin: 10px 0 0 0;
}
#listTicker li{
	border:0; margin:0; padding:0; list-style:none; border-bottom: 0px solid #ddd;
}

	#listTicker li{
		height:60px;
		padding:8px 0;
		list-style:none;
		margin:0;
		font-size:0.9em;
	}
		#listTicker a{
			
			
		}
		#listTicker h4{
			display:block;
			margin:4px 0 2px 0;
			font-weight:normal;
			font-size: 1.18em;
			line-height: 17px;
			
		}
		#listTicker p{
			display:block;
			line-height: 14px;
		}
		#listTicker img{
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
		}

/* Template per view / index generica */

#main ul.listArticles  {
	list-style:none;
	margin:0;
	padding:0;
	width: 100%;
}

#main ul.listArticles li.listItem {
	list-style:none;
	display: block;
	padding: 0 0px 20px 0px;
	background: url(/img/bullet/dotted.gif) repeat-x bottom left;
}

.containerArticle {
	margin: 0 5px;
}

/* Thumbs */
.homeThumb,
.articleImage,
.listImage
{
	border: 1px solid #aaa;
	margin:0 0 0 0;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	background:#fff;
}

.homeThumb,
.listImage {
	float: left;
	position: relative;
	min-width:5px;
	min-height:5px;
}

.homeThumb {
	margin: 0 10px 1px 0;
}

.homeThumb:hover, .homeThumb:focus, 
.listImage:hover, .listImage:focus,
.articleImage:hover, .articleImage:focus
{
	border: 1px solid #777;
	text-decoration:none;
	background: none;
}

.homeThumb a:hover, .homeThumb a:focus, 
.listImage a:hover, .listImage a:focus,
.articleImage a:hover, .articleImage a:focus
{
	background: none;
	text-decoration:none;

}

.homeThumb img:hover, .homeThumb img:focus,
.listImage img:hover, .listImage img:focus,
.articleImage img:hover, .articleImage img:focus
{
	border:0;
	background: none;
	text-decoration:none;
}



.listWithImage {
	margin-left: 115px;
}

.listNoImage {
	margin:0;
}

.articleImage {
	float:right;
	position:relative;
	margin: 0 0 20px 20px;
}

.separator {
	margin: 0 5px;
	color: #9f9b91;
}

.divider {
	display:block;
	clear:right;
	margin: 0px 5px 20px 0px;
	padding: 0 5px;
	width:90%;
	height:6px;
	background: url(/img/bullet/dotted.gif) repeat-x bottom left;
}

#main .containerArticle ul.bottomArticle {
	padding: 0;
	padding: 5px 0 5px 0;
	margin: 0;
	list-style: none;
	display: block;
}

#main .containerArticle  ul.bottomArticle li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	border:0;
}

#main .containerArticle  ul.bottomArticle .separator {
	margin-left: 12px;
}

#main .containerArticle  ul.bottomArticle li.readMore {
	background: url(/img/bullet/arrow2.gif) no-repeat top left;
	padding-left:12px;
}

#main .containerArticle  ul.bottomArticle li.downloadAttach {
	background: url(/img/bullet/pdf.gif) no-repeat top left;
	padding-left:16px;
	margin-left: 10px;
}


#main .containerArticle  ul.bottomArticle li.externalUrl {
	background: url(/img/bullet/bullet_ar1.png) no-repeat top left;
	padding-left:16px;
}

#main .dateline {
	margin-bottom:1px;
	line-height: 14px;
	border:0;
	font-size:90%;
	background:none;
	display: inline;
}

#main .containerArticle  ul.bottomArticle .floatRight {
	float: none; /* fix ie */
}

#allegati {
    margin-top:10px;
}


/* - - - - - - - Breadcrumb - - - - - - - */
#breadcrumb {
	display:block;
	clear:right;
	margin: 5px 0 20px 0px;
	padding:5px;
	background: url(/img/bullet/dotted.gif) repeat-x bottom left;
}

/* - - - - - - - Bottom - - - - - - - */
#wrapperBottom { 
	height:33px;
	border-bottom:1px solid #595959;
	border-top: 1px solid #404040;
	background:#505050;
	margin:0 auto;
}

#bottom {
	border:0px solid red;
	text-align:right;
	padding:6px 0 0 0;
}

/* - - - - - - - Register colored box - - - - - - - */
#content .registerButton {
	display: block;
	width: 228px;
	height: 80px;
	border:0;
	padding:0;
	margin:5px 0;
}

#content .registerButton a,
#content .registerButton a:link,
#content .registerButton a:visited 
{
	text-decoration: none;
	border: 0;
	text-align:center;
	font-weight: normal;
	color: #fff;
	padding: 15px 20px 0 20px;
	display: block;
}

#content .registerButton a:focus,
#content .registerButton a:hover
{
	color:#333;
	background: none;
	background: none;
}

#content .registerButton a:active {
	text-decoration: none;
	border: 0;
	text-align:center;
	font-weight: normal;
	color:#fff;
}

.boxOrange {background: url(../img/box_orange.png) no-repeat top left;}
.boxGreen {background: url(../img/box_green.png) no-repeat top left;}
.boxBlue {background: url(../img/box_blue.png) no-repeat top left;}

/* - - - - - - - Footer - - - - - - - */

#wrapperFooter
{
	height:120px;
	background: #444;
	position: relative;
	/*max-height: 120px;*/
}
	
	* html #wrapperFooter
	{
		margin-bottom: -120px;
	}

#outsideFooter {
	background:#1A4265;
	float:left;
	min-height:100px;
	height:110px;
	margin:0 auto;
	display:inline;
	width: 50%;
	position:absolute;
	border:0px solid #fff;
	display: table-cell;
}


#footer {
	color:#ccc;
	/*position:relative;*/
	overflow: hidden;
	background:#444;
	margin:0 auto;
}

#sidebarFooter {
	width:200px;
	float:left;
	/*background:#1A4265;*/
	background:#fff;
	border-right:1px solid #595959;
}

.columnFooter {
	float:left;
	width: auto;
	/*min-height:100px;*/
	border:0px solid red;
}

.footer_sx {
	width: 100%;
	text-align:center;
	height:80px;
	width:200px;
	float:left;
	background-color: #444;
	border: 0px solid red;
	display: inline;
	padding-top: 20px;
}

.footer_address {
	float: left;
	border: 0px solid red;
	display: inline;
	width: 320px;
	padding: 20px 0 0 10px;
	height: 100px;
	max-height: 100px;
}

address {
	margin: 0;
	padding:0;
}

.footer_address .address_col_sx {
	float:left;
	display:inline;	
	width: 180px;
}

.footer_address .address_col_dx {
	float:left;
	display:inline;	

}

.footer_address address a		{text-decoration:none; color:#eee;}
.footer_address address a:hover		{background: #555; color:#eebb44;}

.footer_address address {
	font-style:normal;
	line-height:15px;
	font-family:verdana,arial;
}

.footerProgetti {
	border: 0px solid red;
	display: inline;
	float:left;
	height:100px;
}

.footerProgetti ul {
	margin:0;
	padding:0;
	float:right;
	padding: 20px 0;
}

.logo_footer_sx ul {
	margin:0;
	padding:0;
}

.logo_footer_sx ul li,
.footerProgetti ul li {
	list-style-type:none;
	display:inline;
	margin: 0 0 0 1px;
	padding:0;
}

.footerProgetti img {
	border: 0px solid #fff;
	height:70px;
}

.logo_footer_sx img {
	border:1px solid #fff;
	height: 70px;
}


/* - - - - - - - error Message  - - - - - - - */
#flashMessage {
	clear:both;
	display: block;
	margin: 1px auto;
	width: 970px;
	padding:4px 5px;
	text-align: center;
	font-weight: bold;
	font-size:12px;
	color:#fff;
	background-color: #ba4115;
}


/* - - - - - - - soci pubblici  - - - - - - - */
#elenco_comuni div {
	border:1px solid #ccc;
	display: table-cell;
	display: inline;
	float: left;
	margin: 0px 10px 10px 0;
	padding:5px;
	width: 165px;
	height:120px;
	text-align: center;
}

#elenco_privati div {
	border:1px solid #ccc;
	display: table-cell;
	display: inline;
	float: left;
	margin: 0px 10px 10px 0;
	padding:5px;
	width: 165px;
	height:105px;
	text-align: center;
}

#elenco_comuni div img,
#elenco_privati div img {
	border:0;
}

/* - - - - - - - news filter  - - - - - - - */
ul#news_filter { 
	list-style: none; 
	margin-left: 5px; 
	display: inline;
}

ul#news_filter li { 
	border-right: 1px solid #dedede;
	margin-right: 10px;
	padding-right: 10px;
	display: inline;
}
ul#news_filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#news_filter a { text-decoration: none; }
ul#news_filter li.current a { text-decoration: none; color:#1A4265; }
ul#news_filter a:hover { text-decoration: none;}
ul#news_filter li.current a { color: #333; font-weight: bold; }


/* - - - - - - - energia prodotta e risparmiata  - - - - - - - */

.energia_prodotta h4 { margin-bottom:1px; padding-bottom:1px }
.energia_prodotta table { width: 340px; border-collapse: collapse;}
.energia_prodotta table th {
	background: #3C7EC0;
	color:#fff;
	text-align:center;
}

.energia_prodotta table td {
	text-align: center;
}

.cogenerazione  {
	float:left; width: 345px; border:1px solid #ccc; display:inline; padding: 0 10px;	
}

.fotovoltaici {
	float:left; width: 340px; margin-left: 20px; border:1px solid #ccc; display:inline; padding: 0 10px;
}


/* - - - - - - - area riservata  - - - - - - - */
#news_private_container {
	padding: 10px;
	border: 1px dotted #3C7EC0;
}

h2.title_private_container {
	padding: 5px;
	background: #3C7EC0;
	color:#fff;
	margin: 10px 0;
	font-size:1.2em;
	text-transform: uppercase;
}

#news_public_container {
	margin: 30px 0 0 0;
}

#news_public_container h2 {
	padding: 5px;
	background: #888;
	color:#fff;
	margin: 10px 5px;
	font-size:1.2em;
	text-transform: uppercase;
}


/* photogallery */
#view_gallery {margin: 2px; padding: 0; border:0px solid red;}
#view_gallery ul {list-style: none; display: inline; margin: 0; padding:0;}
#view_gallery ul li { display: inline; list-style: none; padding:0; margin:0 10px 10px 0; border:0; width: 80px; height:80px;}
#view_gallery ul li a {margin: 0; padding:0; }
#view_gallery ul li a:hover {text-decoration: none; border:0; background: transparent; background-color: transparent;}
#view_gallery .brandImage {border:0; background-color:#fff; width: 80px; height:80px;}
