/* @override http://lifechange/css/sIFR-screen.css */
/*=: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, .sIFR-ignore {
	visibility: visible !important;
}

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

/* ALL STYLINGS */
.sIFR-active h3#articles-heading,
.sIFR-active h3#news-heading,
.sIFR-active #recent-sermon h3,
.sIFR-active #sorting h3,
.sIFR-active #how-it-works h3,
.sIFR-active .quicklink h4			{ letter-spacing:-.05em; padding:0; margin:0; line-height:1; visibility:hidden; }

/* SPECIFICS */
.sIFR-active h2					{ margin-bottom:0; }
.sIFR-active h3#articles-heading{ width:200px; }
.sIFR-active h3#news-heading	{ margin-left:394px; padding-top:17px;}

.sIFR-active #sorting h3,
.sIFR-active #how-it-works h3,
.sIFR-active #recent-sermon h3	{ 
								  padding:21px 16px; margin:0; border:0; width:191px; height:9px;
								  background:url(/images/recent_sermons_h3.gif) no-repeat left top; 
								  display:block;
								}
.sIFR-active .quicklink h4		{ 
								  background:#5f1302; width:205px; position:absolute; bottom:8px;
								  right:10px; height:24px; text-transform:uppercase
								}
