@charset "utf-8";
/* CSS Document */

/* Hides unneccessary items */
	#rightColumn,
	#primaryNavigationInner,
	.footerBox2, 
	.footerBox3,
	.footer .searchSite,
	.articleActionsBar,
	#currentPathLine {
		display: none;
	}

/* Aligns the header image to the left */
	#headLogo {
		text-align: left;
		margin: 0 11px 24px 11px;
	}

/* Adjusts center content to be correct */
	#mainCenterBorderRight {
		margin-right: 0;
		margin-left: 0;
		background-image: none;
	}
	
	#mainCenter,
	#wrapup,
	#copyright,
	body,
	.footer,
	#logo,
	#templeBanner,
	#mainCenter .articleActionsBarSeparator {
		background-image: none;
	}
	
	#copyright {
	margin-top: 1.5em;
	}
	
	#wrapup {
		border-width: 0;
		background-color: white;
	}


/* Adjusts footer content to center */
	/* "Need Help?" box */
		.footerBox1 {
			text-align: center;
			width: 100%;
			margin: 1.8em 0;
		}

	#copyright,
	.footer {
		padding: 0;
	}

/* This aligns the footer material to the left 
	#logo,
	#copyright p {
		text-align: left;
		margin: 0 11px 24px 11px;
	}
	
	#copyright,
	.footer {
		padding: 0;
	} */

	/* "Need Help?" 
	.footerBox1 {
		margin-left: 11px;
		width: 100%;
	} */

/* Disable icons on links */	
#wrapup a.audio,
#wrapup a.video,
#wrapup a.external,
#wrapup a.popup,
#wrapup a.go,
#wrapup a.printIcon,
#wrapup a.donateIcon,
#wrapup a.shareIcon,
#wrapup a.emailIcon {
	padding: 0;
	background-image: none;
}