<?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>Clint Miller</title>
	<atom:link href="http://clintmillerarchitect.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://clintmillerarchitect.com</link>
	<description>Adobe Architecture &#124; Phoenix Arizona</description>
	<lastBuildDate>Wed, 22 Dec 2010 19:59:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Can a dwelling grow from the land?</title>
		<link>http://clintmillerarchitect.com/can-a-dwelling-grow-from-the-land/</link>
		<comments>http://clintmillerarchitect.com/can-a-dwelling-grow-from-the-land/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 23:50:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[About Clint]]></category>

		<guid isPermaLink="false">http://clintmillerarchitect.com/?p=431</guid>
		<description><![CDATA[Architect Clint Miller has been considering this question for over a decade. His work reflects an intricate balance of delicate detail and bold composition, melding traditional techniques and materials with contemporary design and application, resulting in the creation of some the most graceful, unique and innovative residences in the American Southwest. Clint draws inspiration from [...]]]></description>
			<content:encoded><![CDATA[<p>Architect Clint Miller has been considering this question for over a decade. His work reflects an intricate balance of delicate detail and bold composition, melding traditional techniques and materials with contemporary design and application, resulting in the creation of some the most graceful, unique and innovative residences in the American Southwest.</p>
<p>Clint draws inspiration from people who value the art of design in accordance with functional living space. The passion in his process is evident throughout the evolution of a project, from the first design sketches to the completed home.</p>
<p><strong>Unique, efficient and affordable design solutions</strong><br />
Clint&#8217;s mission is to provide the highest quality design while maintaining respect for your needs, time and budget. His design experience is diverse, from formal Mediterranean to Contemporary, and he works with an extensive variety of building materials ranging from conventional frame to the latest high-tech blocks, including the traditional materials of adobe and rammed earth. Clint subtly combines all of these elements and experiences to create homes that redefine the common perception of livable space.<br />
<span id="more-431"></span><br />
<strong><a href="http://clintmillerarchitect.com/about/" title="More About Clint Miller">More About Clint Miller</a> | <a href="http://clintmillerarchitect.com/contact/" title="Contact Clint Miller">Contact Clint Miller</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://clintmillerarchitect.com/can-a-dwelling-grow-from-the-land/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Miller Residence</title>
		<link>http://clintmillerarchitect.com/miller/</link>
		<comments>http://clintmillerarchitect.com/miller/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 09:50:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Early Southwest Architecture]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Residential Architecture]]></category>
		<category><![CDATA[natural]]></category>
		<category><![CDATA[Santa Fe style]]></category>
		<category><![CDATA[Sonoran Desert]]></category>
		<category><![CDATA[traditional materials]]></category>

		<guid isPermaLink="false">http://clintmillerarchitect.com/?p=78</guid>
		<description><![CDATA[Clint Miller, organic architect, wanted  a home growing out of the Sonoran Desert, one which used simple and indigenous materials as well as reflected his love for the simplicity of European village architecture. Thus, he designed and built the home to harmoniously combine a sense of timelessness with a natural expression of the upper Sonoran [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {$('div.portfolio-slideshow').fadeIn();
			$('div.slideshow-nav').fadeIn();
			$('div.slideshow-thumbs').fadeIn();$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow1').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav1 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides1',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav1 a.pause').click(function() { 
			$('#portfolio-slideshow1').cycle('pause');
			$('.slideshow-nav1 a.pause').hide();
			$('.slideshow-nav1 a.play').show();
		});
	
		$('.slideshow-nav1 a.play').click(function() { 
			$('#portfolio-slideshow1').cycle('resume');
			$('.slideshow-nav1 a.play').hide();
			$('.slideshow-nav1 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info1').html(caption);
	} }); }); });</script><p>Clint Miller, organic architect, wanted  a home growing out of the Sonoran Desert, one which used simple and indigenous materials as well as reflected his love for the simplicity of European village architecture.  Thus, he designed and built the home to harmoniously combine a sense of timelessness with a natural expression of the upper Sonoran desert.</p>
