/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

.sIFR-replaced > div {
  display: none !important;
}

/*---- Header styling ---*/

.sIFR-active h3.titolo3-hp, .sIFR-active h3.titolo3-or, .sIFR-active h3.titolo3-ye, .sIFR-active h3.titolo3-bl {
      visibility: hidden;
      font-family: Comic;
      line-height: 1.5em; font-size: 1.5em;
      display: block; color:#ffffff !important;
	  margin:0;
    }
	
.sIFR-active h2.insegnanti, .sIFR-active h2.genitori, .sIFR-active h2.questosito, .sIFR-active h2.ragtit {
		visibility: hidden;
      font-family: Comic;
      line-height: 1.2em;
	  font-size: 2.5em;
      display: block;
	  margin:5px 0 0 0; padding:0;
	  background-color:none;
      }

.sIFR-active #cont-genitori h2, .sIFR-active #cont-insegnanti h2, .sIFR-active #cont-questosito h2, .sIFR-active #cont-adblog h3, .sIFR-active #cont-rablog h3 {
	visibility: hidden;
      font-family: Comic;
      line-height: 1.2em;
	  font-size: 2.2em;
      display: block;
	  margin:25px 0 0 0; padding:0;
	  background-color:none;
    }	
	
.sIFR-active #cont-genitori h3, .sIFR-active #cont-insegnanti h3, h3.sIFR-active #cont-questosito h3{
		visibility: hidden;
      font-family: Comic;
      line-height: 1.3em;
	  font-size: 1.3em;
      display: block;
	  margin:50px 0 0 0; padding:0;
	  background-color:none;
    }
#pagina h3, #download h3, #glossario h3, #forminvio h3{
	  visibility: hidden;
      font-family: Comic;
      line-height: 1.3em;
	  font-size: 1.3em;
      display: block;
	  margin:30px 20px; padding:0;
	  background-color:none;
	}

.sIFR-active h2.benvenuto {
      visibility: hidden;
      font-family: Comic;
      line-height: 1.2em;
	  font-size: 3em;
      display: block;
	  margin:25px 0 0 0; padding:0;
	  background-color:none;
    }
