/* -

	KIVA

	print styles
	- CHDS 2008

--------------------- */


/* 1 - universal
--------------------- */

body {
	font-size: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align: left;
	}

#nav, hr { display: none; }

/* 2 - structure/layout
--------------------- */
#header {
	margin: 0 0 15px -5px; padding: 0;
	width: auto; height: 183px;
	}
	#logo-print {
		position: absolute;
		top: 0; left: 10px;
		}
		#logo-print {
			width: 250px; height: 183px;
			}
#header * { display: none; }


#masthead {
	display: none;
	}

#content {
	margin: 20px auto 0 auto; padding: 0;
	width: auto;
	background: transparent url("../../../../images/page-bg.png") repeat-y center top;
	clear: both;
	}

#main_content {
	margin: 0; padding: 0 0 40px 0;
	width: 450px;
	float: left;
	text-align: left;
	}
	#main_content div.article {
		/*clear: both;*/
		padding-top: 20px;
		}


#sidebar {
	margin: 10px 0 10px 20px; padding: 0;
	width: 217px; height: auto;
	float: right;
	text-align: center;
	}
	#sidebar img.border {
		margin: 0; padding: 0;
		}
	#sidebar div.article {
		padding: 0px 20px 0 25px;
		clear: both;
		margin-bottom: 10px;
		text-align: left;
		}

#footer {
	margin: 0 auto 30px auto; padding: 0;
	width: auto;
	background: transparent;
	clear: both;
	}

/* 4 - anchors
--------------------- */

#container a img { border: none; }
#container #sidebar a { border: none; }


#nav a:link { color: #4b5261; text-decoration: none; }
#nav a:visited { color: #4b5261; text-decoration: none; }
#nav a:hover { color: #fff; text-decoration: none; }
#nav a:active { color: #4b5261; text-decoration: none; }

#nav #main ul ul a:link { color: #7a501c; text-decoration: none; }
#nav #main ul ul a:visited { color: #7a501c; text-decoration: none; }
#nav #main ul ul a:hover { color: #ead7a4; text-decoration: none; }
#nav #main ul ul a:active { color: #7a501c; text-decoration: none; }

#content a:link { color: #724e00; text-decoration: underline; }
#content a:visited { color: #7b5500; text-decoration: underline; }
#content a:hover { color: #b07900; text-decoration: underline; }
#content a:active { color: #7b5500; text-decoration: underline; }


/* 5 - typography
--------------------- */

h1 {}
	#content h1 {
		margin: 0 auto 20px auto; padding: 4px 0;
		font-size: 12px;
		font-weight: lighter;
		text-transform: uppercase;
		color: #fff;
		line-height: 110%;
		letter-spacing: .2em;
		width: 100%;
		text-align: center;
		background: #000;
		}
		#content h1 span { padding: 0 10px; }
h2 {}
	#main_content h2,
	#main_content .article h2 {
		margin: 0 0 15px 0; padding: 10px 20px;
		font-size: 11px;
		font-weight: lighter;
		color: #000;
		line-height: 110%; letter-spacing: .2em;
		text-transform: uppercase;
		background: #fff;
		width: auto;
		display: inline;
		border: 1px solid #000;
		}

	#sidebar .article h2 {
		margin: 20px 0 20px 0; padding: 0 0 0 0;
		width: auto;
		font-size: 11px;
		font-weight: normal;
		text-transform: uppercase;
		color: #000;
		text-align: left;
		line-height: 110%;
		background: none;
		display: block;
		}

h3 {}

p {}
	#container p {
		margin: 20px 0 15px 0;
		font-size: 11px;
		color: #5e6471;
		line-height: 190%;
		font-weight: lighter;
		letter-spacing: .07em;
		text-transform: uppercase;
		text-align: left;
		}
		#main_content p {
			padding-right: 25px;
			}
		#main_content {  /* fail-safe size & colour */
			font-size: 12px;
			color: #000;
			}
	#sidebar p, #footer p {
		margin: 0 0 15px 0; padding: 0;
		font-size: 11px;
		color: #5e6471;
		display: block;
		line-height: 140%;
		text-align: left;
		letter-spacing: 0;
		line-height: 180%;
		text-transform: none;
		}

	#main_content p.more {
		margin: -15px auto 0 auto;
		font-size: 10px;
		color: #222;
		width: 93%;
		text-align: right;
		}

	strong {
		font-weight: bolder;
		color: #222;
		}
	#content .sub_header {
		font-size: 14px;
		color: #1290c4;
		font-weight: lighter;
		}

	/* for nav */
	#nav li a {
		font-size: 10px;
		font-weight: lighter;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		}
	#home_subnav #main li a {
		font-size: 14px;
		font-weight: lighter;
		text-transform: lowercase;
		font-variant: small-caps;
		}
	#sub_nav li a {
		font-size: 12px;
		font-weight: lighter;
		text-transform: lowercase;
		font-variant: small-caps;
		}

	/* for forms */
	#container form fieldset input,
	#container form fieldset select,
	#container form fieldset textarea {
		font-size: 11px;
		color: #000;
		line-height: 120%;
		font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
		}


/* 6 - lists
--------------------- */

#main_content .article ul {
	margin: 25px 50px 25px 0; padding: 0;
	font-size: 12px;
	color: #5e6471;
	}
	#main_content .article ul li {
		margin-left: 15px; padding: 0;
		margin-bottom: 4px;
		line-height: 120%;
		}

#sidebar .article ul {
	margin: 0 0 15px 5px; padding: 0;
	width: 100%;
	font-size: 11px;
	color: #5e6471;
	text-align: left;
	}
	#sidebar .article ul li {
		margin-left: 15px; padding: 0;
		margin-bottom: 6px;
		line-height: 120%;
		}


#main_content .article ol {
	margin: 25px 50px 25px 0; padding: 0;
	font-size: 12px;
	color: #5e6471;
	list-style-type: upper-roman;
	}
	#main_content .article ol li {
		margin-left: 15px; padding: 0;
		margin-bottom: 4px;
		line-height: 120%;
		}

#sidebar .article ol {
	margin: 0 0 15px 5px; padding: 0;
	width: 100%;
	font-size: 11px;
	color: #5e6471;
	text-align: left;
	list-style-type: upper-roman;
	}
	#sidebar .article ol li {
		margin-left: 15px; padding: 0;
		margin-bottom: 6px;
		line-height: 120%;
		}
