@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
    background-image: url(../immagini/sfondo_totale.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.ender {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
:focus {outline:none;}
#errori {
    color: white;
}

/*********************************************************
    $1 - stili generici del layout
**********************************************************/
#contenitore {
    width: 950px;
    height: 541px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
#pulsantiera {
    height: 280px;
    width: 227px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
#trailer_pulsante {
    position: absolute;
    left: 7px;
    top: 267px;
    z-index: 10;
}
#linkTop {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 154px;
    float: right;
    overflow: hidden;
}
#linkTop .spessore1, #contenuto #linkTop .spessore2 {
    background-color: #303030;
    float: left;
    height: 15px;
}
#linkTop a {
    clear: both;
    float: right;
    padding-bottom: 5px;
}
#pagina {
    clear: both;
    float: right;
    width: 950px;
    height: 450px;
    margin-bottom: 5px;
    overflow: hidden;
    visibility: hidden;
}
#footer {
    clear: both;
    color: #747474;
    font-size: 11px;
    text-align: right;
}
#footer a {
    color: #747474;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#loadingPagina {
    display: none;
    position: absolute;
    z-index: 9999999;
    top: 250px;
    left: 500px;
    text-align: center;
    color: white;
}
#loadingFotoGrande {
    display: none;
    position: absolute;
    z-index: 9999999;
    top: 230px;
    right: 240px;
    text-align: center;
    color: white;
}
#playerMusica {
    width: 100px;
    height: 49px;
    position: absolute;
    top: 0px;
    left: 550px;
}
#contatoreVisite {
    width: 950px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
	text-align: right;
}

/*********************************************************
    $5 - scrollable plugin
**********************************************************/
/*
    root element for the scrollable.
    when scrolling occurs this element stays still.
*/
div.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 660px;
    height:90px;
}
/*
    root element for scrollable items. Must be absolutely positioned
    and it should have a extremely large width to accomodate scrollable items.
    it's enough that you set width and height for the root element and
    not for this element.
*/
div.scrollable div.items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
}
/*
    a single item. must be floated in horizontal scrolling.
    typically, this element is the one that *you* will style
    the most.
*/
div.scrollable div.items div {
    float:left;
}
/* you may want to setup some decorations to active the item */
div.items div.active {
    border:1px inset #ccc;
    background-color:#fff;
}

/*********************************************************
    $2 - pagina profilo
**********************************************************/
#colonnaProfilo {
    float: right;
    margin-top: 100px;
    margin-right: 15px;
    padding-top: 100px;
    width: 220px;
    background-image: url(../immagini/rivivi_le_tue_emozioni.png);
    background-repeat: no-repeat;
    background-position: 90px top;
}
#colonnaProfilo .testoProfilo {
    color: #CCCCCC;
    font-size: 11px;
    margin-top: 5px;
    height: 210px;
    width: 100%;
    overflow: auto;
}
#filmatoProfilo {
    float: right;
    margin-top: 15px;
    width: 538px;
    height: 424px;
}
#slideshow {
    float: right;
    width: 538px;
    height: 447px;
    position: relative;
    overflow: hidden;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}

/*********************************************************
    $3 - pagina foto gallery
**********************************************************/
#contenitoreFotoPiccole {
    float: left;
    width: 370px;
    height: 354px;
    margin-top: 60px;
    margin-left: 40px;
    position: relative;
}
#contenitoreFotoPiccole img {
    position: absolute;
    border: 1px solid #464545;
    width: 54px;
    height: 45px;
    z-index: 15;
    cursor: pointer;
}
#gallery #titolo {
    position: absolute;
    top: 50px;
    left: 415px;
}
#gallery #contenitoreFoto {
    width: 532px;
    height: 445px;
    float: right;
    border: 1px solid #454545;
    position: relative;
}
#gallery #foto {
    width: 100%;
    height: 100%;
}
#gallery #contenitoreFoto a {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
}
#gallery #contenitoreFoto img {
    width: 100%;
    height: 100%;
}
#gallery #paginatore {
    position: absolute;
    bottom: 34px;
    left: 64px;
    width: 344px;
}
#gallery #paginatore #frecciaSx {
    float: left;
}
#gallery #paginatore #frecciaDx {
    float: right;
}

/*********************************************************
    $4 - pagina video gallery
**********************************************************/
#videoGallery {}
#videoGallery #contenutoGallery {
    float: right;
    padding-top: 50px;
    width: 550px;
}
#videoGallery #titolo {
    padding-bottom: 10px;
}
#videoGallery #video {
    width: 480px;
    height: 267px;
    background-color: black;
}
#videoGallery #scrollable {
    width: 900px;
    position: absolute;
    z-index: 15;
    bottom: 40px;
    right: 0;
}
#videoGallery #scrollable .scrollable {
    height: 84px;
    width: 820px;
    left: 28px;
}
#videoGallery #scrollable .prev {
    position: absolute;
    left: -26px;
    top: 15px;
    cursor: pointer;
}
#videoGallery #scrollable .next {
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
}
#videoGallery #scrollable div.scrollable div.items img {
    margin-right: 3px;
    border: 1px solid #454545;
    cursor: pointer;
}
#videoGallery #scrollable div.items img.active {
    border: 1px solid red;
}
#videoGallery #scrollable div.items img.active {
    border: 1px solid red;
}

