/*=: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, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/
/*
    .sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote {
    	visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
    }

    .sIFR-active h1 {
      padding-bottom: 0;
	  font-size: 30px;
    }

    .sIFR-active h2 {
    	font-size: 20px;
      display: block;
    }

    .sIFR-active h3 {
    	font-size: 18px;
    }

    .sIFR-active h4 {
    	font-size: 21px;
    	font-weight: normal;
    }

    .sIFR-active h5#pullquote {
    	font-size: 24px;
    }
	*/
/* These "decoy" styles are used to hide the browser text before it is replaced... 
the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text 
metrics since the sIFR text in this example is so much narrower... 
your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
	
.sIFR-active h1.white,
.sIFR-active .panelTile h1 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 18px;
	line-height: 18px;
	0display: inline;	
}
.sIFR-active h1.articleSummTitle{
	visibility: hidden;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 18px;
	display: inline;
	padding-bottom: 0;	
}
.sIFR-active h1.articleSummTitle#noInline{
	display: block;	
}

.sIFR-active .article h1 {
	font-size: 20px;
	line-height: 24px;
}
.sIFR-active .middenMarges h1 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 25px;
	display: inline;
	line-height: 25px;
}
.sIFR-active H1.evenementTitle#luktniet{
	visibility: hidden;
	letter-spacing: 1px;
	font-size: 16px;
	0display: inline;
	0padding-bottom: 0;
	0display: block;
}
.sIFR-active .article h2 {
	visibility: hidden;
	font-size: 18px;
	0line-height: 25px;
	0border: 1px solid #000000;
	padding-bottom: 0;	
}
.sIFR-active h2.titleBloglijst{
	visibility: hidden;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0px;
	0border: 1px solid #000000;
	padding-bottom: 0;	
	margin-bottom: 0;
}
/*
.sIFR-active h2.photoAlbumTitle,
.sIFR-active h2.photoAlbumTitleinactive{
	visibility: hidden;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	0border: 1px solid #000000;
	padding-bottom: 10px;	
	margin-bottom: 0;
	text-align: center;
	line-height: 18px;	
}
*/
.sIFR-active h1.articlesBlogNaam{
	visibility: hidden;
	display: inline;
	letter-spacing: 2px;
	font-size: 25px;
	line-height: 35px;
}