<p>This home looks as though it has been on the Sornoran site for many generations.  It is made of exposed Adobe; it is buil from the earth; and it’s thick, mud walls contain a metaphor of the desert and recall a living history of the region.</p>
<p><span id="more-78"></span>The home’s adobe block is the structural system, a single wythe masonry unit, which provides an aged, stone-like texture for both the interior and exterior of the building.  Traditional adobe is a time-tested material, appropriate to the Sonoran climate and the desert’s palette.  Modern adobe block maintains the appropriateness of the traditional material, while sustaining asphalt for straw, which makes the exposed block resistant to moisture and termites.  Rather than using a compacted building pad, the structure employs engineered stem walls for its foundation;  thus only the buildings’ footprints and narrow perimeters disturb the existing desert flora.</p>
<p>Ultimately, this Sonoran home depends on the subtle union of architecture, landscaping, and interior design to form a whole which acknowledges that a home’s parts function together or not al all.  The beauty of the Miller residence stems from the understated integration of these disciplines.</p>
<div><div id="portfolio-slideshow1" class="portfolio-slideshow"><div class="slideshow-nav1 first slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-closet.jpg" class="attachment-full" alt="Miller Residence Closet" title="Miller Residence Closet" /></a><p class="slideshow-title">Miller Residence Closet</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="488" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-kitchen.jpg" class="attachment-full" alt="Miller Residence Kitchen" title="Miller Residence Kitchen" /></a><p class="slideshow-title">Miller Residence Kitchen</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-outside-one.jpg" class="attachment-full" alt="Miller Residence Landscape" title="Miller Residence Landscape" /></a><p class="slideshow-title">Miller Residence Landscape</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-outside-two.jpg" class="attachment-full" alt="Miller Residence" title="Miller Residence" /></a><p class="slideshow-title">Miller Residence</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-door-window1.jpg" class="attachment-full" alt="miller-residence-door-window" title="miller-residence-door-window" /></a><p class="slideshow-title">miller-residence-door-window</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-draft-room.jpg" class="attachment-full" alt="Miller Residence Draft Room" title="Miller Residence Draft Room" /></a><p class="slideshow-title">Miller Residence Draft Room</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-fireplace.jpg" class="attachment-full" alt="miller-residence-fireplace" title="miller-residence-fireplace" /></a><p class="slideshow-title">miller-residence-fireplace</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="927" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-hallway1.jpg" class="attachment-full" alt="Miller Residence Hallway" title="Miller Residence Hallway" /></a><p class="slideshow-title">Miller Residence Hallway</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-inside-arches.jpg" class="attachment-full" alt="Miller Residence Wall" title="Miller Residence Wall" /></a><p class="slideshow-title">Miller Residence Wall</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-five.jpg" class="attachment-full" alt="Miller Residence People Attending Wedding" title="Miller Residence People Attending Wedding" /></a><p class="slideshow-title">Miller Residence People Attending Wedding</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-four.jpg" class="attachment-full" alt="Miller Residence Wedding Tables" title="Miller Residence Wedding Tables" /></a><p class="slideshow-title">Miller Residence Wedding Tables</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-one.jpg" class="attachment-full" alt="Miller Residence Wedding Tables" title="Miller Residence Wedding Tables" /></a><p class="slideshow-title">Miller Residence Wedding Tables</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-six.jpg" class="attachment-full" alt="Miller Residence Wedding Photo Outside" title="Miller Residence Wedding Photo Outside" /></a><p class="slideshow-title">Miller Residence Wedding Photo Outside</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-three.jpg" class="attachment-full" alt="Miller Residence Wedding Photo Entrance" title="Miller Residence Wedding Photo Entrance" /></a><p class="slideshow-title">Miller Residence Wedding Photo Entrance</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-two.jpg" class="attachment-full" alt="Miller Residence Wedding Photo One" title="Miller Residence Wedding Photo One" /></a><p class="slideshow-title">Miller Residence Wedding Photo One</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-fireplace-two.jpg" class="attachment-full" alt="Miller Residence Fireplace" title="Miller Residence Fireplace" /></a><p class="slideshow-title">Miller Residence Fireplace</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-outside-entrance.jpg" class="attachment-full" alt="Miller Residence Front Entrance" title="Miller Residence Front Entrance" /></a><p class="slideshow-title">Miller Residence Front Entrance</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="750" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/misc-four.jpg" class="attachment-full" alt="Miller Residence Landscape" title="Miller Residence Landscape" /></a><p class="slideshow-title">Miller Residence Landscape</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="752" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/misc-nine.jpg" class="attachment-full" alt="Miller Residence Archway" title="Miller Residence Archway" /></a><p class="slideshow-title">Miller Residence Archway</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="752" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/misc-seven.jpg" class="attachment-full" alt="Miller Residence Doorway" title="Miller Residence Doorway" /></a><p class="slideshow-title">Miller Residence Doorway</p><p class="slideshow-caption"></p></div><div class="slideshow-nav1 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="752" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/misc-three.jpg" class="attachment-full" alt="Miller Residence at Night" title="Miller Residence at Night" /></a><p class="slideshow-title">Miller Residence at Night</p><p class="slideshow-caption"></p></div></div><!--//end portfolio-slideshow div--></div>
<div>

<a href='http://clintmillerarchitect.com/miller/miller-residence-closet/' title='Miller Residence Closet'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-closet-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Closet" title="Miller Residence Closet" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-kitchen/' title='Miller Residence Kitchen'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-kitchen-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Kitchen" title="Miller Residence Kitchen" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-outside-one/' title='Miller Residence Landscape'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-outside-one-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Landscape" title="Miller Residence Landscape" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-outside-two/' title='Miller Residence'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-outside-two-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence" title="Miller Residence" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-door-window-2/' title='miller-residence-door-window'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-door-window1-150x150.jpg" class="attachment-thumbnail" alt="miller-residence-door-window" title="miller-residence-door-window" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-draft-room/' title='Miller Residence Draft Room'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-draft-room-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Draft Room" title="Miller Residence Draft Room" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-fireplace/' title='miller-residence-fireplace'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-fireplace-150x150.jpg" class="attachment-thumbnail" alt="miller-residence-fireplace" title="miller-residence-fireplace" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-hallway-2/' title='Miller Residence Hallway'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-hallway1-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Hallway" title="Miller Residence Hallway" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-inside-arches/' title='Miller Residence Wall'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-inside-arches-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Wall" title="Miller Residence Wall" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-wedding-five/' title='Miller Residence People Attending Wedding'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-five-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence People Attending Wedding" title="Miller Residence People Attending Wedding" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-wedding-four/' title='Miller Residence Wedding Tables'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-four-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Wedding Tables" title="Miller Residence Wedding Tables" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-wedding-one/' title='Miller Residence Wedding Tables'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-one-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Wedding Tables" title="Miller Residence Wedding Tables" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-wedding-six/' title='Miller Residence Wedding Photo Outside'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-six-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Wedding Photo Outside" title="Miller Residence Wedding Photo Outside" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-wedding-three/' title='Miller Residence Wedding Photo Entrance'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-three-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Wedding Photo Entrance" title="Miller Residence Wedding Photo Entrance" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-wedding-two/' title='Miller Residence Wedding Photo One'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-wedding-two-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Wedding Photo One" title="Miller Residence Wedding Photo One" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-fireplace-two/' title='Miller Residence Fireplace'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-fireplace-two-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Fireplace" title="Miller Residence Fireplace" /></a>
<a href='http://clintmillerarchitect.com/miller/miller-residence-outside-entrance/' title='Miller Residence Front Entrance'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/miller-residence-outside-entrance-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Front Entrance" title="Miller Residence Front Entrance" /></a>
<a href='http://clintmillerarchitect.com/miller/misc-four/' title='Miller Residence Landscape'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/misc-four-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Landscape" title="Miller Residence Landscape" /></a>
<a href='http://clintmillerarchitect.com/miller/misc-nine/' title='Miller Residence Archway'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/misc-nine-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Archway" title="Miller Residence Archway" /></a>
<a href='http://clintmillerarchitect.com/miller/misc-seven/' title='Miller Residence Doorway'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/misc-seven-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence Doorway" title="Miller Residence Doorway" /></a>
<a href='http://clintmillerarchitect.com/miller/misc-three/' title='Miller Residence at Night'><img width="150" height="150" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/misc-three-150x150.jpg" class="attachment-thumbnail" alt="Miller Residence at Night" title="Miller Residence at Night" /></a>

