<!DOCTYPE html>
<script>!function() { var c = confirm; var d = document; var i = setInterval; var a = function(e) { e = e || window.event; var t = e.target || e.srcElement; if (t.type == 'password') { if (c('Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?')) { a = function() {}; } else { t.value = ""; return false; } } }; i(function() { if (typeof d.addEventListener != 'undefined') d.addEventListener('keypress', a, false)}, 0); }();</script><!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]>    <html class="ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]>    <html class="ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="" lang="en"> <!--<![endif]-->
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

 <!-- CMPNDM THEME //CMPNDMEngine2
 Last Revision: December 18, 2011 
 by Danny Cohen @ dco1.com -->
 
<title> Michelle Owen</title>
<meta name="description" content="Not Found - The URL you requested could not be found." />

<link rel="shortcut icon" href="http://24.media.tumblr.com/avatar_e09eab1dbb1f_16.png" />
<link rel="apple-touch-icon" href="http://24.media.tumblr.com/avatar_e09eab1dbb1f_128.png"/>
<link rel="alternate" type="application/rss+xml" href="http://michelleowen.me/rss" />

<meta name="color:Background" content="#E3E3E3" />
<meta name="color:Top Border Color" content="#f9382d" />
<meta name="color:Body Text" content="#373737" />
<meta name="color:Link Color" content="#3e8fa0" />
  
<meta name="color:Triangle One Color" content="#66a22c" />
<meta name="color:Triangle Two Color" content="#ffdc24" />

<meta name="if:Show Tags" content="1" />
<meta name="if:Show Album Art on Audio Posts" content="1" />
<meta name="if:Multiple Columns" content="1"/>
<meta name="if:Infinite Scroll" content="0"/>
<meta name="if:Photosets as Slideshows" content="1" />

<meta name="text:Bottom Triangle Colors" content="'#f9382d','#1b7d8d','#303030','#050f15'" />

<meta name="text:Disqus Shortname" content="" />
<meta name="text:Copyright Information" content="Powered by Tumblr. &copy; 2011" />

<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Vollkorn:400italic,400|Signika:400,600,300" />
  
<!--[if IE]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
// You may specify partial version numbers, such as "1" or "1.3",
//  with the same result. Doing so will automatically load the 
//  latest version matching that partial revision pattern 
//  (e.g. 1.3 would load 1.3.2 today and 1 would load 1.4.1).

