@import "print.css";
.NONO{display:none;}
#NONO{display:none;}
.yesyes{display:inline;}
#yesyes{display:inline;}
a {text-decoration:none;
color:#000;
}
/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 0px;
	color: #000;
}
.post_title {
	background: #fff;
	padding: 0px 0px 0px 0px;
}
.post_title h1 {font: bold 0.9em Verdana,sans-serif;}
.post_title h1 a {color: #000;}
.post_title h1 a:hover {
	color: #000;
	text-decoration: underline;
}
.post_title h1.left {width: 500px}
.post_date {
	color: #000;
	padding-top: 0px;
	font-size: 1em;
}
.post_metadata {
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
display:none;
}
.post_metadata .content {
	/*border-top: 1px solid #E5E5E5;*/
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	color: #fff;
display:none;
}
.post_metadata .content a {color: #000;display:none;}
.post_metadata .content a:hover {color: #000;text-decoration:underline;display:none;}

.post_body {
	background: #fff;
	padding: 0px 0px 0px 0px;
margin-top: -40px; /*                          IMPORTANT             */
}
.post_body img {
	/*border: 1px solid #CCC;*/
	background: #FFF;
	padding: 0px;
}
.post_bottom {
	/*background: url('img/post/bottom.gif') no-repeat left top;*/
	display: block;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 0px 0;
}