/*****************************************************************************
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;
	background: #FFF;
	margin: auto 10px auto 20px;
	padding: 0;
  }
  
  .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 {

.sIFR-active h3 {
	font-family: gotham;
}

.sIFR-active .headertitle {
color: #ffffff;
font-size: 2.5em;
font-weight: 500;
padding: 110px 10px 10px 25px;
margin: 0;
background: none;
text-transform: uppercase;
}
.sIFR-active .storytitle {
color: #ffffff;
font-size: 1.3em;
font-weight: 100;
margin: 30px 20px 10px 0px; 
padding: 0 5px 0 20px; 
background: black;
text-transform: uppercase; 
text-align:left;
}

.sIFR-active #nav {
margin: 10px 0;
padding: 0;
font-size: 1.3em;
width: 250px;
font-family: gotham; 
}

.sIFR-active #nav li {
padding: 0px 0;
margin: 2px 5px 5px 0;
list-style: none;
text-transform: uppercase;
}
.sIFR-active #nav li a {
color: #FFF;
background-color: #000;
text-decoration: none;
padding: 0 10px 0 20px;
}
.sIFR-active #nav li a:hover,
.sIFR-active #nav li.focus a {
background: white;
color: #DDD;

}
.sIFR-active #nav li ul {
margin: 5px 0px 20px 0;
padding-left: 0;
}
.sIFR-active #nav li ul li a {
padding: 0 10px 0 20px;
}

.sIFR-active #nav li ul li ul li a {
text-transform: none;
padding: 0 10px 0 20px;
}

.sIFR-active #nav li.pagenav ul li,
.sIFR-active #nav li.widget_pages ul li {
padding-left: 0px;
}
.sIFR-active #nav li.categories ul li,
.sIFR-active #nav li.widget_categories ul li {
padding-left: 0px;
}
.sIFR-active #nav li.categories ul ul,
.sIFR-active #nav li.widget_categories ul ul {
margin-left: 0;
}
.sIFR-active #nav li.tags ul,
.sIFR-active #nav li.linkcat ul,
.sIFR-active #nav li.widget_links ul,
.sIFR-active #nav li.widget_recent_comments ul,
.sIFR-active #nav li.widget_recent_entries ul {
margin-left: 25px;
}
.sIFR-active  #nav li.widget_tag_cloud div {
padding: 5px 15px;
line-height: 20px;
}
.sIFR-active  #nav li.widget_tag_cloud div a {
margin-right: 5px;
font-size: 13px !important;
}
.sIFR-active #nav li.tags ul li {
padding-left: 0;
list-style: square;
color: #222;
}
.sIFR-active #nav li.archives ul li,
.sIFR-active #nav li.widget_archive ul li,
.sIFR-active #nav li.widget_archives ul li {
padding-left: 16px;
background: url("images/g-5.gif") no-repeat left 3px;
}
.sIFR-active #nav li.linkcat ul li,
.sIFR-active #nav li.widget_links ul li {
padding-left: 0;
list-style: disc;
color: #222;
}
.sIFR-active #nav li.widget_recent_comments ul li,
.sIFR-active #nav li.widget_recent_entries ul li {
padding-left: 0;
font-weight: normal;
list-style: circle;
color: #222;
}
.sIFR-active #nav li.widget_recent_entries a,
.sIFR-active #nav li.widget_recent_comments a {
color: #CCC;
text-decoration: none;
}
.sIFR-active #nav li.widget_recent_entries a:hover,
.sIFR-active #nav li.widget_recent_comments a:hover {
background: none;
text-decoration: underline;
}
.sIFR-active #nav li.widget_calendar a {
color: #CCC;
background: #444;
} 

}