content{
    display: none;  /* hide whole page */
  }

@charset "utf-8"
@page {
    counter-increment: page;
    counter-reset: page 1;
    @top-right {
        content: "Page " counter(page) " of " counter(pages);
    }
}

#qTop{
	display:none;}

#breadcrums{
	display:none;
}


body, #content, #container {
	width: 100%;
	margin:10px;
	float: none;
	background: #fff url(none);
	display:none; 
}

#ts0
{
	display:none;}
/* SECTION 2: Remove any elements not needed in print. 
   This would include navigation, ads, sidebars, etc. */
#topnav, #navbar, #nav, #sidebar, .ad, .noprint {
	display: none; 
}

/* SECTION 3: Set body font face, size, and color.
   Consider using a serif font for readability. */
body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000; 
}

/* SECTION 4: Set heading font face, sizes, and color.
   Diffrentiate your headings from your body text.
   Perhaps use a large sans-serif for distinction. */
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
h1 { font-size: 125%; margin-top:-10px; }
h2 { font-size: 125%; margin-top:-10px; }
h3 { font-size: 125%; margin:0; margin-top:-10px; }
h4 { font-size: 125%; margin:0px; margin-top:-10px; }
h5 { font-size: 100%; margin-top:-10px; margin-bottom:0px; }
h6 { font-size: 100%; margin-top:-10px; margin-bottom:20px; }

/* SECTION 5: Make hyperlinks more usable.
   Ensure links are underlinede, and consider appending
   the URL to the end of the link for usability. */
a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; }
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

.post{
	width: 94%;
	float:left;
	margin:0 auto;
	border:solid 0px #000;
	background: #fff url(none);
}

.logo{
	display:none;
	width:50%;
}

.bar{
display:none;
}

.content_detail{
	width:93%;
	margin:0 auto;
	margin-left:0px;}

#detaildiv{
	width:70%;
	border:solid 0px #ccc; 
}

.buttons{
display:none;
}

#footer{
	clear:both;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:solid 1px #666;
	color:#333;
}

.secBar{
	display:none;}
#timegauage{
	display:none;}