/*********************************************************
    $6 - pagina news
**********************************************************/
#news {
    float: right;
    padding-left: 55px;
    width: 600px;
    height: 90%;
    margin-top: 30px;
    background-image: url(../immagini/news.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
#news a {
    text-decoration: none;
    cursor: pointer;
}
#news * {
    font-family: arial;
    font-size: 12px;
}
#listaNews {
    height: 100%;
    width: 580px;
    float: right;
    overflow: auto;
}
#news .news {
    overflow: hidden;
    padding-bottom: 15px;
}
#news .news img {
    float: left;
    margin-right: 10px;
    border: 2px solid #454545;
}
#news .news .titolo {
    float: left;
    width: 440px;
    color: #A31414;
    font-size: 20px;
    padding-bottom: 5px;
}
#news .news .testo {
    float: left;
    width: 440px;
    color: #CCCCCC;
}
#newsGrande {
    padding: 20px;
    background-color:#282828;
    height: 511px;
    font-family: arial;
    overflow: hidden;
}
#newsGrande .immagine {
    text-align: center;
    max-height: 400px;
}
#newsGrande .titoloNews {
    color: #A31414;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#newsGrande .testoNews {
    height: 80px;
    font-size: 12px;
    color: #CCCCCC;
    overflow: auto;
}

/*********************************************************
    $7 - pagina link
**********************************************************/
#links {
    float: right;
    width: 600px;
    height: 90%;
    padding-left: 55px;
    margin-top: 30px;
    background-image: url(../immagini/link.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
#links a {
    text-decoration: none;
    cursor: pointer;
}
#links * {
    font-family: arial;
    font-size: 12px;
}
#lista {
    height: 100%;
    width: 580px;
    float: right;
    overflow: auto;
}
#links .item {
    overflow: hidden;
    padding-bottom: 15px;
    margin-left: 20px;
}
#links .item .titolo {
    float: left;
    width: 440px;
    color: #A31414;
    font-size: 20px;
    padding-bottom: 5px;
}
#links .item .testo {
    float: left;
    width: 440px;
    color: #CCCCCC;
}

/*********************************************************
    $8 - pagina trailer
**********************************************************/
#contenitore.sfondo_trailer {
    background-image: url(../immagini/sfondo_trailer.png);
    background-position: 90px 30px;
    background-repeat: no-repeat;
}
#trailer #contenitore {
    position: absolute;
    width: 747px;
    height: 150px;
    right: 0;
    bottom: 20px;
    font-family: arial;
}
#trailer #primoMessaggio {
    font-size: 14px;
    color: #B5B5B5;
    font-weight: bold;
    margin-top: 5px;
}
#trailer #secondoMessaggio {
    font-size: 14px;
    color: #A31414;
    font-weight: bold;
    margin-top: 5px;
}
#trailer #descrizione {
    font-size: 11px;
    color: #CCCCCC;
    overflow: auto;
    height: 80px;
    margin-top: 5px;
}
#trailer #filmato {}
#trailer #raggio {
    position: absolute;
    top: 70px;
    left: 280px;
    background-image: url(../immagini/raggio.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 526px;
    height: 271px;
    z-index: 5;
}
#trailer #raggio.ie {
    background-image: url(../immagini/raggioIe.png);
}
#trailer #contenitoreVideo {
    position: absolute;
    top: 82px;
    right: 153px;
    width: 308px;
    height: 159px;
    background-image: url(../immagini/contenitore_trailer.png);
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
}
#trailer #video {
    width: 100%;
    height: 100%;
}

/*********************************************************
    $9 - pagina festa
**********************************************************/
#festa {
    width: 100%;
    height: 100%;
    background-image: url(../immagini/sfondo_festa.png);
    background-position: 140px 30px;
    background-repeat: no-repeat;
}
#festa * {
    font-family: arial;
}
#festa #testo {
    position: absolute;
    top: 390px;
    left: 280px;
    width: 660px;
    height: 80px;
}
#festa #testo .descrizione {
    width: 100%;
    height: 60px;
    font-family: arial;
    font-size: 11px;
    color: #CCCCCC;
    overflow: auto;
    margin-top: 5px;
}
#festa #listaVideo {
    height: 280px;
    width: 90px;
    margin-top: 20px;
    overflow: auto;
    float: right;
    margin-right: 10px;
}
#festa #listaVideo .video {
    float: right;
    margin-bottom: 5px;
}
#festa #listaVideo .video img {
    border: 1px solid #454545;
}
#festa #listaVideo .video a {
    text-decoration: none;
    display: block;
    text-align: center;
}
#festa #listaVideo .video .testo {
    font-size: 10px;
    color: #A31414;
    font-weight: bold;
}
#festa #contenitoreVideo {
    float: right;
    width: 386px;
    height: 301px;
}
#festa #contenitoreVideo .titolo {
    font-size: 14px;
    font-weight: bold;
    color: #A31414;
}
#festa #contenitoreVideo #video {
    margin-top: 5px;
    height: 282px;
    width: 100%;
    background-color: black;
}

