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

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

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

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/
.sIFR-active #title {
  visibility: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
  line-height: 1em;
  font-size: 20px !important;
	/* If you change the font-size you will need to redo 
	 the ratios in sifr-config.js */
}

.sIFR-active #portfolio #title {
  margin: 0 0 3px;
  font-size: 16px !important;
}

.sIFR-active #portfolio #location {
  margin: 0 0 3px;
  line-height: 1em;
  font-size: 13px !important;
}

.sIFR-active .hrd {
  visibility: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
  line-height: 1em;
  font-size: 16px !important;
  margin: 5px 0 0 0;
	/* If you change the font-size you will need to redo 
	 the ratios in sifr-config.js */
}

.sIFR-active .main_entry .sifr {
  visibility: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
  line-height: 1em;
  font-size: 21px !important;
	/* If you change the font-size you will need to redo 
	 the ratios in sifr-config.js */
}

.sIFR-active .sub_entry .sifr {
  visibility: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
  line-height: 1em;
  font-size: 17px !important;
	/* If you change the font-size you will need to redo 
	 the ratios in sifr-config.js */
}

.sIFR-active #main_title {
  visibility: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
  line-height: 1em;
  font-size: 38px !important;
}

.sIFR-active #sub_title {
  visibility: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
  line-height: 1em;
  font-size: 17px !important;
}

.sIFR-active #comment_count span {
  visibility: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
  line-height: 1em;
  font-size: 25px !important;
}

.sIFR-active #speak_your_mind {
  visibility: hidden;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
  line-height: 1em;
  font-size: 28px !important;
}
