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


body {
	font-family: "Georgia", Times New Roman, Serif;
	color: #000;
	background: #fff;
}

#container {
	background: #fff;
	/* width: 960px; */
	padding: 40px;
	margin: 0 auto;
}

/*Remove Elements*/
.sharethis, .postmeta-share, #featured, #countdown-text, .mfpf-logo, #menu, #header, #footer, .menu-user-container, #frm_search_form, .noprint{
	display: none;
}

#header h1 {
	text-align: center; 
	font-size: 35pt; font-style: italic;
	margin: 0;
}
#header h2 {
	text-align: center;
	font-size: 30pt;
}

#content h2 {
	font-size: 30pt
	font-style: italic;
}

#content h3 {
	font-size: 18pt;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

#main p a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}

#content p {
    padding-bottom: 0px;
}

/*
.comments {
	page-break-before: always;
}
*/

ol.commentlist li {
	list-style: none;
	border-bottom: 2px solid #eee;
	margin: 0 0 10pt 0;
}
	ol.commentlist li div.comment-meta {
		font-size: 6pt;
	}

/* Show URL
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="//"]:after, a[href^="//"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="//"] {color:#000;}
 */
 
img.alignright {
  display: inline;
  margin: 0 0 10px 10px;
  padding: 0;
  float: right;
}
img.alignleft {
    display: inline;
    margin: 0 10px 10px 0;
    padding: 0;
}

#logo { text-align: center;}

#footer { font-size: 8pt; font-style: italic; color: grey; }


/* donation items */
.page-template-page-donation-items-php .et-learn-more {
    background: #fff !important;
    border: 1px solid #fff !important;
}
.page-template-page-donation-items-php table tr td:last-child {
    display: none;
}








}