/* last edit 18/03/2007 */
/* general styles */
html, body {
	margin:0;
	padding:0;
}
	/* Fix a bug in Mozilla; thanks, Carey Evans */
html {
/*	position:relative;*/
	min-width: 760px;
}
body {
	font: 0.8em Verdana, Helvetica, sans-serif;
	background-color:#F6F6F6;
}

/* IMMAGINI DI SFONDO */
body.home {
	background:#F6F6F6 url(imgs/layout/bak_home.jpg) no-repeat scroll 0 0;
}
body.tours{
	background:#F6F6F6 url(imgs/layout/bak_tours.jpg) no-repeat scroll 2px 0;
}
body.arch, body.period, body.type,  body.zone,  body.italy,  body.db{
	background:#F6F6F6 url(imgs/layout/bak_toursplus.jpg) no-repeat scroll 2px 0;
}
body.team {
	background:#F6F6F6 url(imgs/layout/bak_team.jpg) no-repeat scroll 3px 0;
}
body.news {
	background:#F6F6F6 url(imgs/layout/bak_news.jpg) no-repeat scroll 3px 0;
}
body.network {
	background:#F6F6F6 url(imgs/layout/bak_net.jpg) no-repeat scroll 2px 0;
}
<!--html>body {height:auto;}-->
.hide {
	display: none
}
/* layout elements*/
#banner {
	position:absolute;
	top:0;
	left:64px;
}
#banner img{
	margin:0;
	padding:0;
	border:0;
}
#header {
	position:absolute;
	top:100px;
	left:122px;
	width: 754px;
	font: 17px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	color: #C93;
	overflow:hidden;
	text-transform: uppercase;
}
body>#header {
	top:90px;
}
#nav {
	position:absolute;
	top:128px;
	left:121px;
	font-size:16px;
	height: 79px;
/*	z-index:1;*/
	width: 902px;
	background: url(imgs/layout/navbar.gif) no-repeat 0px top; /*79px ognuna, 84 con i margini*/
}
#content {
	position:relative;
	top:285px;
	width:665px;
	margin-left:200px;
	padding:0 0 0 6px;
}

.home #sidebar {
	display: none;
}

.tours #content {
	width:497px;
	margin-left: 368px;
}
.team #content {
	width:329px;
	margin-left: 536px;
}
.team #content p img{
	position:absolute;
	left:-536px;
}
.network #content {
	width:575px;
	margin-left:200px;
}
.news #content {
	width:413px;
}
#footer {
	margin-top:50px;
	height:20px;
	font-size: xx-small;
	font-weight: bold;
}
.tours #footer {
	display: none;
}
/*element styles */
acronym, abbr {
	cursor: help;
}
a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hide {
	display: none;
}
/* bottoni per scelta lingua */
#language {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 56px 0 0;
	list-style-type: none;
}
#language li {
	float: right;
}
#language li a{
	color: #F93;
	margin: 0 1px;
	font-size: 12px;
	padding: 0.2em auto;
	width: 12px;
	border: 1px solid #F93;
	border-top: 0;
	display:block;
	width:30px;
	text-align: center;
	height:30px;
	font-size: 12px;
}
#language li a:link, #language li a:visited {
	color: #999;
	border-color: #999;
	text-decoration: none;
}
#language li a:hover, #language li a:focus {
	color: #000;
	border-color: #000;
	height:40px;
	background-color:#FFF;
}
#language li a:focus {
	color: #F93;
	border-color: #F93;
}

.ita #ita a:link, .ita #ita  a:visited, .en #eng a:link, .en #eng a:visited, .de #deut a:link, .de #deut a:visited, .fr #fr a:link, .fr #fr a:visited{
	color: #F93;
	border-color: #F93;
	height:30px;
	background-color:#FFF;
}
/* elenco di navigazione */
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
}
#nav li {
	float: left;
}
#nav li a, #nav a, nav a:link, nav a :visited {
/*	z-index:30;*/
	display: block;
	background-color: transparent;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	text-align:right;
	overflow:hidden;
	height: 54px;
	width: 76px;
	padding-top: 25px;
	padding-right: 8px;
	margin-right:84px;
}
#b_home a#home, a#home:hover, #b_tours a#tours, a#tours:hover, #b_news  a#news, a#news:hover, #b_team a#team,  a#team:hover, #b_network  a#network, a#network:hover {
	background:transparent url(imgs/layout/orangesqare.gif) no-repeat 2px 0;
}


