body, html {
	height: 100%;
}

body {
	background-color: #FFF;
	overflow: hidden;
	width: 100%;
	font-family: 'Arimo', sans-serif;
	font-size: 130%;
}
		
#background {
	position: absolute;
	z-index: -1;
}

.display {
	position: absolute;
	bottom: 5%;
	right: 4%;
	text-align: right;
}

html.boxshadow ul.findme a {
	-webkit-box-shadow: 1px 2px 3px rgba(114,103,146,0.8);
	-moz-box-shadow: 1px 2px 3px rgba(114,103,146,0.8);
	box-shadow: 1px 2px 3px rgba(114,103,146,0.8);
}

h1 {
	font-size: 3em;
	padding: 2px 0;
	color: #d3c6f1;
	text-shadow: 2px 2px 4px #2F4F2F;
	margin-bottom: 4px;
}

.display p span {
	margin: .5em 0 0;
	padding: 2px 4px;
	color: #FFF;
}

.title {
	margin: 1em 0;
}

ul.findme {
	list-style: none;
	margin: 0.4em 0.2em;
	margin-top: 1em;
	font-size: 0.9em;
	overflow: hidden;
}

ul.findme li { 
	float: right;
	width: auto;
	margin-left: 5%;
	text-decoration: italic;
}

ul.findme a {
	background: #F0FFF0;
	color: rgb(114,103,146);
	display: inline-block;
	padding: 5px 8px;
	text-decoration: none;
	font-style: italic;
	border-radius: 3px;
}

ul.findme a:hover {
	color: #FFF;
	background-color: #333;
	text-decoration: none;
}

#contact-form {
	float: left;
	margin: 1em;
	font-size: 70%;
	font-weight: 700;
}

.show_form {
	display: inline;
}

.hide_form {
	display: none;
}

.form_field {
	width: 190px;
	margin-bottom: 8px;
}

.form_textarea {
	width: 190px;
	height: 70px;
}

.form_submit {
	margin-top: 8px;
}

.form_status {
	padding: 10px;
	margin-bottom: 10px;
}

.form_status_error {
	border: 1px solid #990000;
	color: #990000;
	background: #FFDDDD;
}

.form_status_sent {
	border: 1px solid #00CC00;
	color: #006600;
	background: #D9FFD9;
}