@media print{

* {
	color:#000;
}

#nav-container {
	display: none;
}

#header {
	
}
#header h1 .description {
	text-indent:0;
	font-size:1em;
	color:#666;
	position:absolute;
	left:0;
	width:950px !important;
	border-bottom:1px solid #999;
	height:24px !important;
	padding:10px 10px 10px 0;
}

#content .title {
	
}

#content .title h2 {
	font-size: 1.6em;
	color:#000;
	width: 540px;
	background: url(../img/pt.title.png) 0 50% no-repeat;
	padding:0;
}

#content .btm {display: none;}

#container .side {
	position: relative;
}

#footer .menu {
	display:none;
}

.widget_recent_entries,
.widget_archive,
.widget_categories {
	display:none;
}

.hide {display: block;}
.noprint {display:none;}

}