@media print {
* { 
background: #fff; 
color: #000;
}
html, body { 
font:12pt Georgia, "Times New Roman", Times, serif;
line-height:1.8em;
}
ol.commentlist li p, ol.commentlist li ul, ol.commentlist li div.vcard {
font: 12pt Georgia, "Times New Roman", Times, serif;
line-height:1.8em;
}
ol.commentlist li div.comment-meta, .postinfo {
font: 10pt Georgia, "Times New Roman", Times, serif;
line-height:1.8em;
}
#rightColumn, #header, #footer, #respond, ol.pinglist, ol.commentlist, h4#pings, h4#comments, .social, .reply, #wp_page_numbers, .noprint { 
display:none 
}
#outerWrapper {
width: 100% !important;
margin:0 0 0 20px;
}
#content{ 
margin:0; 
float:none; 
width: 95% !important;
}
a, a:visited { 
border-bottom: none; 
font-weight:bold; 
color:#000066; 
text-decoration:underline 
}
.entry a:link:after, .entry a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%
}
.entry a[href^="/"]:after {
content: " (" attr(href) ") "
}
img.centered { 
display: block; 
margin-left: auto; 
margin-right: auto
}
img.right { 
padding: 4px; 
margin: 0 0 2px 7px; 
display: inline
}
img.left { 
padding: 4px; 
margin: 0 7px 2px 0; 
display: inline
}
.right {
float: right
}
.left {
float: left 
}
ol.commentlist li { 
border:none; 
}
.printinfo {
display: block;
margin-top: 50px;
font: 12pt Georgia, "Times New Roman", Times, serif;
line-height:1.8em;
font-style:italic;
page-break-after: avoid
}

#pillmenu {	
	position:absolute;
left: inherit;
	top:170px;
	width: 960px;
	height: 25px;
	overflow: hidden;
	background: transparent url(../../images/t_menu.png) no-repeat top center;
}

#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pillmenu li {
	float: left;
	background: transparent url(../../images/t_menu_divider.png) no-repeat right center;
}

#pillmenu li a {
	float: left;
	color: #f9f9f8;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: 600;
	height:25px;
	line-height: 24px;
	padding: 0 16px;
	cursor:pointer;
}

#pillmenu li a:hover {
	color: #f9f9f8;
	background: transparent url(../../images/t_menu_hover.png) repeat top right;
}

#pillmenu li a#active_menu-nav {
	color: #f9f9f8;
	background: transparent url(../../images/t_menu_hover.png) repeat top right;
}
}