/* @override http://www.kairo.fi/wp_finnrock/wp-content/themes/finnrock/print.css */

/* Finnrock print styles */

#site.nav,
#nav-bar .banner,
#sidebar/*,
.yhteystiedot br*/ {
	display: none;
	}

body {
	font: 12pt/14.5pt Times, serif;
	}

#content-holder {
	padding-left: 13em;
	}

h1 a {
	color: #000;
	font: 36pt sans-serif;
	text-decoration: none;
	}

#tagline {
	font: 14pt sans-serif;
	}

.yhteystiedot {
	float: left;
	font: 9pt/11pt sans-serif;
	width: 12em;
	}

address {
	font-style: normal;
	}
	
#nav-bar .yhteystiedot h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	}

#nav-bar .yhteystiedot span {
	margin-left: 5.7em;
	}

#nav-bar .yhteystiedot .email {
	display: block;
	margin: 0 0 .1em 5.7em;
	width: 9.1em;
	}

#nav-bar .yhteystiedot a:link {
	border-bottom: 1px solid #fff;
	}

#nav-bar .yhteystiedot a:hover {
	border-bottom: 1px solid;
	}

#nav-bar .yhteystiedot span span,
#nav-bar .yhteystiedot .tel {
	margin-left: 0;
	}

#nav-bar .yhteystiedot .label {
	clear: left;
	color: #444;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 .7em 0 0;
	text-align: right;
	width: 5em;
	}

#nav-bar .adr {
	display: block;
	}

/* @group sIFR */

/*=: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;
}

/* @end */