<?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>
  
 
           
      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;
      }
  
   
   
     Join our Mailing List
   
   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://Rhomany.us4.list-manage.com/subscribe/post-json?u=5655233711e119b504216e151&amp;id=c34efc1ff6&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();
 }
 
Mixed media art, illustration and workshops with Rhomany
&amp;nbsp&amp;nbsp&amp;nbsp&amp;nbsp&amp;nbsp

I support UK-GSRClick here tomake a Donation</description><title>Rhomany's Art Journal</title><generator>Tumblr (3.0; @rhomany)</generator><link>http://rhomanysrealm.org.uk/</link><item><title>#artjournaling in the sunshine with the puppies &lt;3</title><description>&lt;p&gt;&lt;iframe width="480" height="390" src="http://www.keek.com/embed/S3Zhcab" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50991339200</link><guid>http://rhomanysrealm.org.uk/post/50991339200</guid><pubDate>Tue, 21 May 2013 15:53:05 +0100</pubDate></item><item><title>(Reposted from @rebeccaabell_ )</title><description>&lt;img src="http://25.media.tumblr.com/3f05d195cac1ac44c353c38674093aaf/tumblr_mn5kqlVqUh1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;(Reposted from @rebeccaabell_ )&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50990728032</link><guid>http://rhomanysrealm.org.uk/post/50990728032</guid><pubDate>Tue, 21 May 2013 15:39:57 +0100</pubDate></item><item><title>Art Deco Daisy, all finished up, signed and framed.
Original for...</title><description>&lt;img src="http://24.media.tumblr.com/16da11c89b5eee41165aeebe77ae8225/tumblr_mn40ntWheM1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Art Deco Daisy, all finished up, signed and framed.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Original for sale in my &lt;a href="https://www.etsy.com/uk/shop/Rhomany" target="_blank"&gt;Etsy shop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Prints available in my &lt;a href="http://society6.com/RhomanysRealm" target="_blank"&gt;Society 6 shop&lt;/a&gt;, with free shipping through Sunday&lt;/li&gt;
&lt;/ul&gt;</description><link>http://rhomanysrealm.org.uk/post/50921616019</link><guid>http://rhomanysrealm.org.uk/post/50921616019</guid><pubDate>Mon, 20 May 2013 19:28:41 +0100</pubDate><category>rhomany</category><category>rhomanysrealm</category><category>art deco</category><category>ArtDeco</category><category>gatsby</category><category>greatgatsby</category><category>the great gatsby</category></item><item><title>A technical glitch on YouTube means  my video didn’t save...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/s2SfmWD1Fq0?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;A technical glitch on YouTube means  my video didn’t save properly from last week’s Wing It Wednesday and doesn’t show up on my channel feed. So if you missed it, here’s the replay.&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50913712437</link><guid>http://rhomanysrealm.org.uk/post/50913712437</guid><pubDate>Mon, 20 May 2013 17:15:43 +0100</pubDate><category>rhomany</category><category>rhomanysrealm</category><category>wingitwednesday</category><category>ArtDeco</category><category>gatsby</category><category>greatgatsby</category></item><item><title>Guess who’s 15 years old today?! Her first birthday...</title><description>&lt;img src="http://24.media.tumblr.com/9216b759a37fa23a199358e602107362/tumblr_mn3cnuWhw11qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Guess who’s 15 years old today?! Her first birthday without her twin brother, Bear &lt;3 #cat #Crowe #happybirthday&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50897311623</link><guid>http://rhomanysrealm.org.uk/post/50897311623</guid><pubDate>Mon, 20 May 2013 10:50:18 +0100</pubDate><category>happybirthday</category><category>crowe</category><category>cat</category></item><item><title>Told you I was a natural red head! The roots have gone a bit...</title><description>&lt;img src="http://25.media.tumblr.com/236980486af12bcb9706cb0b93541ad6/tumblr_mn22aubTGO1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Told you I was a natural red head! The roots have gone a bit lighter, but that’s my natural colour, plus a few greys. Still wet so liking darker. #colourb4 #livexxlblack #naturalcolour #mumwouldbesoproud&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50831876813</link><guid>http://rhomanysrealm.org.uk/post/50831876813</guid><pubDate>Sun, 19 May 2013 18:08:54 +0100</pubDate><category>mumwouldbesoproud</category><category>livexxlblack</category><category>naturalcolour</category><category>colourb4</category></item><item><title>Maddie and Arnie enjoying the warm weather. #puppy #maddogmaddie...</title><description>&lt;img src="http://25.media.tumblr.com/88946db5bbe07533c6ab7f7492a630c0/tumblr_mn1ua5srym1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Maddie and Arnie enjoying the warm weather. #puppy #maddogmaddie #gsdx #spanielx&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50820126664</link><guid>http://rhomanysrealm.org.uk/post/50820126664</guid><pubDate>Sun, 19 May 2013 15:15:00 +0100</pubDate><category>maddogmaddie</category><category>spanielx</category><category>puppy</category><category>gsdx</category></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/47e0e504e266479a17238a9dbdc47cd1/tumblr_mn05su6rpj1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://rhomanysrealm.org.uk/post/50737600888</link><guid>http://rhomanysrealm.org.uk/post/50737600888</guid><pubDate>Sat, 18 May 2013 17:29:18 +0100</pubDate></item><item><title>Afternoon tea &amp; art journaling at No 6 The Square #buxton...</title><description>&lt;img src="http://24.media.tumblr.com/db24b202b29f75e67fc0de8721ea9160/tumblr_mmw4pc3dLf1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Afternoon tea &amp; art journaling at No 6 The Square #buxton #artventures #artjournal #summerlong2013&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50572360606</link><guid>http://rhomanysrealm.org.uk/post/50572360606</guid><pubDate>Thu, 16 May 2013 13:15:12 +0100</pubDate><category>artjournal</category><category>artventures</category><category>summerlong2013</category><category>buxton</category></item><item><title>Got my work harness on today. We’re going on the bus!...</title><description>&lt;img src="http://25.media.tumblr.com/e58c173e89e024030462083e5146e01c/tumblr_mmvy3hf2lS1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Got my work harness on today. We’re going on the bus! #artventures #summerlong2013&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50567720821</link><guid>http://rhomanysrealm.org.uk/post/50567720821</guid><pubDate>Thu, 16 May 2013 10:52:29 +0100</pubDate><category>artventures</category><category>summerlong2013</category></item><item><title>I like this bus mammie, it has a nice low doggie window at the...</title><description>&lt;img src="http://24.media.tumblr.com/ef83990c2725f6b0d4e3ea6bd92c841a/tumblr_mmvy31Surq1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I like this bus mammie, it has a nice low doggie window at the back #artventures #summerlong2013&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50567713915</link><guid>http://rhomanysrealm.org.uk/post/50567713915</guid><pubDate>Thu, 16 May 2013 10:52:12 +0100</pubDate><category>artventures</category><category>summerlong2013</category></item><item><title>I’d like #artventures if they atarted just a little bit...</title><description>&lt;img src="http://25.media.tumblr.com/4058522bb2d6d21b9c98d3ac2bcf692d/tumblr_mmvs5vakDg1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I’d like #artventures if they atarted just a little bit later in tge day, mammie. #maddie #puppy #sleepy&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50564463441</link><guid>http://rhomanysrealm.org.uk/post/50564463441</guid><pubDate>Thu, 16 May 2013 08:44:19 +0100</pubDate><category>sleepy</category><category>maddie</category><category>puppy</category><category>artventures</category></item><item><title>My version of Art Deco Daisy from today’s live show....</title><description>&lt;img src="http://24.media.tumblr.com/da1f1c9a137917e11b08fd02efcc0597/tumblr_mmuty7Qs7X1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;My version of Art Deco Daisy from today’s live show. She’ll be up for sale later when she’s dry. Replay available shortly at &lt;a href="http://youtube.com/rhomanysrealm." target="_blank"&gt;http://youtube.com/rhomanysrealm.&lt;/a&gt; Did you play along? Post your pics and tag #artdecodaisy, and/or tag me on teitter, indtagram, tumblr or facebook to show me yours! #gatsby #greatgatsby #1920s #flapper #portrait #illustration&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50512623618</link><guid>http://rhomanysrealm.org.uk/post/50512623618</guid><pubDate>Wed, 15 May 2013 20:25:18 +0100</pubDate><category>flapper</category><category>1920s</category><category>illustration</category><category>artdecodaisy</category><category>greatgatsby</category><category>gatsby</category><category>portrait</category></item><item><title>Inked up and ready for tomorrow’s show....</title><description>&lt;img src="http://25.media.tumblr.com/08867da04d0513a8bdc18c4c3b13a175/tumblr_mmt8ovRo6e1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Inked up and ready for tomorrow’s show. &lt;a href="http://youtube.com/rhomanysrealm" target="_blank"&gt;http://youtube.com/rhomanysrealm&lt;/a&gt; 5-8pm UK time. #ink #sketch #flapper #1920s #gatsby #greatgatsby #artdeco&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50451115260</link><guid>http://rhomanysrealm.org.uk/post/50451115260</guid><pubDate>Tue, 14 May 2013 23:48:30 +0100</pubDate><category>flapper</category><category>sketch</category><category>1920s</category><category>artdeco</category><category>greatgatsby</category><category>gatsby</category><category>ink</category></item><item><title>Prepping for tomorrow’s show. If I can get her inked...</title><description>&lt;img src="http://24.media.tumblr.com/d9adfb64553d1de005873158392c6962/tumblr_mmszgh1kh01qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Prepping for tomorrow’s show. If I can get her inked tonight I’ll make her downloadable for you :) 5-8UK time tomorrow, &lt;a href="http://youtube.com/rhomanysrealm" target="_blank"&gt;http://youtube.com/rhomanysrealm&lt;/a&gt; #1920s #artdeco #gatsby #greatgatsby #illustration #flapper #portrait #graphite #bristolboard&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50436693586</link><guid>http://rhomanysrealm.org.uk/post/50436693586</guid><pubDate>Tue, 14 May 2013 20:29:05 +0100</pubDate><category>flapper</category><category>1920s</category><category>artdeco</category><category>illustration</category><category>bristolboard</category><category>greatgatsby</category><category>gatsby</category><category>portrait</category><category>graphite</category></item><item><title>Sticking with today’s post theme, another mailart envelope...</title><description>&lt;img src="http://25.media.tumblr.com/77d7f83a15d583daac3167596a26a18c/tumblr_mmspytnreO1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Sticking with today’s post theme, another mailart envelope finished. #mailart #Gatsby #greatgatsby #portrait #illustration #promarkers&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50425322231</link><guid>http://rhomanysrealm.org.uk/post/50425322231</guid><pubDate>Tue, 14 May 2013 17:04:05 +0100</pubDate><category>promarkers</category><category>mailart</category><category>illustration</category><category>greatgatsby</category><category>gatsby</category><category>portrait</category></item><item><title>First man in space, Yuri Gagarin, 1961. #stamps #stampcollecting...</title><description>&lt;img src="http://25.media.tumblr.com/3c867963742cb39bb28091aa0726a69a/tumblr_mmsm5sY6qF1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;First man in space, Yuri Gagarin, 1961. #stamps #stampcollecting #philately&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50421472526</link><guid>http://rhomanysrealm.org.uk/post/50421472526</guid><pubDate>Tue, 14 May 2013 15:41:51 +0100</pubDate><category>stampcollecting</category><category>philately</category><category>stamps</category></item><item><title>So many commemorative stamps in this bag! Left, festival of...</title><description>&lt;img src="http://25.media.tumblr.com/c1c2e652555abc1126ca34e287c8fb14/tumblr_mmslsjnbIp1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;So many commemorative stamps in this bag! Left, festival of Britain, 2.5d, 1951. Right, Jan 1978 soyuz 27 crew, first time 3 spacecraft were locked together, Vladimir Dzhanibekov, Oleg Makarov. #stamps #stampcollecting #philately&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50421132736</link><guid>http://rhomanysrealm.org.uk/post/50421132736</guid><pubDate>Tue, 14 May 2013 15:33:54 +0100</pubDate><category>stampcollecting</category><category>philately</category><category>stamps</category></item><item><title>These are my favourites I’ve found so far. Top left:...</title><description>&lt;img src="http://24.media.tumblr.com/281cadfca30f25beffe090aed72397cf/tumblr_mmsl3wAue81qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;These are my favourites I’ve found so far. Top left: gaelic stamp, 2.5p. Top right: 900th anniversary of Westminster Abbey 3p, 1965. Bottom left, NZ 1’6. Bottom right Sa, 2000, illustration by #ChrisVonRouyen #stamps #stampcollecting #philately&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50420496436</link><guid>http://rhomanysrealm.org.uk/post/50420496436</guid><pubDate>Tue, 14 May 2013 15:18:58 +0100</pubDate></item><item><title>Check out this one @floroo17 Sapporo Olympics 1972, ice hockey...</title><description>&lt;img src="http://25.media.tumblr.com/bdf855fb3c81537715f7d60d7001137a/tumblr_mmskskIVAH1qzufy6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Check out this one @floroo17 Sapporo Olympics 1972, ice hockey #stamps #stampcollecting #philately&lt;/p&gt;</description><link>http://rhomanysrealm.org.uk/post/50420206640</link><guid>http://rhomanysrealm.org.uk/post/50420206640</guid><pubDate>Tue, 14 May 2013 15:12:20 +0100</pubDate><category>stampcollecting</category><category>philately</category><category>stamps</category></item></channel></rss>
