<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>Openings | Cohousing California</title>
		<link>http://www.calcoho.org/openings/</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Wed, 01 Feb 2012 19:47:20 -0800</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.5.1</generator>
		<item>
			<title>Pleasant Hill: 2BR townhome Rental RENTED</title>
			<link>http://www.calcoho.org/openings/pleasant-hill-cohousing-rental.html</link>
			<description>
				&lt;div class="article-summary"&gt;
	&lt;div class="first callout-container"&gt;
		&lt;div class="callout"&gt;
			&lt;div class="callout-content"&gt;
				&lt;div class="pagelet titled i1 o"&gt;
						
					&lt;h4 class="title pagelet-title"&gt;&lt;span class="in"&gt;Interested in the Next One?&lt;/span&gt;&lt;/h4&gt;
    &lt;div class="pagelet-body"&gt;
		
					&lt;div class="elementIntroduction"&gt;
						&lt;p&gt;While this particular rental opportunity has been filled, we'd be happy to put you on a list to learn about the next one that comes up.&lt;/p&gt;



					&lt;/div&gt;

					&lt;div&gt;&lt;!-- sandvox.ContactElement --&gt;
						&lt;div id="contactform"&gt;
&lt;script type="text/javascript"&gt;&lt;!--

function verifyAndSubmitcontactform(form) {

	var theResults	= document.getElementById("contactform-results");

	checkEmail = form.e.value;
	if (checkEmail=='email@domain.com'
		|| checkEmail.indexOf('@') &lt; 0
		|| checkEmail.lastIndexOf('.') &lt; (checkEmail.indexOf('@') + 1)
		|| checkEmail.lastIndexOf('.') &gt;= (checkEmail.length - 2)
		|| checkEmail == form.e.title)
	{
		var message = "Email address is missing. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	if (form.s.value == '' &amp;&amp; form.m.value == '')
	{
		var message = "No message has been entered. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	return true;
}

function doblurcontactform(anInput) {
	if (anInput.value == '') { anInput.value = anInput.title; anInput.style.color = '#999'; }
}

function dofocuscontactform(anInput) {
	if (anInput.value == anInput.title) { anInput.value = ''; anInput.removeAttribute('style'); }
}

//--&gt;&lt;/script&gt;

&lt;form class="contactElement labelsOnTop" action="http://service.karelia.com/mailme.php" onsubmit="return verifyAndSubmitcontactform(this);" method="post"&gt;
		
		&lt;div class="hidden"&gt;
			&lt;label for="contactform-subject"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;input id="contactform-subject" type="text" name="subject" /&gt;
			&lt;br /&gt;
			&lt;label for="contactform-message"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;textarea id="contactform-message" name="message" rows="3" cols="20"&gt;&lt;/textarea&gt;
		&lt;/div&gt;
	
&lt;p&gt;

	

	
	&lt;label for="contactform-n"&gt;Your Name&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-n"
		class="fullWidth"
		type="text"
		name="n"
		
		
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-e"&gt;Your Email&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-e"
		class="fullWidth"
		type="email" style="color:#888"
		name="e"
		title="email@domain.com" value="email@domain.com"
		onfocus="dofocuscontactform(this)" onblur="doblurcontactform(this)"
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	
	&lt;!-- hidden --&gt;
	&lt;input type="hidden" name="s" value="PHCH rental inquiry from Cohousing California website" /&gt;
	

	

	
	&lt;label for="contactform-m"&gt;Message&lt;/label&gt;&lt;br /&gt;
	
	
	&lt;!-- text area --&gt;
	&lt;textarea class="fullWidth" id="contactform-m" name="m" rows="10" cols="80"&gt;&lt;/textarea&gt;
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-stay_informed"&gt;Stay informed&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	&lt;!-- checkbox --&gt;
	&lt;input id="contactform-stay_informed"
		type="checkbox"
		name="Stay informed"
		value="on"
		
		/&gt;
	&lt;label for="contactform-stay_informed"&gt;Let me know about other California Cohousing events and openings&lt;/label&gt;
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;!-- Send Button --&gt;
	&lt;input type="submit" class="submit" id="contactform-submit" name="x" value="Send" /&gt;

	
&lt;br /&gt;
	
	&lt;/p&gt;
	&lt;div class="hidden"&gt;
		&lt;!-- CSS URL --&gt;
		&lt;input type="hidden" name="a" id="contactform-a" value="" /&gt;
		&lt;!-- Site Title --&gt;
		&lt;input type="hidden" name="t" id="contactform-t" value="" /&gt;
		&lt;!-- Verification Code --&gt;
		&lt;input type="hidden" name="v1" id="contactform-v1" value="5isfK8V9NmBEbPpeYUeqoQ==" /&gt;
	
		
	&lt;/div&gt;
&lt;/form&gt;
&lt;div style='text-align:center;' id="contactform-results"&gt;&lt;/div&gt;

&lt;/div&gt;&lt;!-- /sandvox.ContactElement --&gt;
					&lt;/div&gt;    &lt;/div&gt;
&lt;/div&gt;
				&lt;div class="pagelet bordered titled i2 e last-item"&gt;
						
					&lt;h4 class="title pagelet-title"&gt;&lt;span class="in"&gt;Photo&lt;/span&gt;&lt;/h4&gt;
    &lt;div class="pagelet-body"&gt;

					&lt;div class="ImageElement"&gt;
						&lt;div class="photo"&gt;
							&lt;div&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="128" height="96" src="http://www.calcoho.org/_Media/pleasant_hill-2.jpeg" alt="" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;    &lt;/div&gt;
&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse;"&gt;Lovely 2-bedroom townhouse in quiet neighborhood&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse;"&gt;Comfortable Cohousing townhouse available for rent in quiet neighborhood in Pleasant Hill, California (East of San Francisco). Located on Iron Horse Bike Trail.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse;"&gt;Rent: $1,450/month, plus electricity &amp;amp; community work hours.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse;"&gt;Includes: heat, hot water, W/D, water, gas, DSL&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse;"&gt;Available as of 1 March 2011 (&lt;/span&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse;"&gt;Looking for an 18-month lease)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse;"&gt;This house has 1 and 1/2 baths. It is possible to rent this house furnished (if desired).&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse;"&gt;We will be relocating to New Zealand for three years, and looking for an initial 18 month lease. Happy to rent to families with children! (Excellent place to raise kids)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse;"&gt;Also includes community pool &amp;amp; hot tub, laundry and bicycles. Looking for renters who are responsible, neat and conscientious and who want to be part of a cohousing community (meals, social life and work)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse;"&gt;&lt;br /&gt;&lt;b&gt;The COMMUNITY&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;--Large common house with spacious dining/great room and kitchen, high&lt;br /&gt;speed internet access, two-bedroom guest suite with bath for use by&lt;br /&gt;residents’ guests, crafts room, teen room and sitting room with TV, DVD,&lt;br /&gt;computer hookup, kids play room with loft and slide, and library&lt;br /&gt;&lt;br /&gt;-Right next to Iron Horse Trail, bike to Bart in 10 min.  1.2 miles from&lt;br /&gt;BART station on multi-use trail - BART train ride is 38 minutes to&lt;br /&gt;downtown San Francisco, easy access to freeway&lt;br /&gt;&lt;br /&gt;-Laundry room in common house&lt;br /&gt;&lt;br /&gt;-Community features include a swimming pool, hot tub, kids playroom,&lt;br /&gt;shared dinners 2-3 times per week, meet for business once a month, various&lt;br /&gt;fun gatherings throughout the year.&lt;br /&gt;&lt;br /&gt;-Community monthly work parties&lt;br /&gt;&lt;br /&gt;-Walk to downtown Pleasant Hill (retail, theaters and restaurants)&lt;br /&gt;&lt;br /&gt;See photos and learn more about our cohousing community here:&lt;br /&gt;&lt;a href="http://phch.org/" target="_blank"&gt;http://phch.org&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;br /&gt;(contact info removed as space has been filled)&lt;/i&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 02 Dec 2010 14:55:02 -0800</pubDate>
			<guid>http://www.calcoho.org/openings/pleasant-hill-cohousing-rental.html</guid>
            <enclosure url="http://www.calcoho.org/_Media/pleasant_hill-2.jpeg" type="image/jpeg"></enclosure>
			
		</item>
		<item>
			<title>Soquel Hills mini-cohousing cabin rental</title>
			<link>http://www.calcoho.org/openings/soquel-hills-rent.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;(&lt;i&gt;&lt;a href="http://sfbay.craigslist.org/scz/apa/2082033019.html" target="_blank"&gt;found on Craig's List&lt;/a&gt; Fall 2010 and Spring 2011. I'm sure there are a lot of these "below the radar" mini-communities out there not on anyone's list that I'd love to get better integrated with the cohousing movement - if you reach out to or join the community, please encourage them to &lt;a href="#"&gt;contact us&lt;/a&gt;. Note the links below will only work while the underlying Craig's List ad is active, so don't delay! -- Raines&lt;/i&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;A four room cabin is available (&lt;i&gt;$1000/month&lt;/i&gt;) in a small co-housing type community on five acres in the Soquel hills. The land is beautiful south facing slope with hot tub and gardens, three miles up Old San Jose Rd.. There are three other houses in our little village, housing nine adults, and one 9 year old. The cabin has a kitchen, den, loft bedroom, and full bathroom. It can house a single person or a single parent. Cable internet is available. We are looking for someone with interest and experience living in community. We share potluck dinners once a month. Community mates are expected to share in maintaining the landscape. Our values include eating organic food, conserving energy, yoga, personal growth, and non-violent communication. A good personal fit with the rest of the community is the most important criteria. No dogs. No smoking.&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;Available Jan. 1.&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; (&lt;i&gt;More photos on the Craig's List page&lt;/i&gt;)&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;If you are interested, please search Craig's List and respond with answers to the following questions:&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Sun, 21 Nov 2010 12:03:02 -0800</pubDate>
			<guid>http://www.calcoho.org/openings/soquel-hills-rent.html</guid>
            <enclosure url="http://www.calcoho.org/_Media/3n43od3l45v55q15z5abeaf531d_med.jpeg" type="image/jpeg"></enclosure>
			
		</item>
		<item>
			<title>Aptos: New Brighton last unit for sale</title>
			<link>http://www.calcoho.org/openings/aptos-new-brighton-last-uni.html</link>
			<description>
				&lt;div class="article-summary"&gt;
	&lt;div class="first callout-container"&gt;
		&lt;div class="callout"&gt;
			&lt;div class="callout-content"&gt;
				&lt;div class="pagelet titled i1 o last-item"&gt;
						
					&lt;h4 class="title pagelet-title"&gt;&lt;span class="in"&gt;Cohousing near Santa Cruz&lt;/span&gt;&lt;/h4&gt;
    &lt;div class="pagelet-body"&gt;

					&lt;div class="ImageElement"&gt;
						&lt;div class="photo"&gt;
							&lt;div&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="128" height="96" src="http://www.calcoho.org/_Media/new_brighton-3.jpeg" alt="" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;    &lt;/div&gt;
&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;span style="font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;&lt;a href="#"&gt;New Brighton Cohousing&lt;/a&gt;&lt;/span&gt; Opportunity&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;“We are looking for the right match”&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;Asking $287,000&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;• Two bedrooms, two full bathrooms&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;• New carpets in bedrooms and living room&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;• Private outdoor patio off dining area&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;• Sunny balcony off master bedroom, garden view&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;• Efficient and fully equipped kitchen&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;• Excellent location, near town, shopping, beaches&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;• Enjoy large and beautiful common facilities&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;• Play yard, veggie garden, laundry facilities, more&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;• Delicious shared meals twice a week (optional)&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;• Intentional, cohousing community&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;Offered by Judy Ziegler, Broker, GRI, CRS, SRES&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;Cornucopia Real Estate&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;Cell: (831) 334-0257&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family: Times; font-size: medium;"&gt;Office: (831) 429-8080 www.cornucopia.com&lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt; &lt;/span&gt;&lt;span style="font-family: Times; font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Mon, 05 Jul 2010 12:34:35 -0700</pubDate>
			<guid>http://www.calcoho.org/openings/aptos-new-brighton-last-uni.html</guid>
            <enclosure url="http://www.calcoho.org/_Media/new_brighton-3.jpeg" type="image/jpeg"></enclosure>
			
		</item>
		<item>
			<title>Arcata: Marsh Commons Home for Sale</title>
			<link>http://www.calcoho.org/openings/arcata-marsh-commons-home-f.html</link>
			<description>
				&lt;div class="article-summary"&gt;
	&lt;div class="first callout-container"&gt;
		&lt;div class="callout"&gt;
			&lt;div class="callout-content"&gt;
				&lt;div class="pagelet bordered titled i1 o last-item"&gt;
						
					&lt;h4 class="title pagelet-title"&gt;&lt;span class="in"&gt;Marsh Commons&lt;/span&gt;&lt;/h4&gt;
    &lt;div class="pagelet-body"&gt;

					&lt;div class="ImageElement"&gt;
						&lt;div class="photo"&gt;
							&lt;div&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="200" height="310" src="http://www.calcoho.org/_Media/marsh_commons_from_marsh_med.jpeg" alt="" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;    &lt;/div&gt;
&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;1,600 sq. ft. unit &lt;b&gt;subdivided&lt;/b&gt; into a 1,300 sq. ft. home over a separate 300 sq. ft. &lt;b&gt;rental apartment&lt;/b&gt; and storage room. The rental has bed, bathroom, and kitchenette and generates &lt;b&gt;$450/month&lt;/b&gt;.
&lt;/p&gt;&lt;p&gt;The home has a master bedroom and office (could be converted to a second bedroom) and a spacious great room/kitchen-dining room.
&lt;/p&gt;&lt;p&gt;Maximum light and air--one on side is an alley, and on the other is a smaller one-floor home. Wide-sky view of the Arcata Marsh., extra skylights, ground-floor and 2nd-story decks, and vinyl windows.
&lt;/p&gt;&lt;p&gt;Call &lt;b&gt;Peter Starr&lt;/b&gt; at (707) 444-3646 for more information.
&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Fri, 02 Jul 2010 07:30:50 -0700</pubDate>
			<guid>http://www.calcoho.org/openings/arcata-marsh-commons-home-f.html</guid>
            <enclosure url="http://www.calcoho.org/_Media/marsh_commons_from_marsh_med.jpeg" type="image/jpeg"></enclosure>
			
		</item>
		<item>
			<title>Oceano: Tierra Nueva home for lease, Central CA Coast</title>
			<link>http://www.calcoho.org/openings/oceano-tierra-nueva-home-fo-2.html</link>
			<description>
				&lt;div class="article-summary"&gt;
	&lt;div class="first callout-container"&gt;
		&lt;div class="callout"&gt;
			&lt;div class="callout-content"&gt;
				&lt;div class="pagelet titled i1 o last-item"&gt;
						
					&lt;h4 class="title pagelet-title"&gt;&lt;span class="in"&gt;Video tour&lt;/span&gt;&lt;/h4&gt;
    &lt;div class="pagelet-body Movie"&gt;

					&lt;div&gt;&lt;!-- sandvox.YouTubeElement --&gt;&lt;div class="VideoElement"&gt;
    &lt;div class="video"&gt;
        
						&lt;iframe id="youtube" frameborder="0" src="http://www.youtube.com/embed/Xuol_oh6It0?rel=0" title="YouTube video player" width="200" class="graphic"&gt;&lt;/iframe&gt;
	&lt;/div&gt;
&lt;/div&gt;&lt;!-- /sandvox.YouTubeElement --&gt;&lt;/div&gt;    &lt;/div&gt;
&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;span style="font-family: arial, sans-serif; border-collapse: collapse;"&gt;We are actively searching for a community-minded tenants for our 3&lt;br /&gt;bedroom/1.75 bath home at &lt;a href="#"&gt;Tierra Nueva Cohousing&lt;/a&gt;.  It will be available for lease (&lt;i&gt;or lease option to purchase&lt;/i&gt;) beginning August 1, just in time to enjoy the peaches from our tree in the front yard.  Avocado trees surround our home, located on the western edge of the 5 acre property, very private and peaceful.   Walk or bike along Arroyo Grande creek to the dunes (40 min) or drive to the beach (5 min).  20 minute drive to San Luis Obispo.&lt;br /&gt;&lt;br /&gt;An August move-in will coincide perfectly with the annual retreat, a great opportunity to meet your new neighbors and participate in the vision building for sustainable community living.  Enjoy year round mild weather, averaging 65 degrees, an endless supply of organic avocados, walking to the pesticide free CSA farm on the other side of our north fence line for the most amazing strawberries and raspberries on the planet (as well as a full range of veggies, fruit, flowers and bread).&lt;br /&gt;&lt;br /&gt;Reply personally to me (pmgourley at gmail.com) for more information, and&lt;br /&gt;click on the link below for info and photos.  Small pets welcomed (no fence&lt;br /&gt;in yard currently).&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tncoho.com/available/1742" target="_blank"&gt;http://tncoho.com/available/&lt;wbr&gt;&lt;/wbr&gt;1742&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;coheartedly,&lt;br /&gt;PattyMara&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 24 Jun 2010 09:18:40 -0700</pubDate>
			<guid>http://www.calcoho.org/openings/oceano-tierra-nueva-home-fo-2.html</guid>
            
			
		</item>
		<item>
			<title>Past Openings</title>
			<link>http://www.calcoho.org/openings/past-openings/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;The ones that got away. A sampling included here to give you a taste. Please join our mailing list if you want to hear about these sooner - we give first notice to our supporting members.
&lt;/p&gt;
	&lt;div class="first graphic-container wide center"&gt;
		&lt;div style="" class="photogrid-index graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.PhotoGridIndex --&gt;
&lt;div class="gridItem i1 o"&gt;
    &lt;a href="http://www.calcoho.org/openings/past-openings/n-street-coop-room-rent-davis.html" title="Davis: Co-op at N Street Cohousing FILLED" class="imageLink"&gt;&lt;img width="128" height="85" src="http://www.calcoho.org/_Media/n_street.jpeg" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.calcoho.org/openings/past-openings/n-street-coop-room-rent-davis.html" title="Davis: Co-op at N Street Cohousing FILLED"&gt;&lt;span class="in"&gt;Davis: Co-op at N Street Cohousing FILLED&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i2 e"&gt;
    &lt;a href="http://www.calcoho.org/openings/past-openings/frog-song-cotati-sublet.html" title="RENTED Frog Song (Cotati) 2BR/1.5ba 1-yr sublet $1500" class="imageLink"&gt;&lt;img width="128" height="54" src="http://www.calcoho.org/_Media/frogsongbw.png" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.calcoho.org/openings/past-openings/frog-song-cotati-sublet.html" title="RENTED Frog Song (Cotati) 2BR/1.5ba 1-yr sublet $1500"&gt;&lt;span class="in"&gt;RENTED Frog Song (Cotati) 2BR/1.5ba 1-yr sublet $1500&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i3 o"&gt;
    &lt;a href="http://www.calcoho.org/openings/past-openings/santa-rosa-2br-at-yulupa-co.html" title="SOLD Santa Rosa: 2BR at Yulupa Cohousing" class="imageLink"&gt;&lt;img width="128" height="72" src="http://www.calcoho.org/_Media/dsc01225.jpeg" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.calcoho.org/openings/past-openings/santa-rosa-2br-at-yulupa-co.html" title="SOLD Santa Rosa: 2BR at Yulupa Cohousing"&gt;&lt;span class="in"&gt;SOLD Santa Rosa: 2BR at Yulupa Cohousing&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i4 e"&gt;
    &lt;a href="http://www.calcoho.org/openings/past-openings/davis-3br-muir-commons-rent.html" title="Davis: 3BR Townhouse for rent (Muir Commons) FILLED" class="imageLink"&gt;&lt;img width="128" height="96" src="http://www.calcoho.org/_Media/muircommons.jpeg" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.calcoho.org/openings/past-openings/davis-3br-muir-commons-rent.html" title="Davis: 3BR Townhouse for rent (Muir Commons) FILLED"&gt;&lt;span class="in"&gt;Davis: 3BR Townhouse for rent (Muir Commons) FILLED&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i5 o"&gt;
    &lt;a href="http://www.calcoho.org/openings/past-openings/mariposa_grove_cohousing_n_.html" title="Mariposa Grove Cohousing (N. Oakland): Affordable homeowner" class="imageLink"&gt;&lt;img width="122" height="128" src="http://www.calcoho.org/_Media/mariposa_large-3.jpeg" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.calcoho.org/openings/past-openings/mariposa_grove_cohousing_n_.html" title="Mariposa Grove Cohousing (N. Oakland): Affordable homeowner"&gt;&lt;span class="in"&gt;Mariposa Grove Cohousing (N. Oakland): Affordable homeowner&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i6 e"&gt;
    &lt;a href="http://www.calcoho.org/openings/past-openings/sequoia_village_sebastopol_.html" title="FULL Sequoia Village (Sebastopol, CA) Affordable Homeownership: FIVE 2BR homes" class="imageLink"&gt;&lt;img width="128" height="96" src="http://www.calcoho.org/_Media/sequoia_village.jpeg" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.calcoho.org/openings/past-openings/sequoia_village_sebastopol_.html" title="FULL Sequoia Village (Sebastopol, CA) Affordable Homeownership: FIVE 2BR homes"&gt;&lt;span class="in"&gt;FULL Sequoia Village (Sebastopol, CA) Affordable Homeownership: FIVE 2BR homes&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i7 o"&gt;
    &lt;a href="http://www.calcoho.org/openings/past-openings/la_tierra_rental_cohousing-.html" title="La Tierra rental (cohousing-style community in Sebastopol)" class="imageLink"&gt;&lt;img width="128" height="95" src="http://www.calcoho.org/_Media/latierra_128.jpeg" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.calcoho.org/openings/past-openings/la_tierra_rental_cohousing-.html" title="La Tierra rental (cohousing-style community in Sebastopol)"&gt;&lt;span class="in"&gt;La Tierra rental (cohousing-style community in Sebastopol)&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="gridItem i8 e last-item"&gt;
    &lt;a href="http://www.calcoho.org/openings/past-openings/nevada_city_4br_for_sale/" title="Nevada City: 4BR/3BA home in cohousing For Sale By Owner" class="imageLink"&gt;&lt;img width="128" height="96" src="http://www.calcoho.org/_Media/nevadacity.jpeg" alt="" /&gt;&lt;/a&gt;
    
				&lt;h3&gt;&lt;a href="http://www.calcoho.org/openings/past-openings/nevada_city_4br_for_sale/" title="Nevada City: 4BR/3BA home in cohousing For Sale By Owner"&gt;&lt;span class="in"&gt;Nevada City: 4BR/3BA home in cohousing For Sale By Owner&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
    
&lt;/div&gt;
&lt;div class="photogrid-index-bottom"&gt;&lt;/div&gt;
&lt;!-- /sandvox.PhotoGridIndex --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Mon, 01 Jan 2001 12:20:48 -0800</pubDate>
			<guid>http://www.calcoho.org/openings/past-openings/</guid>
            
			
		</item>
 	</channel>
</rss>

