/*
Filename: print.css
Version: 1.0
Last modified: 7 August 2006
Author: Rebecca Skeers, webmistress.com.au, rebecca@webmistress.com.au

Description: Contains print styles - all navigation is not displayed, just main content with a heading and content images.
*/

body
{
	margin: 0;
	padding: 0;
	text-align: left;	
	font-size: 0.8em;
	font-family: verdana, helvetica, arial, sans-serif;
	line-height: 1.3;
}

a
{
	color: #000;
	text-decoration: underline;	
}

a img
{
	border: none;
}	

h1
{
	font-size: 1.3em;
	padding: 0;
	margin: 15px 0;
	font-weight: bold;	
	clear: both;
}

h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 0;
}

h3, h4, h5
{
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0;
}
h4, h5
{
	color: #666;	
}

ul
{
	padding: 0 0 0 1.25em;
	margin: 1.5em 0;
	list-style: disc;
}

li
{
	margin: 0;
	padding: 0.2em 0;
}	

strong
{
	font-weight: bold;
	font-style: none;	
}

em
{
	font-weight: normal;
	font-style: italic;	
}

.skiplink
{
	display: none;
	visibility: hidden;	
}

.print
{
	display: block;
	visibility: visible;	
}

#logo
{
	position: absolute;
	top: 3px;
	left: 0;	
}

#header
{
	padding-left: 70px;	
	margin-bottom: 20px;
	height: 78px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#header h1
{
	margin: 20px 0 0;
	padding: 0;	
}
.tagline
{
	letter-spacing: 0.1em;	
}


#navigation, #secondary-navigation, .search-form, #breadcrumbs
{
	display: none;
	visibility: hidden;
}


.intro
{
	font-size: 1.1em;	
}

.contact
{
	border-top: 1px solid #999;	
	border-bottom: 1px solid #999;
	padding: 0.5em 0;
}


#footer
{
	border-top: 1px solid #666;
	margin-top: 6em;	
}

#footer ul
{
	display: none;
	visibility: hidden;
}




ul
{
	list-style-type: disc;
	padding: 0 0 0 4em;
	margin: 15px 0;	
}

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



ol
{
	padding: 0 0 0 4em;	
	margin: 15px 0;
	list-style-position: outside;
}

ol li
{
	padding: 0 0 0.4em 0;
	margin: 0;
}



hr
{
	color: #666;
	background-color: #666;
	height: 1px;	
	clear: both;
	border: 0;
}

.clear
{
	clear: both;	
}

.layoutclear
{
	clear: both;
	font-size: 0.1em;
	height: 0;	
}

code
{
	font-size: 1.2em;	
}


#content img
{
	border: 2px solid #999;
}

img.left, #content img.left
{
	float: left;
	margin: 0 1em 0.5em 0;	
}

img.right, #content img
{
	float: right;
	margin: 0 0 0.5em 1em;	
}

.first
{
	margin-top: 0;	
}

table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0;
	padding: 0;
	clear: both;
}


tr
{
	vertical-align: top;
}

td, th
{
	border: 1px solid #666;
	padding: 0.5em;
	text-align: left;
}

th
{
	font-weight: bold;
}

td.right, th.right
{
	text-align: right;	
}

td.centre, th.centre
{
	text-align: center;	
}



#secondary-content
{
	margin-top: 2em;
	
	border-top: 1px dashed #666;	
}


.hidden
{
	display: none;
	visibility: hidden;
}