/*//////////////////////////////////////////////////////////////////////////////
                                    HTML
//////////////////////////////////////////////////////////////////////////////*/
* {
font-family: Tahoma;
font-size: 12px;
color: #777;
}

body {
margin: 0;
background-color: white;
}

/* TITOLI */

h1, h2 {
font-family: Trebuchet MS;
}

h1 {
font-size: 25px;
color:#B72400;
letter-spacing: 2px;
border-bottom: 1px solid #B72400;
text-transform: uppercase;
}

h2 {
font-size: 16px;
color:#B72400;
letter-spacing: -1px;
text-align: left;
}

ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}

li {
margin-bottom: 2px;
}

/* navigazione testuale sotto a titoli (vedi nelle gallery i link ai vari anni, etc.) */
p#text_nav,
p#text_nav * {
font-family: Trebuchet MS;
font-size: 16px;
color:#B72400;
font-weight: bold;
text-decoration: none;
}

p#text_nav a:hover, 
p#text_nav a#selected {
text-decoration: underline;
}




a {
color: #b72400;
}



a img {
border: 0;
}

/* hover (gallery popup) */

div.image_container div.inner_div {
background-image: url(../images/shared/loading.gif);
background-repeat: no-repeat;
background-position: center center;
border: 1px solid #777;
}

div.image_container {
padding: 0 11px 10px 0;
background-image: url(../images/shared/popup_shadow.png);
background-position: bottom right;
background-repeat: no-repeat;
text-align: center;
border: 0px solid red;
margin: 0;
}

* html div.image_container {
padding: 0;
background-color: white;
background-image: none;
}

div.image_container img {

padding: 5px;
}

div.image_container p {
padding: 0 11px;
text-align: center;
color: #666;
margin: 7px 0 4px 0;
}

div#footer p {
margin-top: 4px;
text-align: center;
}

div#footer p#snaplive {
font-size: 11px;
margin-top: -2px;
}


/*//////////////////////////////////////////////////////////////////////////////
                                 LAYOUT
//////////////////////////////////////////////////////////////////////////////*/																 
				
div#container {
position: relative;
border: 0px solid red;
width: 906px;
}

div#nav {
border: 0px solid green;
position: relative;
float: left;
width: 98px;
padding: 12px;
padding-right: 32px;
margin-left: -127px;
height: 650px;
background-image: url(../images/shared/nav_background.png);
background-repeat: no-repeat;
}

* html div#nav {
background-image: url(../images/shared/nav_background_ie6.jpg);
}

/* banda wrapper per non far sbarellare layout mentre scriptaculos carica la banda */
div#banda_wrapper {
position: relative;
float: left;
width: 410px;
height: 650px;
}

div#banda {
width: 410px;
height: 650px;
border: 0px solid darkorange;
background-image: none; /* set inline */
background-repeat: no-repeat;
}

div#content {
position: relative;
float: left;
padding-left: 30px;
padding-right: 30px;
width: 415px;
min-height: 750px;
border: 0px solid brown;
text-align: justify;
}

div#header {
margin-bottom: 10px;
}

div#footer {
border: 0px solid red;
float: right;
padding-left: 30px;
padding-right: 30px;
width: 415px;
margin-top: 12px;
margin-bottom: 3px;
border-top: 1px solid #b72400
}

/*//////////////////////////////////////////////////////////////////////////////
                                   NAV
//////////////////////////////////////////////////////////////////////////////*/	 
div#nav * {
color: #fff;
text-decoration: none;
}

div#nav ul {
padding-left: 0;
margin-left: 0;
text-align: right;
list-style-type: none;
}

/* quick links */

div#quick_links {
border-bottom: 1px solid #D68671;
margin-left: -12px;
margin-right: -17px;
padding-right: 20px;
}

div#quick_links li {
margin-bottom: 8px;
}

div#quick_links a:hover,
div#quick_links a#selected {
text-decoration: underline;
}

/* main */

div#main ul li {
margin-bottom: 20px;
}

div#main ul li a {
font-weight: bold;
font-size: 15px;
letter-spacing: 2px;
}

div#main a:hover,
div#main a#selected {
text-decoration: underline;
}

/* sottomenu main nav */
div#main ul li ul {
margin-top: 5px;
}

div#main ul li ul li {
margin-bottom: 4px;
}

div#main ul li ul li a {
font-weight: normal;
font-size: 12px;
letter-spacing: 0;
}
	
	
/*//////////////////////////////////////////////////////////////////////////////
                                     OTHER
//////////////////////////////////////////////////////////////////////////////*/	 	

/* gallery per opere etc. */
	
div.work {
border: 1px solid #f5f5f5; /* ie7 hack, senno' sbaglia margini */
background-color: #F5F5F5;
margin-bottom: 16px;
}

div.work ul {
width: 290px;
float: right;
padding-left: 0;
margin-left: 0;
margin-top: 10px;
list-style-type: none;
}

div.work li {
margin-bottom: 10px;
}

div.work img {
border: 1px solid #B72400;
float: left;
}

div.work strong {
color: #B72400;
}


/* ////////////////// ARTISTA //////////////// */

/* critica */

div.critica {
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
}

div.critica blockquote {
margin: 0;
font-style: italic;
}

div.critica p.autore_critica {
text-align: right;
font-weight: bold;
}	