A look at Mueller State Park near Divide.
Description: The park is a Front Range gem, located west of Colorado Springs just outside Divide – home to the highly worthy post-hike stop Paradox Beer Co. Mueller boasts 55 miles of rugged trail, some reserved for cyclists and some for horseback riders, sloping at moderate grades through forests in Pikes Peak’s shadow. In the summer, carpets of wildflowers sprawl. In the winter, three furnished log cabins accommodate cross-country skiers, sledding families and hunters of the park’s 800-acre designated area.
Activities: Hiking, biking, horseback riding, fishing, hunting, snow tubing/sledding, cross-country skiing/snowshoeing, wildlife/bird viewing, geocaching, camping.
Wildlife: Elk, mule deer, bobcats, mountain lions, bears and several small mammals; golden eagles, Cooper’s hawk, red-tailed hawk, goshawk among common raptors; broad-tailed hummingbird, hair woodpecker, Steller’s jay, mountain bluebird among other birds.
Fun fact: The park is named for W.E. Mueller, who established the former Mueller Ranch that later was sold to Colorado State Parks and Wildlife.
Success! Thank you for subscribing to our newsletter.
function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);
nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}
function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}
function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;
result.innerText = “”;
if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}
function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=60&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});
}
#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20outdoors%20sign%20up.png);
background-size: cover;
}
#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: ;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}
#successnsltr a {
color: white;
}
.hideblock {
display:none;
}
h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}
@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20outdoors%20sign%20up.png);
background-size: cover;
}
}
Address: 21045 Colorado 67 South, Divide, 80814
Contact: 719-687-2366, mueller.park@state.co.us
Hours: Day use 5 a.m.-10 p.m.
Directions: Head west on U.S. 24 to Divide and turn south on Colorado 67. Continue 3.5 miles to park entrance on the right.
SETH BOSTER, THE GAZETTE