<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-05-12T02:49:26+00:00</updated><id>/feed.xml</id><title type="html">Lake Cavanaugh</title><subtitle>Lake Cavanaugh Improvement Association (LCIA) Skagit County, WA</subtitle><entry><title type="html">Message from the President</title><link href="/community/news-25_june_message_president" rel="alternate" type="text/html" title="Message from the President" /><published>2025-07-09T19:00:00+00:00</published><updated>2025-07-09T19:00:00+00:00</updated><id>/community/news-25_june_message_president</id><content type="html" xml:base="/community/news-25_june_message_president"><![CDATA[<p>Here at Lake Cavanaugh, we are headed into the best time of the year for lake living in Washington state. Let’s keep everyone safe this summer. With the warmer days there are an increased number of runners, walkers and bikers around the lake, please keep your speed down and attention up while driving around the lake.</p>

<p>Out on the water, many people swim off the ends of their docks. Please keep a safe distance of 150 feet from the end of the docks or rafts. Additional boating safety information is available inthis newsletter.</p>

<p>To kick off the summer, our LCIA hosted a Pancake breakfast at the Community Center that was attended by 300 of our neighbors. The food was delicious, the service impeccable, and the community chit chat was outstanding. Along with compliments to the serving and cooking crew, the most common statement that we heard was “how much fun it was to share breakfast and meet new people.” We will be hosting this again next Memorial Day weekend, mark it on your calendar.</p>

<p>The LCIA is hosting several upcoming events to continue to build the community. Following the Grand 4th of July Parade (boat launch to just past the Fire Station), the LCIA will be passing out ice cream. On July 12th the Annual Car Show will be at the community center from 11 am to 2 pm (additional details below). On the third Saturday of the month, we’ll host the Kids Club in the morning and monthly Happy Hour in the evening. Looking ahead to Labor Day weekend, we have activities for everyone spread across the weekend.</p>

<p>Over the 4th of July weekend, we are hosting the annual Lake Cavanaugh Rummage Sale. Starting Saturday, June 28th bring your treasures to the community center for staging and pricing. On Thursday July 3rd through Saturday July 5th – come to the community center to hunt for better treasures to bring back home. This is a great place to get an early jump on Holiday gifts. A huge THANK YOU goes out to Wendy Otenson and her crew. Thank you is not enough appreciation for all the effort, this team puts in. Well done!!</p>

<p>The annual Once Around Lake Cavanaugh Foot Race is scheduled for Saturday July 26th at 10 am Registration forms can be found on the www.lakecavanaugh.info website and on Facebook. This year the proceeds will support the Lake Cavanaugh Trust which is looking out for the community regarding logging safety on Frailey Mountain and clean water in the lake.</p>

<p>Enjoy these long warm days over the next couple of months. This is a great place to share timewith family and friends. Take Care!</p>

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

figcaption {
  font-family: Verdana, sans-serif;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
</style>
</head>
<body>

<div class="slideshow-container">

  <div class="mySlides fade">
    <figure>
      <img src="https://lcia-web.s3.us-west-2.amazonaws.com/images/pancake-2025-1.webp" alt="Pilchuck houses" />
      <figcaption>2025 Pancake Breakfast</figcaption>
    </figure>
  </div>
  <div class="mySlides fade">
    <figure>
        <img src="https://lcia-web.s3.us-west-2.amazonaws.com/images/pancake-2025-2.webp" style="width:100%" alt="Pilchuck incline" />
        <figcaption>2025 Pancake Breakfast</figcaption>
    </figure>
  </div>

<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>

</div>
<br />

<div style="text-align:center">
  <span class="dot" onclick="currentSlide(1)"></span>
  <span class="dot" onclick="currentSlide(2)"></span>
</div>

<script>
let slideIndex = 1;
showSlides(slideIndex);

function plusSlides(n) {
  showSlides(slideIndex += n);
}

function currentSlide(n) {
  showSlides(slideIndex = n);
}

function showSlides(n) {
  let i;
  let slides = document.getElementsByClassName("mySlides");
  let dots = document.getElementsByClassName("dot");
  if (n > slides.length) {slideIndex = 1}
  if (n < 1) {slideIndex = slides.length}
  for (i = 0; i < slides.length; i++) {
    slides[i].style.display = "none";
  }
  for (i = 0; i < dots.length; i++) {
    dots[i].className = dots[i].className.replace(" active", "");
  }
  slides[slideIndex-1].style.display = "block";
  dots[slideIndex-1].className += " active";
}
</script>

</body>
</html>]]></content><author><name>Rick Diedrich</name></author><category term="news" /><summary type="html"><![CDATA[Here at Lake Cavanaugh, we are headed into the best time of the year for lake living in Washington state. Let’s keep everyone safe this summer. With the warmer days there are an increased number of runners, walkers and bikers around the lake, please keep your speed down and attention up while driving around the lake.]]></summary></entry><entry><title type="html">Lake Water Quality Update</title><link href="/community/news-25_june_water_quality" rel="alternate" type="text/html" title="Lake Water Quality Update" /><published>2025-07-09T17:00:00+00:00</published><updated>2025-07-09T17:00:00+00:00</updated><id>/community/news-25_june_water_quality</id><content type="html" xml:base="/community/news-25_june_water_quality"><![CDATA[<p>The monthly water quality testing at Lake Cavanaugh continued to show expected trends in June. As the upper layer of the lake warmed up over the last month, the temperature gradient returned and the oxygen in the deep water started to decline. Currently there is about a 25 degree temperature difference between surface and 75ft depth, and the dissolved oxygen at 75ft dropped down to about 60%, which is still good.</p>

<p>Nutrient levels were also measured (Nitrate and Phosphate) and remain low or undetectable during dry weather, which is good. After rainfall, these levels spike as nutrients from soil wash into the lake and become available for plants and algae to consume during growth cycles. Please always avoid using phosphate fertilizers and soaps so the nutrient levels will remain low enough to keep algae growth in check.</p>

<p>Also, many may already be aware, but there were 2 studies of Lake Cavanaugh water and sediment quality done in 2013 by the WA State Dept of Ecology. In <a href="https://apps.ecology.wa.gov/publications/documents/1403036.pdf">one study</a>, they found that sediment at Lake Cavanaugh contained elevated mercury, but they never tested the fish tissue to see if it was also elevated. Just because sediment mercury is high, doesn’t mean the fish tissue will be high as well. In <a href="https://apps.ecology.wa.gov/publications/documents/1303007.pdf">another study</a>, they found that fish from Lake Cavanaugh had fairly high levels of HCB (hexachlorobenzene), a pesticide that was banned in the 1980’s. So since 2018, Lake Cavanaugh has been listed as a Category 5 on the <a href="https://apps.ecology.wa.gov/ApprovedWQA/ApprovedPages/ViewApprovedListing.aspx?ListingId=86364">state’s impaired waterbody list for HCB</a> for restricted consumption of largemouth bass, sockeye salmon and cutthroat trout.</p>

<p>Since there is no follow-up data on mercury, and it’s likely that HCB levels have dropped since 2013, the Dept of Ecology is willing to prioritize another fish tissue study this October, provided the Community can help catch the fish. This would help confirm if the sediment mercury is buried/inaccessible or available and accumulating in fish tissue. It might also confirm if the category 5 HCB impairment status at Cavanaugh could be lowered or removed. If you are interested in helping catch fish for this study during August 1 to Sept 26th, please contact <a href="mailto:gainesjl1@gmail.com">Jeni Gaines</a>.</p>]]></content><author><name>Jeni Gaines</name></author><category term="news" /><summary type="html"><![CDATA[The monthly water quality testing at Lake Cavanaugh continued to show expected trends in June. As the upper layer of the lake warmed up over the last month, the temperature gradient returned and the oxygen in the deep water started to decline. Currently there is about a 25 degree temperature difference between surface and 75ft depth, and the dissolved oxygen at 75ft dropped down to about 60%, which is still good.]]></summary></entry><entry><title type="html">The One Room School House</title><link href="/community/news-one_room_school_house" rel="alternate" type="text/html" title="The One Room School House" /><published>2025-07-09T14:00:00+00:00</published><updated>2025-07-09T14:00:00+00:00</updated><id>/community/news-one_room_school_house</id><content type="html" xml:base="/community/news-one_room_school_house"><![CDATA[<p>As Skagit County began to become populated in the late `1800’s, and as the logging industry, farming
communities etc. began to prosper, the desire for schools for the children began to become important.
Lake Cavanaugh prior to the logging industry arrival had its own one room schoolhouse here, which
eventually moved to Finn Settlement area. I would like to suggest if you have not already, secure yourself
a copy of the book “Alpine on the Lake” written by our local lake resident Allan Wenzel - the book
spends a bit of time showing you pictures and information regarding schools here at Lake Cavanaugh and
Finn Settlement during the late 19th and early 20th centuries.</p>

<p>Below you will see a picture I have included of the one room schoolhouses supported by the English Logging company in the 1920’s with their students and teacher, here at Lake Cavanaugh.</p>

<p><img src="https://lcia-web.s3.us-west-2.amazonaws.com/images/one_room_school_house.webp" alt="One Room School House" /></p>

<p>When you consider the times, and if you read back through all the stories regarding English logging company and how they treated their employees, Ed English (owner) was quite the progressive person, he took care of his employees and their families – just consider (1920’s and he is supporting a school for his employee’s children). There are countless stories of Ed English taking care of his employees – including the time he was kidnapped by an employee cuffed and held for ransom. The kidnapper was apprehended, but Ed English thought he meant well, did not press charges and continued to employ the person.</p>

<p>The one room schoolhouse was created by residents’ desire for educating their children, they would assess via a tax (local voted) and the money collected was used typically only for materials and teacher wages, and the citizens themselves would construct a schoolhouse. Sometimes bonds were issued to what was labeled at the time to “New York” parties and they would pay as much as 9% interest. The local community would hire a teacher for as many months of the year possible under local financial conditions – which typically meant a 3—4-month annual term at a wage typically around $40.00 per month.</p>

<p>Kids would walk to school; residents considered a 3-mile range as reachable. Kids walked through woods, good and bad roads and when the weather and conditions just got too bad, school was suspended until the weather improved.</p>

<p>The typical school had eight grades with one teacher; there was a recitation bench in front of the teacher’s desk to which groups of children came in turn while the rest were supposed to be studying. There were typically no books, some paper texts that were shared, and maps and charts were very rare. Most children learned from an elder child as well, and each took responsibilities, such as carrying in wood, stoking the stove, ringing the bell, and bringing in a pail of water that everyone drank from.</p>

<p>As the county grew, in the early 1920’s the decline of the country’s schoolhouse to a more regionalized larger school system began. The State of Washington was concerned that the one room schoolhouse may not be able keep up to standards. An attempt was made to define standards, and the concept of instituting standardized examinations at the end of the 8th grade began and continued until the great depression. (Sounds like the WASUL of today – history repeats itself again). The State also began to certify teachers as well, however the supply / demand imbalance for teachers allowed anyone that wanted to give a try at teaching a chance.</p>

<p>As secondary schools (high schools) began to arrive and there was a desire for certain children to progress past 8th grade, the local communities were surprised to see how well the 1 room schoolhouse children faired when they arrived at high school in comparison to the city kids of Mt. Vernon that had more formal and longer annual terms of primary education.</p>

<p>One of the great examples and one of the most famous Skagit County residents - attended a 1 room schoolhouse in Blanchard WA. – which is about 5 miles north of Burlington on Chuckanut Drive. His name - Edward R Murrow - The pioneering broadcaster of WWII and earlier television as well as mentor to Walter Cronkite. See pictures below.</p>

<p>The one room schoolhouse, though gone in most places we live today, they continued on in many rural areas up into the mid 1900’s and did well, as our home schoolers thrive today.</p>

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

figcaption {
  font-family: Verdana, sans-serif;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
</style>
</head>
<body>

<div class="slideshow-container">

  <div class="mySlides fade">
    <figure>
      <img src="https://lcia-web.s3.us-west-2.amazonaws.com/images/murrow-1.webp" alt="Pilchuck houses" />
      <figcaption>Edwin R. Murrow on the cover of Time magazine</figcaption>
    </figure>
  </div>
  <div class="mySlides fade">
    <figure>
        <img src="https://lcia-web.s3.us-west-2.amazonaws.com/images/murrow-2.webp" style="width:100%" alt="Pilchuck incline" />
        <figcaption>Edwin R Murrow to the right as a schoolboy 1918 in Blanchard WA. in his Sunday’s best with his brothers</figcaption>
    </figure>
  </div>
  <div class="mySlides fade">
    <figure>
        <img src="https://lcia-web.s3.us-west-2.amazonaws.com/images/murrow-3.webp" style="width:100%" alt="Hotel Pilchuck" />
        <figcaption>Center 1st row on the Edison WA High School basketball team in 1925</figcaption>
    </figure>
  </div>

<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>

</div>
<br />

<div style="text-align:center">
  <span class="dot" onclick="currentSlide(1)"></span>
  <span class="dot" onclick="currentSlide(2)"></span>
  <span class="dot" onclick="currentSlide(3)"></span>
</div>

<script>
let slideIndex = 1;
showSlides(slideIndex);

function plusSlides(n) {
  showSlides(slideIndex += n);
}

function currentSlide(n) {
  showSlides(slideIndex = n);
}

function showSlides(n) {
  let i;
  let slides = document.getElementsByClassName("mySlides");
  let dots = document.getElementsByClassName("dot");
  if (n > slides.length) {slideIndex = 1}
  if (n < 1) {slideIndex = slides.length}
  for (i = 0; i < slides.length; i++) {
    slides[i].style.display = "none";
  }
  for (i = 0; i < dots.length; i++) {
    dots[i].className = dots[i].className.replace(" active", "");
  }
  slides[slideIndex-1].style.display = "block";
  dots[slideIndex-1].className += " active";
}
</script>

</body>
</html>

<p>Data various sources, including - Skagit Settlers – Trials and Triumphs 1890-1920.</p>]]></content><author><name>Kurt Wold</name></author><category term="news" /><summary type="html"><![CDATA[As Skagit County began to become populated in the late `1800’s, and as the logging industry, farming communities etc. began to prosper, the desire for schools for the children began to become important. Lake Cavanaugh prior to the logging industry arrival had its own one room schoolhouse here, which eventually moved to Finn Settlement area. I would like to suggest if you have not already, secure yourself a copy of the book “Alpine on the Lake” written by our local lake resident Allan Wenzel - the book spends a bit of time showing you pictures and information regarding schools here at Lake Cavanaugh and Finn Settlement during the late 19th and early 20th centuries.]]></summary></entry><entry><title type="html">Craft Fair</title><link href="/events/event_craft_fair" rel="alternate" type="text/html" title="Craft Fair" /><published>2025-06-07T17:53:41+00:00</published><updated>2025-06-07T17:53:41+00:00</updated><id>/events/event_craft_fair</id><content type="html" xml:base="/events/event_craft_fair"><![CDATA[<p>We would like to extend an invitation to our local crafters to participate. The
only charge is a table fee, with no fee for percentage of sales. What a DEAL!</p>

<p>And we have a special category for Junior Crafters (16 and younger).</p>

<p>If you are interested in participating, <a target="_blank" rel="noopener noreferrer" href="https://www.zeffy.com/en-US/ticketing/aa944996-f502-4b3c-93dc-194e3c31a0f1">apply online</a> or <a target="_blank" rel="noopener noreferrer" href="https://lcia-web.s3.us-west-2.amazonaws.com/docs/craft-fair-vendor-application.pdf">download</a> and return an application by August 10th.
We want this to be an enjoyable and fun time for everyone.</p>

<p>Have questions?<br />
Contact <a href="mailto:4nielsen@gmail.com">Christine Nielsen</a> 360-420-7140</p>]]></content><author><name></name></author><category term="events" /><summary type="html"><![CDATA[We would like to extend an invitation to our local crafters to participate. The only charge is a table fee, with no fee for percentage of sales. What a DEAL!]]></summary></entry><entry><title type="html">Fire Department Open House and Lake Wear Sale</title><link href="/events/event_fire_openhouse" rel="alternate" type="text/html" title="Fire Department Open House and Lake Wear Sale" /><published>2025-05-21T19:00:00+00:00</published><updated>2025-05-21T19:00:00+00:00</updated><id>/events/event_fire_openhouse</id><content type="html" xml:base="/events/event_fire_openhouse"><![CDATA[<p><strong>Sunday, May 25th from 8:00 am to 11:00 am</strong></p>

<p>The Lake Cavanaugh Fire Department Auxiliary is hosting their annual open house and Lake Wear Sale at the South Shore Fire Hall.</p>]]></content><author><name></name></author><category term="events" /><summary type="html"><![CDATA[Sunday, May 25th from 8:00 am to 11:00 am]]></summary></entry><entry><title type="html">Once Around Lake Cavanaugh Race/Walk</title><link href="/events/event_once_around" rel="alternate" type="text/html" title="Once Around Lake Cavanaugh Race/Walk" /><published>2025-05-21T19:00:00+00:00</published><updated>2025-05-21T19:00:00+00:00</updated><id>/events/event_once_around</id><content type="html" xml:base="/events/event_once_around"><![CDATA[<h1 id="saturday-july-26th--1000-am">Saturday, July 26th @ 10:00 am</h1>

<p>Mark this on your calendars, the annual Once Around foot race is scheduled for <strong>Saturday, July 26th at 10:00 am</strong>. There is plenty of time to get in Once Around shape. Proceeds this year will benefit the Lake Cavanagh Trust. After the race, stick around for a little social time. Snacks and beverages will be provided.</p>

<p>Watch the LCIA website and Facebook for additional information and registration in the coming weeks!</p>]]></content><author><name></name></author><category term="events" /><summary type="html"><![CDATA[Saturday, July 26th @ 10:00 am]]></summary></entry><entry><title type="html">Memorial Day Weekend Pancake Breakfast</title><link href="/events/event_pancakes" rel="alternate" type="text/html" title="Memorial Day Weekend Pancake Breakfast" /><published>2025-05-21T19:00:00+00:00</published><updated>2025-05-21T19:00:00+00:00</updated><id>/events/event_pancakes</id><content type="html" xml:base="/events/event_pancakes"><![CDATA[<p><strong>Sunday, May 25th from 8:00 am to 11:00 am</strong></p>

<p>The LCIA is providing a pancake Breakfast for the entire lake Cavanaugh Community as a welcome back and kick off to summer. Breakfast is FREE to all LCIA members. Non members could join the LCIA or pay a small fee for breakfast.</p>

<p>Breakfast will be fluffy pancakes right off the grill, scrambled eggs (assuming our order is filled), your choice of bacon or sausage, orange juice and coffee. Gluten free pancakes are available on
request.</p>]]></content><author><name></name></author><category term="events" /><summary type="html"><![CDATA[Sunday, May 25th from 8:00 am to 11:00 am]]></summary></entry><entry><title type="html">Message from the President</title><link href="/community/news-25_message_president" rel="alternate" type="text/html" title="Message from the President" /><published>2025-05-20T19:00:00+00:00</published><updated>2025-05-20T19:00:00+00:00</updated><id>/community/news-25_message_president</id><content type="html" xml:base="/community/news-25_message_president"><![CDATA[<p>With the weather a little suspect this week, it is hard to imagine that summer 2025 is almost here. Over the next couple of weeks, the lake will burst with activity. Boats and water toys of all kinds will appear on the beaches and docks around the lake. I really enjoy this time of year, energy abounds.</p>

<p>Over the dark winter months, our LCIA board discussed our goals for the year. The main focus of this year’s board is building community. Aside from the spectacular natural beauty of the lake and surrounding mountains, the community here is what makes this place so very special.</p>

<p>Kicking off the summer events is the Community Pancake Breakfast at the Community Center on South Shore. Join us on Sunday, May 25th for a lovely breakfast, connect with friends old and new. Breakfast is FREE for all LCIA members and their close families. Nonmembers can pay a small fee for breakfast or join on the spot and get a free breakfast. Next door at the fire hall, the Fire Department Auxiliary will be holding their annual open house and Lake Wear sale. Fill up on breakfast and new shirts in one stop.</p>

<p>In July, there are more community events: the Fourth of July Grand Parade (10:00 am) and Ice Cream Sundae social. On July 12th we will host the 4th annual Car Show at the Community Center. On July 26th will be the Annual Once Around Lake Cavanaugh foot race / walk with a post-race social for racers and fans.</p>

<p>Labor Day weekend at the end of August, we will have a raft full of activities during Fun Fest. Pickleball Tournament, Volleyball, Horseshoes, Golf, Kids Games, Craft Fair and of course the very popular Sunday Evening Dance at the Community Center.</p>

<p>In addition to these special summer events, we have the ongoing monthly events where you can take engage in the community. Monthly events include Kids Club, Book Club, Bunco, Garden Club, Happy Hour and History Club.
While that looks like a packed schedule, I’m sure we can fit in more if there is an idea for additional events. If you have ideas, reach out to me or any board member.</p>

<p>I would like to thank these community members who play important roles in keeping our
community center in great shape, organize events and leading many other important functions in our Lake Cavanaugh community.</p>

<ul>
  <li>Larita &amp; Brent Humble - Managing the operation and maintenance of our Community Center</li>
  <li>Priscilla McElhose - Coordinating the rental activities at our Community Center</li>
  <li>Matt Douglas - Managing our funds as treasurer</li>
  <li>Gay Duvall - Recruiting advertisers and sponsors for LCIA activities</li>
  <li>Greta Geivett - Coordinating our Community Newsletter</li>
  <li>Jeni Gaines - Managing the lake water quality inspections and reports</li>
  <li>Debbie and Dwight Small – Keeping our two reader boards updated</li>
  <li>Shannon O’Kelley - Recruiting and membership</li>
  <li>Josh Furman - Managing the LCIA website and database</li>
</ul>]]></content><author><name>Rick Diedrich</name></author><category term="news" /><summary type="html"><![CDATA[With the weather a little suspect this week, it is hard to imagine that summer 2025 is almost here. Over the next couple of weeks, the lake will burst with activity. Boats and water toys of all kinds will appear on the beaches and docks around the lake. I really enjoy this time of year, energy abounds.]]></summary></entry><entry><title type="html">Lake Cavanaugh Trust Update</title><link href="/community/news-25_may_trust_update" rel="alternate" type="text/html" title="Lake Cavanaugh Trust Update" /><published>2025-05-20T18:00:00+00:00</published><updated>2025-05-20T18:00:00+00:00</updated><id>/community/news-25_may_trust_update</id><content type="html" xml:base="/community/news-25_may_trust_update"><![CDATA[<p>The Lake Cavanaugh Trust would like to update everyone on the status of the Failey Mountain logging Forest Practice Application (FPA) #2819518 that Timberline Logging Inc., with ties to Neilson Brother’s, filed in May of 2024.</p>

<p>In an effort to help keep the residents of our community safe and the lake water clean our attorneys’ submitted comments on both the FPA as well as the SEPA Checklist documents to the Department of Natural Resources (DNR). You can find both documents on our website HERE. Our hope was that DNR would require Timberline to resubmit their documents with the required, previously omitted information, and that this information, once in the light, would force DNR to deny Timberline’s FPA on the grounds we assert on our response materials.</p>

<p>Unfortunately, DNR approved the FPA on September 18, 2024, and Timberline at once started construction on the road and the 85’ long bridge across the ravine on very steep slopes.</p>

<p>On October 1, 2024, The Lake Cavanaugh Trust filed a Notice of Appeal and Motion for Emergency Stay with the Pollution Control Hearing Board. The Emergency Stay was denied, and we then filed a Motion for Temporary Suspension on October 28, 2024. Filings and motions and declarations followed for several months and then on March 28, 2025, we received an Order on Motion for Temp Suspension which granted the stay.</p>

<p>In the meantime, the effectiveness of FPA #2819518 is suspended and Timberline, or any of its agents or contractors, shall not conduct any further forest practices authorized by FPA #2819518 pending a decision on the merits of this case. The stay will be in effect until after a hearing. The hearing on this matter is scheduled for October 7-9, 2025.</p>

<p>We have come a long way and carried out what some thought was not possible. It has taken a lot of hard work by the dedicated members of the Lake Cavanaugh Trust and the financial support of our contributors. But the fight for the safety of all of us and to keep the waters of Lake Cavanaugh clean is far from over.</p>

<p>As a 501-(c) 4 non-profit organization, the Trust relies entirely on donations to pay our legal and consulting fees. We have no payroll/overhead expenses, and the board is not paid for their time. Our directive is to advocate for the greater community’s right to safely live and recreate in and around Lake Cavanaugh and to protect the quality of the water of Lake Cavanaugh. In doing so, we also consider ourselves stewards of the natural environment. If you can, please consider donating via our website.</p>

<p>As you can imagine, it is very expensive to fight these legal battles, and the Trust would greatly appreciate any kind of financial help you can offer. In the last nine months The Trust has incurred approximately $25,000 in legal and consultant expenses. The expected costs for the upcoming hearing in October will likely run over $50,000.</p>

<p>Thank you so much to everyone who has donated to the cause, and to the many folks that have generously donated in past years. This effort is critically important to the well-being of Lake Cavanaugh residents and to the Lake itself. Please consider donating via our website; www.lakecavanaughtrust.com. We truly appreciate your continued support.</p>]]></content><author><name>Bob McCullough</name></author><category term="news" /><summary type="html"><![CDATA[The Lake Cavanaugh Trust would like to update everyone on the status of the Failey Mountain logging Forest Practice Application (FPA) #2819518 that Timberline Logging Inc., with ties to Neilson Brother’s, filed in May of 2024.]]></summary></entry><entry><title type="html">Lake Water Quality Update</title><link href="/community/news-25_may_water_quality" rel="alternate" type="text/html" title="Lake Water Quality Update" /><published>2025-05-20T17:00:00+00:00</published><updated>2025-05-20T17:00:00+00:00</updated><id>/community/news-25_may_water_quality</id><content type="html" xml:base="/community/news-25_may_water_quality"><![CDATA[<p>Spring is in the air… let’s hope fertilizing is not! Lake Cavanaugh’s water quality is at risk every time someone fertilizes their lawn, or uses phosphate soaps or detergents in their house, on their roof or surrounding property. Typically, algae growth is limited by the amount of available phosphorus in lakes. So even if there is excess nitrogen, it will keep things in check if phosphorus remains low. But phosphorus builds up in the lakes over time. It gets used by plants, then when they die and decompose, the phosphorus returns to the water. It doesn’t go away. So if people are pouring more and more phosphorus in the lake by fertilizing lawns, it causes persistent algae blooms and eventual lake “extinction” events that require chemical treatment interventions.</p>

<p><img src="https://lcia-web.s3.us-west-2.amazonaws.com/images/water_quality-micro_clover.webp" alt="Micro Clover" /></p>

<p>The monthly water quality testing at Cavanaugh now includes monitoring for phosphates and nitrogen. Spikes in phosphate levels are being seen at beaches where green lawns are present. These phosphate level spikes are approaching the high-risk zone for algae blooms (0.07 ppm). One alternative to consider, is planting micro clover (Trifolium repens var. ‘Pirouette’) instead of grass. It stays green naturally, never needs fertilizer, and requires less mowing. We all need to be vigilant about not using phosphates around the lake. Please consider attending the next LCIA meeting on May 24th to hear more about the water quality program and results. Thank you for helping keep Lake Cavanaugh clean!</p>]]></content><author><name>Jeni Gaines</name></author><category term="news" /><summary type="html"><![CDATA[Spring is in the air… let’s hope fertilizing is not! Lake Cavanaugh’s water quality is at risk every time someone fertilizes their lawn, or uses phosphate soaps or detergents in their house, on their roof or surrounding property. Typically, algae growth is limited by the amount of available phosphorus in lakes. So even if there is excess nitrogen, it will keep things in check if phosphorus remains low. But phosphorus builds up in the lakes over time. It gets used by plants, then when they die and decompose, the phosphorus returns to the water. It doesn’t go away. So if people are pouring more and more phosphorus in the lake by fertilizing lawns, it causes persistent algae blooms and eventual lake “extinction” events that require chemical treatment interventions.]]></summary></entry></feed>