/*===========================================================================*

	written by:
	* julian at visuallizard dot com
	* max at visuallizard dot com

	(c)2010 - visuallizard.com

*===========================================================================*/

body {
	margin: .2in .55in;
	padding: 0;
	font-size: 13pt;
	font-family: "Times New Roman", serif;
}

/* Non-printable containers */
ul#nav,
div#view-background,
div#header,
div#footer,
ul.subnav_2,
ul.trinav_3,
div.error-div,
div.success-div,
p#print {
	display: none !important;
	height: 0;
}

div#content {
	margin: 0;
	padding: 0;
}
div#col1 {
	width: 97% !important;
	margin: 1em  !important;
	border: none;
}

/* Checkout */
#checkout {
	width: 100%;
}
div.checkout h3 {
	margin: 0 !important;
	padding: 0 !important;
}
div.checkout dl {
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}
div.checkout dl dt,
div.checkout dl dd {
	font-size: 0.9em;
	line-height: 1.3em !important;
}
div.checkout dl dt {
	width: 30% !important;
}
div.checkout dl dd {
	width: 70% !important;
}

/* =Links
----------------------------------------------- */
a {
	color: black !important;
	text-decoration: none;
}
a img {
	border-width:0;
}
/* =Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol, table {
	margin: .6em 0 0 0;
	font-weight: normal;
	clear: both;
	color: black !important;
	padding: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}
	h1 {
		font-size: 260%;
		margin: 0.5em 0 0 0;
	}
	h2 {
		font-size: 200%;
		margin: 0.4em 0 0 0;
	}
	h3 {
		font-size: 150%;
		margin: 0.3em 0 0 0;
	}
	h4 {
		font-size: 140%;
		margin: 0.3em 0 0 0;
	}
	h5 {
		font-size: 130%;
		margin: 0.3em 0 0 0;
	}
	h6 {
		font-size: 120%;
		margin: 0.3em 0 0 0;
	}

p, ul, ol {
	margin: 0 0 .6em 0;
}
ul, ol {
	margin-left: 1.1em;
}
blockquote{
	font-style:italic;
}


/* =etc(text margin ....)
----------------------------------------------- */
.content-display a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
.content-display a[href^="/"]:after {
	content: " (http://www.wag.ca" attr(href) ") ";
}

/* do not display url for anchors */
.content-display a[href^="#"]:after {
	content: "";
}
.content-display a[href^="#"] {
	display: none;
}