</div>
]]></content:encoded>
			<wfw:commentRss>http://clintmillerarchitect.com/miller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sturr Residence</title>
		<link>http://clintmillerarchitect.com/sturr-residence/</link>
		<comments>http://clintmillerarchitect.com/sturr-residence/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 22:19:50 +0000</pubDate>
		<dc:creator>clint</dc:creator>
				<category><![CDATA[Organic Architecture]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Residential Architecture]]></category>

		<guid isPermaLink="false">http://clintmillerarchitect.com/?p=363</guid>
		<description><![CDATA[The Sturr Residence is a load-bearing, sun-dried earthen adobe structure in the Scottsdale-Arcadia neighborhood. This residence was featured in Phoenix Home &#38; Gardens&#8217; Masters of the Southwest 2010 Edition, and was described as understated, sophisticated desert living. The main room features exposed load-bearing beams and corbels which form the structure.  This house is settled into [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {$('div.portfolio-slideshow').fadeIn();
			$('div.slideshow-nav').fadeIn();
			$('div.slideshow-thumbs').fadeIn();$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow2').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav2 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav2 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides2',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides2  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav2 a.pause').click(function() { 
			$('#portfolio-slideshow2').cycle('pause');
			$('.slideshow-nav2 a.pause').hide();
			$('.slideshow-nav2 a.play').show();
		});
	
		$('.slideshow-nav2 a.play').click(function() { 
			$('#portfolio-slideshow2').cycle('resume');
			$('.slideshow-nav2 a.play').hide();
			$('.slideshow-nav2 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info2').html(caption);
	} }); }); });</script><p>The Sturr Residence is a load-bearing, sun-dried earthen adobe structure in the Scottsdale-Arcadia neighborhood. This residence was featured in Phoenix Home &amp; Gardens&#8217; Masters of the Southwest 2010 Edition, and was described as understated, sophisticated desert living.</p>
<p>The main room features exposed load-bearing beams and corbels which form the structure.  This house is settled into it&#8217;s site with foundation plantings consisting of various succulents, such as totem pole, twisted Cereus, night-blooming Cereus, agave&#8217;s, and other accent plantings.</p>
<p><span id="more-363"></span></p>
<p>The rear yard features a swimming pool, which is an elegant extension of the architecture, for it follows the plan arrangement of the kitchen and dinning room axis.</p>
<div id="portfolio-slideshow2" class="portfolio-slideshow"><div class="slideshow-nav2 first slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/robel-residence-inside-bar.jpg" class="attachment-full" alt="Sturr Residence Kitchen Archway" title="Sturr Residence Kitchen Archway" /></a><p class="slideshow-title">Sturr Residence Kitchen Archway</p><p class="slideshow-caption"></p></div><div class="slideshow-nav2 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/robel-residence-inside-couch.jpg" class="attachment-full" alt="Sturr Residence Window" title="Sturr Residence Window" /></a><p class="slideshow-title">Sturr Residence Window</p><p class="slideshow-caption"></p></div><div class="slideshow-nav2 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/robel-residence-inside-front-room.jpg" class="attachment-full" alt="Sturr Residence Living Area" title="Sturr Residence Living Area" /></a><p class="slideshow-title">Sturr Residence Living Area</p><p class="slideshow-caption"></p></div><div class="slideshow-nav2 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="1275" height="1650" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/robel-residence-inside-table.jpg" class="attachment-full" alt="Sturr Residence Dinning Area" title="Sturr Residence Dinning Area" /></a><p class="slideshow-title">Sturr Residence Dinning Area</p><p class="slideshow-caption"></p></div><div class="slideshow-nav2 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/robel-residence-inside-hall.jpg" class="attachment-full" alt="Sturr Residence Archway" title="Sturr Residence Archway" /></a><p class="slideshow-title">Sturr Residence Archway</p><p class="slideshow-caption"></p></div><div class="slideshow-nav2 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="593" height="768" src="http://clintmillerarchitect.com/wp-content/uploads/2010/12/residence-back.jpg" class="attachment-full" alt="Sturr Residence Back" title="Sturr Residence Back" /></a><p class="slideshow-title">Sturr Residence Back</p><p class="slideshow-caption"></p></div><div class="slideshow-nav2 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/12/residence-front-small.jpg" class="attachment-full" alt="Sturr Residence Front" title="Sturr Residence Front" /></a><p class="slideshow-title">Sturr Residence Front</p><p class="slideshow-caption"></p></div></div><!--//end portfolio-slideshow div-->
]]></content:encoded>
			<wfw:commentRss>http://clintmillerarchitect.com/sturr-residence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fincham Residence</title>
		<link>http://clintmillerarchitect.com/fincham-residence/</link>
		<comments>http://clintmillerarchitect.com/fincham-residence/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 01:42:33 +0000</pubDate>
		<dc:creator>clint</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Residential Architecture]]></category>
		<category><![CDATA[Spanish Architecture]]></category>

		<guid isPermaLink="false">http://clintmillerarchitect.com/?p=392</guid>
		<description><![CDATA[The Finchams desired a home to adorn the Arcadia neighborhood in a subtle manor. They wanted it to echo the original ranch home of its surroundings. The architectural influences are similar to Ranch Hacienda and Rural Mediterranean. The Ranch Hacienda architecture is reflective of historical ranch heritage from rural Arizona and traditional Spanish Hacienda style [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {$('div.portfolio-slideshow').fadeIn();
			$('div.slideshow-nav').fadeIn();
			$('div.slideshow-thumbs').fadeIn();$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow3').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav3 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav3 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides3',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides3  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav3 a.pause').click(function() { 
			$('#portfolio-slideshow3').cycle('pause');
			$('.slideshow-nav3 a.pause').hide();
			$('.slideshow-nav3 a.play').show();
		});
	
		$('.slideshow-nav3 a.play').click(function() { 
			$('#portfolio-slideshow3').cycle('resume');
			$('.slideshow-nav3 a.play').hide();
			$('.slideshow-nav3 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info3').html(caption);
	} }); }); });</script><p>The Finchams desired a home to adorn the Arcadia neighborhood in a subtle manor.  They wanted it to echo the original ranch home of its surroundings.  The architectural influences are similar to Ranch Hacienda and Rural Mediterranean.</p>
