/*
Filename: print.css
Version: 1.0
Last modified: 7 July 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.
*/

.header .menu { display: none !important; }
.header .fast_links { display: none !important; }
.header .search-bar { display: none !important; }
.footer { display: none !important; }

/* homepage print styles */
li.mini-form { display: none !important; }

/* subpage print styles */ 
.rhs-tools { display: none !important; }
.subpage-nav { display: none !important; }
.main-content-wrap-2 { display: block !important; }


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: 2.5em 0;
	font-weight: bold;	
	clear: both;
}

h1 em
{
	font-style: normal;	
}

h2
{
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #999;	
	margin: 2em 0;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;	
	margin: 1.5em 0;
}

ul
{
	padding: 0 0 0 1.25em;
	margin: 1.5em 0;
	list-style: disc;
}

li
{
	margin: 0;
	padding: 0.2em 0;
}	

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;	
}

.skiplink
{
	display: none;
	visibility: hidden;	
}

.print
{
	display: block;
	visibility: visible;	
}

#main-container h1
{
	text-transform: uppercase;
	border: 1px solid #999;
	padding: 0.2em 0.5em;	
	font-size: 1em;
	font-weight: bold;	
	margin: 1.5em 0;
	clear: both;
}

#banner
{
	padding: 0;
}

#banner .search-form, #banner #utility, #banner .navigation
{
	display: none;
	visibility: hidden;	
}

#secondary-menu, #toolbox, #breadcrumbs
{
	display: none;
	visibility: hidden;
}



.introduction .leadin
{
	font-size: 1.3em;	
	font-weight: bold;
}



img.illustration
{
	float: right;
	border: 3px solid #dbdad9;	
	margin: 0 0 2em 2em;
}


.clear
{
	clear: both;
	font-size: 0.1em;	
}



#footer
{
	border-top: 1px solid #666;
	margin-top: 6em;	
}

#footer ul
{
	display: none;
	visibility: hidden;
}

#section-home dt
{
	float: left;
	width: 10em;
	clear: left;	
	font-weight: bold;
	padding: 0.2em 0;
}

#section-home  dd
{	
	margin: 0 0 0 10em;
	padding: 0.2em 0;
}

#section-home .adelaide-word
{
	display: none;
	visibility: hidden;	
}

#section-home #box5 .print
{
	display: inline;	
}

#section-home #box5 ul
{
	list-style: none;
	padding-left: 0;	
}

#section-home #box5 h2
{
	margin-top: 0;
}

#section-home #box5 img.illustration
{
	margin-top: 2em;	
}

#section-home .more
{
	clear: left;
}

#section-home #main-container #box7 img.illustration
{
	float: none;
	margin: 1.5em 0;	
	display: block;
}






