/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 16 Mar 2009
 * Description: Contains print styles for the Legal Profession Board of Tasmania website.
 *
 * This file may not be used for any purpose other than for the Legal Profession Board of Tasmania 
 * 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, 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 0 14px 0;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.230769;
}

h2
{
	font-size: 1.153846em;
	padding: 0;
}

h3
{
	font-size: 1.0em;
	padding: 0;
}

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

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

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
{
	padding: 10px 10px 0;
	margin: 0 0 1em 0;	
	border: 1px solid #ededed;
}

/* self clearing rules */
.box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.box { display: inline-block; _height: 1%; }
.box { display: block; }

/* 
.numbered-box
{
	padding: 10px 10px 0;
	margin: 0 0 1em 0;	
	border: 1px solid #ededed;
}

.numbered-box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.numbered-box { display: inline-block; _height: 1%; }
.numbered-box { display: block; }

.numbered-box h2, .numbered-box h3, .numbered-box h4, .numbered-box h5, .numbered-box h6, .numbered-box p, .numbered-box ol, .numbered-box ul
{
	margin-left: 25px;	
}
 */
 
.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;		
}

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

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

#nav, #subnav, #search
{
	display: none;	
}

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

#content
{
	padding: 0 0 20px 0;	
}

#footerlinks
{
	padding: 5px 0 0 0;
	border-top: 1px solid #999;
	font-size: 0.923077em;
}

#footer
{
	font-size: 0.923077em;
}