<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>If you use any image please sign up for my newsletter and back link to my blog www.foxyandfabulous.com - thanks!

  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     100% real | Kinda sexy | Wisecracking  Foxy &amp; Fabulous news
   
   Email address:
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://bespokeportraiture.us2.list-manage.com/subscribe/post-json?u=37ee5b15f64844a2e6c40c14d&amp;id=393a09a752&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 </description><title>Foxy &amp; Fabulous - Daily Photo</title><generator>Tumblr (3.0; @dailyphotobespokeportraiture)</generator><link>http://dailyphotobespokeportraiture.tumblr.com/</link><item><title>All the pretty lanterns. Feb 16</title><description>&lt;img src="http://25.media.tumblr.com/e15939cff303a6f963ed2304597e75b6/tumblr_mib6kmUndO1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;All the pretty lanterns. Feb 16&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/43217475855</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/43217475855</guid><pubDate>Sat, 16 Feb 2013 21:31:34 +1100</pubDate><category>Hipstamatic</category><category>Vietnamese</category><category>lanterns</category><category>blue</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Bought some new happy. Feb 15.</title><description>&lt;img src="http://25.media.tumblr.com/ff40278db8a6ff1be290805c43c37ca3/tumblr_miat9mken41r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Bought some new happy. Feb 15.&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/43207285770</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/43207285770</guid><pubDate>Sat, 16 Feb 2013 16:44:10 +1100</pubDate><category>Hipstamatic</category><category>red</category><category>navy</category><category>leopard</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Sunrise Park photo no. 24 Feb 14.</title><description>&lt;img src="http://25.media.tumblr.com/724c65a42ba42476f35e50e7eb8603c4/tumblr_mia4kumxO41r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Sunrise Park photo no. 24 Feb 14.&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/43168905499</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/43168905499</guid><pubDate>Sat, 16 Feb 2013 07:50:54 +1100</pubDate><category>hipstamatic</category><category>trees</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Rad sunset tonight in Melbourne. This doesn’t do it...</title><description>&lt;img src="http://24.media.tumblr.com/5e633cdfa34bd6a474da8627276d3ec6/tumblr_mi5jttCyWb1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Rad sunset tonight in Melbourne. This doesn’t do it justice. Feb 13&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42992688550</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42992688550</guid><pubDate>Wed, 13 Feb 2013 20:32:17 +1100</pubDate><category>Hipstamatic</category><category>cloudporn</category><category>sunset</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>This was without a doubt the cutest thing I spotted today. Feb...</title><description>&lt;img src="http://25.media.tumblr.com/2e5bc0680fa84e2b5399737dad5e4f0c/tumblr_mi3qv6eLss1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;This was without a doubt the cutest thing I spotted today. Feb 12&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42916467777</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42916467777</guid><pubDate>Tue, 12 Feb 2013 21:09:06 +1100</pubDate><category>Hipstamatic</category><category>gingerbread</category><category>hospital</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Highlight of my day was racing hm to slip into these babies to...</title><description>&lt;img src="http://24.media.tumblr.com/ca4c98eb42cd55da435b1386c0c4bde8/tumblr_mi1pxzaVF01r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Highlight of my day was racing hm to slip into these babies to grab some fading poffice sunshine. Feb 11&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42829706989</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42829706989</guid><pubDate>Mon, 11 Feb 2013 18:53:59 +1100</pubDate><dc:creator>bespokeportraiture</dc:creator></item><item><title>This was the yummiest plate of zucchini mushroom linguini. Feb...</title><description>&lt;img src="http://25.media.tumblr.com/254d2c029964967dcd16767e70096c8b/tumblr_mi02qbUwfV1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;This was the yummiest plate of zucchini mushroom linguini. Feb 10&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42743542394</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42743542394</guid><pubDate>Sun, 10 Feb 2013 21:35:00 +1100</pubDate><category>Hipstamatic</category><category>food</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Crazy beautiful sky tonight. Feb 9</title><description>&lt;img src="http://25.media.tumblr.com/db55480903ecdf9516fab6d53ab59197/tumblr_mhy9bfXj6V1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Crazy beautiful sky tonight. Feb 9&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42656778407</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42656778407</guid><pubDate>Sat, 09 Feb 2013 22:02:03 +1100</pubDate><category>Hipstamatic</category><category>cloudporn</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Chasing down a nanna in the shops to photograph her bag that I...</title><description>&lt;img src="http://25.media.tumblr.com/cf2aa330093cf9609906ff6e3c14c28c/tumblr_mhwf1dXA1m1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Chasing down a nanna in the shops to photograph her bag that I covet! Feb 8&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42574539701</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42574539701</guid><pubDate>Fri, 08 Feb 2013 22:10:25 +1100</pubDate><category>Hipstamatic</category><category>silver</category><category>sequin</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Everyone should have one of these in their life! Feb 7</title><description>&lt;img src="http://25.media.tumblr.com/1ef66924c087ae79455379c1ec5f8f8b/tumblr_mhu068yMCn1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Everyone should have one of these in their life! Feb 7&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42481241107</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42481241107</guid><pubDate>Thu, 07 Feb 2013 14:54:08 +1100</pubDate><category>Hipstamatic</category><category>mixtape</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>My new fave place! Feb 6</title><description>&lt;img src="http://24.media.tumblr.com/7b5691db35c2bb6a5730a82ba10f82d1/tumblr_mhu048aofE1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;My new fave place! Feb 6&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42481150897</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42481150897</guid><pubDate>Thu, 07 Feb 2013 14:52:56 +1100</pubDate><category>Hipstamatic</category><category>Diner</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Gave my gf her panzarotti baptism this morning ~ yuuuum! Feb 5</title><description>&lt;img src="http://25.media.tumblr.com/d4b98df6d147ea4c8c597168c9ef46c7/tumblr_mhqu33Fy5E1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Gave my gf her panzarotti baptism this morning ~ yuuuum! Feb 5&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42346893013</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42346893013</guid><pubDate>Tue, 05 Feb 2013 10:47:36 +1100</pubDate><category>Hipstamatic</category><category>dessert</category><category>Brunetti</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Oh haiii new robot public art! Feb 4</title><description>&lt;img src="http://25.media.tumblr.com/734e381a94f5c81171e568806e27fc69/tumblr_mhp0c01Klz1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Oh haiii new robot public art! Feb 4&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42268611772</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42268611772</guid><pubDate>Mon, 04 Feb 2013 11:07:54 +1100</pubDate><category>Hipstamatic</category><category>black</category><category>robot</category><category>sculpture</category><category>public art</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>The most perfect afternoon. Feb 3</title><description>&lt;img src="http://25.media.tumblr.com/2b2935c18b11114682d233efca37638b/tumblr_mhn6fcqR9l1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;The most perfect afternoon. Feb 3&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42179907224</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42179907224</guid><pubDate>Sun, 03 Feb 2013 11:24:36 +1100</pubDate><category>Hipstamatic</category><category>bone</category><category>china</category><category>teacup</category><category>cupcake</category><category>pink</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Twig busting Saturday was here again! Feb 2</title><description>&lt;img src="http://25.media.tumblr.com/559b946f5dc5bc618f1145f023d7351a/tumblr_mhn69jFMOh1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Twig busting Saturday was here again! Feb 2&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/42179802694</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/42179802694</guid><pubDate>Sun, 03 Feb 2013 11:20:18 +1100</pubDate><category>Hipstamatic</category><category>twig</category><category>dog</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>I’m staring this month off full of possibilities! Feb 1</title><description>&lt;img src="http://25.media.tumblr.com/afe5c8082babd68e4e0677ff3a36fe2d/tumblr_mhilherKpn1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I’m staring this month off full of possibilities! Feb 1&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/41979749509</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/41979749509</guid><pubDate>Fri, 01 Feb 2013 00:02:16 +1100</pubDate><category>Hipstamatic</category><category>cloudporn</category><category>sunrise</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Brontosaurus knuckle for the doggies. Jan 31</title><description>&lt;img src="http://25.media.tumblr.com/1cf6fe0cb92740d0381138969d595954/tumblr_mhha3upJqT1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Brontosaurus knuckle for the doggies. Jan 31&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/41932067969</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/41932067969</guid><pubDate>Thu, 31 Jan 2013 06:58:41 +1100</pubDate><category>Hipstamatic</category><category>dog</category><category>bone</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Very, VERY nearly brought her home with me. Jan 30</title><description>&lt;img src="http://25.media.tumblr.com/6ad436d71a51a5c8049e5fb31aee53e6/tumblr_mhha0zNis31r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Very, VERY nearly brought her home with me. Jan 30&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/41932000935</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/41932000935</guid><pubDate>Thu, 31 Jan 2013 06:56:30 +1100</pubDate><category>Hipstamatic</category><category>pink</category><category>girl</category><category>robot</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>Love how the fabric shop wraps breakable homewares in old...</title><description>&lt;img src="http://25.media.tumblr.com/15e219f8ad4b1c2948c42cbf62cf11f1/tumblr_mhh9sp1zql1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Love how the fabric shop wraps breakable homewares in old patterns. Jan 29&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/41931798170</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/41931798170</guid><pubDate>Thu, 31 Jan 2013 06:51:33 +1100</pubDate><category>Hipstamatic</category><category>red</category><category>sewing</category><category>pattern</category><category>tissue</category><dc:creator>bespokeportraiture</dc:creator></item><item><title>My new sparkle hole punch. Jelly? Jan 28</title><description>&lt;img src="http://24.media.tumblr.com/289cfc0d64063ba2c193b205fcbf279a/tumblr_mhdwbr6brI1r9v98bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;My new sparkle hole punch. Jelly? Jan 28&lt;/p&gt;</description><link>http://dailyphotobespokeportraiture.tumblr.com/post/41777771646</link><guid>http://dailyphotobespokeportraiture.tumblr.com/post/41777771646</guid><pubDate>Tue, 29 Jan 2013 11:07:59 +1100</pubDate><category>Hipstamatic</category><category>red</category><category>gold</category><category>sequin</category><dc:creator>bespokeportraiture</dc:creator></item></channel></rss>
