/*****************************************************************************
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 #content h1 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:2.6em;
    font-weight:normal;
  }
  
  .sIFR-active #rightSignUp h3 {
    color:#26ace2;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #rightNews h3 {
    color:#26ace2;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #rightCallBack h3 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #rightTwitterTitle h3 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #rightVacancy h3 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #rightVacancyApply h3 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #rightEnquiry h3 {
    color:#26ace2;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #rightSocial h3 {
    color:#26ace2;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #rightGoogle h3 {
    color:#26ace2;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #rightDownloads h3 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #rightExamples h3 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #rightLinks h3 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #sports>.sportbuttonsright h2 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #sports>.sportbuttonsright h2 a {
    color:#4e4e4e;
    text-decoration:none;
  }
  
  .sIFR-active #sports>.sportbuttonsright h2 a:hover {
    color:#4e4e4e;
    text-decoration:none;
  }
  
  .sIFR-active #sports>.sportbuttonsleft h2 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #sports>.sportbuttonsleft h2 a {
    color:#4e4e4e;
    text-decoration:none;
  }
  
  .sIFR-active #sports>.sportbuttonsleft h2 a:hover {
    color:#4e4e4e;
    text-decoration:none;
  }
  
  .sIFR-active #testimonialList h3 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #vacancyWrapper h2 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #horizontalSignUp h2 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.5em;
    font-weight:normal;
  }
  
  .sIFR-active #innovations_title h3 {
    color:#26ace2;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
    margin-top:4px;
  }
  
  .sIFR-active #whatsnext h3 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #client_video_wrapper h3 {
    color:#898584;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #featuredProds_top_title h3 {
    color:#26ace2;
    text-transform:lowercase;
    font-size:2em;
    font-weight:normal;
    margin-top:3px;
  }
  
  .sIFR-active #caseStudyList h3 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #homeTwitterTop.title h3 {
    color:#FFFFFF;
    text-transform:lowercase;
    font-size:1.6em;
    font-weight:normal;
  }
  
  .sIFR-active #detailedEnquiryWrapper h3 {
    color:#26ace2;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
  .sIFR-active #clientLogoWrapper>.clientLogos h3 {
    color:#4e4e4e;
    text-transform:lowercase;
    font-size:1.7em;
    font-weight:normal;
  }
  
}