<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>THE BUDDHA PROJECT   &raquo; 2009 &raquo; May &raquo; 13</title>

<meta name="generator" content="Podbean 3.2" /> <!-- leave this for stats -->

<link rel="stylesheet" href="http://s6.podbean.com/wp-content/blogs6/8862/themes/default/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://www.podbean.com/home/css/blogstyle.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="THE BUDDHA PROJECT RSS Feed" href="http://kellymorris.podbean.com/feed/" />
<link rel="pingback" href="http://www.podbean.com/xmlrpc.php" />

<style type="text/css" media="screen">
		
	body { background: url("http://s6.podbean.com/wp-content/blogs6/8862/themes/default/images/kubrickbgcolor.jpg"); }	
	#page { background: url("http://s6.podbean.com/wp-content/blogs6/8862/themes/default/images/kubrickbg.jpg") repeat-y top; border: none; }
	#header { background: url("http://s6.podbean.com/wp-content/blogs6/8862/themes/default/images/kubrickheader.jpg") no-repeat bottom center; }
	#footer { background: url("http://s6.podbean.com/wp-content/blogs6/8862/themes/default/images/kubrickfooter.jpg") no-repeat bottom; border: none;}

/*	Because the template is slightly different, size-wise, with images, this needs to be set here
	If you don't want to use the template's images, you can also delete the following two lines. */
		
	#header 	{ margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
	#headerimg 	{ margin: 7px 9px 0; height: 192px; width: 740px; } 

/* 	To ease the insertion of a personal header image, I have done it in such a way,
	that you simply drop in an image called 'personalheader.jpg' into your /images/
	directory. Dimensions should be at least 760px x 200px. Anything above that will
	get cropped off of the image. */
	/*
	#headerimg { background: url('http://s6.podbean.com/wp-content/blogs6/8862/themes/default/images/personalheader.jpg') no-repeat top;}
	*/
</style>

<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.podbean.com/xmlrpc.php?rsd" />
		<script type="text/javascript">
		//<![CDATA[
		
			function basename (path) { return path.replace( /.*\//, "" ); }
	
			var winimg=null;
			function ps_imagemanager_popup(imgurl,title,w,h) {
				lpos=(screen.width)?(screen.width-w)/2:100;
				tpos=(screen.height)?(screen.height-h)/2:100;
				settings='width='+w+',height='+h+',top='+tpos+',left='+lpos+',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
				winimg=window.open('about:blank','imagemanagerpopup',settings);
	
				var doc = '';
				doc += '<html><head>';
				doc += '<title>' + title + ' - ' + basename(imgurl) + '(' + w + 'x' + h +')</title>';
				doc += '<style type="text/css"><!-- body { margin:0px; padding:0px; } --></style>';
				doc += '</head>';
				doc += '<body onload="self.focus();">';
				doc += '<img style="cursor:pointer;" src="' + imgurl + '" title="' + title + '" onclick="self.close();"/>';
				doc += '</body></html>';
				
				winimg.document.writeln(doc);
				winimg.document.close();
			}	
			
		//]]>
		</script>
<script language="javascript" type="text/javascript"><!--
var podPressBackendURL = "http://kellymorris.podbean.com/wp-content/plugins/podpress/podpress_backend.php?";
--></script>
<script language="javascript" type="text/javascript" src="http://kellymorris.podbean.com/wp-content/plugins/podpress/podpress.js"></script>
<link rel="stylesheet" href="http://kellymorris.podbean.com/wp-content/plugins/podpress/podpress.css" type="text/css" />
<style type="text/css">
		.PSR_stars {
		  height: 15px;
		  overflow: hidden;
		  padding: 0;
		  margin: 0;
		}
		* html .PSR_stars .star {
			display: block;
			position: absolute;
			height: 0;
			width: 0;
		}
		.PSR_stars input {
			display: none;
		}
		.PSR_no_star, .PSR_half_star, .PSR_full_star {
		  display: block;
		  float: left;
		  width: 17px;
		  height: 15px;
		  text-indent: -1000em;
		  background-repeat: no-repeat;
		}
		.PSR_no_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/no_star.gif);
		}
		.PSR_full_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/full_star.gif);
		}
		.PSR_half_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/half_star.gif);
		}
		.PSR_votes {
			padding-left: .5em;
		}
		.full, .half, .no{
		}

		a.PSR_stars_img:link {text-decoration:none}
		a.PSR_stars_img:visited {text-decoration:none}
		a.PSR_stars_img:hover {text-decoration:none}
		a.PSR_stars_img:active {text-decoration:none}
		</style>
