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

body
{
	padding: 0;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	line-height: 1.8;
	font-size: 12px;
	color: #000;
}

#nav
{
	color: #ccc;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
}

#nav li
{
	float: left;
	padding: 0 30px 0 0;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#illustration
{
	float: right;
	margin: 0 0 10px 10px;
}

h1
{
	font-size: 4em;
	letter-spacing: 0.2em;
	color: #999;
	padding: 0.45em 0;
	margin: 0;
}

h2
{ 
	font-size: 1.2em;
	padding: 3em 0 1.4em 0;
	margin: 0;
	font-weight: bold;
	color: #000;
	line-height: 1em;
}

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

p.spaced
{
	padding: 0 0 3em 0;
}

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

a:focus, a:hover, a:active
{
	color: #300;
	text-decoration: underline;
}

ul
{
	padding: 0 0 1em 2em;
	margin: 0;
	list-style-type: disc;
}

ul li
{
	padding: 0 0 1.5em 0;
}

li.last
{
	padding: 0;
}

.feature
{
	font-size: 2em;
	font-weight: bold;
	list-style-type: none;
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.0;
}

ul.feature li
{
	padding-bottom: 2em;
}

ul.feature li.bullet
{
	background: transparent url(../images/arrow.gif) no-repeat scroll 0 2px;
	padding-left: 33px;
}

hr 
{
	border: none;
	border-top: 1px solid #999;
	padding: 0;
	margin: 0 0 1em 0;
}

.highlight
{
	color: #00acd3; 
	padding: 0 2em 1.5em; 
	letter-spacing: 1px; 
	font-weight: bold;
}

.colour1
{
	color: #0a3e53;
}

.colour2
{
	color: #00acd3;
}

.colour3
{
	color: #c7a599;
}

.colour4
{
	color: #c96;
}