/*menu' di subnavigazione*/
/*necessario hack per quello stracazzo di IE*/
#menu {
	position:absolute;
	left:-200px;
	margin-top:0px;
	list-style: none;
}
.home #menu, .team #menu, .news #menu, .network #menu{
	display: none;}
#menu li a {
	font-size: 12px;
	color: #666;
	margin: 0 0 3px 0;
	display: block;
	text-decoration: none;
	border: 1px solid #9C3;
	border-right: 0;
	width: 138px;
	padding: 0 10px;
}
#menu a:hover, #menu a:focus, #menu a:active {
	border-color: #CCC;
	color:#FFF;
	background-color:#CCC;
}
.arch #arch, .period #period, .type #type, .zone #zone, .italy #italy, .db #db {
	border-color: #F93;
	color:#000;
}
#menu a:link span, #menu a:hover span ,#menu a:visited span  {
	color: #F93;
}

/* external links*/
#content a[target ="_blank"] {
	padding-right: 13px;
	text-decoration: none;
	background-image: url(imgs/butts/external.png);
	background-repeat: no-repeat;
	background-position: center right;
}
#content a[target ="_blank"]:hover {
	background-image: url(imgs/butts/external_over.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration:underline;
}
/* google heart links*/
a[href$=".kmz"] {
	background: url(imgs/butts/google_earth_link12px.gif) center right no-repeat;
	padding-right: 13px;
	text-decoration: none
}
a[href ~=".kmz"]:hover {
	color: silver;
}
td a[href$=".kmz"] {
	background: url(imgs/butts/blank.png);
	padding-right: 0;
}
/* PDF links*/
a[href$=".pdf"]:before {
	content:url(imgs/icons/pdfIcon.gif) " ";
}
/* MAIL links*/
a[href$~="mailto:"]:before {
	content:url(imgs/icons/mail_14px.png) " ";
}
/*a[href$=".pdf"] {
	background: url(imgs/icons/pdfIcon.gif) center right no-repeat;
	padding-right: 22px;
	text-decoration: none;
}*/
/* typo styles */
#content p {
	margin:.5em 0 0 0;
	text-align: justify;
}
h1 {
	font-size: large;
	font-variant: small-caps;
	color: #F93;
}
h2 {
	text-transform: uppercase;
	font-size: medium;
	color: white;
	background:#F93;
}
h3 {
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
}
body>.news{font-size:x-small}
.news h3{
	margin:0;
	padding:0;
	font-size: small;
	text-transform: capitalize;
}
#content .news p{
	margin:0;
	padding:0;
	padding-bottom:1em;
}
ul.links{
	margin:0;
	padding:0;
	font-size: xx-small;
}
ul.links li{
	display:inline;
	list-style-type:none;
	font-size: xx-small;
	padding-right:1em;
}
.note, .date{
	font-size: x-small;
	font-weight: normal;
}
.news .date{
	color:#FFF;
	background-color:#666;
}
.note:first-letter {
	font-weight: normal;
}
.arcult {
	color:#666;
	font-variant: small-caps;
	font-weight: normal;
	text-transform: none;
}
.arcult strong {
	color: #F93;
	font-variant: normal;
	text-transform: uppercase;
}

