/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Date: 4 August 2008
 * Description: Contains print styles for the Salvation Army splash page.
 * =========================================================================== 
 */

body
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', arial, helvetica, sans-serif;
	font-size: 12px !important;
	font-size: 0.75em;	
	line-height: 1.5;
	color: #000;
	text-align: center;
}

input, select, submit
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', arial, helvetica, sans-serif;
	font-size: 0.916667em;	
}

#page
{
	text-align: left;
	background-color: #fff;
	position: relative;
}

#header
{
	margin: 10px 10px 0 132px;
	padding: 0;	
	height: 119px;
}

#logo
{
	position: absolute;
	top: 0;
	left: 0;
	height: 119px;
	width: 103px;
	padding: 10px 29px 0 0;
}

#content1
{
	width: 40%;
	padding: 30px 0 20px 0;
	float: left;	
}

#mission
{
	font-size: 1.166667em;
}

#image
{
	width: 230px;
}

#image img
{
	border-top: 5px solid #dfded8;
}

#image p
{
	padding: 0 0 7px 0;	
}

#donationform
{
	width: 194px;	
	padding: 30px 0 0 0;
}

#donationform select
{
	width: 100%;
	display: block;
	margin: 0 0 7px 0;	
}

#donationform input
{
	width: 100%;
	display: block;	
}

#content2
{
	padding: 30px 0 20px 0;
	width: 40%;
	float: right;	
}

#map
{
	position: relative;	
	padding: 30px 0 19px 0;
	width: 270px;
}

#map img
{
	display: block;
	width: 201px;
	margin: 0 0 7px 54px;	
}

#map #caption
{
	position: absolute;
	top: 190px;
	left: 10px;	
	color: #e20a17;
	font-weight: bold;
}

#map #caption div.on
{
	display: block;	
}

#map #caption div.off
{
	display: none;	
}

#footer
{
	clear: both;
	text-align: right;	
	padding: 0 10px;
}

#footer p
{
	font-size: 0.916667em;	
}

#siteinfo
{
	clear: both;
	text-align: right;	
	color: #fff;
	font-size: 0.916667em;
	border-top: 1px solid #ccc;
}

h1
{
	font-size: 1.75em;
	margin: 0;
	padding: 43px 0 0;
	color: #000;
	font-weight: bold;
}

h2
{
	font-size: 1.166667em;
	margin: 0;
	padding: 0 0 7px 0;
	color: #e20a17;
	font-weight: bold;
	text-align: center;
}

#content2 h2
{
	font-size: 1.75em;
	text-align: left;
	padding: 0;
}

p
{
	margin: 0;
	padding: 0 0 1.5em 0;	
}

a:link, a:visited
{
	color: #e20a17;
	text-decoration: underline;
}

a:focus, a:hover, a:active
{
	color: #fff;
	background-color: #e20a17;
	text-decoration: none;
	outline: none;
}

a img, object, #map img
{
	border: none;
}




