Sheep creek was a real gem of a trail, one of the best mountain lake trails I've ever ridden. It was dry up to just about 9,000' (right Denny?)and featured a 3 mile high speed meadow section second to none.

There's Denny and someone whose name escapes me.
Here's the lake

Get out there and ride it, and write! Info here and from IMBA here and a easy to use form letter here.
Feel free to ignore the rest if you don't like looking at CSS.
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:left;
font: normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}
#main-wrapper {
width: 410px;
float: left;
410 pixel width? optimized for all those people at 800x600 eh? Someone hates freedom. If this were my blog i'd do
#outer-wrapper {
max-width: 1000px;
margin:0 auto;
padding:10px;
text-align:left;
font: normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}
#content-wrapper {
width:auto;
}
#main-wrapper {
width: 66%;
min-width:400px;
max-width: 600px;
float: left;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
(just joking, this blog is a great, thanks for letting me contribute)