/*********************************************************
    $10 - libro fotografico
**********************************************************/
#contenitore.sfondo_libro {
    background-image: url(../immagini/sfondo_libro.png);
    background-repeat: no-repeat;
    background-position: 300px 50px;
}
#libroFotografico {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#libroFotografico #libri {
    float: right;
    margin-top: 90px;
    width: 700px;
    height: 350px;
}
#libroFotografico #libri .libro {
    float: left;
    width: 25%;
    text-decoration: none;
}
#libroFotografico #libri .libro_grande {
    float: left;
    width: 49%;
    text-decoration: none;
	padding-top: 50px;
}
#libroFotografico #libri .libro_grande div.titolo {
	margin-bottom: 6px;
	text-align: center;
}
#libroFotografico #libri .libro img, #libroFotografico #libri .libro_grande img {
    border: 0;
}
#libroFotografico #libri .libro div.titolo {
    margin-bottom: 4px;
}
#libroFotografico #libri .libro div {
    text-align: center;
}
#libroFotografico #titoloLibro {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 120px;
}
#libroFotografico #testoLibro {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 25px;
    width: 934px;
    height: 85px;
    overflow: auto;
    color: #CCCCCC;
    font-size: 11px;
    font-family: arial;
}
#libroFotografico #contenitorePopups {
    display: none;
}
.popupLibri {
    padding: 4px 10px;
    background-color: #282828;
    background-repeat: no-repeat;
    background-position: center 4px;
    height: 543px;
    position: relative;
}
.popupLibri div.titolo {
    text-align: left;
    margin-bottom: 4px;
}
.popupLibri div.testo {
    height: 45px;
    overflow: auto;
}


.popupLibri2 {
    padding: 4px;
    background-color: #282828;
    height: 320px;
}
.popupLibri2 #slideshowPagine {
    width: 600px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.popupLibri2 #slideshowPagine img {
    position:absolute;
    top:20px;
    left:8px;
    z-index:8;
    opacity:0.0;
}
.popupLibri2 #slideshowPagine img.active {
    z-index:10;
    opacity:1.0;
}
.popupLibri2 #slideshowPagine img.last-active {
    z-index:9;
}
.popupLibri2 #loadingSlideshow {
    display: none;
    position: absolute;
    z-index: 9999999;
    top: 120px;
    right: 300px;
    text-align: center;
    color: white;
}

/*********************************************************
    $11 - Info
**********************************************************/
#info {
    padding-left: 200px;
}
#info #colSx {
    float: right;
    width: 215px;
    margin-right: 35px;
    padding-top: 10px;
}
#info #colDx {
    float: right;
    width: 437px;
    padding-top: 10px;
}
#info #colDx a, #info #colDx a:hover {
    color: white;
    text-decoration: none;
}
#info #colDx a:hover {
    text-decoration: underline;
}
#info #colSx img {
    float: right;
    margin-bottom: 5px;
    padding-top: 30px;
}
#info #colSx .ender {
    height: 5px;
}
#info #colSx #contenitoreIniziale {
    width: 100%;
    overflow:hidden;
}
#info #colSx label {
    color: white;
    font-size: 10px;
    font-family: arial;
    float: right;
    margin-right: 5px;
}
#info #colSx label.sx {
    float: left !important;
}
#info #colSx input, #info #colSx textarea {
    float: right;
    width: 134px;
    color: white;
    font-size: 10px;
    font-family: arial;
    background-color: #333333;
    border: 1px solid #484848;
}
#info #colSx input.radio {
    width: auto;
    border: 0;
    background-color: transparent;
}
#info #colSx textarea {
    width: 213px;
}
#info #colSx .messaggio {
    display: block;
}
#info #colDx #map {
    width: 437px;
    height: 340px;
    margin-top: 10px;
}
#info #colDx .testo {
    padding-top: 10px;
    color: white;
}
#info #colSx #contenitorePrivacy label {
    float: left;
    line-height: 18px;
}
#info #colSx #contenitorePrivacy input {
    float: left;
}
#info #colSx #contenitorePrivacy label.right {
    margin-left: 30px;
}
#info #colSx #submit {
    background-image: url(../immagini/pulsante_invia.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: none;
    border: 0;
    width: 47px;
    height: 24px;
    float: left;
    margin-top: 10px;
    margin-left: 80px;
    cursor: pointer;
}
