/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0; }



#page {
border: none !important;
margin: 0 0 0 0 !important;
}

.entry-content {
font-size: 10pt !important;
line-height: 15pt !important;
}

#main {
padding: 0 2em 0 2em !important;
}

}

.blog-header, .embed-youtube, .entry-meta, .sharedaddy, #nav-below, #comments, #site-generator, #access {
display: none !important;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid ; }
	
h3 {
    line-height: 0px;
    padding-top: 1em;
}
	
#content {
width: 100%;
margin: 0 0 0 0;
}

.aligncenter {
margin: 0 0 0 1em !important;
padding: 0 !important;
text-align: left !important;
float: right;
width: 50%;}

.alignright {
width: auto !important;
text-align: center;
}

.wp-caption {
text-align: left;
float: right;
margin: 0 !important;
width: 50% !important;
height: 50% !important;
margin: 0 0 0 1em !important;
padding: 0 !important;
}

a {
	color: black;
	text-decoration: none;
	font-weight:normal;
}

a:visited {
	color: black;
}

a[name] {
	cursor: default;
	color: black;
}

a[name]:hover {
	color: black;
}


a:link:after, a:visited:after {
	/* appends HREF of A to A */
	content: " (" attr(href) ") " ;
}

a.simple-footnote:link:after, a.aligncenter:link:after, a.simple-footnote:visited:after, a.aligncenter:visited:after {
    content: none;
}




.wp-caption a:link:after, .wp-caption a:visited:after {
display: none;
}

.size-full {
width: 100% !important;
}

.wp-caption img {
text-align: left;
margin: 0 !important;
padding: 0 !important;
width: 100%;
height: 100%;
}

#secondary{
display: none;
}