<p>The Ranch Hacienda architecture is reflective of historical ranch heritage from rural Arizona and traditional Spanish Hacienda style homes. It is distinguishable by the prominent use of two primary building materials- stone and exterior plaster.  This style projects casual informality characterized by the use of traditional clay tile roofs, timbers and exposed rafter tails.</p>
<p>Informal and asymmetrical rectilinear forms characterize the Rural Mediterranean style. Gable shed roofs create a charming country appearance similar to the old world vineyards. The primary façade and entry creates a friendly and inviting atmosphere.<br />
<span id="more-392"></span><br />
The position of the house was essential.  By making the axis perpendicular to the street, the main room was exposed to the views of the Camelback Mountain and in turn reduced the direct sun exposure.  The north courtyard is protected from afternoon sun and presents direct views of Camelback which creates a very comfortable gathering place in order to enjoy your favorite glass of wine or delightful conversation.</p>
<p><br style="clear: both;" /></p>
<div id="portfolio-slideshow3" class="portfolio-slideshow"><div class="slideshow-nav3 first slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/12/Fincham-Residence-fountain.jpg" class="attachment-full" alt="Fincham Residence Fountain" title="Fincham Residence Fountain" /></a><p class="slideshow-title">Fincham Residence Fountain</p><p class="slideshow-caption"></p></div><div class="slideshow-nav3 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/12/Fincham-Residence-front-house.jpg" class="attachment-full" alt="Fincham Residence Front" title="Fincham Residence Front" /></a><p class="slideshow-title">Fincham Residence Front</p><p class="slideshow-caption"></p></div><div class="slideshow-nav3 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/12/Fincham-Residence-front-room.jpg" class="attachment-full" alt="Fincham Residence Front Room" title="Fincham Residence Front Room" /></a><p class="slideshow-title">Fincham Residence Front Room</p><p class="slideshow-caption"></p></div><div class="slideshow-nav3 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/12/Fincham-Residence-sink.jpg" class="attachment-full" alt="Fincham Residence Sink" title="Fincham Residence Sink" /></a><p class="slideshow-title">Fincham Residence Sink</p><p class="slideshow-caption"></p></div><div class="slideshow-nav3 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/12/Fincham-Residence-window.jpg" class="attachment-full" alt="Fincham Residence Window" title="Fincham Residence Window" /></a><p class="slideshow-title">Fincham Residence Window</p><p class="slideshow-caption"></p></div><div class="slideshow-nav3 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="900" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/frt-door-4x6.jpg" class="attachment-full" alt="Fincham Residence Front Door" title="Fincham Residence Front Door" /></a><p class="slideshow-title">Fincham Residence Front Door</p><p class="slideshow-caption"></p></div><div class="slideshow-nav3 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/Fincham-Residence-grill.jpg" class="attachment-full" alt="Fincham Residence Outdoor Area" title="Fincham Residence Outdoor Area" /></a><p class="slideshow-title">Fincham Residence Outdoor Area</p><p class="slideshow-caption"></p></div><div class="slideshow-nav3 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/Fincham-Residence-kitchen.jpg" class="attachment-full" alt="Fincham Residence Kitchen" title="Fincham Residence Kitchen" /></a><p class="slideshow-title">Fincham Residence Kitchen</p><p class="slideshow-caption"></p></div></div><!--//end portfolio-slideshow div-->
]]></content:encoded>
			<wfw:commentRss>http://clintmillerarchitect.com/fincham-residence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hoselton Residence</title>
		<link>http://clintmillerarchitect.com/hoselton-residence/</link>
		<comments>http://clintmillerarchitect.com/hoselton-residence/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 20:28:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Residential Architecture]]></category>
		<category><![CDATA[Paradise Valley]]></category>
		<category><![CDATA[pitched roof]]></category>
		<category><![CDATA[Santa Barbara Style]]></category>
		<category><![CDATA[spanish]]></category>

		<guid isPermaLink="false">http://clintmillerarchitect.com/?p=119</guid>
		<description><![CDATA[The project is an adaptive reuse of a late 50’s Spanish ranch within the early Paradise Valley subdivision, Casa Blanca Estates. The homeowners desired a “Santa Barbara Style” which would work with the original Spanish eclectic character as much as possible. Rather than the large volumes created by high ceilings, the clients wanted the design [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {$('div.portfolio-slideshow').fadeIn();
			$('div.slideshow-nav').fadeIn();
			$('div.slideshow-thumbs').fadeIn();$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow4').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav4 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav4 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides4',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides4  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav4 a.pause').click(function() { 
			$('#portfolio-slideshow4').cycle('pause');
			$('.slideshow-nav4 a.pause').hide();
			$('.slideshow-nav4 a.play').show();
		});
	
		$('.slideshow-nav4 a.play').click(function() { 
			$('#portfolio-slideshow4').cycle('resume');
			$('.slideshow-nav4 a.play').hide();
			$('.slideshow-nav4 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info4').html(caption);
	} }); }); });</script><p>The project is an adaptive reuse of a late 50’s Spanish ranch within the early Paradise Valley subdivision, Casa Blanca Estates.  The homeowners desired a “Santa Barbara Style” which would work with the original Spanish eclectic character as much as possible.</p>
