body, html {
	height: 100%;
}

body {
	background-color: #FFF;
	overflow: hidden;
	width: 100%;
	font-family: "john-doe-1","john-doe-2",serif;
	font-size: 130%;
}
		
#background {
	position: absolute;
	z-index: -1;
}

.display {
	height: 25%;
	margin-top: 5%;
	margin-left: 5%;
	width: 50%;
}

ul.findme a {
	background: #E6F2FF;
	color: #000;
	display: inline-block;
	
}

html.boxshadow ul.findme a {
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}

h1 {
	font-weight: normal;
	font-size: 3em;
	padding: 2px 4px;
}

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

.title {
	margin: 1em 0;
}

ul.findme {
	list-style: none;
	margin: 0.5em;
	margin-top: 1em;
}

ul.findme a {
	padding: 2px 3px;
	text-decoration: none;
	margin-bottom: 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;
}
