/* 
	BC Ambulance - Zoom Stylesheet
	August 2008
	Atomic Crayon / karen@atomiccrayon.com / SMRT
*/


/* COLOURS
#333 - grey - body background
#ff0 - yellow - links
#69f - blue - h1
#6f6 - green - subheads
#666 - dark grey - footer background
*/


/* Sections flagged with =
	GENERIC
	WRAPPER
	TOP
	BRAND
	ACCESSIBILITY
	BREADCRUMBS
	CONTENT
	SIDEBAR
	SECTION-NAVIGATION
	NAVIGATION (main)
	QUICK-LINKS
	SEARCH
	FOOTER
	SECTION-SPECIFIC
*/


/* =GENERIC
----------------------------------------------------*/

body, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.7;
	background-color: #333;
	color: #fff;
}

h1, h2, h3, h4 {
	margin: 1em 0 0 0;
	color: #6f6;
}

h1 {
	font-size: 250%;
	color: #69f;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 130%;
}

a:link, a:visited {
	color: #ff0;
	text-decoration: none;
	border-bottom: solid 2px #fff;
	padding-bottom: 2px;
}

a:focus, a:hover, a:active {
	color: #000;
	background-color: #ff0;
}

.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;
}

:focus {
	outline-color: #fff;
}

form {
	margin: 1em 0 2em 0;
	padding: 0;
}

form * {
	font-size: 100%;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form label, form .label {
	display: block;
	font-weight: bold;
}

form div {
	margin: 0 0 1em 0;
}


input, textarea, select {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	width: 20em;
	padding: .4em;
}

.button {
	width: auto;
}

.highlight {
	background-color: #fff;
	color: #333;
	padding: 0 .2em;
}

/* =WRAPPER
----------------------------------------------------*/

#wrapper {
	position: relative;
}


/* =TOP
----------------------------------------------------*/

#top {
	width: 60%;
	margin: 1em auto;
	padding: 0 0 1em 0;
	position: relative;
	border-top: solid 1px #333;
}

/* =BRAND
----------------------------------------------------*/

#brand {
	padding-top: 4em;
	height: 13em;
}

#brand #heading { /*zoom-ie6.css */
	padding-left: 175px;
	min-height: 130px;
	background-image: url(../images/bc-ambulance-zoom-logo.png);
	background-repeat: no-repeat;
	font-size: 160%;

}

#brand a {
	color: #6f6;
	border: none;
}

#brand a:focus, #brand a:hover, #brand a:active {
	color: #000;
}

#brand #print-logo {
	display: none;
}

#brand #banner {
	display: none;
}

/* =ACCESSIBILITY
----------------------------------------------------*/

#accessibility {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.5em;
	border-bottom: solid 1px #666;
}



/* Skip Links */

#accessibility #skip-links {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .8em;
	margin: 0;
	padding: 0;
	width: 70%;
}

#accessibility #skip-links strong, #accessibility #skip-links span {
	font-weight: normal;
}

#accessibility #skip-links a:link, #accessibility #skip-links a:visited, #accessibility #skip-links a:hover {
}

#accessibility #skip-links a:focus, #accessibility #skip-links a:active {
}

/* Text Size */

#accessibility #text-size {
	display: none;
}

/* High Contrast */

#accessibility #high-contrast {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .8em;
	margin: 0;
}

#accessibility #high-contrast #contrast-link {
	display: none;
}

#accessibility #high-contrast a:link, #accessibility #high-contrast a:visited {
	color: #000;
	background-color: #ff0;
	padding: 0 3px;
}

#accessibility #high-contrast a:focus, #accessibility #high-contrast a:hover, #accessibility #high-contrast a:active, #accessibility #high-contrast a.selected {
}


/* =BREADCRUMBS
----------------------------------------------------*/

#breadcrumbs {
	text-align: left;
	padding: 1em 0;
	font-size: .8em;
}

#breadcrumbs strong {
}

#breadcrumbs span {
	padding: 0 .5em;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
}

/* =CONTENT
----------------------------------------------------*/

#content-wrapper {
}

#content-wrapper h1#headline {
	margin-top: 0;
}

#content {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#content h1, #content h2, #content h3, #content h4 {
	margin: 2em 0 .2em 0;
	padding: 0;
}

#content h2 {
}

#content h3 {
}

#content h4 {
}

#content a.skip:link, #content a.skip:visited, #content a.skip:hover {
/*	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: -9999px;*/
}

#content a.skip:focus, #content a.skip:active {
/*	position: static;
	width: auto;
	height: auto;
	font-weight: bold;
	padding: .2em;
	font-size: 1.2em;
	border: solid 1px #fff;*/
}

#content img {
	display: block;
	border: solid 5px #ddd;
}

#content p {
	line-height: 1.8;
	margin: 0 0 1em 0;
}


#content li {
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 1.3;
}

#content ol ol {
	list-style-type: lower-alpha;
}

#content .border {
	border: solid 1px #666;
	padding: .5em;
}

#content table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #666;
	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: #666;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}