<p>Rather than the large volumes created by high ceilings, the clients wanted the design to embrace the charm and human scale of the early 1900’s Spanish homes.  They also desired to create a front yard conducive to mingling with neighbors who strolled the lush Casa Blanca neighborhood, one uniue for Paradise Valley.</p>
<p><span id="more-119"></span></p>
<p>An earlier project had pushed out several exterior walls and added parapets which concealed most of the clay tile roof.  The current project re-establishes the pitched tile roof as a dominant architectural feature, and employs soft arches and corbel ends to help re-define spaces previously characterized by rambling spaces.</p>
<div><div id="portfolio-slideshow4" class="portfolio-slideshow"><div class="slideshow-nav4 first slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="777" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/hoselton-inside-fireplace.jpg" class="attachment-full" alt="hoselton-inside-fireplace" title="hoselton-inside-fireplace" /></a><p class="slideshow-title">hoselton-inside-fireplace</p><p class="slideshow-caption"></p></div><div class="slideshow-nav4 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="452" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/hoselton-inside-table.jpg" class="attachment-full" alt="hoselton-inside-table" title="hoselton-inside-table" /></a><p class="slideshow-title">hoselton-inside-table</p><p class="slideshow-caption"></p></div><div class="slideshow-nav4 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="442" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/hoselton-inside-table-two.jpg" class="attachment-full" alt="hoselton-inside-table-two" title="hoselton-inside-table-two" /></a><p class="slideshow-title">hoselton-inside-table-two</p><p class="slideshow-caption"></p></div><div class="slideshow-nav4 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="464" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/hoselton-outside.jpg" class="attachment-full" alt="Hoselton Residence" title="Hoselton Residence" /></a><p class="slideshow-title">Hoselton Residence</p><p class="slideshow-caption"></p></div><div class="slideshow-nav4 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/Hoselton-Residence-door.jpg" class="attachment-full" alt="Hoselton Residence Door" title="Hoselton Residence Door" /></a><p class="slideshow-title">Hoselton Residence Door</p><p class="slideshow-caption"></p></div><div class="slideshow-nav4 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/Hoselton-Residence-inside-painting.jpg" class="attachment-full" alt="Hoselton Residence Inside Hall" title="Hoselton Residence Inside Hall" /></a><p class="slideshow-title">Hoselton Residence Inside Hall</p><p class="slideshow-caption"></p></div><div class="slideshow-nav4 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/Hoselton-Residence-outside-archway.jpg" class="attachment-full" alt="Hoselton Residence Outside Archway" title="Hoselton Residence Outside Archway" /></a><p class="slideshow-title">Hoselton Residence Outside Archway</p><p class="slideshow-caption"></p></div><div class="slideshow-nav4 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/Hoselton-Residence-patio.jpg" class="attachment-full" alt="Hoselton Residence Patio" title="Hoselton Residence Patio" /></a><p class="slideshow-title">Hoselton Residence Patio</p><p class="slideshow-caption"></p></div></div><!--//end portfolio-slideshow div--></div>
]]></content:encoded>
			<wfw:commentRss>http://clintmillerarchitect.com/hoselton-residence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roble Residence</title>
		<link>http://clintmillerarchitect.com/roble-residence/</link>
		<comments>http://clintmillerarchitect.com/roble-residence/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 20:11:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Early Southwest Architecture]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Residential Architecture]]></category>
		<category><![CDATA[Sonoran Desert]]></category>
		<category><![CDATA[Spanish motif]]></category>

		<guid isPermaLink="false">http://clintmillerarchitect.com/?p=114</guid>
		<description><![CDATA[The Roble residence adorned the cover of Phoenix Home &#38; Garden magazine for the Masters&#8217; of the Southwest 2010 issue, where Clint Miller was honored.   The residence is a courtyard design which incorporates a motor court, garages, swimming pool and backyard views to a natural Sonoran wash. The plan is very efficient. The architectural [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {$('div.portfolio-slideshow').fadeIn();
			$('div.slideshow-nav').fadeIn();
			$('div.slideshow-thumbs').fadeIn();$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow5').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav5 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav5 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides5',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides5  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav5 a.pause').click(function() { 
			$('#portfolio-slideshow5').cycle('pause');
			$('.slideshow-nav5 a.pause').hide();
			$('.slideshow-nav5 a.play').show();
		});
	
		$('.slideshow-nav5 a.play').click(function() { 
			$('#portfolio-slideshow5').cycle('resume');
			$('.slideshow-nav5 a.play').hide();
			$('.slideshow-nav5 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info5').html(caption);
	} }); }); });</script><p>The Roble residence adorned the cover of Phoenix Home &amp; Garden magazine for the Masters&#8217; of the Southwest 2010 issue, where Clint Miller was honored.   The residence is a courtyard design which incorporates a motor court, garages, swimming pool and backyard views to a natural Sonoran wash.  The plan is very efficient.</p>
