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

*/

.highlight	{
	background-color: yellow;
}
#haiku {
	font: 18px/26px Georgia, 'Times New Roman', serif !important; 
	color: #2f2f2f;
	text-shadow: #fff 0 1px 0;
	width: 658px;
	height: 384px;
	z-index: 1000;
	position: fixed;
	bottom: 0;
	right: 0;
	background: url('http://haikuherman.eu/img/fr-herman-foto.png') right top no-repeat;
}

.herman-balloon {
	padding: 15px 30px;
	width: 240px;
	margin-left: 70px;
	margin-top: 120px;
	float: left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 4px solid #2f2f2f;
	background: #fff;
}

.herman-balloon p {
	text-align: left;
	margin: 0;
}

.herman-balloon-end {
	width: 22px;
	height: 42px;
	float: left;
	margin-top: 160px;
	margin-left: -4px;
	background: url('http://haikuherman.eu/img/balloon.png');
}

#herman_footer {
	width: 658px;
	height: 59px;
	background: url('http://haikuherman.eu/img/footer.png');
	position: absolute;
	bottom: 0;
	right: 0;
}

a.haikuherman {
	width: 211px;
	height: 59px;
	margin: 0;
	text-indent: -9999px;
	float: left;
	margin-left: 36px;
	display: block;
	background: url('http://haikuherman.eu/img/haikuherman.png') no-repeat;
}

a.facebook {
	width: 35px;
	margin: 0;
	height: 35px;
	text-indent: -9999px;
	float: left;
	margin-left: 15px;
	margin-top: 13px;
	display: block;
	background: url('http://haikuherman.eu/img/facebook.png') no-repeat;
}

a.twitter {
	width: 35px;
	height: 35px;
	margin: 0;
	text-indent: -9999px;
	float: left;
	margin-left: 10px;
	display: block;
	margin-top: 13px;
	background: url('http://haikuherman.eu/img/twitter.png') no-repeat;
}
