/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 23 Aug 2009
 * Description: Contains print styles for the AFKCP website.
 *
 * This file may not be used for any purpose other than for the Australian  
 * Foster and Kinship Carer Partnership website and may not be modified without 
 * written permission from the author.
 * =========================================================================== 
 */

body
{
	font-size: 13px;
	color: #000;
	line-height: 1.5;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica', 'Arial', 'Sans-serif';	
}

a img
{
	border: none;
}

a:link, a:visited, a:focus, a:hover, a:active
{
	color: #069;
	text-decoration: underline;
}

h1
{
	padding: 0 0 1em 0;
	margin: 0;
	font-size: 1.538462em;
	font-weight: normal;
}

h2
{
	padding: 0 0 1em 0;
	margin: 0;
	color: #990;
	font-size: 1.230769em;
}

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

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

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

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

.lead
{
	font-size: 1.153846em;
}

#nav, #siteinfo p.sitelinks
{
	display: none;	
}

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

#siteinfo
{
	border-top: 1px solid #ccc;
	padding: 8px 0 0 0;	
}

#siteinfo h2
{
	font-size: 1.0em;
	font-weight: bold;
	padding: 0;
	margin: 0;	
	color: #000;
}

#branding
{
	padding: 0 0 30px 0;
	font-family: 'Georgia', 'Times New Roman', 'Times', 'Serif';
	font-style: italic;
	clear: both;
}

#slogan
{
	font-size: 20px;
}

#logo a:link, #logo a:visited, #logo a:focus, #logo a:hover, #logo a:active
{
	font-size: 30px;
	color: #000;
	text-decoration: none;
}

#feature
{
	width: 380px;
	height: 160px;
	background: #fff;
	padding: 0 20px 20px 0;
	float: left;
}

#sidebar
{
	border: 1px solid #ccc;
	padding: 10px 10px 0;	
}