/* STILI GALLERIA ELENCO OPERE INLINE */
ul.gallery{
	font-weight: bold;
	font-variant: small-caps;
	display: inline;
	color: #F93;
	padding:0;
	margin:0;
	list-style-type: none;
}
.gallery li {
	color: #000;
	font-variant: normal;
	margin:0;
	padding:0;
	text-indent:-1.2em;
}
*>.gallery li {
	text-indent:0;
}
.gallery li ul {
	padding: 0;
	margin: 0;
	display: inline;
	font-weight: normal;
}
.gallery li ul li {
/*	padding: 0;
	margin: 0;*/
	display: inline;
}
.gallery a, .gallery a:link, .gallery  a:visited, .gallery a:active{
	color: #000;
}
.gallery li li a, .gallery li li a:link, .gallery li li a:visited, .gallery li li a:active{
	font-weight: normal;
	color: #000;
}
.gallery a img {
	visibility:hidden;
	display:block;
	position:absolute;
	left:-304px;
	top:130px;
	border:0;
	margin:0;
	padding:0;
}
.gallery li li a:hover {
	white-space:normal;
	z-index:100;
	text-decoration: none;
	margin:-1px;
	border:1px dotted #F93;
	background-color:#FFF;
	font-weight: normal;
}
.gallery a:hover img {visibility:visible; z-index:100;}
body> .gallery li li a:active, .gallery li li a:focus {z-index:10; color:#F93;
	margin:-1px;
	border:1px dotted #F93;
	background-color:#FFF;}
body> .gallery a:active img, .gallery a:focus img {visibility:visible; z-index:10;}
/* devo nascondere gli stati active e focus a IE che non riporta indietro le immagini 
e per usarlo in geko devo usare immagini quadrate, altrimenti la verticale e l'orizzontale si sovrappongono*/
#aux {
	display:block;
	z-index:500;
	position:absolute;
	left:-304px;
	top:130px;
	width:220px;
	height:220px;
	border:1px dotted #999;
	margin:0;
	padding:0;
	background:transparent;
}

/* SORT TABLE styles */
.sort-table {
	width: 100%;
	text-align: left;
	font: Icon;
	border: 1px Solid ThreeDShadow;
}
.sort-table caption {
	text-align: left;
	font: Icon
}
.sort-table thead {
	background: ButtonFace;
	color: WindowText
}
.sort-table td {
	text-align: left;
	padding: 2px 5px;
	border: 0
}
.sort-table thead td {
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor: default
}
.sort-table thead td:active {
	border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding: 3px 4px 1px 6px
}
.sort-arrow {
	width: 11px;
	height: 11px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 2px
}
.sort-arrow.descending {
	background-image: url("imgs/butts/asc.png")
}
.sort-arrow.ascending {
	background-image: url("imgs/butts/desc.png")
}
.even {
	background: #EEE
}
.odd {
}
.architect {
	font-weight: bold;
}
.work {
	font-style: italic;
}
.year {
	text-align: right;
}
.archlist {
	padding-left: 0;
	list-style: none;
}
.workslist {
	margin-left: 0;
	padding-left: 0;
}
.workslist li {
	padding-right: .2em;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	font-style: italic;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* blogger styles */
#bloggerbar {
position:absolute;
left:630px;
top:300px;
width:140px;
}
#bloggerbar ul {
	list-style: none;
	margin:0;
	padding:0;
	}
#bloggerbar h2 {
	font-size: 12px;
	color: #666;
	margin: 0 0 3px 0;
	border: 1px solid #9C3;
	border-left: 0;
	width: 138px;
	padding: 0 10px;
	background:transparent;
}
#bloggerbar li a {
	font-size: 12px;
	color: #666;
	margin: 0 0 3px 0;
	display: block;
	text-decoration: none;
	width: 138px;
	padding: 0 10px;
	font-weight:normal;
}
#bloggerbar a:hover, #bloggerbar a:focus, #bloggerbar a:active {
	border-color: #CCC;
	color:#FFF;
	background-color:#CCC;
}
.arch #arch, .period #period, .type #type, .zone #zone, .italy #italy, .db #db {
	border-color: #F93;
	color:#000;
}
#bloggerbar a:link span, #menu a:hover span ,#menu a:visited span  {
	color: #F93;
}
#powered-by {
text-align:center;
}
.news h3 {
	display:inline;
	color:#FFF;
	background:#666;
	font-size:smaller;
	margin:0;
	padding:0;
	float:left;
	margin-right:6px;
}
.news h4 {
	margin-top:0;
	border-bottom:medium #FF9933 dotted;
	font-variant: small-caps;
	text-transform:capitalize;
	margin-bottom:0;
}
.blogger-labels {
	font-size:smaller;
	font-style: italic;
}
.blogger-labels a {
	color:#666;
	font-style: normal;
	text-decoration:none;
	border:1px solid #FF9933;
	text-transform: capitalize;
	background: #FFF;
}
.blogger-labels a:hover {
	color:#FFF;
	background: #F93;
}
.post-footer{
	font-size: xx-small;
}
#ga, #ga img {border:none;}
/* end blogger styles */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
