<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><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;
      }
  
   
   
     Subscribe to Mushroom Mail
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
    } catch(err) {
        jqueryLoaded=false;
    }
   var fancyboxLoaded;
               //Check if a fancybox plugin is already loaded
               if($.fancybox){
        fancyboxLoaded=true;
               }
               else {
        fancyboxLoaded=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://AliceGraphix.us1.list-manage.com/subscribe/post-json?u=0f78220e1e80d747d8f2a2532&amp;id=77c3c94cad&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>What Alice Found</title><generator>Tumblr (3.0; @alicegraphix)</generator><link>http://tumblr.alicegraphix.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/tumblr-alice" /><feedburner:info uri="tumblr-alice" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://tumblr.superfeedr.com/" /><feedburner:emailServiceId>tumblr-alice</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Into Darkness Posters by Matt Ferguson ( @Cakes_Comics )</title><description>&lt;img src="http://24.media.tumblr.com/03cf724d5900de5510fc92ba8f36eb73/tumblr_mn12n38etT1qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Into Darkness Posters by &lt;a href="http://www.cakesandcomics.com" target="_blank"&gt;Matt Ferguson&lt;/a&gt; ( &lt;span&gt;@Cakes_Comics&lt;/span&gt; )&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/YN_ayiXbRtk" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/YN_ayiXbRtk/50829740294</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/50829740294</guid><pubDate>Sun, 19 May 2013 11:40:10 -0500</pubDate><category>star trek</category><category>Illustration</category><category>art</category><category>creative</category><category>design</category><category>space</category><category>tv</category><category>movies</category><category>posters</category><category>spaceship</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/50829740294</feedburner:origLink></item><item><title>Flora by Chuck Anderson ( aka @NoPattern )</title><description>&lt;img src="http://24.media.tumblr.com/d15731148adf3fde06e6b4c2ae2c25f4/tumblr_mmr7kwxOgS1s7z1xmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Flora by Chuck Anderson ( aka @NoPattern )&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/zwLMYXaEAk8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/zwLMYXaEAk8/50427163658</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/50427163658</guid><pubDate>Tue, 14 May 2013 11:40:22 -0500</pubDate><category>flora</category><category>photo</category><category>photography</category><category>photo-manip</category><category>monochrome</category><category>flower</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/50427163658</feedburner:origLink></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/8a34b88139b20fe52aad231ef6c02293/tumblr_mlk6u3LV0g1s8icvdo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/IM8ZXzrZhKI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/IM8ZXzrZhKI/49376144981</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/49376144981</guid><pubDate>Wed, 01 May 2013 14:20:27 -0500</pubDate><category>nature</category><category>photo</category><category>photography</category><category>art</category><category>bee</category><category>insect</category><category>bug</category><category>flower</category><category>pollen</category><category>purple</category><category>spring</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/49376144981</feedburner:origLink></item><item><title>Hand Lettering &amp; Illustration by  Ludvig Nevland</title><description>&lt;img src="http://25.media.tumblr.com/00346b3dbd58c78a3d14b4aeff9196f1/tumblr_mm4mc1gthX1qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Hand Lettering &amp; Illustration by  &lt;a href="http://www.behance.net/ludvignevland" target="_blank"&gt;Ludvig Nevland&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/kr5IIsD9fDw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/kr5IIsD9fDw/49366746564</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/49366746564</guid><pubDate>Wed, 01 May 2013 11:40:06 -0500</pubDate><category>Illustration</category><category>pencil</category><category>design</category><category>art</category><category>creative</category><category>typeface</category><category>Typography</category><category>type</category><category>lettering</category><category>behance</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/49366746564</feedburner:origLink></item><item><title>emperror by ~WolfeWOLF</title><description>&lt;img src="http://24.media.tumblr.com/b3d62014e541927d40fec3afe770b581/tumblr_mjvecuq6PL1qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;emperror by &lt;a href="http://wolfewolf.deviantart.com/" target="_blank"&gt;~WolfeWOLF&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/8CQHuilgPlQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/8CQHuilgPlQ/45771541135</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/45771541135</guid><pubDate>Tue, 19 Mar 2013 14:20:03 -0500</pubDate><category>art</category><category>Illustration</category><category>creative</category><category>creature</category><category>animal</category><category>penguin</category><category>glove</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/45771541135</feedburner:origLink></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m7zb6saVlc1qfjqmoo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/t8TNVai5s4I" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/t8TNVai5s4I/45762117826</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/45762117826</guid><pubDate>Tue, 19 Mar 2013 11:40:09 -0500</pubDate><category>creative</category><category>art</category><category>string</category><category>math</category><category>geometric</category><category>lines</category><category>blue</category><category>red</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/45762117826</feedburner:origLink></item><item><title>Beast bedroom by ~WolfeWOLF</title><description>&lt;img src="http://25.media.tumblr.com/41bdaffe57f4686179602a5460089dd2/tumblr_mjvdph0t9Y1qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Beast bedroom by &lt;a href="http://wolfewolf.deviantart.com/" target="_blank"&gt;~WolfeWOLF&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/iyRcULbe6Vc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/iyRcULbe6Vc/45689095531</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/45689095531</guid><pubDate>Mon, 18 Mar 2013 14:20:03 -0500</pubDate><category>art</category><category>Illustration</category><category>digital art</category><category>photoshop</category><category>games</category><category>creative</category><category>dark</category><category>beast</category><category>beauty and the beast</category><category>room</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/45689095531</feedburner:origLink></item><item><title>albertomazza:

MARSEILLE
Vallon des Auffes
</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m9gejwbd4m1ryejwno1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://albertomazza.tumblr.com/post/30374598462/marseille-vallon-des-auffes" target="_blank"&gt;albertomazza&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;MARSEILLE&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Vallon des Auffes&lt;/p&gt;
&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/mx_BHE9MS5A" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/mx_BHE9MS5A/45350072290</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/45350072290</guid><pubDate>Thu, 14 Mar 2013 11:40:07 -0500</pubDate><category>watercolor</category><category>art</category><category>Illustration</category><category>creative</category><category>landscape</category><category>painting</category><category>drawing</category><category>ink</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/45350072290</feedburner:origLink></item><item><title>wildandpeaceful:

(via Monfa)
</title><description>&lt;img src="http://24.media.tumblr.com/e59186d7cefd90daa7f0dfcfd40a3c39/tumblr_mjg9mnjM2C1qav8ifo1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/471e5dc7063e9e4a0d4c2b78e2bfacf6/tumblr_mjg9mnjM2C1qav8ifo2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://wildandpeaceful.tumblr.com/post/45191747634/via-monfa" target="_blank"&gt;wildandpeaceful&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;(via &lt;a href="http://www.behance.net/Monfa" target="_blank"&gt;Monfa&lt;/a&gt;)&lt;/p&gt;
&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/HlbhZ5_C_7Y" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/HlbhZ5_C_7Y/45282674630</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/45282674630</guid><pubDate>Wed, 13 Mar 2013 14:20:25 -0500</pubDate><category>Illustration</category><category>art</category><category>design</category><category>vector</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/45282674630</feedburner:origLink></item><item><title>Tide Coldwater: Wrigley field
Agency: Saatchi, New York,...</title><description>&lt;img src="http://25.media.tumblr.com/62cd0567a5db0f494797a770018fab22/tumblr_mjl0wnXUvp1qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Tide Coldwater: Wrigley field&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Agency: &lt;/span&gt;&lt;a href="http://www.saatchiny.com/" target="_blank"&gt;Saatchi, New York, USA&lt;/a&gt;&lt;br/&gt;&lt;span&gt;Executive Creative Directors: Tony Granger, Jan Jacobs, Leo Premutico&lt;/span&gt;&lt;br/&gt;&lt;span&gt;Art Director: Mark Voehringer&lt;/span&gt;&lt;br/&gt;&lt;span&gt;Copywriter: Jake Benjamin&lt;/span&gt;&lt;br/&gt;&lt;span&gt;Designer: Kevin Li&lt;/span&gt;&lt;br/&gt;&lt;span&gt;Art Producer: Alli Tayl&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/MyuQCDdzJhw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/MyuQCDdzJhw/45273742505</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/45273742505</guid><pubDate>Wed, 13 Mar 2013 11:40:14 -0500</pubDate><category>Chicago</category><category>wrigley</category><category>Tide</category><category>Ad</category><category>Illustration</category><category>Art</category><category>Creative</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/45273742505</feedburner:origLink></item><item><title>TARDIS by James White ( @Signalnoise ) </title><description>&lt;img src="http://25.media.tumblr.com/f5c5557667e2a089458dc62ac47d64f8/tumblr_mji7102h8x1qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;TARDIS by James White ( @Signalnoise ) &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/1IpBKcsA-VE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/1IpBKcsA-VE/45115841206</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/45115841206</guid><pubDate>Mon, 11 Mar 2013 11:40:16 -0500</pubDate><category>Dr Who</category><category>Drawing</category><category>Illustration</category><category>Grunge</category><category>signalnoise</category><category>Tardis</category><category>Tv</category><category>art</category><category>vector</category><category>creative</category><category>phonebooth</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/45115841206</feedburner:origLink></item><item><title>Pastel Hand by Tim Easley (@timeasley)</title><description>&lt;img src="http://25.media.tumblr.com/62e1792de4932ea22536b3039db888ec/tumblr_mj7dlf3Oo11qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Pastel Hand by &lt;a href="http://timeasley.com" target="_blank"&gt;Tim Easley&lt;/a&gt; (@timeasley)&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/-GDMwrmr6Hc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/-GDMwrmr6Hc/44646450636</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/44646450636</guid><pubDate>Tue, 05 Mar 2013 14:20:24 -0600</pubDate><category>art</category><category>creative</category><category>Illustration</category><category>drawing</category><category>ink</category><category>design</category><category>hand</category><category>color</category><category>colorful</category><category>pastel</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/44646450636</feedburner:origLink></item><item><title>The Wrong Halloween by Matthew Palizay</title><description>&lt;img src="http://24.media.tumblr.com/6cc0cf5c38deb2bb90f102e8c1777b8b/tumblr_mi62vca5d11qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;The Wrong Halloween by &lt;a href="http://www.behance.net/MPalizay" target="_blank"&gt;Matthew Palizay&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/1AAGAWIaZAY" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/1AAGAWIaZAY/43010850481</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/43010850481</guid><pubDate>Wed, 13 Feb 2013 11:40:15 -0600</pubDate><category>nightmare</category><category>batman</category><category>nightmare before christmas</category><category>cartoon</category><category>art</category><category>Illustration</category><category>drawing</category><category>creative</category><category>mashup</category><category>joker</category><category>Jack Skellington</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/43010850481</feedburner:origLink></item><item><title>Galaxy Mad Run by Adi Grajdeanu</title><description>&lt;img src="http://25.media.tumblr.com/6e3f2feb4cfef64f75ce40f9e3e9752b/tumblr_mh6uvvhco11qbqnrvo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Galaxy Mad Run by &lt;a href="http://www.behance.net/grajdeanu" target="_blank"&gt;Adi Grajdeanu&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/w7JwziM-Oso" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/w7JwziM-Oso/41710093498</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/41710093498</guid><pubDate>Mon, 28 Jan 2013 11:40:09 -0600</pubDate><category>creature</category><category>creative</category><category>game</category><category>Illustration</category><category>digital art</category><category>art</category><category>design</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/41710093498</feedburner:origLink></item><item><title>slashTHREE - SteamPunk Artpack XII by Sorin Bechira</title><description>&lt;img src="http://25.media.tumblr.com/7be833a8a9384c6ccc076c3d03d55f82/tumblr_mh6ufvgRRh1qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;slashTHREE - SteamPunk Artpack XII by &lt;a href="http://www.behance.net/bechira" target="_blank"&gt;Sorin Bechira&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/GgpoJ8fmLoA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/GgpoJ8fmLoA/41634367345</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/41634367345</guid><pubDate>Sun, 27 Jan 2013 14:20:12 -0600</pubDate><category>Illustration</category><category>art</category><category>SteamPunk</category><category>surreal</category><category>creative</category><category>dark</category><category>digital art</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/41634367345</feedburner:origLink></item><item><title>A L O N E by ~in-spiro</title><description>&lt;img src="http://25.media.tumblr.com/149ec6f40e84e56271fa8f4a55674212/tumblr_mh6uadbOXf1qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;A L O N E by &lt;a href="http://in-spiro.deviantart.com/" target="_blank"&gt;~in-spiro&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/TBpTlXlF0nE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/TBpTlXlF0nE/41620726041</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/41620726041</guid><pubDate>Sun, 27 Jan 2013 11:40:06 -0600</pubDate><category>art</category><category>Illustration</category><category>creative</category><category>digital art</category><category>photo-manip</category><category>photo</category><category>photoshop</category><category>surreal</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/41620726041</feedburner:origLink></item><item><title>Solaris Autumn by `alexiuss</title><description>&lt;img src="http://25.media.tumblr.com/ef2baacbb5521b0a56e30e5ebe4a5e9b/tumblr_mh6u88Et2t1qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Solaris Autumn by `alexiuss&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/1RpbSTdq8lU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/1RpbSTdq8lU/41545223774</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/41545223774</guid><pubDate>Sat, 26 Jan 2013 14:20:02 -0600</pubDate><category>photo-manip</category><category>photoshop</category><category>creative</category><category>digital art</category><category>art</category><category>landscape</category><category>surreal</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/41545223774</feedburner:origLink></item><item><title>Reflections I by ~neodecay</title><description>&lt;img src="http://25.media.tumblr.com/78f43c751f9f4ffe3d7a9bfac5b33f12/tumblr_mh6u4e0Jy81qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Reflections I by &lt;a href="http://neodecay.deviantart.com/" target="_blank"&gt;~neodecay&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/mb3ZddKovN8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/mb3ZddKovN8/41533249087</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/41533249087</guid><pubDate>Sat, 26 Jan 2013 11:40:09 -0600</pubDate><category>photo-manip</category><category>photoshop</category><category>digital art</category><category>art</category><category>creative</category><category>eye</category><category>beauty</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/41533249087</feedburner:origLink></item><item><title>Smog by `alexiuss  </title><description>&lt;img src="http://25.media.tumblr.com/3181b27342a39b32d272b2de75f691ec/tumblr_mh6u0xPDPu1qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Smog by &lt;a href="http://alexiuss.deviantart.com/" target="_blank"&gt;`alexiuss&lt;/a&gt;  &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/ewjsVpHKHig" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/ewjsVpHKHig/41459812384</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/41459812384</guid><pubDate>Fri, 25 Jan 2013 14:20:30 -0600</pubDate><category>art</category><category>Illustration</category><category>digital art</category><category>digital</category><category>photo-manip</category><category>dark</category><category>apocalyptic</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/41459812384</feedburner:origLink></item><item><title>Muacks by ~LicoMomo</title><description>&lt;img src="http://24.media.tumblr.com/03fbe59ef5795d148e3b883b041e2b2e/tumblr_mh6tu1v0tP1qbqnrvo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Muacks by &lt;a href="http://licomomo.deviantart.com/" target="_blank"&gt;~LicoMomo&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tumblr-alice/~4/UH8POQXmcGU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/tumblr-alice/~3/UH8POQXmcGU/41449588392</link><guid isPermaLink="false">http://tumblr.alicegraphix.com/post/41449588392</guid><pubDate>Fri, 25 Jan 2013 11:40:24 -0600</pubDate><category>art</category><category>Illustration</category><category>creative</category><category>design</category><category>photo-manip</category><category>photoshop</category><category>photography</category><category>colorful</category><category>abstract</category><category>beauty</category><feedburner:origLink>http://tumblr.alicegraphix.com/post/41449588392</feedburner:origLink></item></channel></rss>
