/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: rgb(222,239,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,239,255,1)), color-stop(100%,rgba(152,190,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */

    /*background-color: #f7f7f7;*/
    /*
    background: #a9e4f7; 
    background: -moz-linear-gradient(top,  #a9e4f7 0%, #0fb4e7 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7)); 
    background: -webkit-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); 
    background: -o-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); 
    background: -ms-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%);
    background: linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); 
    */
    
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited
{
    color: #666;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 24%, rgba(225,225,225,1) 84%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(24%,rgba(241,241,241,1)), color-stop(84%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 24%,rgba(225,225,225,1) 84%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 24%,rgba(225,225,225,1) 84%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 24%,rgba(225,225,225,1) 84%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 24%,rgba(225,225,225,1) 84%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}


.header .frase {
    position:absolute;
    bottom:20px;
    text-align: left;
}

@media (min-width: 470px) {
    .header .frase {
        width: 100%;
    }
}
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 20px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{

}

div.menu
{
    padding: 4px 0px 4px 8px;
    font-family: 'Italianno', cursive;
}

div#menu
{
    font-size: 10px;
}

div#menu a {
    font-family: 'MedievalSharp', cursive;
    font-size: 14px;
}
    
div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    color: #cccccc;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    color: white;
    text-decoration: none;
}

div.menu ul li a:active
{
    color: #cccccc;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    text-align: left;
    width: auto;
    font-family: 'Italianno', cursive;
    font-size:32px;
    white-space: nowrap;
}

.subTitle
{
    display: block;
    text-align: left;
    position: absolute;
    right:20px;
    bottom: 40px;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.contextMenu:hover
{
	background-color: Red;
}

.visibile 
{
    display:block;
}

.invisibile
{
    display:none;
}

.imgTransp
{
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

.imgOk
{
}


div.IselDivImages 
{
    background: #FFFFFF;
    border: 1px solid #868686;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position:absolute;
    width: 620px;
    max-height: 500px;
}
	
div.IselDivImages a {
	border: 0px;
}
		
div.IselDivImages a img {
	border: 0px;
}

.progress {
    width: 200px;
    border: 1px solid #BBB;
    background-color: #FFF;
    padding: 0;
}
.progress span {
    display: block;
    width: 0px;
    height: 10px;
    background-color: #DDD;
}
#from {
    position: absolute;
    top: 120px;
}

.livelloHome
{
    color:Red;
    text-decoration:none;
}

.headerArticoloHome
{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    /*border-bottom: 1px solid grey;*/
    font-weight:bold;
}

.cimg
{
    width: 122px;
    height: 102px;
    display: block;
    padding: 5px;
    border: 1px solid #AAA;
    background: white;
    margin-left: 15px;
    margin-top: 5px;
    float:right;
}
.ccimg
{
    background: #444;
    display: block;
    height: 100px;
    width: 120px;
    overflow: hidden;
    border: 1px solid #AAA;
    position: relative;
}

.cimg2
{
    display: block;
    padding: 5px;
    border: 1px solid #AAA;
    background: white;
    margin-left: 15px;
    margin-top: 5px;
    float:right;
    padding: 5px 5px 5px 5px;
}
.ccimg2
{
    background: #444;
    display: block;
    border: 1px solid #AAA;
    position: relative;
    line-height: 0px;
}

.dataNews
{
    color:Red;
    text-align:right;
    font-style:italic;
    font-size: 12px;
}

.titoloNews
{
    width:220px;
    text-align:left;
    margin-top:5px;
    font-weight: bold;
    color:Black;
    font-size: 12px;
}

.testoNews 
{
    margin-top:5px;
    max-height:170px;
    max-width:220px;
    text-align:justify;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.slides_container
{
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    height: 100%;
}

.slides_control 
{
    width: 225px;   
}

.slides_control:first-child {
    max-height: 214px;
    overflow: hidden;
}
.slidesNews
{
    width:245px;
    height:270px; 
    margin-top:20px;
    border: 1px solid red;
    background-image: url(/images/metal-texture.png);
    background-color: lightGrey;
    background-repeat: repeat;
    box-shadow: 3px 3px 5px #0e0e0e;
}

.fraseDelGiorno
{
    min-width:245px;
    min-height:50px; 
    margin-top:2px;
    background-image: url(/images/metal-texture.png);
    background-color: lightGrey;
    background-repeat: repeat;
    box-shadow: 3px 3px 5px #0e0e0e;
}

.containerFraseDelGiorno
{
    padding: 10px 10px 10px 10px;
}

.testoFraseDelGiorno
{
    font-style:italic;
    font-size: 14px;
}

.testoFraseDelGiorno a
{
    text-decoration:none;
}

.autoreFraseDelGiorno
{
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.imgGalleria
{
    box-shadow: 1px 1px 10px #9fc0e6;
	outline-color: transparent;
  	outline-style: none;
}

.sharebarContainer
{
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: 500px;
}

.sharebarButton
{
    margin-top:5px;
    width:60px;
}

.sharethisContainer 
{
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.sharethisBox
{
    position: relative;
    border-top: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
    border-right: 1px solid #BABABA;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    color: #464646;
    margin: 0 20px;
    padding: 2px 6px 3px 6px;
    min-height: 24px;
    
    font-family: lucida,verdana,sans-serif;
    text-align: left;
    font-size: 11px;
    
    background: rgba(51, 51, 51, .5);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAVCAYAAACHUoQEAAAAIElEQVQI12P4//9/IhMDA8MvVOI3LhY24g8q6y8W1j8AGP4XKb/ev7QAAAAASUVORK5CYII%3D);
    background-repeat: repeat-x;
    
    z-index:100;
}

.shinyStat 
{
    position: fixed;
    /*top:432px;*/
    bottom:0px;
    left: 270px;
    z-index:1000001;
}

img
{
    border-width: 0px;
}

.inviaEmail {
    border-color: #0084ff;
    border-width: 1px;
    border-style: solid;
}

.inviaEmail input[type="text"] {
    height: 16px;
}

.titoloDettaglioArticolo {
    font-size:18px;
    margin-top:0px;
}

.titoloDettaglioArticolo a {
    color:#0084ff;
    font-family: MedievalSharp;
}

.testoDettaglioArticolo {
    font-family: 'Open Sans',Verdana, Arial, Sans-Serif;
    color: #333;
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: justify;
}

.numeroCommenti {
    font-size: 12px;
    color: #444;
}

.numeroCommenti a {
    color: #444;
}

.sfondoHome {
    background-image: url('/images/Massimo/Cattedrale-Bourges.png');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/images/Massimo/Cattedrale-Bourges.png', sizingMethod='scale')"; 
    background-size: 100%;
    height: 1400px;
    
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;

    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    
    /*margin-top: 5px !important;*/
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;

}

.sfondoHome2 {
    background-image: url('/images/Massimo/Cattedrale-Bourges.jpg');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/images/Massimo/Cattedrale-Bourges.jpg', sizingMethod='scale')"; 
    background-size: 100%;
    height: 900px;
    
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    
    margin-top: 5px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;

}

.sfondoMacroAree {
    width: 245px;
    padding-top: 5px;
    background-image: url('/images/Massimo/Cattedrale-Bourges.jpg');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/images/Massimo/Cattedrale-Bourges.jpg', sizingMethod='scale')"; 
    background-size: 100%;
    
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;

    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;

    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;

}

.sfondoMacroAree ul li a:link{
    color: white !important;
}
.sfondoMacroAree ul li a:visited{
    color: white !important;
}
.sfondoMacroAree ul li a:hover{
    color: yellow !important;
}
.titoloLivello
{
    font-size:18px;
    font-family: MedievalSharp;
    text-decoration: none;
}

.titoloLivelloHome {
    font-size:24px;
    font-family: MedievalSharp;
    color: white;
}

.titoloLivelloHome a
{
    color: #d5d56c !important;
    text-decoration: none;
}

.titoloLivelloHome a:link
{
    color: #d5d56c !important;
    text-decoration: none;
}

.titoloLivelloHome a:visited
{
    color: #d5d56c !important;
    text-decoration: none;
}

.titoloLivelloHome a:hover
{
    color: yellow !important;
}

.iframePage {
    background-color: inherit !important;
    background:inherit;
    filter: inherit;
}

.articleBoxTabs {
    background-image: url(/images/metal-texture.png);
    background-color: lightGrey;
    background-repeat: repeat;
    box-shadow: 3px 3px 5px #0e0e0e;
}

#articleBoxTabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: lightGrey/*{bgColorActive}*/ url(/images/metal-texture.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/ !important;
}

.boxTab {
    font-family: 'Italianno', cursive;
    font-size:23px;
    background-color:#666;
}

.boxTab a {
    padding: 5px !important;
}

.articleInBox {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(51, 51, 51, .5);
}

.articleInBox a {
    text-decoration: none;
    font-family: MedievalSharp;
    color: #444;
}

.macroaree {
    width: 245px;
    font-family: 'Italianno', cursive;
    background-color:lightGrey;
    background-image: url(/images/metal-texture.png);
    background-repeat: repeat;
    font-size:24px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

.fraseDelGiornoTitle {
    font-family: 'Italianno', cursive;
    font-size:24px;
}

.newsTitle {
    font-family: 'Italianno', cursive;
    font-size:24px;
    margin-left:10px;
    margin-top:2px;
}

.footerBox {
    position:absolute;
    margin-top:180px;
    width: 636px;
}

.ringraziamento {
    font-size:14px;
    font-family: helvetica;
    color: #444;
}

.comunicato {
    font-size:12px;
    font-family: Helvetica;
    color: #444;
}

.feed-container .header .title a {
    font-family: MedievalSharp;
}
