html
	{
		font-family: sans-serif;
		background: #9DA26E;  
		padding: 1em;
		background-image: url('./media/meditate.jpg');
		background-repeat: repeat;
		font-size: 24px;
	}

body
	{
		max-width: 960px;
		margin: 0 auto;
		background: #9DA26E;
		color: #000000;
		border-radius: 1em;
	}

h1
	{
		font-family: serif;
		color: #000000;
		margin: 1em 0;
	}

a
	{
		display: flex;
		justify-content: center;
		align-items: center;
		color: #000000;

	}

hr
	{
		border: none;
		border-top: 1px solid #5E503A;
	}

nav
	{
		border-radius: 1em 1em 0 0;	
	}

footer
	{
		border-radius: 0 0 1em 1em;
	}

nav,
footer

	{
		background: #5E503A;
		display: flex;
		align-items: center;
		align-content: center;
		padding: 1em;
		color: #000000;
	}

nav h1
	{
		flex: auto;
		margin: 0;
	}

nav h1 a
	{
		text-decoration: none;
		padding: 0.24em 0.5em;
	}

footer ul
	{
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}

nav button
	{
		background-color: #9DA26E;
		margin: 0.25em;
		background-style: outset; 
	}

.content button
	{
		background-color: #5E503A;
		margin: 0.25em;
		background-style: outset;
	}

.content button > a
	{
		color: #9DA26E;
		display: block;
		padding: 0.5em;
		text-align: center;	
	}

footer ul li a,
footer ul li span,
header .action
	{
		display: block;
		text-align: center;
	}

.content
	{
		padding: 0 1em 1em;
	}

.content > header 
	{
		display: flex;
		align-items: center;
		align-content: center;
		color: #000000;
	}

.topper
	{
		flex: auto;
	}

.reading
	{
		display: flex;
	}

.reading h1
	{
		flex: auto;
	}

a:link,
a:visited,
a:hover,
a:active
	{
		color: #000000;
		text-decoration: none;
	}

.topper h1
	{
		margin-bottom: 0.5em;
	}

.topper p
	{
		margin-left: 1em;
		margin-top: 0.25em;
	}

.flash
	{
		margin: 1em 0;
		padding: 1em;
		background: #24ABAB;
		color: #5E503A;
		border-radius: 1em;
		border: 1px solid #5E503A;
		text-align: center;
		font-weight: bold;
	}

.post > header
	{
		display: flex;
		align-items: flex-end;
	}

.post > header > div:first-of-type
	{
		flex: auto;
	}

.post > header h1
	{
		margin-bottom: 0;
	}

.content form
	{
		margin: 1em 0;
		display: flex;
		flex-direction: column;
	}

.content label,
.content select
	{
		margin-bottom: 0.5em;
		color: #000000;
	}

.content input,
.content select,
.content textarea
	{
		margin-bottom: 1em;
		font-size: 0.75em;
	}

.content textarea
	{
		min-height: 10em;
		resize: vertical;
	}

.body
	{
		white-space: pre-wrap;
	}

input.danger
	{
		color: #c50303;
	}

input[type=submit]
	{
		min-width: 7em;
		margin-top: 1em;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		align-self: end;
		font-size: 0.75em;
	}

.post,
.prayers
	{
		margin: 1em;
		padding: 1em;
		border-style: solid;
		border-width: 1px;
		border-color: #5E503A; 
		border-radius: 1em;
	}

.theme
	{
		text-align: center;
	}
