/* @override http://simoncrowley.net/css/poem.css */

* {
	margin: 0;
	padding: 0;
	font-weight: 200;
	font-size: 100%;
	list-style-type: none;
}

body.cssgradients {
	background: -webkit-gradient(linear, center top, center bottom, from(#eaeaea), color-stop(1, #fff)) repeat-x;
}

body.no-cssgradients {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

body {
	margin: 1em;
	color: #000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 200 !important;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #bbb;
	-webkit-transition: border-bottom .1s linear;
}

a:visited {
	border-bottom: 1px dotted #666;
}

a:active, a:hover {
	border-bottom-color: #666;
	color: #000;
}

h1 {
	font-size: 167%;
	line-height: 1.2em;
}

#poem {
	display: block;
	width: 500px;
}

#poem p {
	margin-bottom: 1em;
}

hr {
	width: 500px;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #aaa;
	margin: 1em 0;
}

footer {
	display: block;
	clear: both;
	padding-top: .5em;
	font-size: 70%;
}
