/* Print CSS To Print make a printer friendly copy of the page


For WP, I had to add 

<link rel="stylesheet" type="text/css" media="print" href="<?php echo get_settings('siteurl'); ?>/print.css" /> 

*/

a {
color: #000080;
font-weight: normal;
text-decoration: none;
}

#Outline {
	width: 95%;
	margin-left: auto; 
	margin-right: auto;
	padding: 10px;
	border: 1px solid #000000;
}

a:hover {
color: #000080;
font-weight: normal;
text-decoration: none;
}

body {
font-family: Arial, Sans-serif;
font-size: 14pt;
}

#blogcontent {
margin: 0px;
padding: 0px;
width: auto;
}

#header, h2 {
font-size: 16pt;
text-align: center;
font-weight: bold;
border: none;
margin: 0px;
padding: 10px;
width: auto;
}

#header, h3, h4, .storytitle {
font-size: 1.5em;
font-variant: small-caps;
border: none;
text-align: center;
font-weight: bold;
margin: 0px;
padding: 0px;
width: auto;
border: 1px solid;
}

#main {
display: none;
}

#menu {
display: none;
}

#right_block {
display: none;
}

#left_block {
display: none;
}

#recentcomments {
display: none;
}

#recentCommentsTitle {
display: none;
}

#postmetadata {
display: none;
}

#input {
display: none;
}

#morepost {
display: none;
}

#entrytext {
display: none;
}

#related_posts {
display: none;
}

#navigation {
display: none;
}

#commentlist {
display: none;
}

#respond {
display: none;
}

#commentform {
display: none;
}

#comment {
display: none;
}

#sidebar {
display:none;
}

#footer {
display:none;
}

#header {
display:none;
}

#feeds {
display:none;
}

#ul {
display:none;
}

#postmetadata {
display:none;
}