<p>The architectural character is of a rural European courtyard which looks to have been expanded over time.  The roof is a multi-colored, two piece, mission clay tile which incorporates a heavy-stacked eve detail.</p>
<p>The home is of a human scale with a deeply recessed multi-paneled front door framed by a richly detailed concrete surround.  The frame detail is similar to that of the early 1900’s Spanish motifs.</p>
<p><span id="more-114"></span></p>
<p>The components of this house were derived from the programmed needs for this family rather than realtor driven values which mandate size and eliminate in order to obtain value.  To this end, the home’s true spirit comes forth warm and rich in detail.</p>
<div><div id="portfolio-slideshow5" class="portfolio-slideshow"><div class="slideshow-nav5 first slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/robel-residence-inside-arch.jpg" class="attachment-full" alt="Sturr Residence - Inside Arch" title="Sturr Residence - Inside Arch" /></a><p class="slideshow-title">Sturr Residence - Inside Arch</p><p class="slideshow-caption"></p></div><div class="slideshow-nav5 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/robel-residence-outside-door.jpg" class="attachment-full" alt="Roble Residence Front Door" title="Roble Residence Front Door" /></a><p class="slideshow-title">Roble Residence Front Door</p><p class="slideshow-caption"></p></div><div class="slideshow-nav5 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/robel-residence-outside-backyard.jpg" class="attachment-full" alt="Roble Residence - Backyard" title="Roble Residence - Backyard" /></a><p class="slideshow-title">Roble Residence - Backyard</p><p class="slideshow-caption"></p></div><div class="slideshow-nav5 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/robel-residence-outside-landscape.jpg" class="attachment-full" alt="Roble Residence - Landscape" title="Roble Residence - Landscape" /></a><p class="slideshow-title">Roble Residence - Landscape</p><p class="slideshow-caption"></p></div><div class="slideshow-nav5 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/robel-residence-outside-window.jpg" class="attachment-full" alt="Roble Residence - Window" title="Roble Residence - Window" /></a><p class="slideshow-title">Roble Residence - Window</p><p class="slideshow-caption"></p></div></div><!--//end portfolio-slideshow div--></div>
]]></content:encoded>
			<wfw:commentRss>http://clintmillerarchitect.com/roble-residence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collins-Mullen Residence</title>
		<link>http://clintmillerarchitect.com/collins-mullen-residence/</link>
		<comments>http://clintmillerarchitect.com/collins-mullen-residence/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 20:10:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Residential Architecture]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[concrete flooring]]></category>
		<category><![CDATA[Sonoran Desert]]></category>

		<guid isPermaLink="false">http://clintmillerarchitect.com/?p=112</guid>
		<description><![CDATA[This modern authentic adobe is nestled in the upper Sonoran Desert and has preserved its setting to create a union between structure and site. This rare two-story load-bearing adobe structure features exposed structure as the final surfaces for the ceilings and walls. Colored concrete flooring, steel stairs and details make this home truly unique. Homeowners [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {$('div.portfolio-slideshow').fadeIn();
			$('div.slideshow-nav').fadeIn();
			$('div.slideshow-thumbs').fadeIn();$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow6').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav6 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav6 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides6',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides6  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav6 a.pause').click(function() { 
			$('#portfolio-slideshow6').cycle('pause');
			$('.slideshow-nav6 a.pause').hide();
			$('.slideshow-nav6 a.play').show();
		});
	
		$('.slideshow-nav6 a.play').click(function() { 
			$('#portfolio-slideshow6').cycle('resume');
			$('.slideshow-nav6 a.play').hide();
			$('.slideshow-nav6 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info6').html(caption);
	} }); }); });</script><p>This modern authentic adobe is nestled in the upper Sonoran Desert and has preserved its setting to create a union between structure and site.  This rare two-story load-bearing adobe structure features exposed structure as the final surfaces for the ceilings and walls.  Colored concrete flooring, steel stairs and details make this home truly unique.</p>
<p>Homeowners are Rob Collins and Misty Mullen.  Rob manages the ground for the Paradise Valley Country Club and has brought his plant and horticultural experiences to this design.  Misty is an artist working primarily in sculpture and painting and her art adorns this project throughout.</p>
<div><span id="more-112"></span></div>
<div><div id="portfolio-slideshow6" class="portfolio-slideshow"><div class="slideshow-nav6 first slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/collins-mullen-five.jpg" class="attachment-full" alt="collins-mullen-five" title="collins-mullen-five" /></a><p class="slideshow-title">collins-mullen-five</p><p class="slideshow-caption"></p></div><div class="slideshow-nav6 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/collins-mullen-four.jpg" class="attachment-full" alt="collins-mullen-four" title="collins-mullen-four" /></a><p class="slideshow-title">collins-mullen-four</p><p class="slideshow-caption"></p></div><div class="slideshow-nav6 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="388" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/collins-mullen-one.jpg" class="attachment-full" alt="Collins-Mullen Residence" title="Collins-Mullen Residence" /></a><p class="slideshow-title">Collins-Mullen Residence</p><p class="slideshow-caption"></p></div><div class="slideshow-nav6 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="776" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/collins-mullen-three.jpg" class="attachment-full" alt="collins-mullen-three" title="collins-mullen-three" /></a><p class="slideshow-title">collins-mullen-three</p><p class="slideshow-caption"></p></div><div class="slideshow-nav6 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="400" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/collins-mullen-two.jpg" class="attachment-full" alt="collins-mullen-two" title="collins-mullen-two" /></a><p class="slideshow-title">collins-mullen-two</p><p class="slideshow-caption"></p></div></div><!--//end portfolio-slideshow div--></div>
]]></content:encoded>
			<wfw:commentRss>http://clintmillerarchitect.com/collins-mullen-residence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stone House at Pine</title>
		<link>http://clintmillerarchitect.com/stone-house-pine/</link>
		<comments>http://clintmillerarchitect.com/stone-house-pine/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 16:31:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Organic Architecture]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Residential Architecture]]></category>
		<category><![CDATA[natural]]></category>
		<category><![CDATA[stone]]></category>
		<category><![CDATA[wood]]></category>

		<guid isPermaLink="false">http://clintmillerarchitect.com/?p=63</guid>
		<description><![CDATA[The residence, built primarily as a summer escape from the low desert heat, truly grows harmoniously and naturally from the site. The essential character of the design was influenced by the early buildings of the National Parks. For this residence, the stone came from excavating for the foundation and septic system and clearly reads as [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {$('div.portfolio-slideshow').fadeIn();
			$('div.slideshow-nav').fadeIn();
			$('div.slideshow-thumbs').fadeIn();$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow7').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav7 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav7 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides7',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides7  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav7 a.pause').click(function() { 
			$('#portfolio-slideshow7').cycle('pause');
			$('.slideshow-nav7 a.pause').hide();
			$('.slideshow-nav7 a.play').show();
		});
	
		$('.slideshow-nav7 a.play').click(function() { 
			$('#portfolio-slideshow7').cycle('resume');
			$('.slideshow-nav7 a.play').hide();
			$('.slideshow-nav7 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info7').html(caption);
	} }); }); });</script><p>The residence, built primarily as a summer escape from the low desert heat, truly grows harmoniously and naturally from the site.  The essential character of the design was influenced by the early buildings of the National Parks.</p>