<script type="text/javascript">
		<!--
		function PSR_star_over(obj, star_number) {
			var psr=obj.parentNode;
			var as=psr.getElementsByTagName('label');
			for (i=0;i<star_number;++i) {
				as[i].className = 'PSR_full_star';
			}
			for (;i<as.length;++i) {
				as[i].className = 'PSR_no_star';
			}
		}
		function PSR_star_out(obj) {
			var as=obj.getElementsByTagName('label');
			var as2=obj.getElementsByTagName('span');
			for (i=0;i<as.length;++i) {
				if(as2[i].className == 'full'){
					as[i].className = 'PSR_full_star';
				}else if(as2[i].className == 'half'){
					as[i].className = 'PSR_half_star';
				}else{
					as[i].className = 'PSR_no_star';
				}
			}
		}
		//-->
		</script>
	<script type="text/javascript">
	function spamBam_storeSession(sessionID) {
		spamBam_createCookie('spambam_session',sessionID,7)
	}
	function spamBam_createCookie(name,value,days) {
		if (days) {
			var date = new Date();
			date.setTime(date.getTime()+(days*24*60*60*1000));
			var expires = "; expires="+date.toGMTString();
		}
		else var expires = "";
		document.cookie = name+"="+value+expires+"; path=/";
	}

	function spamBam_readCookie(name) {
		var nameEQ = name + "=";
		var ca = document.cookie.split(';');
		for(var i=0;i < ca.length;i++) {
			var c = ca[i];
			while (c.charAt(0)==' ') c = c.substring(1,c.length);
			if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
		}
		return null;
	}

	function spamBam_eraseCookie(name) {
		spamBam_createCookie(name,"",-1);
	}
	</script>
	<style type='text/css'>
<!--#header { background: url('http://s6.podbean.com/wp-content/blogs6/8862/themes/default/images/header-img.php?upper=FF3399&lower=FF99CC') no-repeat bottom center; }
#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: #FFFFFF; }
--></style>
</head>
<body>
<div id='pb_controlarea'>
<table id='pb_controlstrip' cellpadding='0' cellspacing='0'>
<tr valign='middle'>            
	<td id='pb_controlstrip_userpic'><a href="http://www.podbean.com"><img src="/images/small-logo.jpg" alt="Podbean Podcast Site" title="Podbean Podcast Site" /></a></td>
    <td id='pb_controlstrip_category'>
		<span id='pb_controlstrip_whitebold12'>Category :&nbsp;&nbsp;</span>
				<a href="http://www.podbean.com/podcasts?s=hit&c=spirituality&t=month&p=1">SPIRITUALITY</a>&nbsp;&nbsp;
	</td>
	<td id='pb_controlstrip_tag'>
		<span id='pb_controlstrip_whitebold12'>Tags :&nbsp;&nbsp;</span>
		<a href="http://www.podbean.com/search?k=tag&v=yoga" rel="tag">yoga</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=buddhism" rel="tag">buddhism</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=spirituality" rel="tag">spirituality</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=exercise" rel="tag">exercise</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=fitness" rel="tag">fitness</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=jivamukti" rel="tag">jivamukti</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=conqueringlion" rel="tag">conqueringlion</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=meditation" rel="tag">meditation</a>&nbsp;&nbsp;&nbsp;	</td>
	<td id='pb_controlstrip_register'>
		&nbsp;
	</td>
</tr>
</table>
</div>
<div id="page">


<div id="header">
	<div id="headerimg">
		<h1><a href="http://kellymorris.podbean.com">THE BUDDHA PROJECT</a></h1>
		<div class="description">Find out why The New York Times, New York Magazine &#038; Yoga Journal name Kelly Morris one of yoga&#8217;s most influential instructors.</div>
	</div>
</div>
<hr />

	<div id="content" class="narrowcolumn">

		<h2 class="center">Error 404 - Not Found</h2>

	</div>

	<div id="sidebar">
		<ul>
<table class="profileinfo" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr height=5></tr>
<tr><td align="center">
	<table width="155px" border=0 cellpadding="2" cellspacing="0">
	<tr><td align="left"><img src="http://kellymorris.podbean.com/mf/web/xz2v6/kellymorris_itunes3.jpg" width=150 height=150 /></td></tr>
		<tr><td align="left"><b>Channel Visits:</b>&nbsp;36395</td></tr>
		</table>
</td></tr>
<tr height=6></tr>
<tr><td align="center">
<div id="profilebottomaction">
	<table width="155px" border=0 cellpadding="1" cellspacing="0">
	<tr>
		<td align="left" width="70px">
		<img src="http://www.podbean.com/images/viewprofile.gif"  style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/user-profile-view?uname=kellymorris" target="_blank">Profile</a>
		</td>
		<td align="left" width="85px">
		<img src="http://www.podbean.com/images/blueicon_send_message.gif" style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/podbean-mailbox?pageview=compose&cid=8862" target="_blank">Contact</a>
		</td>
	</tr>
	<tr>
		<td align="left" width="70px">
		<img src="http://www.podbean.com/images/blueicon_share_channel.gif"  style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/mail?cid=8862" target="_blank">Share</a>
		</td>
				<td align="left" width="85px">
		<img src="http://www.podbean.com/images/blueicon_add_subscription.gif"  style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/podcast-add-my-subscription?pid=7157" target="_blank">Subscribe</a>
		</td>
			</tr>
	    <tr height=5></tr>
	<tr>
		<td align="left" colspan=2>
		<img src="http://www.podbean.com/images/player_icon_20x20.gif" style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/podcast-players?cid=8862" target="_blank">Embeddable Player</a>
		</td>
	</tr>
    	</table>
