/*-------------------------------------
Name:	Crazy Bat Designs
URI: 	http://www.crazybat.ca
Media: 	Print
Date: 	5 February 2007
Author:	Marco Battilana
Notes:
This file dictates the layout and design 
of the entire site for print. BE CAREFUL!
-----------------------------------------*/
/* Global styles
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	color: #000;
	background: #fff;
	font: 100.1%/1.5 Arial, sans-serif;
	text-align: center;
}
a, a:link {
	color: #2E5082;
}
blockquote {
	font-style: italic;
}
dt {
	font-weight: bold;
	margin: 0.5em 0 0 0;
}
dl {
	margin: 0 0 1.0em 1.5em;
}
img {
	border: 0;
}
label {
	display: block;
	margin: 1.0em 0 0 0;
	font-weight: bold;
}
p {
	margin: 0 0 1.0em 0;
}
ul {
	margin: 0 0 1.0em 0;
}
.skip {
	position: absolute;
	left: -9999px;
	width: 990px;
	overflow: hidden;
}
/* Main Container
-----------------------------------------*/
#container {
	text-align: left;
}
/* Skip Links
-----------------------------------------*/
#skiplinks {
	display: none;
}
/* Header
-----------------------------------------*/
#header {
	margin: 0 0 1.0em 0;
	border-bottom: solid 1px #000;
}
#header h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 1.5em;
}

/* Navigation
-----------------------------------------*/
#navigation {
	display: none;
}
/* Search
-----------------------------------------*/
#search {
	display: none;
}

/* Content container and content related styles
-----------------------------------------*/
#content-container {
	position: relative;	
}

	/* Main Content
	-------------------*/
#content-container #maincontent {
	font: 0.9em "Trebuchet MS", serif;
	page-break-after: always;
}
#maincontent blockquote {
	display: block;
	padding: 0.5em 0 0 2.0em;
}
#maincontent cite {
	position: relative;
	top: -0.5em;
	display: block;
	color: #646464;
	padding: 0 0 1.5em 2.0em;
	font-size: 0.9em;
	font-style: normal;
}
#maincontent h2 {
	font-weight: normal;
	font-size: 1.65em;
}
#maincontent h3 {
	font-weight: normal;
	font-size: 1.25em;
}
#maincontent ul {
	margin: 0 0 1.5em 1.5em;
}
#maincontent #introduction {
	font-weight: bold;
}
#maincontent .leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}
#maincontent .rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}
	
	/* Sub Content
	-------------------*/
#subcontent {
	display: none;
}

/* Form elements
-----------------------------------------*/
.inlinelabel {
	display: inline;
}
	/* Contact Form
	-------------------*/
.formfields {
	margin: 0 0 1.0em 0;
}
.formfields input.submit {
	color: #fff;
	background: #369;
	margin: 0.5em 0 0 0;
	border: solid 1px #666;
	font: bold 0.9em "Trebuchet MS", sans-serif;
}
input.boxes,
textarea.boxes {
	color: #000;
	background: #fff;
	border: solid 1px #666;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.9em;
}

/* Footer
-----------------------------------------*/
#footer {
	clear: both;
	display: block;
	color: #fff;
	border-top: solid 1px #000;
	font-size: 0.75em;
}
#footer .column-a ul,
#footer .column-b ul {
	margin: 0 0 0 15px;
}
#footer .column-a {
	display: block;
	float: right;
	width: 46%;
}
#footer .column-b {
	display: block;
	float: left;
	width: 46%;
}
#footer .column-c {
	clear: both;
	font-size: 0.95em;
}
#footer .column-c p {
	margin: 0;
}
#footer .column-c ul {
	list-style: none;
}
#footer .column-c ul li {
	display: inline;
	margin: 0 2px 0 0;
}
#footer .column-a #promotions li {
	margin: 0 0 0 -15px;
}
#footer .column-a #promotions li {
	list-style: none;
}
#footer h3#header-affiliations,
#footer h3#header-feeds,
#footer h3#header-promotions {
	margin: 0.5em 0;
}

/* Hacks, Misc.
-----------------------------------------*/
* html div,
html div {
	height: 1%;
}
.clear {
	clear: both;
}
