/**
* Print styles for Carers Australia website.
*/

/* 
	@override 
	http://carers.cre8ive.com.au/skin/css/print.css
*/


html * {
	background: none !important;
	text-shadow: none !important;
	text-transform: none !important;
	color: #000 !important;
	font-family: Arial, sans-serif !important;
	letter-spacing: 0 !important;
}
.no-print {
	display: none;
}
/* =headings */
h1, h2, h3, h4, h5, h6 {
	padding: 0 0 1em 0;
	font-weight: bold !important;
}
h1 {
	font-size: 1.375em !important; /* 22px */
}
h2 {
	font-size: 1.125em !important; /* 18px */
}
h3 {
	font-size: 1em !important; /* 16px */
}
h4 {
	font-size: 1em !important; /* 16px */
	font-style: italic;
}
h5 {
	font-size: 0.875em !important; /* 14px */
}
h6 {
	font-size: 0.875em !important; /* 14px */
	font-style: italic;
}
/* general elements */
a {
	color: blue;
}
/* =header */
#header {
	height: 100px;
	position: relative;
}
#header p#site-title {
	position: absolute;
	top: 10px;
	left: 20px;
	height: 80px;
	width: 108px;
	background-image: url(../graphics/sprite.png) !important;
	background-repeat: no-repeat !important;
	overflow: hidden !important;
	background-position: 0px -441px !important;
}
/* =navigation */
#navigation {
	height: 30px;
	border: 1px solid #000;
}
#navigation li {
	border-right: 1px solid #000;
	padding: 0 10px;
	float: left;
	height: 30px;
	line-height: 30px;
}
#navigation li.last {
	border-right: none;
}
#navigation li.last a {
	padding-right: 15px !important;
}
#navigation li.active {
	background-color: #CCC;
}
#navigation li.active a {
	text-decoration: underline;
}
/* =content */
#content {
	padding: 45px 0 25px 0;
	position: relative;
}
#content .breadcrumbs {
	position: absolute;
	top: 15px;
	left: 0;
	height: 20px;
	line-height: 20px;
	font-size: 0.6875em; /* 11px */
}