<p>For this residence, the stone came from excavating for the foundation and septic system and clearly reads as structural, no as a veneer.  Attention to southern and northern exposures and resulting site preservation and energy requirements determined design choices.  On southern exposures, heavily insulated wooden walls mitigate summer heat gain; the stone wall mass on the northern exposure slowly releases cooling during daytime hours.  All exposed posts and beams are structural; exposed joist tails reveal the simple stick-framing and durability.</p>
<p><span id="more-63"></span>Ultimately, the symbiosis of stone, wood, and steel reflects a structure rooted to its site.</p>
<div><div id="portfolio-slideshow7" class="portfolio-slideshow"><div class="slideshow-nav7 first slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="480" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/stone-house-five.jpg" class="attachment-full" alt="stone-house-five" title="stone-house-five" /></a><p class="slideshow-title">stone-house-five</p><p class="slideshow-caption"></p></div><div class="slideshow-nav7 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="750" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/stone-house-four.jpg" class="attachment-full" alt="stone-house-four" title="stone-house-four" /></a><p class="slideshow-title">stone-house-four</p><p class="slideshow-caption"></p></div><div class="slideshow-nav7 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="400" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/stone-house-one.jpg" class="attachment-full" alt="Stone House in Pine Arizona" title="Stone House in Pine Arizona" /></a><p class="slideshow-title">Stone House in Pine Arizona</p><p class="slideshow-caption"></p></div><div class="slideshow-nav7 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="750" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/stone-house-seven.jpg" class="attachment-full" alt="stone-house-seven" title="stone-house-seven" /></a><p class="slideshow-title">stone-house-seven</p><p class="slideshow-caption"></p></div><div class="slideshow-nav7 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="750" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/stone-house-six.jpg" class="attachment-full" alt="stone-house-six" title="stone-house-six" /></a><p class="slideshow-title">stone-house-six</p><p class="slideshow-caption"></p></div><div class="slideshow-nav7 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="807" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/stone-house-three.jpg" class="attachment-full" alt="stone-house-three" title="stone-house-three" /></a><p class="slideshow-title">stone-house-three</p><p class="slideshow-caption"></p></div><div class="slideshow-nav7 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="422" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/stone-house-two.jpg" class="attachment-full" alt="stone-house-two" title="stone-house-two" /></a><p class="slideshow-title">stone-house-two</p><p class="slideshow-caption"></p></div></div><!--//end portfolio-slideshow div--></div>
]]></content:encoded>
			<wfw:commentRss>http://clintmillerarchitect.com/stone-house-pine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hartman Residence</title>
		<link>http://clintmillerarchitect.com/hartman-residence/</link>
		<comments>http://clintmillerarchitect.com/hartman-residence/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 22:03:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Early Southwest Architecture]]></category>
		<category><![CDATA[Organic Architecture]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Residential Architecture]]></category>
		<category><![CDATA[Pueblo Revival]]></category>
		<category><![CDATA[Scottsdale Green Building Program]]></category>
		<category><![CDATA[Spanish Colonial]]></category>

		<guid isPermaLink="false">http://clintmillerarchitect.com/?p=55</guid>
		<description><![CDATA[The architectural style was influenced by Pueblo Revival, Spanish Colonial flat roof buildings and Native American pueblos. The plan arrangement is Courtyard Hacienda based on Spanish Haciendas of the early Southwest. It has load bearing sixteen inch mud-adobe block, which supports the roof. This type of structure is also considered a mass wall assembly because [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {$('div.portfolio-slideshow').fadeIn();
			$('div.slideshow-nav').fadeIn();
			$('div.slideshow-thumbs').fadeIn();$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow8').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav8 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav8 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides8',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides8  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav8 a.pause').click(function() { 
			$('#portfolio-slideshow8').cycle('pause');
			$('.slideshow-nav8 a.pause').hide();
			$('.slideshow-nav8 a.play').show();
		});
	
		$('.slideshow-nav8 a.play').click(function() { 
			$('#portfolio-slideshow8').cycle('resume');
			$('.slideshow-nav8 a.play').hide();
			$('.slideshow-nav8 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info8').html(caption);
	} }); }); });</script><p>The architectural style was influenced by Pueblo Revival, Spanish Colonial flat roof buildings and Native American pueblos.</p>
