<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mongo Deco</title>
	<atom:link href="http://www.mongodeco.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mongodeco.com</link>
	<description>Green interior design using entirely reused and recycled materials.</description>
	<lastBuildDate>Mon, 01 Aug 2011 02:55:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Swoops Library</title>
		<link>http://www.mongodeco.com/swoops-library/</link>
		<comments>http://www.mongodeco.com/swoops-library/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 18:27:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[ash]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[collaborate]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[furnish]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[renovate]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=351</guid>
		<description><![CDATA[All of the wood used in the shelves and trim in this four-walled, floor-to-ceiling library were milled from a single standing dead ash tree. (The emerald ash borer has killed most ash trees in southeast Michigan, making ash a kind of â€œrecycledâ€ wood.) Pieces with interesting grain, knots, holes, or borer-marks were saved for the more visible parts of the shelves. The reinforcing beams were salvaged from an old barn â€“ and, somewhat miraculously, fit right in place without needing to be cut. The floor]]></description>
			<content:encoded><![CDATA[	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Swoops Library NW</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6163.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6163.jpg" title="Swoops Library NW"></a>
									</li>
							<li>
					<h3>Swoops Library table windowseat detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7029.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7029.jpg" title="Swoops Library table windowseat detail"></a>
									</li>
							<li>
					<h3>Swoops Library NE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6170.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6170.jpg" title="Swoops Library NE"></a>
									</li>
							<li>
					<h3>Swoops Library SE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6167.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6167.jpg" title="Swoops Library SE"></a>
									</li>
							<li>
					<h3>Swoops Library from living room</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6171.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6171.jpg" title="Swoops Library from living room"></a>
									</li>
							<li>
					<h3>Swoops library floor detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6172.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6172.jpg" title="Swoops library floor detail"></a>
									</li>
							<li>
					<h3>Swoops Library N ceiling</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7033.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7033.jpg" title="Swoops Library N ceiling"></a>
									</li>
							<li>
					<h3>Swoops Library W wall</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7025.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7025.jpg" title="Swoops Library W wall"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.mongodeco.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 3;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

<p>All of the wood used in the shelves and trim in this four-walled, floor-to-ceiling library were milled from a single standing dead ash tree. (The emerald ash borer has killed most ash trees in southeast Michigan, making ash a kind of â€œrecycledâ€ wood.) Pieces with interesting grain, knots, holes, or borer-marks were saved for the more visible parts of the shelves.</p>
<p>The reinforcing beams were salvaged from an old barn â€“ and, somewhat miraculously, fit right in place without needing to be cut.</p>
<p>The floor is maple that had been reclaimed from a shoe factory.Â  Certain pieces had darkened from the oil of machines placed nearby, and other pieces were partially painted or worn from traffic. Instead of sanding it all down and refinishing it, we patterned all of the light and dark pieces together.</p>
<p>The wood door to the side porch (as well as two other doors in the house) came from a school in Terre Haute, Indiana.</p>
<p>The sliding step-stool still has an index card taped to its inside that says, appropriately, &#8220;Chicago Public Library.&#8221;</p>
<p>Furniture and fixtures: salvaged / Skylights: secondhand / Windows: new, low-E, Energy-Star / Building materials: 40% salvaged</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/swoops-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swoops Kitchen</title>
		<link>http://www.mongodeco.com/swoops-kitchen/</link>
		<comments>http://www.mongodeco.com/swoops-kitchen/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 17:46:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[ash]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[collaborate]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[finishing]]></category>
		<category><![CDATA[furnish]]></category>
		<category><![CDATA[mosaic]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[renovate]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=289</guid>
		<description><![CDATA[This room was originally separated from the dining room by a wall. We removed that wall and moved another to make enough space to wrap the counter around under the East window and to open the kitchen up to the dining room towards the West, creating a corridor with large windows at either end and a skylight-well in the center of each room. With the exception of the refrigerator, all of the appliances in this kitchen came secondhand from Craigslist. (Everything and the kitchen sink!)]]></description>
			<content:encoded><![CDATA[	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Swoops Kitchen NE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3758.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3758.jpg" title="Swoops Kitchen NE"></a>
									</li>
							<li>
					<h3>Swoops Kitchen backsplash cabinet detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6204.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6204.jpg" title="Swoops Kitchen backsplash cabinet detail"></a>
									</li>
							<li>
					<h3>Swoops kitchen W to dining room</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5830.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5830.jpg" title="Swoops kitchen W to dining room"></a>
									</li>
							<li>
					<h3>Swoops Kitchen NE from dining room</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3752.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3752.jpg" title="Swoops Kitchen NE from dining room"></a>
									</li>
							<li>
					<h3>Swoops Kitchen sink counter detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3794.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_3794.jpg" title="Swoops Kitchen sink counter detail"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.mongodeco.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 3;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

<p>This room was originally separated from the dining room by a wall. We removed that wall and moved another to make enough space to wrap the counter around under the East window and to open the kitchen up to the dining room towards the West, creating a corridor with large windows at either end and a skylight-well in the center of each room.</p>
<p>With the exception of the refrigerator, all of the appliances in this kitchen came secondhand from Craigslist. (Everything <em>and</em> the kitchen sink!)</p>
<p>The backsplash that expands into a custom mosaic over the cooktop consists of a pairing of one-of-a-kind saltillo-like tiles that were being discarded from a ceramic artist with everyday, machine-made brown quarry tile remnants.</p>
<p>The custom potrack was made with leftover walnut pieces from the window trim. Screwed into the studs above, it can support the weight of even the heaviest cast-iron pans.</p>
<p>Cabinet doors: local recycled ash, stained and sealed with Danish oil / Floor: concrete, hand-troweled / Counters: concrete, cast off-site to custom dimensions / Window trim: reclaimed urban walnut / Furniture and fixtures: salvaged, secondhand / Windows: new / Baseboards: recycled ash wood / Building materials: 50% salvaged</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/swoops-kitchen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swoops Master Bedroom</title>
		<link>http://www.mongodeco.com/swoops-master-bedroom/</link>
		<comments>http://www.mongodeco.com/swoops-master-bedroom/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 17:11:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[finishing]]></category>
		<category><![CDATA[furnish]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[renovate]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=341</guid>
		<description><![CDATA[There was originally a wall separating this bedroom from a small 6-foot-square closet at the end of the hallway. We removed the wall and closet door to create a small sitting room with built-in shelves and large, South-facing casement windows. The transformation of what could have been a dedicated closet into a small room with a built-in shelf created a storage problem that was solved by the use of two smaller shelves, two large wardrobes (one antique, one modern), four vintage, hot-pink &#8220;Jersey Fruit&#8221; peach]]></description>
			<content:encoded><![CDATA[	<ul id="slideshow" style="display:none;">
									<li>
					<h3>NoMa master bedroom NW</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5869.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5869.jpg" title="NoMa master bedroom NW"></a>
									</li>
							<li>
					<h3>NoMa Master Bedroom NE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5857.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5857.jpg" title="NoMa Master Bedroom NE"></a>
									</li>
							<li>
					<h3>NoMa master bedroom SE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5705.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5705.jpg" title="NoMa master bedroom SE"></a>
									</li>
							<li>
					<h3>NoMa Master Bedroom SE to sitting room</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5712.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5712.jpg" title="NoMa Master Bedroom SE to sitting room"></a>
									</li>
							<li>
					<h3>Noma Master Bedroom sitting room</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5837.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5837.jpg" title="Noma Master Bedroom sitting room"></a>
									</li>
							<li>
					<h3>NoMa Master Bedroom SW</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5861.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5861.jpg" title="NoMa Master Bedroom SW"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.mongodeco.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 3;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

<p>There was originally a wall separating this bedroom from a small 6-foot-square closet at the end of the hallway. We removed the wall and closet door to create a small sitting room with built-in shelves and large, South-facing casement windows.</p>
<p>The transformation of what could have been a dedicated closet into a small room with a built-in shelf created a storage problem that was solved by the use of two smaller shelves, two large wardrobes (one antique, one modern), four vintage, hot-pink &#8220;Jersey Fruit&#8221; peach crates, a couple vintage trunks, and several sizes of finished particle-board and plexiglass display cubes from an outdated Victoria&#8217;s Secret showroom installation.</p>
<p>Floor: cork tile / Window trim and library detail: salvaged urban walnut / Door: salvaged / Door hardware: original to house / Furniture and fixtures: salvaged, secondhand, heirloom / DÃ©cor: salvaged / Baseboards: salvaged onsite / Building materials: 60% salvaged</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/swoops-master-bedroom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swoops Dining Room</title>
		<link>http://www.mongodeco.com/swoops-dining-room/</link>
		<comments>http://www.mongodeco.com/swoops-dining-room/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:44:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[finishing]]></category>
		<category><![CDATA[furnish]]></category>
		<category><![CDATA[mosaic]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[renovate]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=332</guid>
		<description><![CDATA[This room was originally separated from the kitchen by a wall. We removed that wall to open up the space and created a corridor with large windows at either end and a skylight-well in the center of each room. The dining room floor is the kind of Vermont slate often found in the foyers of mid-century Midwestern homes â€“ although typically there are some deep red or burgundy accent tiles included in the repeating pattern. Most of these came from a bin that a local]]></description>
			<content:encoded><![CDATA[	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Swoops Dining Room W</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5758.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5758.jpg" title="Swoops Dining Room W"></a>
									</li>
							<li>
					<h3>Swoops Dining Room N wall</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5772.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5772.jpg" title="Swoops Dining Room N wall"></a>
									</li>
							<li>
					<h3>Swoops Dining Room SE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5822.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5822.jpg" title="Swoops Dining Room SE"></a>
									</li>
							<li>
					<h3>Swoops Dining Room NE floor</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5824.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5824.jpg" title="Swoops Dining Room NE floor"></a>
									</li>
							<li>
					<h3>Swoops Dining Room NW</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5756.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5756.jpg" title="Swoops Dining Room NW"></a>
									</li>
							<li>
					<h3>Swoops Dining Room NW from kitchen</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5768.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5768.jpg" title="Swoops Dining Room NW from kitchen"></a>
									</li>
							<li>
					<h3>Swoops Dining Room W from kitchen</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5765.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5765.jpg" title="Swoops Dining Room W from kitchen"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.mongodeco.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 3;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

<p>This room was originally separated from the kitchen by a wall. We removed that wall to open up the space and created a corridor with large windows at either end and a skylight-well in the center of each room.</p>
<p>The dining room floor is the kind of Vermont slate often found in the foyers of mid-century Midwestern homes â€“ although typically there are some deep red or burgundy accent tiles included in the repeating pattern. Most of these came from a bin that a local remodeler had dropped off at the local salvage warehouse. We removed the red tiles from our installation and added tiles from two other sources â€“ salvaged and secondhand â€“ to get enough tiles to complete the pattern in our desired color scheme.</p>
<p>The thresholds leading to the adjoining kitchen and library were made from reclaimed urban walnut.</p>
<p>Floor: reclaimed, salvaged, secondhand / Sliding door: secondhand / Trim: original, salvaged / Furniture and fixtures: salvaged / Decor: salvaged / Building materials: 70% salvaged</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/swoops-dining-room/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swoops Master Bathroom</title>
		<link>http://www.mongodeco.com/swoops-master-bathroom/</link>
		<comments>http://www.mongodeco.com/swoops-master-bathroom/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:38:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[consult]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[faux]]></category>
		<category><![CDATA[furnish]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[renovate]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=315</guid>
		<description><![CDATA[This bathroom had four layers of old flooring, including a top layer of carpet (carpet â€“ in a bathroom!) that had to be removed before we could lay the tile. The layout was changed to make room for a vintage Kohler avocado green bathroom set. The â€œpost-fauxâ€ vanity was found in a neighborâ€™s garage â€“ a dusty old antique piece that had been refinished in a faux-antique style years ago, then naturally distressed for a second time after years of neglect sitting in a garage.]]></description>
			<content:encoded><![CDATA[	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Swoops master bathroom NW</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7017.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7017.jpg" title="Swoops master bathroom NW"></a>
									</li>
							<li>
					<h3>Swoops master bathroom SE with antique railroad map</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7003.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7003.jpg" title="Swoops master bathroom SE with antique railroad map"></a>
									</li>
							<li>
					<h3>Swoops master bathroom NE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7016.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7016.jpg" title="Swoops master bathroom NE"></a>
									</li>
							<li>
					<h3>Swoops Master Bathroom shower surround mosaic</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/shower-surround-mosaic.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/shower-surround-mosaic.jpg" title="Swoops Master Bathroom shower surround mosaic"></a>
									</li>
							<li>
					<h3>Swoops master bathroom SW from shower</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7013.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7013.jpg" title="Swoops master bathroom SW from shower"></a>
									</li>
							<li>
					<h3>Swoops master bathroom NW over bath detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6992.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6992.jpg" title="Swoops master bathroom NW over bath detail"></a>
									</li>
							<li>
					<h3>Swoops master bathroom window trim detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6995.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6995.jpg" title="Swoops master bathroom window trim detail"></a>
									</li>
							<li>
					<h3>Swoops master bathroom window trim closeup</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6999.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6999.jpg" title="Swoops master bathroom window trim closeup"></a>
									</li>
							<li>
					<h3>Swoops master bathroom SW toilet sink tub set</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7004.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7004.jpg" title="Swoops master bathroom SW toilet sink tub set"></a>
									</li>
							<li>
					<h3>Swoops master bathroom SE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7006.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7006.jpg" title="Swoops master bathroom SE"></a>
									</li>
							<li>
					<h3>Swoops master bathroom NW with antique railroad map</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6980.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6980.jpg" title="Swoops master bathroom NW with antique railroad map"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.mongodeco.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 3;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

<p>This bathroom had four layers of old flooring, including a top layer of carpet (carpet â€“ in a bathroom!) that had to be removed before we could lay the tile. The layout was changed to make room for a vintage Kohler avocado green bathroom set.</p>
<p>The â€œpost-fauxâ€ vanity was found in a neighborâ€™s garage â€“ a dusty old antique piece that had been refinished in a faux-antique style years ago, then naturally distressed for a second time after years of neglect sitting in a garage. We kept it in that state and simply coated the top â€“ thereby sealing in the layers of chipped paint from all its past lives. Then it was altered to accommodate the twin sinks and plumbing, while still retaining two drawers of usable storage space.</p>
<p>The upper surround of the shower was tiled with salvaged and secondhand remnants of dozens of different tile jobs, incorporating tiles of many different sizes, thicknesses, shades of white, textures, and finishes to make a geometric, Mondrian-style custom mosaic.</p>
<p>The shower and window sills are custom-cut remnants (leftovers from a big kitchen job) from a local granite contractor. The window trim is composed of pieces of Italian marble tile salvaged from a local building before demolition.</p>
<p>The south wall features a large, antique, &#8220;reverse-blueprint&#8221;-style railroad map of the city of Detroit, mounted on moisture-resistant foamboard.</p>
<p>Floor: retro hex tile, new / Tub, toilet, and sinks: secondhand / Windows: new / Vanity and shelf: salvaged / Mirrors: salvaged and secondhand / Railroad map: salvaged / Baseboards: salvaged onsite/ Other fixtures: salvaged / Building materials: 60% salvaged</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/swoops-master-bathroom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swoops Living Room</title>
		<link>http://www.mongodeco.com/swoops-living-room/</link>
		<comments>http://www.mongodeco.com/swoops-living-room/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:37:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[finishing]]></category>
		<category><![CDATA[furnish]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[renovate]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=470</guid>
		<description><![CDATA[The floor is the original wide-plank pine floor, repaired, sanded down, stained, and sealed to keep the history embedded in some of its deeper gouges. The double doors leading to the adjacent room were originally sidelights (windows on the sides of doors) from a nunnery in Monroe, Michigan. We cleaned, stained, and sealed them to reveal original antique leadwork and beautiful wood grain under years of soot, grime, and water damage. The matching door to the hallway is from the same source. The antique secretary]]></description>
			<content:encoded><![CDATA[	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Swoops Living Room SW</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_62861.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_62861.jpg" title="Swoops Living Room SW"></a>
									</li>
							<li>
					<h3>Swoops Living Room NW</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6290.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6290.jpg" title="Swoops Living Room NW"></a>
									</li>
							<li>
					<h3>Swoops Living Room E wall</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6284.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6284.jpg" title="Swoops Living Room E wall"></a>
									</li>
							<li>
					<h3>Swoops Living Room couch and chairs detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6149.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6149.jpg" title="Swoops Living Room couch and chairs detail"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.mongodeco.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 3;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

<p>The floor is the original wide-plank pine floor, repaired, sanded down, stained, and sealed to keep the history embedded in some of its deeper gouges.</p>
<p>The double doors leading to the adjacent room were originally sidelights (windows on the sides of doors) from a nunnery in Monroe, Michigan. We cleaned, stained, and sealed them to reveal original antique leadwork and beautiful wood grain under years of soot, grime, and water damage. The matching door to the hallway is from the same source.</p>
<p>The antique secretary and floral brass table lamp also cleaned up nicely after having been found in two different garages, covered in years of dirt and dust. The secretary has a</p>
<p>The coatrack is a repurposed Hollywood stage light that has â€œChryslerâ€ (probably from the local theater) printed on its side.</p>
<p>The large painting depicting an abstract soldierâ€™s head hovering over a war-ravaged landcape was rescued from the abandoned Artillery Armory on 8 Mile Road before the Armory was demolished. It was probably painted by one of the National Guardsmen stationed there.</p>
<p>The vintage dishes in the cabinet were castoffs from what used to be just the Boys Club of Detroit, who needed new branded dishes once their name included â€œBoys and Girls.â€</p>
<p>The thresholds leading to the adjoining library and kitchen were made from reclaimed urban walnut.</p>
<p>Sliding glass door: secondhand / Sconces: secondhand / Door and window trim: salvaged from onsite / Furniture: salvaged / Building materials: 50% salvaged</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/swoops-living-room/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swoops exterior retaining wall</title>
		<link>http://www.mongodeco.com/swoops-exterior-retaining-wall/</link>
		<comments>http://www.mongodeco.com/swoops-exterior-retaining-wall/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:11:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[landscaping]]></category>
		<category><![CDATA[rockwall]]></category>
		<category><![CDATA[urbanite]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=325</guid>
		<description><![CDATA[This retaining wallâ€™s 7.5 tons of concrete â€“ or â€œurbaniteâ€, as recycled concrete is sometimes called â€“ is 100% reclaimed from local sidewalks. In 2009, the City of Ann Arbor began requiring residents to replace damaged sidewalks on their properties, which led to an abundance of this material at the local concrete yard. Since sidewalk concrete is generally poured to a uniform thickness, it makes good material for stacking if you have enough of it. All except the top course of these concrete pieces were]]></description>
			<content:encoded><![CDATA[	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Swoops retaining wall SW</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6942.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6942.jpg" title="Swoops retaining wall SW"></a>
									</li>
							<li>
					<h3>Swoops retaining wall SW detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6944.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6944.jpg" title="Swoops retaining wall SW detail"></a>
									</li>
							<li>
					<h3>Swoops retaining wall W section </h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6951.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6951.jpg" title="Swoops retaining wall W section "></a>
									</li>
							<li>
					<h3>Swoops retaining wall S section</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7052.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_7052.jpg" title="Swoops retaining wall S section"></a>
									</li>
							<li>
					<h3>Swoops Exterior Retaining Wall SW winter</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5485.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_5485.jpg" title="Swoops Exterior Retaining Wall SW winter"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.mongodeco.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 3;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

<p>This retaining wallâ€™s 7.5 tons of concrete â€“ or â€œurbaniteâ€, as recycled  concrete is sometimes called â€“ is 100% reclaimed from local sidewalks.  In 2009, the City of Ann Arbor began requiring residents to replace  damaged sidewalks on their properties, which led to an abundance of this  material at the local concrete yard. Since sidewalk concrete is  generally poured to a uniform thickness, it makes good material for  stacking if you have enough of it.</p>
<p>All except the top course of these concrete pieces were dry-stacked,  without mortar, in the manner of a traditional Old World rockwall. As  with real stones, installation is a laborious yet artfully meditative  process of selecting just the right pieces for each spot in the wall.</p>
<p>The thickest, bottom-most course is completely under ground level, and  many large pieces throughout the wall actually reach deep into the hill  (deeper than the topmost course would suggest) for added structural  integrity.Â  An equal volume of earth was first removed in order to make  space for the wall and then returned as backfill behind a gravel  drainage layer.</p>
<p>[more images coming soon]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/swoops-exterior-retaining-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solomon-Schwartz Guest Bedroom</title>
		<link>http://www.mongodeco.com/solomonschwartz-guest-bedroom/</link>
		<comments>http://www.mongodeco.com/solomonschwartz-guest-bedroom/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 15:57:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[consult]]></category>
		<category><![CDATA[decorate]]></category>
		<category><![CDATA[furnish]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=312</guid>
		<description><![CDATA[The stipulation that there be a full-sized bed on the West wall of this small room made it difficult to find other pieces that could fit. But with a flexible eclecticism and a limited color scheme, we managed to turn it into a striking yet functional guest bedroom, complete with dresser, desk, mirrors, bedstand, cubbies, ottoman, that could be easily converted into a childrenâ€™s room in the future. Bed: supplied by client / Overhead light and fan: existing / Wall paint color: existing / Dresser:]]></description>
			<content:encoded><![CDATA[	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Solomon/Schwartz Guest Bedroom S</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6880.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6880.jpg" title="Solomon/Schwartz Guest Bedroom S"></a>
									</li>
							<li>
					<h3>Solomon/Schwartz Guest Bedroom NE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6927.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6927.jpg" title="Solomon/Schwartz Guest Bedroom NE"></a>
									</li>
							<li>
					<h3>Solomon/Schwartz Guest Bedroom SE</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6859.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6859.jpg" title="Solomon/Schwartz Guest Bedroom SE"></a>
									</li>
							<li>
					<h3>Solomon/Schwartz Guest Bedroom SE desk and chair</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6917.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6917.jpg" title="Solomon/Schwartz Guest Bedroom SE desk and chair"></a>
									</li>
							<li>
					<h3>Solomon/Schwartz Guest Bedroom found drawing collection detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6931.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6931.jpg" title="Solomon/Schwartz Guest Bedroom found drawing collection detail"></a>
									</li>
							<li>
					<h3>Solomon/Schwartz Guest Bedroom NE with dresser</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6894.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6894.jpg" title="Solomon/Schwartz Guest Bedroom NE with dresser"></a>
									</li>
							<li>
					<h3>Solomon/Schwartz Guest Bedroom dresser detail</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6937.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6937.jpg" title="Solomon/Schwartz Guest Bedroom dresser detail"></a>
									</li>
							<li>
					<h3>Solomon/Schwartz Guest Bedroom SW</h3>
										<span>http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6896.jpg</span>
					<p></p>
																<a href="http://www.mongodeco.com/wp-content/uploads/2010/07/IMG_6896.jpg" title="Solomon/Schwartz Guest Bedroom SW"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.mongodeco.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 3;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

<p>The stipulation that there be a full-sized bed on the West wall of this small room made it difficult to find other pieces that could fit. But with a flexible eclecticism and a limited color scheme, we managed to turn it into a striking yet functional guest bedroom, complete with dresser, desk, mirrors, bedstand, cubbies, ottoman, that could be easily converted into a childrenâ€™s room in the future.</p>
<p>Bed: supplied by client / Overhead light and fan: existing / Wall paint color: existing / Dresser: salvaged / Chair and ottoman: salvaged / Floor and table lamps: salvaged / Wall hangings: series of drawings by local artist, salvaged / Cubbies: salvaged / Desk and bedstand: heirloom</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/solomonschwartz-guest-bedroom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluish Barn downstairs</title>
		<link>http://www.mongodeco.com/bluish-barn-downstairs/</link>
		<comments>http://www.mongodeco.com/bluish-barn-downstairs/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 15:54:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[collaborate]]></category>
		<category><![CDATA[decorate]]></category>
		<category><![CDATA[furnish]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.mongodeco.com/?p=304</guid>
		<description><![CDATA[The Bluish Barn was a house in Ann Arbor that hosted public movie screenings and other events.Â  Since the tenants were unable to make any permanent changes to the houseâ€™s structure or surfaces, Mongo Deco was tasked with furnishing to fit an existing layout and color scheme.Â  The small space had to be a comfortable place for three friends to live and work while also accommodating larger crowds.]]></description>
			<content:encoded><![CDATA[<p>The Bluish Barn was a house in Ann Arbor that hosted public movie screenings and other events.Â  Since the tenants were unable to make any permanent changes to the houseâ€™s structure or surfaces, Mongo Deco was tasked with furnishing to fit an existing layout and color scheme.Â  The small space had to be a comfortable place for three friends to live and work while also accommodating larger crowds.</p>

<a href='http://www.mongodeco.com/bluish-barn-downstairs/p2110150/' title='Bluish Barn downstairs dining room SW'><img width="150" height="150" src="http://www.mongodeco.com/wp-content/uploads/2010/07/P2110150-150x150.jpg" class="attachment-thumbnail" alt="Bluish Barn downstairs dining room SW" title="Bluish Barn downstairs dining room SW" /></a>
<a href='http://www.mongodeco.com/bluish-barn-downstairs/p2110152/' title='Bluish Barn downstairs dining room NE'><img width="150" height="150" src="http://www.mongodeco.com/wp-content/uploads/2010/07/P2110152-150x150.jpg" class="attachment-thumbnail" alt="Bluish Barn downstairs dining room NE" title="Bluish Barn downstairs dining room NE" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.mongodeco.com/bluish-barn-downstairs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

