/*=: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 {
	display: 	block;
	height: 	0;
	left: 		0;
	overflow: 	hidden;
	position: 	absolute;
	top: 		0;
	width: 		0;
}

.sIFR-active .seccio {
  	color:		#FFF !important;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
  	font-size: 	14px;
 	line-height:1em;
  	margin: 	0;
  	text-align: center;
	visibility: hidden;
}

.sIFR-active h2 {
  	color:		#FFF!important;
  	font-family:"Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
  	font-size: 	14px;
 	line-height:1em;
  	margin: 	0;
  	visibility: hidden;
}

.sIFR-active .subnav-active {
  	color:		#FFFFFF!important;
}


/* 
.sIFR-active h5 {
  float:		none;
  visibility: 	hidden;
  font-family: 	"Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
  line-height: 	1em;
  font-size: 	14px;
  margin: 		0;
  color:		#ff0000;
}


.sIFR-active h3 {
  visibility: 	hidden;
  font-family: 	"Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
  line-height: 	1em;
  font-size: 	14px;
  color:		#FFFFFF!important;
}
*/

/* 
  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 ---*/