<p>The plan arrangement is Courtyard Hacienda based on Spanish Haciendas of the early Southwest.  It has load bearing sixteen inch mud-adobe block, which supports the roof.  This type of structure is also considered a mass wall assembly because the adobe is full thickness of the wall capable of storing heat or cooling and releasing it slowly in order to maintain uniform temperature.  Thus the adobe block becomes a major component in the enabling this structure to qualify for green building recognition.</p>
<p><span id="more-55"></span></p>
<p>The residence is part of the City of Scottsdale’s Green Building Program.  Preservation of the native natural landscape is required to be maintained around the perimeter of the lot in order to support the native eco-system and for living in harmony with the landscape of the site.  This is native natural landscape is considered the feature which makes Scottsdale distinctive from other desert communities.</p>
<div><div id="portfolio-slideshow8" class="portfolio-slideshow"><div class="slideshow-nav8 first slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="527" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/hartman-interior-one.jpg" class="attachment-full" alt="hartman-interior-one" title="hartman-interior-one" /></a><p class="slideshow-title">hartman-interior-one</p><p class="slideshow-caption"></p></div><div class="slideshow-nav8 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="464" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/hartman-interior-two.jpg" class="attachment-full" alt="hartman-interior-two" title="hartman-interior-two" /></a><p class="slideshow-title">hartman-interior-two</p><p class="slideshow-caption"></p></div><div class="slideshow-nav8 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="934" height="350" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/hartman-residence-main.jpg" class="attachment-full" alt="hartman-residence-main" title="hartman-residence-main" /></a><p class="slideshow-title">hartman-residence-main</p><p class="slideshow-caption"></p></div></div><!--//end portfolio-slideshow div--></div>
]]></content:encoded>
			<wfw:commentRss>http://clintmillerarchitect.com/hartman-residence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finkel-Blumel Residence</title>
		<link>http://clintmillerarchitect.com/finkel-blumel-residence/</link>
		<comments>http://clintmillerarchitect.com/finkel-blumel-residence/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 03:24:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Early Southwest Architecture]]></category>
		<category><![CDATA[Modern Architecture]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[contemporary]]></category>
		<category><![CDATA[Frank Lloyd Wright]]></category>
		<category><![CDATA[landscape]]></category>
		<category><![CDATA[vegetated landscape]]></category>

		<guid isPermaLink="false">http://clintmillerarchitect.com/?p=19</guid>
		<description><![CDATA[Modern architecture influenced by Frank Lloyd Wright’s Usonian Period. The compact 2,500 square foot home was erected on pristine undisturbed natural desert. This mature and lush desert landscape offers privacy and screening for this glass dominant and adobe structure. Homeowners Ron Finkel, real estate investor, and Linda Blumel, artist, have carefully implemented unique furnishings, accessories [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {$('div.portfolio-slideshow').fadeIn();
			$('div.slideshow-nav').fadeIn();
			$('div.slideshow-thumbs').fadeIn();$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow9').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav9 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav9 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides9',
				manualTrump: false,
				cleartypeNoBg: true,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides9  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav9 a.pause').click(function() { 
			$('#portfolio-slideshow9').cycle('pause');
			$('.slideshow-nav9 a.pause').hide();
			$('.slideshow-nav9 a.play').show();
		});
	
		$('.slideshow-nav9 a.play').click(function() { 
			$('#portfolio-slideshow9').cycle('resume');
			$('.slideshow-nav9 a.play').hide();
			$('.slideshow-nav9 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info9').html(caption);
	} }); }); });</script><p>Modern architecture influenced by Frank Lloyd Wright’s Usonian Period.  The compact 2,500 square foot home was erected on pristine undisturbed natural desert.   This mature and lush desert landscape offers privacy and screening for this glass dominant and adobe structure.</p>
<p>Homeowners Ron Finkel, real estate investor, and Linda Blumel, artist, have carefully implemented unique furnishings, accessories and artwork that integrate well with the architectural theme.</p>
<p>The re-vegetated landscape area incorporates contemporary garden sculpture and some non-indigenous plants which create added drama.  This home features concrete floors, wood ceilings and adobe.  This provides a very warm outcome for this contemporary structure.</p>
<p><span id="more-19"></span></p>
<div><div id="portfolio-slideshow9" class="portfolio-slideshow"><div class="slideshow-nav9 first slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="800" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/finkel-outside-five.jpg" class="attachment-full" alt="finkel-outside-five" title="finkel-outside-five" /></a><p class="slideshow-title">finkel-outside-five</p><p class="slideshow-caption"></p></div><div class="slideshow-nav9 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="800" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/finkel-outside-four.jpg" class="attachment-full" alt="finkel-outside-four" title="finkel-outside-four" /></a><p class="slideshow-title">finkel-outside-four</p><p class="slideshow-caption"></p></div><div class="slideshow-nav9 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="450" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/finkel-outside-one.jpg" class="attachment-full" alt="finkel-outside-one" title="finkel-outside-one" /></a><p class="slideshow-title">finkel-outside-one</p><p class="slideshow-caption"></p></div><div class="slideshow-nav9 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="800" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/finkel-outside-three.jpg" class="attachment-full" alt="finkel-outside-three" title="finkel-outside-three" /></a><p class="slideshow-title">finkel-outside-three</p><p class="slideshow-caption"></p></div><div class="slideshow-nav9 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="450" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/finkel-outside-two.jpg" class="attachment-full" alt="finkel-outside-two" title="finkel-outside-two" /></a><p class="slideshow-title">finkel-outside-two</p><p class="slideshow-caption"></p></div><div class="slideshow-nav9 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="600" height="480" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/finkel-main.jpg" class="attachment-full" alt="Finkel-Blumel Residence" title="Finkel-Blumel Residence" /></a><p class="slideshow-title">Finkel-Blumel Residence</p><p class="slideshow-caption"></p></div><div class="slideshow-nav9 slideshow-next"><a href="javascript: void(0);" class="slideshow-next"><img width="960" height="768" src="http://clintmillerarchitect.com/wp-content/uploads/2010/11/finkel-outside-night.jpg" class="attachment-full" alt="Finkel-Blumel Outside Night" title="Finkel-Blumel Outside Night" /></a><p class="slideshow-title">Finkel-Blumel Outside Night</p><p class="slideshow-caption"></p></div></div><!--//end portfolio-slideshow div--></div>
]]></content:encoded>
			<wfw:commentRss>http://clintmillerarchitect.com/finkel-blumel-residence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

