<?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://jasban.us6.list-manage.com/subscribe/post-json?u=12ed64ae699fa785d5f282989&amp;id=2812c79693&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();
 }
 

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-37383662-1']);
  _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);
  })();

</description><title>Seat 14A</title><generator>Tumblr (3.0; @seat14a)</generator><link>http://blog.seat14a.com/</link><item><title>Classic Fifth Ave #NYC</title><description>&lt;img src="http://25.media.tumblr.com/40393d1b381c0a8fca0feff164fdd826/tumblr_misk79HVtB1s656dzo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://1stclasslife.tumblr.com/post/43999093699/fifth-ave-nyc-via-laverrue" target="_blank"&gt;C&lt;/a&gt;lassic Fifth Ave #NYC&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50779147385</link><guid>http://blog.seat14a.com/post/50779147385</guid><pubDate>Sat, 18 May 2013 22:27:56 -0400</pubDate><category>NYC</category></item><item><title>anchor loafers!</title><description>&lt;img src="http://25.media.tumblr.com/8d7421f6be553dc7550f94efb61cf1cc/tumblr_mn079s14WE1qzleu4o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;anchor loafers!&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50772909684</link><guid>http://blog.seat14a.com/post/50772909684</guid><pubDate>Sat, 18 May 2013 20:55:07 -0400</pubDate><category>shoes</category></item><item><title>All happiness signs lead to whiskey. #quoteoftheday</title><description>&lt;img src="http://24.media.tumblr.com/03927c4abb81ec774442e55e060a495f/tumblr_mksy10jvOI1r24c10o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;All happiness signs lead to whiskey. #quoteoftheday&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50766938001</link><guid>http://blog.seat14a.com/post/50766938001</guid><pubDate>Sat, 18 May 2013 19:22:31 -0400</pubDate><category>quotes</category></item><item><title>cool cuff swagger #pants #cuffs</title><description>&lt;img src="http://24.media.tumblr.com/efddc4e682d9a86c6c0bdcf15cfa2135/tumblr_mmxf39neJq1qc1ogno1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;cool cuff swagger #pants #cuffs&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50760457156</link><guid>http://blog.seat14a.com/post/50760457156</guid><pubDate>Sat, 18 May 2013 17:49:33 -0400</pubDate><category>menswear</category></item><item><title>reason to drink #quoteoftheday</title><description>&lt;img src="http://25.media.tumblr.com/143388ab89cbb21c65473c3d7242ea90/tumblr_ml58ykfTlD1qi95eno1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;reason to drink #quoteoftheday&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50697364148</link><guid>http://blog.seat14a.com/post/50697364148</guid><pubDate>Fri, 17 May 2013 22:27:57 -0400</pubDate><category>quotes</category></item><item><title>bright colors that don’t really hurt the eyes</title><description>&lt;img src="http://25.media.tumblr.com/c40a10250f7a0a4db3f43fd2bb5b713a/tumblr_mke1beJmVn1s5wbv8o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;bright colors that don’t really hurt the eyes&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50690942457</link><guid>http://blog.seat14a.com/post/50690942457</guid><pubDate>Fri, 17 May 2013 20:55:03 -0400</pubDate><category>menswear</category></item><item><title>Zig zag pants lose again. #TKO</title><description>&lt;img src="http://25.media.tumblr.com/c3b8b04f3c240647118e5150c39acbea/tumblr_mmy8ot1EYb1qzleu4o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Zig zag pants lose again. #TKO&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50684893964</link><guid>http://blog.seat14a.com/post/50684893964</guid><pubDate>Fri, 17 May 2013 19:22:42 -0400</pubDate><category>menswear</category></item><item><title>What exactly would you wear this…#greatgatsby</title><description>&lt;img src="http://25.media.tumblr.com/731112d107bda5f7c26a2606cec1244a/tumblr_mmybbgN3wK1r0rjtso1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;What exactly would you wear this…#greatgatsby&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50678398561</link><guid>http://blog.seat14a.com/post/50678398561</guid><pubDate>Fri, 17 May 2013 17:49:38 -0400</pubDate><category>menswear</category></item><item><title>Rock climbing backwards #bucketlist</title><description>&lt;img src="http://25.media.tumblr.com/dfa376d6a3ff0f49822e345f3822cf0d/tumblr_mmye0ubGGq1qzleu4o1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Rock climbing backwards #bucketlist&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50671897487</link><guid>http://blog.seat14a.com/post/50671897487</guid><pubDate>Fri, 17 May 2013 16:17:05 -0400</pubDate><category>travel</category></item><item><title>Is that a doily in your pocket sir? </title><description>&lt;img src="http://25.media.tumblr.com/7fc193186582fd6b8e4c2f2af412782e/tumblr_mmtldrYrva1qc1ogno1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Is that a doily in your pocket sir? &lt;/p&gt;</description><link>http://blog.seat14a.com/post/50666082801</link><guid>http://blog.seat14a.com/post/50666082801</guid><pubDate>Fri, 17 May 2013 14:44:32 -0400</pubDate><category>menswear</category></item><item><title>Is the popped collar era really dead?</title><description>&lt;p&gt;&lt;a href="/pin/359795457700901753/" target="_blank"&gt;&lt;img src="http://bit.ly/18OBwhB"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Is the popped collar era really dead?&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50661120876</link><guid>http://blog.seat14a.com/post/50661120876</guid><pubDate>Fri, 17 May 2013 13:11:48 -0400</pubDate><category>menswear</category><category>men</category><category>tools</category><category>gear</category><category>awesome</category></item><item><title>Tools for a smarter workout #mobile #motivator</title><description>&lt;p&gt;&lt;a href="/pin/359795457700901727/" target="_blank"&gt;&lt;img src="http://bit.ly/184QvCG"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Tools for a smarter workout #mobile #motivator&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50656349374</link><guid>http://blog.seat14a.com/post/50656349374</guid><pubDate>Fri, 17 May 2013 11:38:49 -0400</pubDate><category>menswear</category><category>men</category><category>tools</category><category>gear</category><category>awesome</category></item><item><title>NEW: The Tech Blues - $99 | http://seat14a.com/
Share the love...</title><description>&lt;img src="http://24.media.tumblr.com/a13bf237f45443fe0af3112fedbb9ace/tumblr_mmy666p2fZ1rz57iso1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/f67020f6194c8b71f4340c6f07f5541b/tumblr_mmy666p2fZ1rz57iso2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/a4444303e514cc3e3b93fd9f2b8fa024/tumblr_mmy666p2fZ1rz57iso3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;NEW: The Tech Blues - $99 | &lt;a href="http://seat14a.com/" target="_blank"&gt;http://seat14a.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Share the love and you could win this micro-collection! (Last week’s winner: Robert Thimble)&lt;/span&gt;&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50653663283</link><guid>http://blog.seat14a.com/post/50653663283</guid><pubDate>Fri, 17 May 2013 10:42:06 -0400</pubDate><category>mens fashion</category><category>Menswwear</category><category>fashion</category><category>ipad</category></item><item><title>Unreal sunset </title><description>&lt;img src="http://25.media.tumblr.com/2dbd111ef43f25002d676ace135b8bb4/tumblr_mmwiasNS9K1qzleu4o1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Unreal sunset &lt;/p&gt;</description><link>http://blog.seat14a.com/post/50652053828</link><guid>http://blog.seat14a.com/post/50652053828</guid><pubDate>Fri, 17 May 2013 10:06:03 -0400</pubDate><category>travel</category></item><item><title>Walt Short in Woodland Digital Camo Ripstop - this is sick</title><description>&lt;img src="http://25.media.tumblr.com/9a898849b21dec8058d238cc05b697bb/tumblr_mmwtn4YO0W1qa5p47o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://epauletnewyork.com/products/slim-walt-short-woodland-digital-camo" target="_blank"&gt;Walt Short in Woodland Digital Camo Ripstop&lt;/a&gt; - this is sick&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50648301220</link><guid>http://blog.seat14a.com/post/50648301220</guid><pubDate>Fri, 17 May 2013 08:33:12 -0400</pubDate><category>menswear</category><category>shorts</category></item><item><title>Calibre Spring/Summer 2013 Lookbook- pink worn right.</title><description>&lt;img src="http://25.media.tumblr.com/78cb4994df27e64896c292f4184d69b6/tumblr_mmo0erFctX1qg4knho1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;span&gt;Calibre Spring/Summer 2013 Lookbook- pink worn right.&lt;/span&gt;&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50623852832</link><guid>http://blog.seat14a.com/post/50623852832</guid><pubDate>Thu, 16 May 2013 22:27:48 -0400</pubDate><category>menswear</category><category>summer</category></item><item><title>you can only really wear contast knit and check while in motion...</title><description>&lt;img src="http://24.media.tumblr.com/14dfbe97024159e1b67e295cb5d1c90f/tumblr_mlzc3g8CwB1r93jooo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;you can only really wear contast knit and check while in motion right? #cool&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50616621364</link><guid>http://blog.seat14a.com/post/50616621364</guid><pubDate>Thu, 16 May 2013 20:55:38 -0400</pubDate><category>menswear</category></item><item><title>Bottom button, never!

