/** 
 ** $Id: style.css 77 2010-04-11 11:32:38Z ivuorinen $
 **/

body {
	background-color: #fff;
	color: #111;
	text-align: center;
	padding-top: 10%;
	font: 16px/150% "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
section, #section {
	width: 900px;
	margin: 0 auto;
}
h1 {
	font-size: 80px;
	line-height: 90%;
	padding: 0px 0;
	display: block;
	width: 500px;
	margin: 0 auto;
	text-transform: lowercase;
}
h1 span {
    white-space: nowrap;
}
a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #900;
}
a:hover {
	color: #900;
}

form, input {
    display: inline !important;
    margin: 0px; padding: 0px;
}