#content table th, #content table td.header {
	background-color: #666;
}

#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;
}

/* plain tables -- no styling */

#content table.plain {
	border-collapse: collapse;
	border-style: solid;
	border-color: #333;
	border-spacing: 0;
	border-width: 0;
	margin: .5em 0;
}

#content table.plain td, #content table.plain th {
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #333;
	border-spacing: 0;
	border-width: 0;
	border-style: solid;
}


#content 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;
}

/* Forms */

#content fieldset {
}

#content label {
}

#content label .note {
	font-weight: normal;
	font-size: .9em;
}

#content input.text, #content textarea, #content select {
}

#content .button {
}


#content .required {
	display: none;
}

#content .error {
	color: #69f;
	font-weight: bold;
}

#content .error .text {
	border-color: #69f;
}

#content .error .required {
	display: inline;
}



/* =SIDEBAR
----------------------------------------------------*/

#sidebar {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#sidebar #sidebar-image {
	float: right;
	margin: 0 0 1em 1em;
}

#sidebar #sidebar-image img {
	display: block;
	border: solid 5px #ddd;
}

#related-topics h3 {
}

#related-topics ul {
}

#related-topics li {
}

#related-topics li a {
}

#related-topics li a:focus, #related-topics li a:hover, #related-topics li a:active {
}


/* =SECTION-NAVIGATION
----------------------------------------------------*/

#section-navigation {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#section-navigation h3 {
}

#section-navigation ul {
}

/* Level 1 */

#section-navigation li {
}

#section-navigation li a:link, #section-navigation li a:visited {
}

#section-navigation li a:focus, #section-navigation li a:hover, #section-navigation li a:active, #section-navigation li.selected a:link, #section-navigation li.selected a:visited, #section-navigation li.parent a:link, #section-navigation li.parent a:visited {
}


/* Level 2 */

#section-navigation li ul {
}

#section-navigation ul li ul li a:link, #section-navigation ul li ul li a:visited, #section-navigation ul li.parent ul li a:link, #section-navigation ul li.parent ul li a:visited {
}

#section-navigation ul li.parent ul li a:focus, #section-navigation ul li.parent ul li a:hover, #section-navigation ul li.parent ul li a:active, #section-navigation ul li.parent ul li.selected a:link, #section-navigation ul li.parent ul li.selected a:visited {
}



/* =NAVIGATION
----------------------------------------------------*/

#navigation {
	position: absolute;
	top: 13.5em;
	left: 0em;
	width: auto;
	border-left: solid 3px #fff;
	font-weight: bold;
}

#navigation h3 {
	position: absolute;
	top: -9999px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#navigation a {
	display: block;
	float: left;
	border-color: #fff;
	border-style: solid;
	border-width: 3px 3px 3px 0;
	padding: 4px 8px;
	white-space: nowrap;
}

#navigation a.last-nav {
/*	border: solid 3px #fff;*/
}

#navigation .spacer {
	display: none;
}

#navigation .qmmc div {
	display: none;
}

/* =QUICK-LINKS
----------------------------------------------------*/

#quick-links {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#quick-links ul {
}

#quick-links li {
}

#quick-links li a {
}

#quick-links li a:focus, #quick-links li a:hover, #quick-links li a:active {
}





/* =SEARCH
----------------------------------------------------*/

#search {
	border-bottom: solid 1px #666;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#search form {
	padding: 0;
	margin: 0;
}

#search p {
	line-height: 1.2;
}

#search label {
	display: block;
	font-size: 130%;
	color: #6f6;
	margin-bottom: 1em;
}

#search .text {
	width: 50%;
}

#search .submit {
}


/* =FOOTER
----------------------------------------------------*/

#footer {
}

#footer p {
}

#footer a {
}

#footer a:focus, #footer a:hover, #footer a:active {
}

#footer p#footer-links {
}

#footer #footer-logo {
	display: block;
	position: relative;
	padding: 0;
	border: solid 10px #fff;
}

/* =SECTION-SPECIFIC
----------------------------------------------------*/


/* =Home
----------------------------------------------------*/


.page-home #content ul {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
}

.page-home #content li {
	list-style: none;
	margin: 0 0 3em 0;
	padding: 0 250px 0 0;
	background-position: top right;
	background-repeat: no-repeat;
}

.page-home #content li h4 {
	margin-top: 0;
	font-size: 130%;
}

.page-home #content li p {
}

.page-home #content li p.learn-more {
}


.page-home #content li#services-link {
	background-image: url(../images/photo-services.jpg);
}

.page-home #content li#careers-link {
	background-image: url(../images/photo-careers.jpg);
}

.page-home #content li#community-link {
	background-image: url(../images/photo-community.jpg);
}

.page-home #content li#about-link {
	background-image: url(../images/photo-about.jpg);
}

.page-home #sidebar {
}

.page-home #sidebar h3 {
}

.page-home #sidebar ol {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
}

.page-home #sidebar li {
	list-style: none;
	margin: 0 0 3em 0;
	padding: 0;
	background-position: top right;
	background-repeat: no-repeat;
}