via The Sometimes, Always, Never 3-Button...</title><description>&lt;img src="http://24.media.tumblr.com/ece945bdcd551094752b72fee98f0aa9/tumblr_mmuqvmlNpj1qz6f9yo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Bottom button, never!&lt;/p&gt;

&lt;p&gt;via &lt;a href="http://www.artofmanliness.com/2013/05/15/the-sometimes-always-never-3-button-rule/" target="_blank"&gt;The Sometimes, Always, Never 3-Button Rule&lt;/a&gt;&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50576760091</link><guid>http://blog.seat14a.com/post/50576760091</guid><pubDate>Thu, 16 May 2013 10:05:52 -0400</pubDate><category>fashion</category><category>art</category><category>suit</category></item><item><title>bc even your phone needs a fancy bed to sleep on - Riviera Tray in Oiled Walnut</title><description>&lt;p&gt;&lt;a href="/pin/359795457700896422/" target="_blank"&gt;&lt;img src="http://bit.ly/14pvAbj"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;bc even your phone needs a fancy bed to sleep on - Riviera Tray in Oiled Walnut&lt;/p&gt;</description><link>http://blog.seat14a.com/post/50573029262</link><guid>http://blog.seat14a.com/post/50573029262</guid><pubDate>Thu, 16 May 2013 08:33:12 -0400</pubDate><category>menswear</category><category>men</category><category>tools</category><category>gear</category><category>awesome</category></item><item><title>Snapshots of summer </title><description>&lt;img src="http://25.media.tumblr.com/4bc0863556f95bd8b22c5964db9d0b74/tumblr_mmukhxE3t01qeuobqo3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/dac5c7f1e2636eaeab8ec371f7574dbc/tumblr_mmukhxE3t01qeuobqo2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/a67b518776210dbc13c5391c5ea3e796/tumblr_mmukhxE3t01qeuobqo1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;Snapshots of summer &lt;/p&gt;</description><link>http://blog.seat14a.com/post/50547759145</link><guid>http://blog.seat14a.com/post/50547759145</guid><pubDate>Wed, 15 May 2013 22:27:51 -0400</pubDate><category>menswear</category><category>summer</category><category>fedora</category></item></channel></rss>
