html, body {
	height: 100%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(255,255,255,0.7);
}

.container
{
	max-width: 60em;
	margin-left: auto;
	margin-right: auto;
}

.church-image
{
	width: 100%;
}
.church-image img
{
	width: 100%;
	opacity: 0.4;
	position: relative;
	z-index: -1;
}

.site-title {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	white-space: nowrap;
}

#header .site-title { padding-left: 1em; }

.site-subtitle {
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
	white-space: nowrap;
}

#header {
	background: rgba(100,46,144,1);
	color: white;
	cursor: default;
	min-height: 3.25em;
	left: 0;
	line-height: 3.25em;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 10000;
	
	text-align: center;
}

.header-holder {
	width: 100%;
	height: 3.25em;
	display: none;
}

ul {
	margin: 0 0 2em 0;
}
ul.actions {
	cursor: default;
	list-style: none;
	padding: 0;
}
ul.actions li {
	display: block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
ul.actions li:last-child { 
	padding-right: 0;
}

.header-image img {
	max-width: 100%;
}



.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	
	background-color: #666;
	border-radius: 6px;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	height: 3em;
	line-height: 3em;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}


.button:hover {
	background-color: #737373;
}
.button:active {
	background-color: #595959;
}


.button.alt {
	/*
		background-color: rgba(255,255,255,0.8);
		color: #888;
	*/
	background-color: rgba(28,208,0, 0.8);
	box-shadow: inset 0 0 0 2px rgb(78,251,51);
	color: white;
	text-shadow: 2px 2px rgba(0,0,0,0.2);
	
}
	.button.alt:hover {
		background-color: rgba(255,255,255, 0.8);
		color: rgba(28,208,0, 0.8);
		text-shadow: none;
	}
	
	.button.alt:active {
		background-color: #f0f0f0;
	}
	
	.button.alt.icon:before {
		color: #999;
	}

#main
{
	margin-top: -18%;
	
	z-index: 9999;
}

footer
{
	text-align: center;
}

.last-updated {
	color: #888;
	font-size: 0.7em;
	font-style: italic;
}

.copyright {
	color: #aaa;
	font-size: 0.7em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.report-footer
{
	text-align: left;
	font-size: 0.8em;
	margin-bottom: 2em;
}

.box {
	background: rgba(255,255,255,0.8);
	padding: 2em;
	margin: 2em;
	border-radius: 6px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}