@charset "utf-8";
/* CSS Document */
p, form, img, h1, h2, h3, h4, h5, h6, ul, li { margin:0; padding:0;}
img {border:0;}
table {margin:0;}
body {
	margin:0;
	padding:0;
	font: 12px/1.6em Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	background:#e6e6e6;
}

/*struttura pagina*/
#page {
	display:block;
	width:840px;
	margin:0 auto;
	text-align:left;
}
#mainWrap {
	float:left;
	width:100%;
	margin-left:0px;
	position:relative;
}
#mainContainer{
	float:left;
	width:820px;
	margin-left:10px;
	display:inline;
	background:#fff;
}
#header {
	float:left;
	width:100%;
	height:auto;
	background:#fff;
}

#headerLeft{
	float:left;
	height:160px;
	width:200px;
}
#headerRight{
	float:right;
	height:160px;
	width:600px;
}
#topMenu {
	float:left;
	clear:both;
	width:100%;
	height:30px;
	background:#003871;
}
#main{ 
	float:left;
	width:100%;
	margin-top:15px;
}
#footer {
	float:left;
	clear:both;
	width:100%;
	margin-top:17px;
	font-size:11px;
	line-height:1.4em;
	border-top: 1px solid #999;
	padding-top:5px;
	padding-bottom:5px;
}
.footerLeft {float:left;
width:590px;
margin-left:10px;
text-align:left;
}
.footerRight {float:right;
width:200px;
text-align:right;
margin-right:10px;
}
#riflesso {
display:block;
	clear:both;
	margin:0 auto;
	width:820px;
	font-size:11px;
	height:49px;
	}
#content{
	float:right;
	width:565px;
	margin-right:20px;
	padding-left:15px;
	border-left:1px solid #666;
		height:350px;
	/*[wsm-edit-exclude*/ 
	height:auto;
    min-height:350px;/* questo è il valore corretto ma per visualizzare bene il layout anche sull'editor va impostato 1px in più */
    /*wsm-edit-exclude]*/ 
    overflow:hidden;
    display:inline;



}
#leftBar{
	float:left;
	width:205px;
	margin-left:0px;
	padding-right:10px;
	/*border-right:1px solid #666;*/
	display:inline;
	overflow:hidden;
	
}
#leftBarContainer{
	margin-left:10px;
}
a.headerLogoLink:link, a.headerLogoLink:visited, a.headerLogoLink:hover {
float:left;
height:100%;
width:100%;
}
.main-content{float:left;width:100%;}


/*Stili testo*/
a:link, a:visited {color:#96bd0d;text-decoration:none;font-weight:bold;}
a:hover {color:#003871}
.leftTitle{ text-transform:uppercase;color:#003871;font-size:16px;display:block;margin-bottom:10px;font-weight:bold;}
.boxNews {float:left;width:100%;margin-bottom:10px;font-size:11px;line-height:1.4em;}
.newsTitle {font-weight:bold;text-transform:uppercase;}
.title {color:#003871;font-size:20px;display:block;margin-bottom:10px;}
.bottomLogo{position:absolute;left:20px;bottom:55px;z-index:10;float:left;width:200px;}
.bottomLogo img {float:left;}


/*fancybox*/

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('http://www.premioarchitettura.it/fancybox/fancy_progress_.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('http://www.premioarchitettura.it/fancybox/fancy_loading_.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 32px 18px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;	
	/*width: 100%;
	height: 100%;*/
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('http://www.premioarchitettura.it/fancybox/fancy_closebox_.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	position: absolute;
	overflow: auto;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
}

* html div#fancy_ajax {
	height: expression((this.parentNode.clientHeight - 30) + "px");
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;

}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('http://www.premioarchitettura.it/fancybox/fancy_left_.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('http://www.premioarchitettura.it/fancybox/fancy_right_.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
  outline: none;

}

a#fancy_right:hover {
  visibility: visible;
  outline: none;

}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
/*ombre*/
/*
div#fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('http://www.premioarchitettura.it/fancybox/fancy_shadow_n_.png') repeat-x;
}

div#fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('http://www.premioarchitettura.it/fancybox/fancy_shadow_ne_.png') no-repeat;
}

div#fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('http://www.premioarchitettura.it/fancybox/fancy_shadow_e_.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('http://www.premioarchitettura.it/fancybox/fancy_shadow_se_.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('http://www.premioarchitettura.it/fancybox/fancy_shadow_s_.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('http://www.premioarchitettura.it/fancybox/fancy_shadow_sw_.png') no-repeat;
}

div#fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('http://www.premioarchitettura.it/fancybox/fancy_shadow_w_.png') repeat-y;
}

div#fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('http://www.premioarchitettura.it/fancybox/fancy_shadow_nw_.png') no-repeat;
}
*/
div#fancy_title {
	position: absolute;
	bottom: -32px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(http://www.premioarchitettura.it/fancybox/fancy_title_left_.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(http://www.premioarchitettura.it/fancybox/fancy_title_main_.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(http://www.premioarchitettura.it/fancybox/fancy_title_right_.png) repeat-x;
}