/* This is a mess */

@import url(page.css);

* {
					margin: 0;
					padding: 0;
					border: 0;
					font-family: "Lucida Grande","Lucida Sans Unicode",Lucida,Helvetica,Arial,Verdana,sans-serif;
					font-size: 11px;
					line-height: 22px;
					}

body {
	background-color: #f6f9f0;
}
a, .thing {
	color: #5d7cba;
}

ul.menu {
	float: left;
	list-style: none;
	text-align: left;
	font-size: 90%;
	width: 240px;
}
ul.menu a {
	display: block;
}
ul#three {
	width: 220px;
}
li {
	border-bottom: 1px solid #999;
	width: 220px;
}

#page {
					width: 400px;
					}
li.low a {
	color: #999;
}
li.on a {
	color: #c63;
	font-weight: bold;
}

#horse h1 {
	float: left;
	width: 220px;
	height: 2em;
	line-height: 2em;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	text-align: center;
	background-color: #ccc;
	}
#horse p#intro {
	margin-left: 240px;
	margin-bottom: 2em;
	}


p#timestamp {
	margin-bottom: 1.7em;
	color: #669;
	text-align: right;
}
p#timestamp {
	color: #666;
}

#story {
	line-height: 1.7em;
}
h3 {
	margin-bottom: 1em;
}
h3 a {
	font-size: 15px;
	line-height: 1.7em;
}

#story img {
	display: block;
	margin-bottom: 1.7em;
	border: 1px solid #000;
}
#story blockquote,
#story ul,
#story ol {
	margin: 0 2em;
	width: auto;
}
#story ul,
#story ol {
	margin-bottom: 1em;
}
#story li {
	width: auto;
	border-bottom: none;
}

#pitch {
	margin-top: 2em;
	border-top: 1px solid #666;
	width: 400px;
	}
#pitch p {
	width: 100%;
	}
#pitch a strong:first-child {
	margin-right: 2px;
	padding: 2px 4px 2px 5px;
	background-color: #666;
	color: #ddd;
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#pitch a:hover {
	text-decoration: none;
	}

#error {
	background: transparent url(/holding/img/wide400.png) 0 0 no-repeat;
	}