.page-home #sidebar li .blurb {
	/*width: 80%;*/
}

.page-home #sidebar li h4 {
	margin: 0;
}

.page-home #sidebar li h4 a {
}

.page-home #sidebar li img {
	border: solid 3px #ddd;
	margin: 0 0 1em 1em;
	padding: 0;
	float: right;
}

.page-home #sidebar li p {
}

.page-home #sidebar li p.date {
	margin: 0;
}

.page-home #sidebar li p.read-more {
}


.page-home #navigation {
}


/* =Search Results
----------------------------------------------------*/

.page-search #content form {
	margin-bottom: 1em;
}

.page-search #content #categories {
	margin: 0 0 1.5em 0;
}

.page-search #content #did-you {
	font-size: 1.3em;
}

.page-search #content .searchresult {
	border-bottom: solid 1px #666;
	padding: 0 0 1.2em 0;
	margin: 0 0 1.2em 0;
	font-weight: bold;
}

.page-search #content .searchresult .type {
	font-weight: normal;
}

.page-search #content .searchresult .extract {
	font-weight: normal;
}

.page-search #content .searchresult .date {
	font-weight: normal;
	margin-left: 2em;
}

.page-search #content .paging {
	margin-top: 2em;
	font-weight: bold;
	font-size: 1.3em;
}

.page-search #content .paging a:link, .page-search #content .paging a:visited {
	font-weight: normal;
	margin-left: .5em;
	padding: .1em .3em;
}

.page-search #content .paging a.selected {
	color: #000;
	background-color: #ff0;
}

/* =Sitemap
----------------------------------------------------*/

.page-sitemap #content .slider ul li h3 {
	margin-bottom: .5em;
}
.page-sitemap #content .slider ul li {
	padding-top: .7em;
	/*padding-bottom: .5em;*/
}

.page-sitemap #content .slider ul li ul {
	/*argin-bottom: .5em;*/
}

/* =News
----------------------------------------------------*/


.page-news #content ol.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-news #content li.news-item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-news #content li.news-item h2 {
	font-size: 1.5em;
}

.page-news #content li.news-item h2 a {
	margin-left: .5em;
}

.page-news #content li.news-item img {
	float: left;
	margin: .3em 1em .5em 0;

}

/* Archive */

.page-news-archive #content ol.news-month {
	margin: 1em 0;
	padding: .7em 0;
	list-style: none;
	border-top: solid 1px #666;
}

.page-news-archive #content li.news-item {
	margin: 0 0 .7em 0;
	padding: 0 0 0 8em;
	list-style: none;
	position: relative;
	line-height: 1.6;
}

.page-news-archive #content li.news-item .date { /* ie6-zoom.css */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.page-news-archive #content li.news-item a {
	font-weight: bold;
	text-decoration: none;
}

/* =Photo Gallery
----------------------------------------------------*/

/* Library (List of Galleries) */

.page-photo-gallery-listing #content ul.gallery-listing {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-photo-gallery-listing #content li.gallery-link {
	list-style: none;
	margin: 0 2em 1.5em 0;
	padding: 0;
	width: 9em;
	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: 11em;
	position: relative;
	border: none;
}

.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;
	padding-bottom: .5em;
	position: absolute;
	bottom: 123px;
	left: 0;
}

.page-photo-gallery-listing #content li.gallery-link a img {
	display: block;
	border: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	border: solid 4px #ddd;
}

.page-photo-gallery-listing #content li.gallery-link a:focus img, .page-photo-gallery-listing #content li.gallery-link a:hover img {
	border-color: #ddd;
}

/* Gallery */

.page-photo-gallery #content ul.gallery-listing {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-photo-gallery #content li.photo-link {
	list-style: none;
	margin: 0 2em 1.5em 0;
	padding: 0;
	width: 9em;
	float: left;
}


.page-photo-gallery #content li.photo-link a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
	margin: 0;
	height: 12em;
	position: relative;
	border: none;
}

.page-photo-gallery #content li.photo-link a:hover {
	border-color: #eee;
}

.page-photo-gallery #content li.photo-link a span {
	display: block;
	padding-bottom: .5em;
	position: absolute;
	bottom: 123px;
	left: 0;
}

.page-photo-gallery #content li.photo-link a img {
	display: block;
	border: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	border: solid 4px #ddd;
}

.page-photo-gallery #content li.photo-link a:focus img, .page-photo-gallery #content li.photo-link a:hover img {
	border-color: #ddd;
}

/* Individual Photo */

.page-photo #photo-wrapper {
	width: 496px;
}

.page-photo #photo-wrapper img {
	margin: 0 auto;
}

.page-photo #photo-navigation {
	margin-top: 1em;
}

.page-photo #photo-navigation a {
	font-weight: bold;
	text-decoration: none;
}

.page-photo #photo-navigation a#previous {
	display: block;
	float: left;
}

.page-photo #photo-navigation a#next {
	display: block;
	float: right;
}

