/*****************************************************************************
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/>
*****************************************************************************/

@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;
  }
  
  .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.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}


.sIFR-active h2,  .sIFR-active h3,  .sIFR-active h4,  .sIFR-active h5#pullquote { visibility: hidden; font-family: Verdana; }

/* Index Page Styles */
.sIFR-active .title0 h1.display { font-size:18px; display: block; font-weight:bold; letter-spacing:-1px; width:50px;  }
.sIFR-active .title1 h1.display { font-size:18px; display: block; font-weight:bold; letter-spacing:-1px; width:102px;}
.sIFR-active .title2 h1.display { font-size:18px; display: block; font-weight:bold; letter-spacing:-1px; width:65px; }
.sIFR-active .title3 h1.display { font-size:18px; display: block; font-weight:bold; letter-spacing:-1px; width:80px;}
.sIFR-active .title4 h1.display { font-size:18px; display: block; font-weight:bold; letter-spacing:-1px; width:80px; }
.sIFR-active .title5 h1.display { font-size:18px; display: block; font-weight:bold; letter-spacing:-1px; width:104px; }
.sIFR-active h2.display { padding-left:6px;font-size:16px; display: block; font-weight:bold; letter-spacing:-1px;}

/* Display Serivce Page Styles*/
.sIFR-active .grey_bg h2.article { font-size:24px; display: block; font-weight:normal; letter-spacing:-1px; }
.sIFR-active .display_blue_bg h3 { font-size:18px; font-weight:normal; color:#ffffff; }
.sIFR-active .display_right_text  .caps_letter { font-size:30px; color:#8e8e8e; line-height:10px; }
.sIFR-active .main_hdg_2 { color:#1d1d1d;}
.sIFR-active h4 { font-size: 24px; letter-spacing:-1px; margin:0; color:#31a2e9; }
.sIFR-active .paging_container a { width:31px; float:left; background:url(../images/paging.gif); cursor:pointer; no-repeat; height:26px; font-size:18px; text-align:center; padding:3px 0 0 0; color:#ffffff; text-decoration:none; margin:0 3px 0 0; }
.sIFR-active .paging_container a:hover { background:url(../images/paging_slected.gif) no-repeat; width:31px; float:left; height:26px; font-size:18px; text-align:center; padding:3px 0 0 0; color:#ffffff; text-decoration:none; margin:0 3px 0 0; }
.sIFR-active .popup_content span.popuphdg { color:#1d1d1d; font-size:20px; }
.sIFR-active .popup_content span.popuptxt { font-size: 14px; }

/* Search Results Page Styles*/
.sIFR-active .blue { font-size:24px; font-weight:normal; color:#31a2e9; cursor:pointer;}
.sIFR-active .main_hdg { color:#1d1d1d; }
.sIFR-active .main_hdg_2 { color:#1d1d1d; }


.sIFR-active .grey_bg h1 { font-size:24px; display: block; font-weight:normal; letter-spacing:-1px; }
.sIFR-active .grey_bg h2 { font-size:24px; display: block; font-weight:normal; letter-spacing:-1px; }
