/*****************************************************************************
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 h2 {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 25px;
  font-weight:bold;
}

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

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

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

.sIFR-active #purchaselist li {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  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 #content h2, h3 {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-weight:bold;
  font-size: 40px;
}

.sIFR-active #content h3 {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-weight:bold;
  font-size: 30px;
}

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

.sIFR-active #content cite {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight:bold;
  width:100px;
}

.sIFR-active #content span {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight:bold;
  width:40px;
}

.sIFR-active div#pdt {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight:bold;
}

.sIFR-active #commentform label {
  visibility: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight:bold;
}

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

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

}