/*
 * File:	news-print.css
 * Created:	Tue Nov 21 15:13:37 GMT 2006
 * Author:	Andrew S. Townley
 *
 * This is the stylesheet for print versions of the news/press
 * releases.
 */

* { font-family: serif; }

h1
{
	margin-bottom: 0px;
	padding-bottom: 0px
}

h2
{
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 1em;
	font-style: italic;
}

h3,h4,h5,h6
{
	margin-top: 0px;
	padding: 0px;
}

.active
{
	font-size: 150%;
	font-weight: bold;
	margin-right: 20px;
}

.address
{
	white-space: pre;
	font-size: 100%;
}

.branding
{
	font-size: 80%;
	display: inline;
}

.banner,.centered-banner
{	
	padding-bottom: 15px;
	clear: both;
}

.centered-banner
{
	text-align: center;
}

.clearleft
{
	display: none;
}

.clearright
{
	display: none;
}

.contact
{
	display: inline;
}

.content
{
	margin-left: 5mm;
}

.copyright
{
	font-size: 8pt;
	text-align: center;
}

.endorsement
{
	font-style: italic;
}

.endorsement,.sidebar
{
	border: double #e6e6e6;
	padding-left: 1em;
	padding-right: 1em;
}

.menuitem { display: none }

.navigation
{
	display: inline;
}

.photo
{
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 5px;
	position: relative;
}

.photo>img
{
	padding-bottom: 10px;
}

.source
{
	text-align: right;
	margin-left: 50%;
}

a.menuitem:link { display: none }

#print-logo { display: block }
#screen-logo { display: none }
