/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:40px; font: 12pt  Tahoma, arial,Verdana, sans-serif;}

#searchform {
display: none;
}
#sidebar {
display: none;
}

#header ul {
display: none;
}

.navigation {
display: none;
}

#respond, #commentform {
display: none;
}



#menu {
	display: none;
}



#footer img {
	display: none;
}


a img {
border: 0;
}
a {
color: black;
text-decoration: underline;
font-weight: normal;
}

#header h1#logo-text {
	 text-decoration: none;
    font-size: 20pt;
}

h1 {
text-decoration: none;
font-size: 18pt;
}
h2 {
text-decoration: none;
font-size: 16pt;
}
h3 {
font-size: 14pt;
}
p {
font-size: 12pt;
line-height: 18pt;
}

#footer {
	border:1px solid #666666;
   font-size:10px; 
}

.post a:link:after, .post a:visited:after {
content: ""attr(href)"";
font-size: 80%;
margin-left: 7px;
}
.postmetadata a:link:after, .postmetadata a:visited:after, .post h1 a:link:after, .post h1 a:visited:after {
content: "";
}




}

