/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 12 Mar 2009
 * Description: Contains print styles for the Workskills website.
 *
 * This file may not be used for any purpose other than for the Workskills 
 * website and may not be modified without written permission from the author.
 * =========================================================================== 
 */
 
body
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, Helvetica, Sans-serif;
	font-size: 0.8125em;	
	line-height: 1.538462;
	color: #000;
}

select, input, textarea
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', arial, helvetica, sans-serif;
	font-size: 1.0em;
}

a img
{
	border: none;	
}

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

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

h1, h2, h3, h4, h5, h6, p, ul, ol
{
	margin: 0;	
}

h1
{
	padding: 0;
	color: #000;
	font-size: 2.307692em;
	font-weight: normal;
	line-height: 1.5;
}

h2
{
	color: #000;
	font-size: 1.076923em;
	padding: 0 0 1em 0;
}

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

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

h3
{
	padding: 1px 2px;
	color: #000;
	font-size: 1.0em;
}

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

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

h4
{
	font-size: 1em;
	color: #000;	
	padding: 0;
}

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

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

h5, h6
{
	font-size: 1.0em;
	color: #000;
	padding: 0;
}

h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited
{
	color: #000;
	text-decoration: none;
}

h5 a:focus, h5 a:hover, h5 a:active,
h6 a:focus, h6 a:hover, h6 a:active
{
	color: #000;
	text-decoration: underline;
}

p
{
	padding: 0 0 1em 0;	
}

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

ol
{
	padding: 0 0 1em 2em;	
}

ul ul, ol ol, ul ol, ol ul
{
	padding-bottom: 0;	
}

.box
{
	border: 1px solid #999;
	padding: 10px 10px 0;
	margin: 0 0 1em 0;	
}

/* self clearing rules */
.box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.box { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.box { display: block; }
/* End hide from IE-mac */

.content-image
{
	margin: 0 0 10px 0;
	display: block;	
}

.content-image-left
{
	float: left;
	margin: 0 10px 10px 0;	
	display: inline;
}

.content-image-right
{
	float: right;
	margin: 0 0 10px 10px;	
	display: inline;
}

hr
{
	border: none;
	border-top: 1px solid #999;
	background-color: #fff;
	color: #fff;
	height: 1px;
	margin: 0 0 4px 0;	
}

.subdued
{
	color: #999;		
}

.small
{
	font-size: 0.923077em;	
}

.large
{
	font-size: 1.538462em;
	line-height: 1.3;	
}

.search-result
{
	padding: 0 0 1em 0;	
}

.search-result h3, .search-result p
{
	padding: 0;	
}

.caption
{
	color: #666;
	font-size: 0.923077em;	
}

#nav, #subnav, #avatars, #footerlinks, #printlink
{
	display: none;	
}

#logo
{
	padding: 0 0 30px 0;
}

#slogan
{
	padding: 0 0 30px 0;	
	font-size: 1.230769em;
	line-height: 1.5;
	font-weight: bold;
	color: #000;
}

#breadcrumbs ol
{
	padding: 0 0 5px 0;
	line-height: 1.333333;
	margin: 0 0 0 -10px;	
	list-style-type: none;
	font-size: 0.923077em;
}

#breadcrumbs li
{
	float: left;
	border-right: 1px solid #999;
	padding: 0 10px 0 10px;	
}

#breadcrumbs li.last
{
	border-right: none;
}

#contentcontainer
{
	padding: 30px 0 0 0;	
}

#footer
{
	border-top: 1px solid #999;
	padding: 5px 0 0 0;	
}

#footer h2, #footer p
{
	padding: 0;
	font-weight: normal;
	font-size: 0.923077em;
}

#intro
{
	border: 1px solid #999;
	padding: 10px 10px 0;
	margin: 0 0 30px 0;	
}