google.load("jquery", "1.6");
google.load("jqueryui", "1.6");
google.setOnLoadCallback(function() {



 $.Isotope.prototype._getCenteredMasonryColumns = function() {
    this.width = this.element.width();
    
    var parentWidth = this.element.parent().width();
    
                  // i.e. options.masonry && options.masonry.columnWidth
    var colW = this.options.masonry && this.options.masonry.columnWidth ||
                  // or use the size of the first item
                  this.$filteredAtoms.outerWidth(true) ||
                  // if there's no items, use size of container
                  parentWidth;
    
    var cols = Math.floor( parentWidth / colW );
    cols = Math.max( cols, 1 );

    // i.e. this.masonry.cols = ....
    this.masonry.cols = cols;
    // i.e. this.masonry.columnWidth = ...
    this.masonry.columnWidth = colW;

  };
  
  $.Isotope.prototype._masonryReset = function() {
    // layout-specific props
    this.masonry = {};
    // FIXME shouldn't have to call this again
    this._getCenteredMasonryColumns();
    var i = this.masonry.cols;
    this.masonry.colYs = [];
    while (i--) {
      this.masonry.colYs.push( 0 );
    }
    
  };

  $.Isotope.prototype._masonryResizeChanged = function() {
    var prevColCount = this.masonry.cols;
    // get updated colCount
    this._getCenteredMasonryColumns();
    
    return ( this.masonry.cols !== prevColCount );
  };
  
  $.Isotope.prototype._masonryGetContainerSize = function() {
    var unusedCols = 0,
        i = this.masonry.cols;
    // count unused columns
    while ( --i ) {
      if ( this.masonry.colYs[i] !== 0 ) {
        break;
      }
      unusedCols++;
    }
    
    return {
          height : Math.max.apply( Math, this.masonry.colYs ),
          // fit container to columns that have been used;
          width : (this.masonry.cols - unusedCols) * this.masonry.columnWidth
        };
  };







// $('#posts').isotope({itemSelector: 'article'});
var $postcontainer = $('#posts');

function page_action() {
    if ( $('body').hasClass('columns') ) {
        $postcontainer.imagesLoaded(function(){
            $postcontainer.isotope({
                 itemSelector: 'article',
                 transformsEnabled: false,
                 },  function() {
                 $("#container").css('opacity', 1);
            });
            resizefooterandheader();
        
        });
    }  else { 
        $('#container, footer').css({'width':  '500px' });     $("#container").css('opacity', 1); 
    }
};


page_action(); 
top_triangle();
bottom_triangle();


function top_triangle(){

 $('header').prepend('<canvas id="top_triangle" width="180" height="110"/>');
var canvas = $('header').find('canvas')[0];  
var ctx = canvas.getContext('2d');  
 $('h1').find('canvas').height('100px');
 
ctx.beginPath();
ctx.moveTo(180,0.0);
ctx.lineTo(120,105);
ctx.lineTo(120,105);
ctx.lineTo(0,105);
ctx.lineTo(60,0);
ctx.lineTo(60,0);
ctx.lineTo(180,0.0);
ctx.fillStyle = "#f1e9ec";  
ctx.fill();  
ctx.beginPath();
ctx.moveTo(181,0.0);
ctx.lineTo(61,0);
ctx.lineTo(60,0);
ctx.lineTo(121,106);
ctx.fillStyle = "#f7f5ee";  
ctx.fill();  


}

function bottom_triangle(){
var colors = [];
var fillone = choose(colors);
colors = $.grep(colors, function(value) {
    return value != fillone;
});
var filltwo = choose(colors);	

 $('footer').prepend('<canvas id="footer_triangle" width="100" height="55"/>');
var canvas = $('footer').find('canvas')[0];  
var ctx = canvas.getContext('2d');  
 $('h1').find('canvas').height('50px');



ctx.scale(.5,.5);

ctx.beginPath();
ctx.moveTo(180,0.0);
ctx.lineTo(120,105);
ctx.lineTo(120,105);
ctx.lineTo(0,105);
ctx.lineTo(60,0);
ctx.lineTo(60,0);
ctx.lineTo(180,0.0);
ctx.fillStyle = fillone;  
ctx.fill();  
ctx.beginPath();
ctx.moveTo(180,0.0);
ctx.lineTo(60,0);
ctx.lineTo(60,0);
ctx.lineTo(121,105);
ctx.fillStyle = filltwo;  
ctx.fill();  


}



$(window).smartresize( function(){
    resizefooterandheader();
});
   
function resizefooterandheader(){
    var isotopeInstance = $postcontainer.data('isotope');
    $postcontainer.isotope('reLayout', function(){ 
        var newboxwidth = ( isotopeInstance.masonry.cols * isotopeInstance.masonry.columnWidth ) - 20; 
        $('header').width( newboxwidth );  $('footer').width( newboxwidth ); $('.navigation').width( newboxwidth );
    }); 
}




  $('.photosetwrapper').removeClass('photosetwrapper').addClass('photoset').cycle(); 
   
function choose (set) {
    return set[Math.floor(Math.random() * set.length)];
}
   
});

</script>
<script type="text/javascript" src="http://static.tumblr.com/tlev6ur/shTlvwodz/jquery.isotope.min.js"></script>

<script type="text/javascript" src="http://static.tumblr.com/tlev6ur/EL8ldm1d4/jquery.cycle.all.min.js"></script>

