/* print styles */
body {
	background: none;
	color: black;
	font-size: 100%;
	width: 100%;
	margin: 25px auto;
	border: none;
}
a {
	text-decoration: underline !important;
	color: #0000CC !important;
}
#outer-wrap, #wrap {
	border: none !important;
}
#logo {
	display: block;
	margin: 25px auto;
}
h1.post-title {
	display: block !important;
	width: 100% !important;
	clear: both;
}
h1.post-title a {
	text-decoration: none !important;
	color: black !important;
	display: block !important;
}
span#article-print-url {
	display:  block;
	margin: 25px auto;
	font-weight: bold;
}
span#article-print-url a {
	color: #990000 !important;
	tex
	t-decoration: underline !important;
}
.meta {
	font-weight: bold;
}
span.meta-comments {
	display: none;
}
.head-banner468 {
	display: none;
}
#topnav {
	display: none;
}
#contentright {
	display: none;
}
.adsense-link-unit {
	display: none;
}
#in-body-ad {
	display: none;
}
.auth-bio {
	padding: 20px;
	border: 1px solid #000;
	width: 90%;
	margin: 15px auto;
	min-height: 150px;
}
.auth-bio img {
	float: right;
	padding: 11px;
	display: block;
}
#disqus_single {
	display: none;
}
.one-half first {
	display: none;
}
span.profile {
	display: none;
}
#section-related {
	display: none;
}
#footnav {
	display: none;
}
#footer {
	width: 90%;
	text-align:  center;
	margin: 20px auto;
	font-weight:  bold;
}
iframe {
	display: none;
}

/* -------- [ Table ] -------- */
	
table {
	border-collapse: collapse;
	margin-bottom: 15px; 
	max-width:100%;
	overflow:hidden;
	font-size:9pt;
	line-height:1.5em;
	}

table th {
	background:#f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 10px; 
	}

table tr {
	background:#fff;
	}

table td {
	border: 1px solid #e5e5e5;
	padding: 10px; 
	}