/*
HaikuHerman.eu
Author: Nick Looijmans (n.looijmans@nocus.eu)
*/

/* ##### YUI RESET ######################################################## */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}input,fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
br.clearfix { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
*:focus {outline: 0;}

/* ##### BODY ######################################################## */

html {
	background: #f1f1f1 url('../img/bigbg.jpg') center top no-repeat;
}

body {
	font: 14px/22px Georgia, 'Times New Roman', serif;
	color: #767676;
	height: 100%;z
	text-shadow: #fff 0 1px 0;
	
}

.herman {
	width: 513px;
	height: 567px;
	position: fixed;
	bottom: 0;
	right: 0;
	background: url('../img/herman-foto.png') no-repeat;
}

.wrapper {
	width: 960px;
	position: relative;
	z-index: 100;
	margin: 0 auto;
}

h1 {
	width: 374px;
	height: 75px;
	margin-bottom: 30px;
	text-indent: -9999px;
	background: url('../img/haikuherman2.png') no-repeat;
}

h2 {
	margin-top: 20px;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}

h2.share {
	color: #767676;
	float: left;
	margin-top: 13px;
	margin-right: 5px;
}

.content {
	float: left;
	width: 540px;
	margin: 145px 0 0 90px;
}

form#haiku {
	margin-top: 30px;
}

form#haiku #website {
	font-size: 30px;
	width: 500px;
	margin-bottom: 7px;
	padding: 16px 20px;
	background: url('../img/input2.png');
}

.button {
	text-align: right;
	margin-right: 2px;
}

.copyright {
	margin-top: 50px;
	color: #898989;
	text-align: center;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #898989;
	border-bottom: 1px solid #9b9b9b;
}

a:hover {
	color: #222222;
}

a.facebook {
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	float: left;
	margin-left: 15px;
	margin-top: 7px;
	display: block;
	background: url('../img/facebook2.png') no-repeat;
}

a.twitter {
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	float: left;
	margin-left: 10px;
	display: block;
	margin-top: 7px;
	background: url('../img/twitter2.png') no-repeat;
}