/* -----------------------------------
base styles
----------------------------------- */
html {
	/*height:100%;*/
}
body {
	margin: 0;
	padding: 0 1em 0 1em;
	color: #000;
	background: #E4DDC6;
	/*height:100%;*/
	/*font: 100%/1.4 helvetica, arial, sans-serif;*/

}
h1, h2, h3 {
	font-family: 'Exo', Verdana, Helvetica, Arial, sans-serif;
	color: #325600; 
}
h1 {
	border-bottom: 2px dotted #477a00;
	margin-bottom: 0;
}
h2 {
	border-bottom: 1px solid #477a00;
	margin-bottom:.3em;
}
h3 {
	border-bottom: 1px dotted #477a00;
	margin-bottom:.3em;
}
.content {
	background-color: white;
	padding: 10px 10px 45px 10px;
	height:100%;
	min-height: 500px;
	position: relative;
}
.tagline {
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: 400;
	text-align: right;
	margin-bottom: 1em;
}
.content p.logo-p {
	margin: -35px -10px 0 0;
	float: right;
}
.content p {
	margin-top:0;
	margin-bottom:1.2em;
}
.content a {
	color: #477a00;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content a:visited {
	color: #727A3F;
}
.content dt {
	padding-top:1em;
}
footer {
	position:fixed;
	bottom:10px;
}