/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.
Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
height:100%;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/

/*.sIFR-active #sidebar h2 {
  visibility: hidden;
  font-family: "Georgia", "Times", serif;
  font-size: 22px;
}*/

.sIFR-active #mainContent h2.cat_hdr{
	font-size: 14px;
	color:#852b08;
	height:2.5em;
	padding-bottom: .5em;
	line-height: 2em;
	clear:both;
}
	#mainContent h2.pad_top{padding-top: 40px;}

.sIFR-active #sidebar h2{
	color:#852b0b;
	font-size:10px;
	height:30px;
	padding: 6px 0 0 59px;
}

.sIFR-active #mainContent h2.recent{
	color:#852b08;
	font-size:11px;
	height:30px;
	position: relative;
	top: 6px;
}

.sIFR-active .scrollable2 h2.promo{
	width:225px;
	height:19px;
	font-size: 16px;
	color:#852b08;
	letter-spacing: .1em;
	font-weight: normal;
	margin: 35px 0 8px 40px;
}
