/**
 * Print stylesheet
 * Only loaded on front-end. Not loaded on PDFs.
 * @TODO Clean this up and simplify it
 */
html {
	background: #ffffff;
}

/**
 * Attempting to fix problem of webfonts displaying as garbled characters in printouts
 */
html body, html body #wrap {
	font-family: Georgia, serif !important;
}	
	
.entry-content {
	font-family: Georgia, serif;
}

a {
	color: #800030;
}

.entry-content a {
	color: #069;
}

/*
.entry-content a:after, .entry-content a:visited:after {
	content: " (" attr(href) ") ";
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
*/

.width-wrap-border, #content {
	border: 0 !important;
}

.width-wrap {
	border: 0px;
	width: 100%;
}

.wrap-logo h1, .wrap logo h2 {
	display: block;
	font-size:.8em;
}

#content {
	border: 0px;
	width: 100%;
	height: 100%;
}

.main-top {
	border: 0px;
	width: 100%;
}


h1, h2, h3 {
	font-size: 24pt;
}

#wrap {min-height: 100%;}

/* Hide certain elements from print */
.donotprint, .not-for-print, .web-only, .onlyforweb,
#epi, 
#sidebar, 
#epi-footer,
#main-menu,
.social,
.admin-only, 
.materials,
#access,
#wpadminbar,
.stwrapper,
.wrap-footer,
#wrap-footer,
#blogside,
.blog-sharebuttons,
.entry-side,
body.blog .main-bottom,
#dsq-content,
.actionlink,
.blog-tags,
.epishare-facebook,
.epishare-twitter,
.epishare-image
{
	display: none;
}

#epi-masthead a,
.blog-header a {
	text-decoration: none;
}

.blog-byline {
	margin: 1em 0;
}

.blog-entry {
	border: none !important;
}

a {
	font-weight: bold;
	text-decoration:none;
}


/*
 * Print styles previously in EPI's HTML Boilerplate
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
 */
* { 
	background: transparent !important; 
	color: black; 
	text-shadow: none !important; 
	filter:none !important;
	-ms-filter: none !important; 
} 
@page { 
	margin: 0.5cm; 
}
a, a:visited { 
	color: #444 !important; 
	/*text-decoration: underline; */
}
/*  a[href]:after { content: " (" attr(href) ")"; }*/
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, 
a[href^="javascript:"]:after, 
a[href^="#"]:after { 
	content: ""; 
}  /* don't show links for images, or javascript/internal links */
pre, 
blockquote,
h1,
h2,
h3 { 
	page-break-inside: avoid; 
}
thead { 
	display: table-header-group; 
} /* css-discuss.incutio.com/wiki/Printing_Tables */
p, h2, h3 { 
	orphans: 3; 
	widows: 3; 
}
h2, h3 { 
	page-break-after: avoid; 
}
