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

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

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

/*---- sIFR ---*/
@media screen {
.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 #SideBar h1 {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
  font-weight:bold;
}

.sIFR-active #SideBar h2 {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight:bold;
}

.sIFR-active #Folio h2 {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 25px;
  font-weight:bold;
}

.sIFR-active #NavText li {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 21px;
  font-weight:bold;
}

.sIFR-active #BaseText p {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight:bold;
  padding-bottom:5px;
}

.sIFR-active #TitleText p {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight:bold;
  padding-bottom:5px;
}

.sIFR-active #cream h2 {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight:bold;
  padding:5px 0 5px 20px;

}

.sIFR-active #FooterText p {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight:bold;
  padding-bottom:5px;
}

.sIFR-active #Ads h2 {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 25px;
  font-weight:bold;
}

.sIFR-active #Adslist p {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight:bold;
}

}