/* (c) Copyright 2007 ateapick.com. All Rights Reserved. 
author: Alessandro Pagnini
*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: #FFF url("../images/bkg_page.png") repeat-x left top;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
    width: 760px;
    margin: 0 auto;
    background: url("../images/bkg_wrapper.png") no-repeat center top;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}

#global-items {
    height: 30px;
}

#header {
    clear: both;
    height: 120px;
}

#logoimg {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    border: 0;
}

#logos {
    float: right;
    margin-top: 30px;
    margin-right: 20px;
}

#logos img {
    border: 0;
}

#global-items ul {
    list-style-type: none;
    float: right;
}

#global-items li {
    float: left;
}

#global-items a {
    margin: 0 7px;
    font-size: 0.80em;
    line-height: 30px;
    color: #5A2E2E;
    text-decoration: none;
}

#mmenu {
    clear: both;
    width: 550px;
    height: 34px;
}

#mmenu ul {
    padding-left: 20px; 
    list-style-type: none;
}

#mmenu ul li {
    float: left;
}

#mmenu ul a {
    font-size: 0.8em;
    margin-right: 20px;
    display: block;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

#mmenu a:hover {
    text-decoration: underline;
}

#mmenu ul a.selected, #mmenu ul a.selected:hover {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#main {
    width: 550px;
    float: left;
/*    border: 1px solid red;*/
}

#main h1 {
    margin: 20px;
    margin-bottom: 5px;
    font-size: 1.4em;
    font-weight: normal;
    color: #865D16;
    font-family: Georgia, "Times New Roman", serif;    
}

#main h2{
    margin: 2px 20px;
    color: #C35218;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;    
}

#main h3 {
    margin: 2px 20px;
    color: #000;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
}

#main h3.conference {
    font-size: 0.95em;
}

#main h4.conference {
    margin: 0;    
    font-size: 0.85em;
    margin: 10px 20px;
    margin-bottom: 2px;
}

#main a, #footer a {
    text-decoration: none;
    color: #865D16;
    border-bottom: 1px dotted #865D16;
}

#main p {
    margin: 0 20px;
    margin-bottom: 15px;
    color: #333;
    font-size: 0.8em;
    line-height: 1.4em;
}

#main ul {
    margin: 5px 20px;
    padding: 0 30px;
    list-style-type: square;
}

#main li {
    padding: 4px;
    font-size: 0.80em;
    color: #333;
}

#main ul.subnav {
    list-style-type: square;
    padding: 0 15px;
    margin-bottom: 20px;
}

#main ul.subnav li {
    padding: 2px;
}

#rightbar {
    float: left;
    width: 190px;
}

#rightbar ul {
    margin: 10px;
    list-style-type: none;
}

#rightbar li {
    display: inline;
}

#rightbar ul a {
    padding: 6px 4px;
    display: block;
    text-decoration: none;
    font-size: 0.8em;
    color: #44403A;
    border-bottom: 1px solid #44403A;
}

#rightbar ul a:hover {
    color: #fff;
    background-color: #000;
}

#rightbar ul a.selected, #rightbar ul a.selected:hover  {
    color: #000;
    background-color: transparent !important;
    font-weight: bold;
    cursor: text;
}


#rightbar img {
    margin: 0 10px;
}


#footer {
    position: relative;
    background: #fff url("../images/bkg_footer.png") repeat-x left top;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
}

#footer p {
    font-size: 0.8em;
    color: #333;
}

ol {
    margin: 5px 20px;
    font-size: 1.1em;
}

ol.letter {
    list-style-type: upper-alpha;
    padding-left: 24px;
}

dl {
    color: #333;
    margin: 10px 25px;
    font-size: 0.9em;
}

dt {
    font-weight: bold;
}

dd {
    padding: 2px 4px;
}

dl.conference {
    margin: 2px 25px!important;
    font-size: 0.85em;
}

dl.conference a {
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: left center;
}

dl.conference a.mail {
    background-image: url("../images/email.gif");
}


p.knowmore {
    text-align: right;
}

div.download {
    width: 280px;
    float: left;
}

div.download p {
    background: #FAF6EF;
    color: #000 !important;
    border: 1px solid #B77D34;
    margin: 0 20px !important; 
    padding: 10px;
    line-height: 20px !important;
}

div.download a {
    padding: 2px;
    padding-left: 24px;
    border-bottom: none !important;
    background: url("../images/page_word.gif") no-repeat left center;
}

div.download a#acrobat {
	background: url("../images/page_acrobat.gif") no-repeat left center;
}

div.imgleft {
    margin: 0 10px 5px 20px;
    float: left;
    border: 1px solid #CE9D6C;
    padding: 4px;
}

div.imgright {
    margin: 0 20px 5px 10px;
    float: right;
    border: 1px solid #CE9D6C;
    padding: 4px;
}

div.imgright img, div.imgleft img, div.imgleft a, div.imgright a {
    border: none!important;
    padding: 0;
    margin: 0;
}

div.killer {
    clear: both;
}

#infobox {
    margin: 10px 20px;
    margin-bottom: 20px;
    padding: 10px 0;
    background: #fff url("../images/bkg_infobox_btm.gif") repeat-x left bottom;

}

#infobox dl {
/*    border: 1px solid red;*/
    background: url("../images/bkg_infobox.gif") no-repeat center top;
    margin: 0px;
    padding: 10px 20px;
    color: #000;
    font-size: 0.85em;
}

#subtree {
    margin: 0 20px !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    list-style-type: none;
    background: url("../images/bkg_3sub.gif") no-repeat center top;
    
}

#subtree li {
    display: inline;
    margin: 0 !important;
    padding: 0 10px !important;
}

#subtree a, #credits a {
    line-height: 24px;
    color: #fff;
    border-bottom: none;
}

#subtree a:hover {
    text-decoration: underline;
}

#subtree a.selected, #subtree a.selected:hover {
    color: #000;
}


/*** sottomenù destro ***/

#rightbar ul.subsub {
  margin: 0 !important; 
  margin-left: 4px!important;
}

#rightbar ul.subsub a {
    border-bottom: none;
}

#rightbar ul.subsub a.selected {
    font-weight: bold !important;
}


#credits {
    position: absolute;
    right: 20px;
    top: 40px;
}

#credits img {
    border: none;    
}

#hypermap {
   text-align: center; 
}

#hypermap img {
    border: none;
}

dl.textile {
    margin-top: 10px;
    clear: both;
    font-size: 0.85em;
}

.textile dt {
    float: left;
}

.textile img {
    padding: 4px;
    border: 1px solid #CE9D6C;
}

.textile a {
    border-bottom: none!important;    
}

.textile dd {
    margin-left: 198px;
}

.textile .object {
    font-weight: bold;
}

.textile .source {
    font-style: italic;
}

.textile .museum {
    font-size: 0.8em;
    font-weight: bold;
    
}

dl.conference a.acrobat {
    background-image: url("../images/page_acrobat.gif");
    color: #930 !important;
    border: none !important;
}

dd.acrobat {
    margin-bottom: 5px;
}

.topbanner {
    margin: 5px 20px;
    padding: 4px;
    border: 1px solid #CE9D6C;
}

.topbanner img {
    display:block;
    border: 0!important;
}

.topbanner a {
    border-bottom: none!important; 
}