/*
+----------------------------------------------------------------+
|																
|	WordPress 2.7 Plugin: WP-Print 2.50
|	Copyright (c) 2008 Lester "GaMerZ" Chan
|
|	File Written By:
|	- Lester "GaMerZ" Chan
|	- http://lesterchan.net	
|
|	File Information:
|	- CSS Style For Printer Friendly Page
|	- wp-content/plugins/wp-print/print-css.css	
|
+----------------------------------------------------------------+
*/


Body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #000000;
}
.center {
	margin: 0px auto 0px auto;
	text-align:center;
}
h1{font-size:12px;}

#Outline {
	width: 90%;
	margin-left: auto; 
	margin-right: auto;
	padding: 10px;
	border: 1px solid #000000;
}
#BlogTitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#BlogDate {
	margin-top: 5px;
	margin-bottom: 10px;	
}
#BlogContent {
	padding: 10px;
	margin-top: 10px;
}
HR.Divider {
	width: 80%; 
	height: 1px; 
	color: #000000;
}
#CommentTitle {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
.CommentDate {
	margin-top: 5px;
	margin-bottom: 10px;
}
.CommentContent {
	padding: 2px 10px 10px 10px;
}

/* noprint */

div#headerimg,
    #comments_controls,
    #print-link,
    p#postdata,
    p#sitemap,
    div.btn01,
    div#sidebar,
    div.headerlink,
a.post-edit-link,
a.down {
        display: none;
    }

p.printtitle{
	 font-weight:bold;
	 font-size:20px;
	 }
div.printadd{
	 border:1px solid #000000;
	 padding:10px;
	 margin:30px auto 10px;
	 width:400px;
	 }
	
table{
border-top:1px solid #000;
border-right:1px solid #000;
margin:1em auto!important;
}

table td{
padding:3px;
border-bottom:1px solid #000;
border-left:1px solid #000;
}

table th{
text-align:center;
padding:3px;
border-bottom:1px solid #000;
border-left:1px solid #000;
}


table td.center{
text-align:center;
}