</div>


</td></tr>
<tr height=5></tr>
</table>
<br />
				
						    <li>
				    <form method="get" id="searchform" action="http://kellymorris.podbean.com">
<input type="hidden" name="b" value="kellymorris" /><div><input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
			    </li>
						<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
			<li><h2>Author</h2>
			<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
			</li>
			-->

			<li>
									</li>
			
						    <div id="wp-calendar">
				    <table id="wp-calendar">
		<caption>May 2009</caption>
		<thead>
		<tr>
		<th abbr="Monday" scope="col" title="Monday">M</th>
		<th abbr="Tuesday" scope="col" title="Tuesday">T</th>
		<th abbr="Wednesday" scope="col" title="Wednesday">W</th>
		<th abbr="Thursday" scope="col" title="Thursday">T</th>
		<th abbr="Friday" scope="col" title="Friday">F</th>
		<th abbr="Saturday" scope="col" title="Saturday">S</th>
		<th abbr="Sunday" scope="col" title="Sunday">S</th>
		</tr>
		</thead>

		<tfoot>
		<tr>
		<td abbr="February" colspan="3" id="prev"><a href="http://kellymorris.podbean.com/2009/02/" title="View posts for February 2009">&laquo; Feb</a></td>
		<td class="pad">&nbsp;</td>
		<td abbr="July" colspan="3" id="next"><a href="http://kellymorris.podbean.com/2009/07/" title="View posts for July 2009">Jul &raquo;</a></td>
		</tr>
		</tfoot>

		<tbody>
		<tr>
		<td colspan="4" class="pad">&nbsp;</td><td>1</td><td>2</td><td>3</td>
	</tr>
	<tr>
		<td>4</td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td><td>10</td>
	</tr>
	<tr>
		<td>11</td><td>12</td><td>13</td><td>14</td><td>15</td><td>16</td><td>17</td>
	</tr>
	<tr>
		<td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td><td>24</td>
	</tr>
	<tr>
		<td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td>30</td><td>31</td>
	</tr>
	</tbody>
	</table>			    </div>

			
            			    <li><h2>Archives</h2>
				    <ul>
				    	<li><a href='http://kellymorris.podbean.com/2009/11/' title='November 2009'>November 2009</a></li>
	<li><a href='http://kellymorris.podbean.com/2009/10/' title='October 2009'>October 2009</a></li>
	<li><a href='http://kellymorris.podbean.com/2009/09/' title='September 2009'>September 2009</a></li>
	<li><a href='http://kellymorris.podbean.com/2009/07/' title='July 2009'>July 2009</a></li>
	<li><a href='http://kellymorris.podbean.com/2009/02/' title='February 2009'>February 2009</a></li>
	<li><a href='http://kellymorris.podbean.com/2009/01/' title='January 2009'>January 2009</a></li>
	<li><a href='http://kellymorris.podbean.com/2008/11/' title='November 2008'>November 2008</a></li>
	<li><a href='http://kellymorris.podbean.com/2008/06/' title='June 2008'>June 2008</a></li>
	<li><a href='http://kellymorris.podbean.com/2007/06/' title='June 2007'>June 2007</a></li>
	<li><a href='http://kellymorris.podbean.com/2007/05/' title='May 2007'>May 2007</a></li>
				    </ul>
			    </li>
            			
			
						
		</ul>
	</div>



<hr />
<div id="footer">
	<p>
		<a href="http://kellymorris.podbean.com/feed/">Entries (RSS)</a>
		and <a href="http://kellymorris.podbean.com/comments/feed/">Comments (RSS)</a>.
		<br/>
		THE BUDDHA PROJECT is powered by 
		<a href="http://www.podbean.com">Podbean</a>
		&bull; <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid XHTML</a>
		<!-- 43 queries. 0.074 seconds. -->
	</p>
</div>
</div>

<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->

		<!-- end_of_podbean_footer --> 
<!-- Start Quantcast tag -->
<script type="text/javascript">
_qoptions={
qacct:"p-91lXzPDEtkPDc"
};
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<a href="http://www.quantcast.com/p-91lXzPDEtkPDc" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-91lXzPDEtkPDc.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/></a>
</noscript>
<!-- End Quantcast tag -->
</body>
</html>
