/*=: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 ---*/

.sIRF-active #welcome h1		{font-size:18px; color:#fff; font-weight:normal; line-height:1; margin:0px; padding:0px;}
.sIFR-active #newsCentre h2 	{font-size:16px; color:#fff; font-weight:normal; line-height:1; margin:-1px 0px -7px 0px; padding:0px;}
.sIFR-active #upcomingEvents	h2 {font-size:16px; color:#fff; font-weight:normal; line-height:1; margin:-1px 0px -7px 0px; padding:0px;}
.sIFR-active #top5 h3	{text-transform:uppercase; font-size:26px; font-weight:bold; margin:5px 0px 0px 15px;}
.sIFR-active #top5 h4	{text-transform:uppercase; font-size:17px; font-weight:bold; margin:-5px 0px 0px 15px;}
.sIFR-active #adjust_text_size p.title	{text-transform:uppercase; font-size:12px; font-weight:bold; margin:0px 0px 0px 8px; text-align:center;}
.sIFR-active #poll p.title	{text-transform:uppercase; font-size:15px; font-weight:bold; margin:0px 0px 0px 12px; text-align:center;}
.sIFR-active #header h1			{visibility:hidden; font-size:18px; line-height:1;}
.sIFR-active #pageContent h2	{visibility:hidden; font-size:16px; line-height:1; padding:0px; margin:0px;}
.sIFR-active #pageContent h3	{visibility:hidden; font-size:13px; line-height:1; padding:0px; margin:0px;}
.sIFR-active #pageContent .aboutContent h2, .aboutContent h3	{color:#85072a;}
.sIFR-active #pageContent .childrenContent h2, .childrenContent h3	{color:#85072a;}
.sIFR-active #pageContent .specialContent h2, .specialContent h3	{color:#85072a;}
.sIFR-active #pageContent .publicationsContent h2, .publicationsContent h3	{color:#85072a;}
.sIFR-active #pageContent .researchContent h2, .researchContent h3	{color:#85072a;}
.sIFR-active #pageContent .eventsContent h2, .eventsContent h3	{color:#85072a;}
.sIFR-active #pageContent .newsContent h2, .newsContent h3	{color:#85072a;}
.sIFR-active #pageContent .linksContent h2, .linksContent h3	{color:#85072a;}
.sIFR-active #pageContent .contactContent h2, .contactContent h3	{color:#85072a;}
