/* 
	BC Ambulance - Print Stylesheet
	August 2008
	Atomic Crayon / karen@atomiccrayon.com / SMRT
*/


* {
	background-color: #fff;
	background-image: none;
	color: #000;
}

body {
	font-size: 10pt;
	line-height: 1.6;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* hide these elements for printing */

#navigation, .skip, #section-navigation, #quick-links, #search, #breadcrumbs, #top-link, #sidebar, #accessibility, #footer-links, #banner {
	display: none;
}


/* basic styling */

h1, h2, h3, h4, h5 {
	margin: 2em 0 0 0;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

h3, h4 {
	font-size: 10pt;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.6;
}

#print-logo {
/*	position: absolute;
	top: 0;
	right: 0; */
	float: right;
	margin: -2em 1em 1em 0;
}

a {
	text-decoration: none;
}
.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.plain {
	float: none;
	border: none !important;
	padding: 0 !important;
}

.clear {
	clear: both;
}

label, .label {
	display: block;
	margin-top: 1em;
}

.text, select, textarea {
	display: block;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#content img.image-border {
	border: solid 1px #a9a396;
	padding: .5em;
}


#content img.image-right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

#content img.image-left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}


#content img.image-right-border {
	float: right;
	margin: 0 0 1.5em 1.5em;
	border: solid 1px #a9a396;
	padding: .5em;
}

#content img.image-left-border {
	float: left;
	margin: 0 1.5em 1.5em 0;
	border: solid 1px #a9a396;
	padding: .5em;
}



/* tables */

#content table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #a9a396;
	border-spacing: 0;
	border-width: 1px;
	margin: .5em 0;
	width: 100%;
}

#content table td, #content table th {
	padding: .5em;
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #a9a396;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}


#content table th, #content table td.header {
	background-color: #a9a396;
}

#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table p {
	margin: 0;
	line-height: 1.2;
}

/* striped rows */

#content table tr.even td {
	background-color: #eee;
}


/* plain tables -- no styling */

#content table.table-plain {
	border-collapse: collapse;
	border-style: solid;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	margin: .5em 0;
}

#content table.table-plain td, #content table.table-plain th {
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	border-style: solid;
}


#content table.table-plain th {
	background-color: transparent;
}

#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table p {
	margin: 0;
	line-height: 1.4;
}

#content table a {
	background: transparent;
}

/* Forms */

#content fieldset {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
}

#content form div {
	overflow: auto; /* clears floats */
	padding-bottom: 1.5em;
}

#content label, #content .label {
	display: block;
	font-weight: bold;
}

#content label .note {
	font-weight: normal;
	font-size: .9em;
}

#content input.text, #content textarea, #content select {
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	padding: .2em;
}

#content select {
	background-image: none;
}

#content textarea {
}

#content .required {
	display: none;
}



#footer {
	border-top: solid 1px #666;
	padding-top: 2em;
	margin-top: 2em;
}

#footer #copyright {
	text-align: right;
	float: right;
	width: 33%;
}

#footer img {
	display: block;
}

#footer .clear {
	clear: none;
}


/* =Home
----------------------------------------------------*/


.page-home ul, .page-home ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-home li {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

.page-home #sidebar {
	display: block;
}


.page-home #sidebar li .blurb h4 {
	margin-top: 0;
}

.page-home #sidebar li img {
	border: solid 3px #ddd;
	margin: 0 0 1em 1em;
	padding: 0;
	float: right;
}

.page-home .learn-more, .page-home .read-more {
	display: none;
}

/* =News
----------------------------------------------------*/

.page-news #content ul.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-news #content li.news-item img {
	float: left;
	border: solid 3px #ddd;
	margin: .3em 1em .5em 0;

}

.page-news #content li.news-item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-news #content li.news-item h2 {
	font-size: 1em;
	font-weight: normal;
	border-bottom: #ddd solid 1px;
	padding-bottom: .2em;
	margin-bottom: .7em;
}

.page-news #content li.news-item h2 a {
	font-weight: bold;
	margin-left: .3em;
}

.page-news-archive #content ol.news-month {
	margin: 1em 0;
	padding: .7em 0;
	list-style: none;
	border-top: solid 1px #ddd;
}

.page-news-archive #content li.news-item {
	margin: 0 0 .3em 0;
	padding: 0;
	list-style: none;
}


.page-news-archive #content li.news-item a {
	font-weight: bold;
	text-decoration: none;
}

/* =Photo Gallery
----------------------------------------------------*/
.page-photo-gallery-listing #content ul.gallery-listing {
	list-style: none;
	padding: 1em 0 0 0;
	margin: 0;
}

.page-photo-gallery-listing #content li.gallery-link {
	list-style: none;
	margin: 0 20px 10px 0;
	padding: 0;
	width: 157px;
	float: left;
}

.page-photo-gallery-listing #content li.gallery-link a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
	margin: 0;
	height: 13em;
	position: relative;
	width: 151px;
}

.page-photo-gallery-listing #content li.gallery-link a:hover {
	border-color: #eee;
}

.page-photo-gallery-listing #content li.gallery-link a span {
	display: block;
	width: 151px;
	padding-bottom: 2px;
	position: absolute;
	bottom: 123px;
	left: 0;
	border-bottom: solid 1px #bab7b4;
}

.page-photo-gallery-listing #content li.gallery-link a img {
	display: block;
	border: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-photo-gallery #content ul.gallery-listing {
	list-style: none;
	padding: 1em 0 0 0;
	margin: 0;
}

.page-photo-gallery #content li.photo-link {
	list-style: none;
	margin: 0 20px 10px 0;
	padding: 0;
	width: 157px;
	float: left;
}

.page-photo-gallery #content li.photo-link a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
	margin: 0;
	height: 13em;
	position: relative;
	width: 151px;
}

.page-photo-gallery #content li.photo-link a:hover {
	border-color: #eee;
}

.page-photo-gallery #content li.photo-link a span {
	display: block;
	width: 151px;
	padding-bottom: 2px;
	position: absolute;
	bottom: 123px;
	left: 0;
	border-bottom: solid 1px #bab7b4;
}

.page-photo-gallery #content li.photo-link a img {
	display: block;
	border: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-photo img.photo {
	display: block;
	border: solid 5px #ddd;
}

.page-photo #photo-navigation {
	display: none;
}
