.noprint, #header, #menu, form {
	display:none;
}
.clear {
	float:none;
	clear:both;
	height:1px;
	margin-bottom:-1px;
}
.box {
	height:auto !important;
}
.print-inline p {
	display:inline;
	margin-right:1em;
}
.print-inline {
	margin-bottom:1em;
}
body {
	font-family:arial;
	font-size:10pt;
	line-height:1.5;
}
#footer {
	display:none;
	border-top:1px solid #000;
	margin-top:1em;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, table, .google_footer, .google_header {
	font-family: arial,helvetica,sans-serif;
	line-height: 1.5;
}
h1 {
	font-size: 2em;
	border-bottom: 1px solid #000;
	/*page-break-before: always;*/
	color:#000 !important;
}
h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	font-size: 1.66em;
}
h3 {
	font-size: 1.33em;
}
p, ol, table, ul, dl {
 font-size: 1em;
 margin-bottom: 1em;
}
table, td, th {
 border: 1px solid #000;
 border-width: 0px;
 /* outline: 0px; */
}
table {
 border-width: 0px 0px 1px 1px;
}
td, th {
 border-width: 1px 1px 0px 0px;
}
a {
	text-decoration:none;
	color:#006;
}

/* blog-specific */

ol li {
	margin-bottom:1em;
}
ol ol {
	margin-top:1em;
}
.comments {
	margin:0px;
	padding:0px;
}
.comments li {
	list-style-type:none;
	margin-left:0px;
	padding:0px;
	margin-bottom:1em;
}
.comments img {
	display:none;
}
.author {
	font-weight:bold;
}
.author br {
	display:none;
}
.single-post, .byline {
	font-size:1em !important;
	font-weight:bold;
}
.codebox {
	font-family:"Courier New", monospace;
	display:block;
	margin:1em 0px;
	/*white-space:pre;*/
}
pre, .codebox {
	background-color:#EEE;
}