/*****************************************************************************
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;
  }
}


/*
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 {

	.sIFR-active #page h1 {  
	  visibility: hidden;  
	}

	.sIFR-active #page h1.post-title {  
	  visibility: hidden;
	}

	.sIFR-active #page .home h2 {
		font-size: 8em;
	  visibility: hidden;
	}

	.sIFR-active #page h2 {  
	  visibility: hidden;
	}

	.sIFR-active #page .post.full h2 {  
	  visibility: hidden;
		width: 700px;
	}

	.sIFR-active #page .home h3 {
		font-size: 2.2em;
		font-weight: 400;
		color: #4c473f;
		letter-spacing: 0em;
		text-transform: none;
		line-height: 1em;
		margin-bottom: 28px;
		text-align: center;

		}

	.sIFR-active #page h3 {  
	  visibility: hidden;  
	}

	.sIFR-active #page h3 a {  
	  visibility: hidden;  
		color: #fe8400;
	}

	.sIFR-active #page h3 a:link { color: #fe8400; }
	.sIFR-active #page h3 a:visited { color: #fe8400; }
	.sIFR-active #page h3 a:hover { color: #f4b978; }
	.sIFR-active #page h3 a:active { color: #fe8400; }


	.sIFR-active #page a {  
		color: #fe8400;
		text-decoration: none;
	}

	.sIFR-active #page a:link { color: #fe8400; }
	.sIFR-active #page a:visited { color: #fe8400; }
	.sIFR-active #page a:hover { color: #f4b978; }
	.sIFR-active #page a:active { color: #fe8400; }

	.sIFR-active #page p + h3 {
		margin: 20px 0 4px 0;
		}

	.sIFR-active #page .home #sub-navigation li {  
	    visibility: hidden;  
		display: block;
		text-align: center;
	    font-size: 1.4em;  
		margin-bottom: 6px;
		height: 30px;
		padding: 0;
		width: 600px;
	}

	.sIFR-active #page #sub-navigation li {  
	    visibility: hidden;  
		display: block;
		text-align: right;
	    font-size: 1.9em;  
		margin-bottom: 6px;
		height: 30px;
		padding: 0;
		width: 234px;
		text-align: right;
	}

	.sIFR-active #page .portfolio-item ul.meta li {
		font-size: 1.3em;
	  visibility: hidden;  
	}

	.sIFR-active #page .speaking-box blockquote p {
		font-size: 3.0em;
		letter-spacing: -1px;
		color: #45423a;
		font-weight: 200;
	}
	/*
	.sIFR-active #page .speaking-box p {
		font-size: 1.5em;
		letter-spacing: -0.5px;
		color: #45423a;
		font-weight: 200;
		margin-top: 20px;
		margin-bottom: 0;
	}
	*/
	.sIFR-active #page object{  
	    display: block;
		background: none;
	}

	.sIFR-active #page .home object{  
		display: inline;
		margin: 0 auto 0 auto;
		background: none;
		text-align: center;
	}

}