/*
Title:			Kimili Printer styles
Author:			Michael Bester - michael@kimili.com
Last Updated:	08.14.2008
*/

body {
	background: #fff;
	padding: 0;
	font-size: 11pt;
	min-height: auto;
	color: #000;
}

#content,
#secondary,
#header .wrap {
	width: auto;
	margin: 0 2%;
}

#header,
#footer {
	background: transparent none;
	color: #000;
	border: none;
}

#branding,
#branding a {
	width: auto !important;
	height: auto !important;
	background: transparent none !important;
	margin: 0 !important;
}

#branding img {
	width: auto !important;
	height: auto !important;
}

#nav_main,
#seeing,
#listening,
#saying,
#txpCommentInputForm,
#footer hr,
div.comment + h4 {
	display: none;
}

p.date {
	margin: 1.5em 0 !important;
	line-height: 1.5em;
	width: auto;
	text-align: left;
}

a:link,
a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}

ol.code li,
ol.code li code {
	background-color: transparent;
}

ol.code li code {
	color: #222 !important;
}

ol.code li.cmnt code {
	color: #666 !important;
}

ol.code li+li {
	border-top: none;
}