@import url(common.css);
@import url(layout.css);

#header h1,#header h1 a {
	color:#777;
}

/*NOT PRINTED */
#header span,.jumplinks,#home,.sidebar,#searchform,.edit,
#respond, .reply, .comment_links,.postcomment,.prevnext,.top,
.navwrap,#tiplets {
	 display:none;
}

body {
	background:#fff;
	color:#000;
}
h1, h2, h3, h4, h5, h6,
blockquote, table, pre, img {
	 page-break-after:avoid;
     page-break-inside:avoid;
}
a {
	color:#000;
}
a,abbr,acronym {
	text-decoration:none;
}
dt {
	font-weight:bold;
	margin-top:0.2cm;
}
blockquote {
	font-style:italic;
}
ul, ol, dl  {
	 page-break-before:avoid;
}
#header,#header h1,#wrapper,#content,#footer {
	border:none;
}
#header h1 {
	margin:0;
}
#wrapper,#content {
	width:100%;
	min-height:0;
	margin:0;
	padding:0;
}
.meta,.meta li,.meta ul {
	margin:0;
	padding:0;
	list-style:none;
}
.meta ul,.meta ul li {
	display:inline;
}
#footer {
	text-align:center;
	font-size:80%;
}
#footer li {
	list-style:none;
}



