/*****************************************************************************
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 : none !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;
  }
  */


/* Default Head Tags */
/*page heads on interiors*/
h1
{
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #341909;
	margin-bottom: -5px !important;
	margin-bottom: -15px;
	text-transform: uppercase;
}

.newshead
{
	font-size: 18px;
	line-height:24px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	margin-bottom: -5px !important;
	margin-bottom: 0px;
	text-transform: uppercase;
}

/*smaller heads within content*/
h2
{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

/*heads above widgets*/
h3
{
	font-size: 13px;
	color: #ffffff;
	margin: 0 0 0 0px;
	padding: 0;
}

/*heads above widgets - orange*/
h6
{
	visibility: hidden;
	font-size: 13px;
	color: #a7531d;
	padding: 0;
	margin: 0 0 0 0px;
}


/*heads above widgets*/
#homecolnews h3.copycolnews
{
	font-size: 14px;
	color: #ffffff;
	margin: 0 0 14px 0px;
	padding: 0;
}

#homecolnews h3.copycolnews a
{
	font-size: 14px;
	color: #ffffff;
	margin: 0 0 14px 0px;
	padding: 0;
}

/*smaller bolder headlines throughout site...not currently sifred*/
h4
{
	font-size: 13px;
	margin: 0;
	color: #4c270f;
	padding: 0;
}

/*news on homepage*/
h5
{
	font-size: 12px;
	color: #341909;
	margin: 0 0 0 50px;
	padding: 0;
}

}

/*************************************************************
sIFR DECOY STYLES
************************************************************/

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-active h1
{
	visibility: hidden;
	font-size: 23px;
	line-height: 23px;
	margin-top: -8px !important;
	margin-top: 0;
	margin-bottom: 0 !important;
	margin-bottom:-10px;
}


/*smaller heads within content*/
.sIFR-active h2
{
	visibility: hidden;
	font-size: 14px;
	line-height: 14px;
	margin: -7px 0 0 0 !important;
	margin:0;
	font-weight: bold;
	padding: 6px 0 0 0;
}

/*heads above widgets*/
.sIFR-active h3
{
	visibility: hidden;
	font-size: 19px;
	line-height: 23px;
	color: #FFFFFF;
	padding: 0;
}


.sIFR-active #homecolnews h3.copycolnews
{
	visibility: hidden;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0;
}



.sIFR-active h5
{
	visibility: hidden;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 0;
}

.sIFR-active h6
{
	visibility: hidden;
	font-size: 14px;
	line-height: 16px;
	color: #a7531d;
	padding: 0;
}