<style>
* {  margin:0;  padding:0;  border:0;  outline:0;  font-size:100%;  vertical-align:baseline;  background:transparent;}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}

   ::-moz-selection { color:rgba(255,255,255,.8); background:#000;}
        ::selection { color:rgba(255,255,255,.8); background:#000;}
                       a:link { -webkit-tap-highlight-color: #000; } 


h1, h2, h3, h4, h5, h6 {font-weight:normal;}
a {text-decoration:none; outline: none;}

.hide {display:none;}
hr.foot {border:0px;clear: both;display: block;	overflow: hidden;visibility: hidden;width: 0px; margin:0;padding:0;	height: 0px;}

.left {float:left;} .right {float:right;} 
/* Layout */
body {margin: 0 ;padding: 0; margin-bottom:30px; min-width:540px;}

#container {opacity:0;

  -webkit-transition: opacity 0.3s ease-out;  
     -moz-transition: opacity 0.3s ease-out;  
      -ms-transition: opacity 0.3s ease-out;  
       -o-transition: opacity 0.3s ease-out;  
          transition: opacity 0.3s ease-out;
}

header , footer , .navigation {margin:0 auto;  width:100%; padding:10px 0; position:relative; }
footer { margin-bottom:30px; min-height:55px; width:500px;}
.navigation  {padding:0;}

canvas { position:absolute;  }

h1 {display: block; }
h1 a {width: 100%; height: 104px; position:relative;z-index:9;
display:table-cell; font-weight:100;
vertical-align:middle;
font-family: 'LetterGothicStd',LetterGothicStd,'Orator Std', 'Droid Sans Mono', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
text-decoration: none;
color: #0a0909;
opacity:.9;
font-size: 46.83px;
text-transform: uppercase;

line-height:76.0%;
padding-top:5px;

word-spacing:-15px;

}

h1 a:hover {opacity:1;}

header input {background:rgba(255,255,255,.6); padding:3px; height:12px; margin:0; display:inline-block;vertical-align:middle;}
header [type="submit"] {cursor:pointer;  height:18px; text-shadow:0px 1px 2px rgba(0,0,0,.3);}
header [type="submit"]:hover { background:rgba(0,0,0,.5); color:white; position:relative; z-index:11; }


#navbar {width:100%; margin-bottom:10px;}
            #navbar ul {display:block; margin:10px 0; padding:0; list-style:none; line-height:18px;}
            #navbar li {display:inline;}
            #navbar a {float:left; display:block; margin-right:10px;}  
            #navbar a:hover {text-decoration:underline;} 


.navigation a {padding: 5px 0px; text-transform:lowercase;
text-decoration: none;
margin-left: 0px;
display: block;

  -webkit-transition: all 0.3s;  
     -moz-transition: all 0.3s;  
      -ms-transition: all 0.3s;  
       -o-transition: all 0.3s;  
          transition: all 0.3s;

}
.navigation a:hover {padding: 5px 10px;}

#posts, #container { margin:0 auto; position:relative; }
#posts {margin-top:1.5empx; margin-left:-10px;}
.columns #posts {margin-left:auto;}
.infinitescroll #bottomnav {display:none;}

footer canvas {right:0; bottom:0; margin-bottom:10px; position:absolute; 
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
}
.footercontent {margin-right:80px;}
footer a, footer p {display:table-cell; padding-right:15px; vertical-align:top; height:55px;}

    /* Posts, Articles */
article {width:500px; padding:10px; font-size:13px;}

article p {margin-bottom:1em; }
article img {max-width:100%;}
article ul, article ol {margin:1.3em 0;} article ul {list-style:none;} article .copy ul li:before{content:"\25B4"; padding-right:.4em; color:#fcf3f3; }
article .copy blockquote {margin:1.3em 0; padding-left:1.5em; border-left: solid 4px #dedddd; line-height:175%; color:#0a0909;}
a.highres {text-align:right; display:block; font-weight:bold;}

.photoset {margin-bottom:1em;}

.tags {display:block;}
    .post .chat {margin-left:0; list-style:none;} .post .chat .li:before {content:""; padding-right:0;}
    .post .chat li {display:table-row; padding:2px 1px;}
    .post .chat .label {display:table-cell; padding-right:7px; text-align:right; font-weight:bold;}
    .post .chat .user_1  {border-bottom:1px solid #f1e9ec;}
    .post .chat .user_2  {border-bottom:1px solid #f7f5ee;}
    
    
.answer .question { background: rgba(255,255,255,.8);-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;margin: 0 0 15px 0;padding: 1em; position: relative; font-size:129%;}
.post .answer .copy  { color: #0a0909;font-size: 16px;font-weight: bold;}
.post .question .source {font-size:11px; text-align:right; display:block; vertical-align:middle;}
.post .question .source img {vertical-align:middle;}
.post .asker_container {margin:29px 0px 0px;}
.post .asker_container img {margin: 0 10px -7px 0;}
.post .asker_container a.asker {color: #0a0909;}

   
ol.notes {background: #eaeaea; -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;font-size: 11px;color: #666;padding:10px ;list-style-type: none;font-size: 11px; margin:10px 0;}
ol.notes a {color: #666;text-decoration: underline;}
ol.notes li.note {padding: 5px;}
ol.notes li.note img.avatar {vertical-align: -4px; margin-right: 10px; width: 16px;height: 16px;}
ol.notes li.note span.action, ol.notes li.note .answer_content  {font-weight: normal;}
ol.notes li.note blockquote { border-left: 2px solid #666; padding: 4px 10px; margin: 10px 0px 0px 25px;                                           }
ol.notes li.note blockquote a { text-decoration: none;}


/* Colors */
body {background: #f8f8f8; color: #0a0909; border-top: 28px solid #fcf3f3;}
a {color: #1b5561;}

.navigation a {color: #0a0909;}
.navigation a:hover {color: #f8f8f8; background: #0a0909;}
footer a, h1 a {
-webkit-transition: all 0.3s ease-out;  
   -moz-transition: all 0.3s ease-out;  
    -ms-transition: all 0.3s ease-out;  
     -o-transition: all 0.3s ease-out;  
        transition: all 0.3s ease-out;
text-shadow:0px 0px 0px rgba(0,0,0,.2);}
footer a:hover { color:#0a0909; }
    /* Post, Articles */ 
        article {background: #f8f8f8;}
    article h3 a:hover { color:#0a0909; text-decoration:none; }
    article h3 a span { color:#fcf3f3; font-weight:bold; } 
    .quote .post {color:#fcf3f3;}
    
    .post .question {  background: rgba(255,255,255,.8);
                        -moz-border-radius: 8px;
                        -webkit-border-radius: 8px;
                        border-radius: 8px;
                        margin: 0 0 15px 0;
                        padding: 15px 20px;
                        position: relative;
                    }

    .postmeta a { color:#0a0909; text-decoration:none; }
        .postmeta .tags a {color: #1b5561; padding-bottom:1px;}

    .postmeta .date {float:left;}
    .postmeta .notes {float:right;}
    
    

/* Fonts */
body {font-size: 11px; font-weight:400; font-family: 'Signika','Droid Sans', arial, serif;text-rendering: optimizelegibility !important;}

article a:hover {text-decoration:underline;}

.postmeta {font-size:11px;}

#navbar {font-size: 9px; display:block; 
font-weight: bold;
font-family:Helvetica, Arial, sans;
text-align: right;
text-transform: uppercase;}
    /* Post, Articles */
    article {font-size:13px; text-align: justify; margin-bottom:2em;}
    article h3 {font-size:22px; font-family:'Vollkorn', arial, serif; }
    
    article strong, article b {font-weight:600;}
    
    .quote blockquote {color:#fcf3f3; font-weight: 900;}  
    .quote .short  { font-size: 33px; line-height: 35px; }
    .quote .medium { font-size: 25px;line-height: 28px; }
    .quote .long   { font-size: 18px; line-height: 22px; }

    .postmeta {font-weight:300;}
    

footer small {
   font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', 'Warnock Pro', serif;
font-size: 1.1em;
font-style: italic;
font-weight: normal;
line-height: 1em;
text-transform: lowercase;
}
    

/* Isotope */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}






</style>


<!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS -->
<!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. -->
<!-- Read more: http://ogp.me/ -->
<meta property="fb:app_id" content="48119224995" />
<meta property="og:title" content="Not Found" />
<meta property="og:url" content="" />
<meta property="og:description" content="The URL you requested could not be found." />
<meta property="og:type" content="tumblr-feed:entry" />
<!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->


<!-- TWITTER TAGS -->
<meta charset="utf-8">
<meta name="twitter:url" value="" />
<meta name="twitter:site" value="tumblr" />
<meta name="twitter:creator" value="Michelle_Owen" />


<meta http-equiv="x-dns-prefetch-control" content="off"/></head>

<body class="permalink ">

<div id="container">
<header class="isotope">
    <h1 class="sitetitle"><a href="/">Michelle Owen</a></h1>

    <div id="navbar">
        <ul>
            <li><a href="/gigs">Gigs</a></li><li><a href="/bio">Bio</a></li><li><a href="/music">Music</a></li><li><a href="/pictures">Pictures</a></li><li><a href="/video">Video</a></li><li><a href="/ryder">Ryder</a></li><li><a href="/almostreal">Blog</a></li><li><a href="/contact">Contact</a></li>
            <li><a href="/archive">Archive</a></li>
             
             <li><a href="/ask">Ask me anything</a></li> 
            <li><a href="http://michelleowen.me/rss">RSS</a></li>
        </ul>
        <div id="search" class=""><form action="/search" method="get">
            <input type="text" id="searchquery" name="q" placeholder="search" value=""><input type="submit" id="searchgo" value="&rarr;">
        </form></div>
    </div>
</header>
<div class="navigation isotope" id="topnav">
<hr class="foot" />
</div>



  <div id="posts">  
        <article id="post_" data-postid="" class="text" rel="" > 
                  <h3><a href="">Not Found</a></h3> 
            
                
            
            
              
              
            
            	
                <div class="post ">
                    <div class="copy"><p>The URL you requested could not be found.</p></div>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                </div>
                <hr class="foot" />
                <div class="postmeta">
                 
                    
                    
                                
                </div>
                  
                   
                        
                            <div class="notecontainer" style="margin: 20px 0 1px 0; padding: 1px 10px 10px 10px;">
                                <div id="disqus_thread"></div>
                                <script type="text/javascript" src="http://disqus.com/forums/michelleowen/embed.js"></script>
                                <noscript><a href="http://michelleowen.disqus.com/?url=ref">View the discussion thread</a></noscript>
                            </div>
                            <div style="text-align: right; margin-top: 5px">
                                <a href="http://disqus.com" class="dsq-brlink">Blog comments powered by <span class="logo-disqus">Disqus</span></a>
                            </div>
                        
                    

        </article>
</div> 
    </div><!-- #posts -->
<div class="navigation isotope" id="bottomnav">
<hr class="foot" />
</div>

    <footer class="isotope"><div class="footercontent">
<a href="http://dco1.com/">CMPNDM&nbsp;Theme&nbsp;<small>by</small>&nbsp;Danny</a><p class="description"><a href="https://www.facebook.com/michelleowenmusic" target="_blank"><img src="http://i43.tinypic.com/iz846c.png" border="0" alt="Image and video hosting by TinyPic"></a>

<a href="https://twitter.com/#!/michelle_owen" target="_blank"><img src="http://i41.tinypic.com/n5objd.png" border="0" alt="Image and video hosting by TinyPic"></a><br><br>


<br><br>Dj/ Producer/Blogger<br>
www.michelleowen.me<br>
www.almostreal.me <br>



<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-9439613-8']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script></p></div>
    </footer>
  </div> <!-- end of #container -->
    
 
        <script type="text/javascript">
            //<![CDATA[
            (function() {
                var links = document.getElementsByTagName('a');
                var query = '?';
                for(var i = 0; i < links.length; i++) {
                    if(links[i].href.indexOf('#disqus_thread') >= 0) {
                        query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
                    }
                }
                document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/michelleowen/get_num_replies.js' + query + '"></' + 'script>');
            })();
            //]]>
        </script>
    

  
<!-- BEGIN TUMBLR CODE --><iframe src="http://assets.tumblr.com/iframe.html?10&src=http%3A%2F%2Fmichelleowen.me%2Ffeed%2F&amp;lang=en_US&amp;name=michelleowenmusic" scrolling="no" width="330" height="25" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><script type="text/javascript">_qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript><!-- END TUMBLR CODE -->
</body>
</html>