/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 18 January 2009
 * Description: Contains print styles for Red Arrow's website.
 * 
 * This file may not be used for any purpose other than for the Red Arrow 
 * website and may not be modified without written permission from the author.
 * =========================================================================== 
 */

body 
{
	text-align: left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
	color: #000; 
	font-size: 13px;
	line-height: 1.538462;
}

h1 
{ 
	font-size: 2em;	
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	left: 300px;
	width: 300px;
}

h2 
{ 
	font-size: 1.153846em;
	line-height: 1.4666667;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3
{
	font-size: 1.0em;
	font-weight: bold;	
	padding: 0;
	margin: 0;
	clear: both;
}

p
{
	padding: 0 0 1em 0;
	margin: 0;
}

a img 
{
	border: none;	
}

a:link, a:visited
{
	color: #099;
	text-decoration: none;
}

a:focus, a:hover, a:active
{
	color: #900;
	text-decoration: underline;
	outline: none;
}

hr
{
	color: #fff;
	background-color: #fff;
	height: 1px;	
	clear: both;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0 0 1em 0;
}

ul
{
	list-style: disc;
	margin: 0;
	padding: 0 0 1em 20px;
}

ul li
{
	padding: 0;
	margin: 0;
}

#feature-image
{
	width: 550px;
	padding: 0 0 1em 0;	
}

#feature-image img
{
	float: left;	
}

.caption
{
	padding: 4px 10px;
	margin 0; 	
	width: 548px;
	border: 1px solid #999;
	border-top: none;
}

.caption h2, .caption p
{
	padding: 0;	
}

#page
{
	width: 100%;	
}

#container
{
	padding: 3em 0;	
}

#navigation, #footer span, #footer a, #pagination, #slideshow
{
	display: none;
}

#footer
{
	color: #999;
	border-top: 1px solid #ccc;	
	clear: both;
	margin: 0;
	padding-top: 4px;
}

