/*=: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/>    
*/


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.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;
}

html body h2 * {
font-weight: normal;
font-style: normal;
}

body {
margin: 0;
padding: 0;
font-family: 'Helvetica Neue',Helvetica,'Trebuchet MS',Trebuchet,Geneva,sans-serif;
}

ul,ol {
list-style-position: inside;
}

dt {
font-weight: bold;
font-style: italic;
line-height: 1;
}

dd {
line-height: 1;
padding: 0;
margin: -1em 0 10px 350px;
}

#header h1 {
color: rgb(30,30,150);
font: italic normal normal 2.18em 'Times New Roman',Times,serif;
margin: 0 0 10px;
letter-spacing: 0em;
word-spacing: -.2em;
}

#menu,#sidebar {
display: none;
}

#footer {
height: 50px;
width: 300px;
text-align: left;
clear: both;
}

#footer img {
float: none;
display: block;
}

#footer a {
display: none;
}

#content img {
margin-right: 10px;
margin-bottom: 10px;
border: none;
width: 250px;
float: left;
clear: left;
}

.print-skip {
display: none;
}