<?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>
 lang=”en”&gt;

{Title}
{block:Description}{/block:Description}


{block:ifInfinitescrolling}

{/block:ifInfinitescrolling}

$(window).load(function(){
    var $wall = $('#center');
    
    $wall.masonry({
      itemSelector: '.post, .twitter',
      columnWidth:220
    });
    
    $wall.infinitescroll({
    navSelector  : ".nav",
    nextSelector : ".nav a",
    itemSelector : ".post",
    loading      : "",
    donetext     : ""
    },

    function( newElements ) { 
        var $newElems = $( newElements ).css({ 
            opacity: 0 
        });
        $newElems.imagesLoaded(function(){
            $newElems.animate({ opacity: 1 });
            $wall.masonry( "appended", $newElems, true );
        });
    });
});

$(window).scroll(function(){var totalHeight = $('body').height();var yPos = $(window).scrollTop();if( yPos &gt; (totalHeight*.10) &amp;&amp; yPos &lt; (totalHeight*.90) ){$(".footer").fadeIn('medium');} else {$('.footer').fadeOut('medium');}});
body {
    padding:0;
    margin:0;
    overflow-x:hidden;
    font-family:’helvetica neue’, ‘helvetica’, arial;
    font-size:11px;
    color:{color:Text};
    background-color:{color:background};
    background-image:url({image:Background});
    background-position:center top;
    background-attachment:fixed;}
a {text-decoration:none;
   color:{color:text};
   font-weight:800;
   -webkit-transition: all 0.2s linear; 
   -moz-transition: all 0.2s linear; 
   transition: all 0.2s linear;}
a:hover {
   color:{color:link hover};
   {block:if3DEffectforlinks}
    text-shadow:2px 0 0 rgba(255,0,0,0.4), -2px 0 0 rgba(0,255,0,0.4);
   {/block:if3DEffectforlinks}
   -webkit-transition: all 0.2s linear; 
   -moz-transition: all 0.2s linear; 
   transition: all 0.2s linear;}
   
   a:active{outline: none;}
   a:focus{-moz-outline-style: none;}
   :-moz-any-link:focus{outline: none;}
   img{border:none;}

.clear {clear:both;}

#container{
    position:relative;
    width:860px;
    margin:0px auto;
    background-color:{color:Center};
    padding:10px 20px 20px;}
#header{
    width:860px;
    {block:IfNotHeaderlogoimage}
    margin:10px 0 20px;
    {/block:IfNotHeaderlogoimage}
    {block:IfHeaderlogoimage}
    margin:0;
    {/block:IfHeaderlogoimage}}
#header h1{
    font-size: 93px;
    letter-spacing: -3px;
    margin: 0;
    word-spacing: -2px;
    color:{color:text};
    {block:ifNotSidebarleftorright}
    text-align:right;
    {/block:ifNotSidebarleftorright}
    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    transition: all 0.3s ease;}
#header h1:hover{
    color:{color:link hover};
    {block:if3DEffectforlinks}
    color:{color:text};
    text-shadow:4px 0 0 rgba(255,0,0,0.3), -4px 0 0 rgba(0,255,0,0.3);
    -webkit-transition: all 0.4s ease; 
    -moz-transition: all 0.4s ease; 
    transition: all 0.4s ease;
    {/block:if3DEffectforlinks}}
#header img{
    max-width:860px;
    max-height:300px;}

#sidebar{
    width:200px;
    {block:IfSidebarFixed}
    position:fixed;
    {/block:IfSidebarFixed}
    {block:ifSidebarleftorright}
    float:left;
    {/block:ifSidebarleftorright}
    {block:ifNotSidebarleftorright}
    float:right;
    {block:IfSidebarFixed}
    margin-left:660px;
    {/block:IfSidebarFixed}
    {/block:ifNotSidebarleftorright}}
#sidebar h1{
    margin:5px 0;
    padding:0 0 10px;
    border-bottom:2px solid {color:text};
    font-size:14px;
    text-transform:uppercase;
    line-height:14px;
    color:{color:titles};
    {block:ifSidebarleftorright}
    text-align: right;
    {/block:ifSidebarleftorright}}
#sidebar .inner{
    margin:10px 0 0;}
#sidebar .portrait{
    width:200px;}
#sidebar .portrait img{
    max-width:200px;}
#sidebar .description{
    margin:5px 0 10px;
    padding:5px 0 10px;
    font-weight: 700;
    {block:ifSidebarleftorright}
    text-align: right;
    {/block:ifSidebarleftorright}
    {block:AskEnabled}
    border-bottom:2px solid {color:text};
    {/block:AskEnabled}
    {block:SubmissionsEnabled}
    border-bottom:2px solid {color:text};
    {/block:SubmissionsEnabled} 
    {block:HasPages}
    border-bottom:2px solid {color:text};
    {/block:HasPages}
    {block:ifLink1Title}
    border-bottom:2px solid {color:text};
    {/block:ifLink1Title}
    {block:ifLink2Title} 
    border-bottom:2px solid {color:text};
    {/block:ifLink2Title}
    {block:ifLink3Title} 
    border-bottom:2px solid {color:text};
    {/block:ifLink3Title}
    {block:ifLink4Title} 
    border-bottom:2px solid {color:text};
    {/block:ifLink4Title}
    {block:ifLink5Title} 
    border-bottom:2px solid {color:text};
    {/block:ifLink5Title}}
#sidebar .links{
    margin:0;
    padding:0 0 10px;
    list-style:none;}
#sidebar .links a{
    font-weight:700;
    text-transform:uppercase;
    font-size:9px;
    line-height:12px;
    display:block;
    {block:ifSidebarleftorright}
    text-align: right;
    {/block:ifSidebarleftorright}}
#sidebar .links a:hover{
    color:{color:link hover}}
#sidebar .pagination{
    padding:10px 0 0;
    font-weight:700;
    text-transform:uppercase;
    font-size:9px;
    line-height:12px;
    border-top:2px solid {color:text};}
#sidebar .pagination .prev{
    float:left;}
#sidebar .pagination .next{
    float:right;}


#center{
    width:660px;
    {block:ifSidebarleftorright}
    float:right;
    {/block:ifSidebarleftorright}
    {block:ifNotSidebarleftorright}
    margin-left:0px;
    float:left;
    {/block:ifNotSidebarleftorright}}
#center .post{
    width:200px;
    float:left;
    margin:0 20px 20px 0;
    overflow:hidden;
    {block:ifSidebarleftorright}
    margin:0 0 20px 20px;
    {/block:ifSidebarleftorright}
    {block:PermalinkPage} 
    width:506px;
    overflow:visible;
    {block:ifNotSidebarleftorright}
    margin:0 0 0 134px !important;
    {/block:ifNotSidebarleftorright}
    {/block:PermalinkPage}}
#center .photo_post{
    {block:ifshowpermalinkonphotoposts}
    margin:0 20px 14px 0;
    {block:ifSidebarleftorright}
    margin:0 0 14px 20px;
    {/block:ifSidebarleftorright}
    {/block:ifshowpermalinkonphotoposts}}

#center .post p{
    margin:0;
    {block:PermalinkPage}
    margin:5px 0;
    {/block:PermalinkPage}}
#center .post blockquote{
    border-left: 2px solid {color:text};
    margin: 5px 0 5px 10px;
    padding-left: 10px;}

#center .post .margin{
    {block:IndexPage} 
    width:200px;
    {/block:IndexPage} 
    {block:PermalinkPage} 
    width:500px;
    {/block:PermalinkPage}}
#center .post .margin h1, #center .twitter h1{
    margin:0;
    padding:0;
    font-size:12px;
    text-transform:uppercase;
    line-height:14px;
    color:{color:text};}
#center .post .margin .source{
    margin:5px 0 0;}
#center .post .margin img{
    max-width:150px;
    height:auto;
    {block:PermalinkPage}
    max-width:500px;
    {/block:PermalinkPage}}

#center .post .chat{
    margin:0;
    padding:0;
    list-style:none;}
#center .post .chat li{
    font-weight:bold;
    text-transform:uppercase;
    font-size:9px;
    padding: 4px 5px;}
#center .post .chat li:nth-child(even){
    background:{color:text};
    color:{color:center};}
#center .post .chat li:last-child{
    margin:0 0 8px}

#center .asker_portrait {
    float:left;
    width:30px;
    height:30px;
    margin-right:10px;
    margin-bottom:10px;
    display:none;}
#center .question {
    font-weight: bold;
    line-height: 11px;
    margin-bottom: 10px;
    width: 200px;
    {block:PermalinkPage}
    width:auto;
    {block:PermalinkPage}}
#center .question span{
    text-transform:uppercase;}
#center .answer{
    clear: both;
    display: block;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    margin: 10px;}
#center .answer p{
    margin:0;
    padding:0;
    line-height: 13px;}
    
#center .photoset {
    margin:0 0 0 -12.5px;
    position:relative;} 
#center .photoset .box{
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(“http://static.tumblr.com/8jq17g7/ZRflvr254/screen-pattern.png”);
    bottom: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7) inset;
    height: 100%;
    margin: 0 0 0 12.5px;
    position: absolute;
    width: 200px;
    z-index: 500;}
#center .photoset .hover{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    bottom: 50%;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.4), 0 3px 0 rgba(0, 0, 0, 0.4);
    font-family: ‘Cookie’,cursive;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 -58px 0;
    padding: 40px 0;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 500;}
#center .photoset:hover .box{
    background-color: rgba(0, 0, 0, 0.6);}
#center .photoset:hover .hover{
    box-shadow:none;
    background-color: rgba(0, 0, 0, 0.0);}
#center .photoset .hover a{color:white;}
#center .photoset .hover a:hover{color:white;}
#center .photoset .hover a.set{
    display: block;
    font-family: ‘Open Sans’,arial;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 10px;
    line-height: 10px;
    margin: 0 0 10px 10px;}
    
#center .post .audio{
    background: none repeat scroll 0 0 black;
    overflow: hidden;
    padding: 5px 5px 1px;
    width: 190px;
    {block:PermalinkPage} 
    width:496px;
    {/block:PermalinkPage}}
#center .post .inner{
    margin: auto;
    overflow: hidden;
    width: 28px;}
    
#center .post .picture{
    position:relative;
    width:200px;
    {block:PermalinkPage} 
    width:500px;
    {/block:PermalinkPage}}
#center .post .picture img{
    width:200px;
    display:block;
    {block:PermalinkPage} 
    width:500px;
    {/block:PermalinkPage}}
#center .post .picture .hover{
    position:absolute;
    height:100%;
    width:200px;
    background:rgba(0,0,0,0.9);
    opacity:0;
    -webkit-transition: all 0.8s ease; 
       -moz-transition: all 0.8s ease; 
            transition: all 0.8s ease;}
#center .post .picture .hover:hover{
    opacity:1;
    -webkit-transition: all 0.8s ease; 
       -moz-transition: all 0.8s ease; 
            transition: all 0.8s ease;}
#center .post .picture .hover .notes{
    font-size: 9px;
    font-weight: bold;
    height: 12px;
    letter-spacing: 10px;
    line-height: 12px;
    margin: -12px 0 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    top: 50%;
    width: 190px;}
#center .post .picture .hover .reblog{
    color: white;
    font-family: ‘Cookie’,cursive;
    font-size: 18px;
    height: 16px;
    line-height: 16px;
    margin: 16px 0 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    top: 50%;
    width: 200px;}
.notes a, .reblog a{color:white;font-weight:normal;}
.notes a:hover, .reblog a:hover{color:white;}

#center .post .caption{
    padding: 10px 5px 2px;
    {block:ifNotSidebarleftorright}
    text-align: right;
    {/block:ifNotSidebarleftorright}}
#center .post .au_caption{
    border:none;}
#center .post .permalink{
    margin:10px 0 0;
    {block:ifNotSidebarleftorright}
    text-align: right;
    {/block:ifNotSidebarleftorright}
    border-top:2px solid {color:text};
    border-bottom:2px solid {color:text};
    color:{color:borders};
    {block:ifNotShowPermalinks}
    display:none;
    {/block:ifNotShowPermalinks}}
#center .post .permalink a{
    font-size:9px;
    font-weight:700;
    text-transform:uppercase;
    color:{color:text};
    margin:0 10px;}
#center .post .permalink a:hover{
    color:{color:link hover}}
#center .post .permalink a:last-child{
    margin:0 0 0 10px;}
#center .post .photo_perma{
    {block:ifNotshowpermalinkonphotoposts}
    display:none;
    {/block:ifNotshowpermalinkonphotoposts}
    {block:ifshowpermalinkonphotoposts}
    display:block;
    margin:13px 0 0;
    border-top:2px solid {color:text};
    {/block:ifshowpermalinkonphotoposts}}
    
#center .twitter{
    width:200px;
    float:left;
    margin:0 20px 20px 0;
    overflow:hidden;
    {block:ifSidebarleftorright}
    margin:0 0 20px 20px;
    {/block:ifSidebarleftorright}}
#center .twitter .border{
    margin:5px 0;
    border-bottom:2px solid {color:text};}
#center .twitter #twitter_update_list{
    margin:0;
    padding:0;
    list-style:none;}
#center .twitter #twitter_update_list li{
    font-weight:bold;
    text-transform:uppercase;
    font-size:9px;
    padding: 4px 5px;}
#center .twitter #twitter_update_list li a:hover{
    text-shadow:none;}
#center .twitter #twitter_update_list li:nth-child(even){
    background:{color:text};
    color:{color:center};}
#center .twitter #twitter_update_list li:nth-child(even) a{
    color:{color:background};}
#center .twitter #twitter_update_list li:last-child{
    margin:0}

ol.notes {
    font-size: 9px;
    font-weight: normal;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;}
ol.notes a{
    text-decoration:none;
    padding:0;
    background-color:transparent;}
ol.notes li.note {
    padding: 2px 0;
    {block:ifNotSidebarleftorright}
    text-align: right;
    {/block:ifNotSidebarleftorright}}
ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    display:none;}
ol.notes li.note span.action a{
    color:black;
    font-weight:bold;}
ol.notes li.note .answer_content {
    color:black;}
ol.notes li.note blockquote {
    border-left: medium none !important;
    color: black;
    margin: 10px 0 10px 30px !important;
    padding: 5px 0 8px !important;
    border-bottom: 2px solid {color:text};}
ol.notes li.note blockquote a {
    color:black;}
    
.footer  {
    bottom: 0;
    display: none;
    left: 50%;
    position: fixed;
    z-index: 600;
    {block:ifLargeorSmallfooter}
    width:860px;
    margin:0 0 0 -435px;
    padding:5px 0;
    box-shadow: 0 -2px 0 {color:text};
    {/block:ifLargeorSmallfooter}
    {block:ifNotLargeorSmallfooter}
    width:200px;    
    padding:10px 0;
    {block:ifNotSidebarleftorright}
    margin:0 0 0 225px;
    {/block:ifNotSidebarleftorright}
    {block:ifSidebarleftorright}
    margin:0 0 0 -435px;
    {/block:ifSidebarleftorright}
    {/block:ifNotLargeorSmallfooter}
    background-color:{color:Center};}
.footer h1{
    font-weight: 700;
    line-height: 11px;
    text-transform: uppercase;
    color:{color:text};
    {block:ifLargeorSmallfooter}
    float:left;
    font-size: 13px;
    margin: -1px 0 -4px;
    padding: 7px 40px 5px 0;
    {/block:ifLargeorSmallfooter}
    {block:ifNotLargeorSmallfooter}
    border-bottom:2px solid {color:text};
    margin: 0 0 5px;
    padding: 0 0 12px;
    font-size:17px;
    {block:ifSidebarleftorright}
    text-align:right;
    {/block:ifSidebarleftorright}
    {/block:ifNotLargeorSmallfooter}}  
.footer .links{
    padding:0;
    margin: 4px 0 0;
    float:left;
    {block:ifNotLargeorSmallfooter}
    {block:ifSidebarleftorright}
    float:right;
    {/block:ifSidebarleftorright}
    {/block:ifNotLargeorSmallfooter}}
.footer .links a{
    font-size:9px;
    font-weight:700;
    text-transform:uppercase;
    {block:ifLargeorSmallfooter}
    margin:0 10px 0 0;
    {/block:ifLargeorSmallfooter}
    {block:ifNotLargeorSmallfooter}
    display: block;
    margin:0;
    {/block:ifNotLargeorSmallfooter}
    color:{color:text};
    {block:ifNotLargeorSmallfooter}
    {block:ifSidebarleftorright}
    text-align:right;
    {/block:ifSidebarleftorright}
    {/block:ifNotLargeorSmallfooter}}
.footer .links a:hover{
    color:{color:link hover}}
.footer #back_top_top{
    font-size:9px;
    font-weight:700;
    text-transform:uppercase;
    color:{color:text};
    float:right;
    margin: 5px 0;
    {block:ifNotLargeorSmallfooter}
    {block:ifSidebarleftorright}
    float:left;
    {/block:ifSidebarleftorright}
    {/block:ifNotLargeorSmallfooter}}



{block:Pagination}{block:NextPage}{/block:NextPage}{/block:Pagination}



    {block:IfNotHeaderlogoimage}
    {block:ifHeaderTitle} 
    {text:Header Title}
    {/block:ifHeaderTitle} 
    {/block:IfNotHeaderlogoimage}
    {block:IfHeaderlogoimage}
    
    {/block:IfHeaderlogoimage}



   {block:IfPortraitimage}
   
       
   {/block:IfPortraitimage}
   
   
   {Title}
   {Description}

       
             {block:AskEnabled}
             
             {block:ifasktitle}{text:Ask Title}{/block:ifasktitle}
             {block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}
             {/block:AskEnabled}
             {block:SubmissionsEnabled}
             {SubmitLabel}
             {/block:SubmissionsEnabled} 
             {block:HasPages}{block:Pages}{Label}
             {/block:Pages}{/block:HasPages}
             {block:ifLink1Title} 
             
             {text:Link 1 Title}
             {/block:ifLink1Title}
             {block:ifLink2Title} 
             
             {text:Link 2 Title}
             {/block:ifLink2Title}
             {block:ifLink3Title} 
             
             {text:Link 3 Title}
             {/block:ifLink3Title}
             {block:ifLink4Title} 
             
             {text:Link 4 Title}
             {/block:ifLink4Title}
             {block:ifLink5Title} 
             
             {text:Link 5 Title}
             {/block:ifLink5Title}
        
        
        {block:ifNotInfinitescrolling}
             
                {block:Pagination}
                {block:PreviousPage}
                    Previous
                {/block:PreviousPage}
                
                {block:NextPage}
                    Next
                {/block:NextPage}
                {/block:Pagination}
            
        {/block:ifNotInfinitescrolling}
   



    {block:IndexPage}
    {block:ifTwitterUsername}
    
        
        Tweets
        
    
        
    {/block:ifTwitterUsername}
    {/block:IndexPage}

    {block:Posts}
    
        {block:Text}
            
            {block:Title}
                 {Title}
            {/block:Title}
            {Body}
            
        {/block:Text}

        {block:Photo}
            
              {block:IndexPage} 
              
                 
                 
                 {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
                 
                 
                 
                    {text:Reblog title}
                 
              
              {/block:IndexPage} 
            
        {/block:Photo}

        {block:Photoset}
            {block:IndexPage} 
            
            
            
                PHOTOSET
                See full set
            
            
            {Photoset-250}
            
            {/block:IndexPage} 
            {block:PermalinkPage} 
            {Photoset-500}
            {/block:PermalinkPage} 
            {block:IndexPage}{block:ifshowcaption}
            {block:Caption}
            {Caption}{/block:Caption}
            {/block:ifshowcaption}{/block:IndexPage}
        {/block:Photoset}

        {block:Quote}
            
            “{Quote}”
            {block:Source}
                {Source}
            {/block:Source}
            
            
        {/block:Quote}

        {block:Link}
            
            {Name}

            {block:Description}
                 {Description}
            {/block:Description}
            
        {/block:Link}

        {block:Chat}
            
            {block:Title}
            {Title}
            {/block:Title}
            
                  {block:Lines}
                  
                       {block:Label}
                       {Label}
                       {/block:Label}{Line}
                  
                  {/block:Lines}
            
        {/block:Chat}

        {block:Video}
            
            {block:IndexPage} {Video-250}{/block:IndexPage} 
            {block:PermalinkPage} {Video-500}{/block:PermalinkPage} 
            
            {block:IndexPage}{block:ifshowcaption}
            {block:Caption}
            {Caption}{/block:Caption}
            {/block:ifshowcaption}{/block:IndexPage}
        {/block:Video}

        {block:Audio}
            
            
            
            {AudioPlayerBlack}
            
            
            {block:IndexPage} {block:Caption}
            {Caption}
            {/block:Caption}{/block:IndexPage} 
            
        {/block:Audio}
        
        {block:Answer}
            
            
                {Asker}:
                {Question}
            
            {Answer}
            
        {/block:Answer}
      
        {block:IndexPage} 
        {block:Date} 
        
            {block:NoteCount}
            â¥ {NoteCount} -
            {/block:NoteCount}
            {TimeAgo}
        
        {/block:Date}
        {/block:IndexPage} 
        
        {block:PermalinkPage} 
        {block:Date} 
        {block:Caption}
            {Caption}
        {/block:Caption}
        
            {block:NoteCount}
            â¥ {NoteCount} -
            {/block:NoteCount}
            {TimeAgo}
        
        {/block:Date}
        
             {PostNotes}
        {/block:PermalinkPage} 
    
    {/block:Posts}
    


{block:IndexPage}
    
        {title}
    
        
             {block:AskEnabled}
             
             {block:ifasktitle}{text:Ask Title}{/block:ifasktitle}
             {block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}
             {/block:AskEnabled}
             {block:SubmissionsEnabled}
             {SubmitLabel}
             {/block:SubmissionsEnabled} 
             {block:HasPages}{block:Pages}
             {Label}{/block:Pages}
             {/block:HasPages}
             {block:ifLink1Title} 
             
             {text:Link 1 Title}
             {/block:ifLink1Title}
             {block:ifLink2Title} 
             
             {text:Link 2 Title}
             {/block:ifLink2Title}
             {block:ifLink3Title} 
             
             {text:Link 3 Title}
             {/block:ifLink3Title}
             {block:ifLink4Title} 
             
             {text:Link 4 Title}
             {/block:ifLink4Title}
             {block:ifLink5Title} 
             
             {text:Link 5 Title}
             {/block:ifLink5Title}
        
        
    
        Back to top     
    
    
    
    
{/block:IndexPage}</description><title>I should've told you what you mean to me.</title><generator>Tumblr (3.0; @causenowipaytheprice)</generator><link>http://causenowipaytheprice.tumblr.com/</link><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/0a4b67d54783fdf3bb1dc7e21dd3ea08/tumblr_ml5w70eAF91r9hzgjo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51160728164</link><guid>http://causenowipaytheprice.tumblr.com/post/51160728164</guid><pubDate>Thu, 23 May 2013 14:13:36 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/405433559d221a0843a0fa7ae5182d32/tumblr_mn9jmm2VLl1rovco6o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51160712667</link><guid>http://causenowipaytheprice.tumblr.com/post/51160712667</guid><pubDate>Thu, 23 May 2013 14:13:20 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/3bc35748ff39f04d5ad5fa59663fada1/tumblr_mn9jraIqaW1rch77bo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51160707781</link><guid>http://causenowipaytheprice.tumblr.com/post/51160707781</guid><pubDate>Thu, 23 May 2013 14:13:14 -0400</pubDate></item><item><title>drunkinthemorning420:

hippie | via Facebook bei @weheartit.com...</title><description>&lt;img src="http://24.media.tumblr.com/1e45f9a99755f71185e47bee355e6bc7/tumblr_mn9jm8xW0v1sr5vwmo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://drunkinthemorning420.tumblr.com/post/51160303726/http-whrt-it-16asubl" class="tumblr_blog"&gt;drunkinthemorning420&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;hippie | via Facebook bei @weheartit.com – &lt;a href="http://whrt.it/16aSubl"&gt;&lt;a href="http://whrt.it/16aSubl"&gt;http://whrt.it/16aSubl&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51160695573</link><guid>http://causenowipaytheprice.tumblr.com/post/51160695573</guid><pubDate>Thu, 23 May 2013 14:13:01 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/d43a87e32155972209ff7a8b4618005b/tumblr_mn9jtp42m71s710sko1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51160672818</link><guid>http://causenowipaytheprice.tumblr.com/post/51160672818</guid><pubDate>Thu, 23 May 2013 14:12:37 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/087115d500cb64e9bb151608cf6e621d/tumblr_mmptjjQXrF1qezmivo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51160548942</link><guid>http://causenowipaytheprice.tumblr.com/post/51160548942</guid><pubDate>Thu, 23 May 2013 14:10:27 -0400</pubDate></item><item><title>skate-shadow:

▼urban, skate, tattoos and street blog here▼</title><description>&lt;img src="http://25.media.tumblr.com/f8a6445be08a59022572357a2f051b48/tumblr_mkxh7mUJvW1s0yhsio1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://skate-shadow.tumblr.com/post/49795404845/urban-skate-tattoos-and-street-blog-here" class="tumblr_blog"&gt;skate-shadow&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://skate-shadow.tumblr.com/" title="★blog"&gt;▼&lt;strong&gt;urban&lt;/strong&gt;, &lt;strong&gt;skate&lt;/strong&gt;, &lt;strong&gt;tattoos&lt;/strong&gt; and &lt;strong&gt;street&lt;/strong&gt; blog here▼&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159804522</link><guid>http://causenowipaytheprice.tumblr.com/post/51159804522</guid><pubDate>Thu, 23 May 2013 13:57:19 -0400</pubDate></item><item><title>skate-shadow:



▼urban, skate, tattoos and street blog here▼


</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m6a698UIhk1qhb0iso1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://skate-shadow.tumblr.com/post/50153776236/urban-skate-tattoos-and-street-blog-here" class="tumblr_blog"&gt;skate-shadow&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;div class="post_content clearfix" id="post_content_49795515589"&gt;
&lt;div class="caption"&gt;
&lt;p&gt;&lt;a href="http://skate-shadow.tumblr.com/" title="★blog"&gt;▼&lt;strong&gt;urban&lt;/strong&gt;, &lt;strong&gt;skate&lt;/strong&gt;, &lt;strong&gt;tattoos&lt;/strong&gt; and &lt;strong&gt;street&lt;/strong&gt; blog here▼&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="clear"&gt;&lt;/div&gt;&lt;/blockquote&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159793867</link><guid>http://causenowipaytheprice.tumblr.com/post/51159793867</guid><pubDate>Thu, 23 May 2013 13:57:08 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/0a5b7ffe05a602c43eadd3c705889c97/tumblr_mli37dBPdQ1rbmgvso1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159783116</link><guid>http://causenowipaytheprice.tumblr.com/post/51159783116</guid><pubDate>Thu, 23 May 2013 13:56:57 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/adee1c2435ebaeb4c224940dfc65fd76/tumblr_mmc3f3EZcc1r1m7gfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159776385</link><guid>http://causenowipaytheprice.tumblr.com/post/51159776385</guid><pubDate>Thu, 23 May 2013 13:56:50 -0400</pubDate></item><item><title>
Taylor Swift → Candids (89/100)
</title><description>&lt;img src="http://25.media.tumblr.com/73fe1a6708e022ba1f66439ed2015249/tumblr_mn7k6mUm4z1qbjp8bo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;small&gt;&lt;code&gt;&lt;a href="http://www.breakfast-at-midnights.tumblr.com/tagged/13**"&gt;Taylor Swift&lt;/a&gt;&lt;span&gt; → Candids (89/100)&lt;/span&gt;&lt;/code&gt;&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159771148</link><guid>http://causenowipaytheprice.tumblr.com/post/51159771148</guid><pubDate>Thu, 23 May 2013 13:56:44 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/3718ee2b162011c930e42209c612b2e9/tumblr_mn6gjc4lhq1qldh1uo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159761130</link><guid>http://causenowipaytheprice.tumblr.com/post/51159761130</guid><pubDate>Thu, 23 May 2013 13:56:34 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/54116319e6c088ac0e6a625dd3de95d2/tumblr_mmgip9XZIO1qldh1uo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159749777</link><guid>http://causenowipaytheprice.tumblr.com/post/51159749777</guid><pubDate>Thu, 23 May 2013 13:56:21 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/6a790eadcdab8b7ae9402dd46693c9f4/tumblr_ml4xykNy8d1rc2ub3o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159722934</link><guid>http://causenowipaytheprice.tumblr.com/post/51159722934</guid><pubDate>Thu, 23 May 2013 13:55:53 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/b5fd635d1a9be5c6a0c6e32530e52034/tumblr_mjuju2PPPd1qacbojo1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159711861</link><guid>http://causenowipaytheprice.tumblr.com/post/51159711861</guid><pubDate>Thu, 23 May 2013 13:55:41 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/29a831cb1834ef0ee24b9f0f1888e2db/tumblr_mj3od3cKDt1qi9ow7o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159673717</link><guid>http://causenowipaytheprice.tumblr.com/post/51159673717</guid><pubDate>Thu, 23 May 2013 13:54:59 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://25.media.tumblr.com/a2ec56ba5ea86044c65b6ef2ac7d1348/tumblr_mn8glrTbKX1qcpmryo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159665628</link><guid>http://causenowipaytheprice.tumblr.com/post/51159665628</guid><pubDate>Thu, 23 May 2013 13:54:50 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/a0923ae87ef417381086434a53cff121/tumblr_mn0jx9bg211qmz3kto1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51159661034</link><guid>http://causenowipaytheprice.tumblr.com/post/51159661034</guid><pubDate>Thu, 23 May 2013 13:54:45 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/8982e56c4d985d2d89e67204c99d1c50/tumblr_mn9bvoEmvD1qg7c21o1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51151535789</link><guid>http://causenowipaytheprice.tumblr.com/post/51151535789</guid><pubDate>Thu, 23 May 2013 11:22:31 -0400</pubDate></item><item><title>Photo</title><description>&lt;img src="http://24.media.tumblr.com/43e9aa075dca8ce20214a8a347841357/tumblr_mn0j4e28JX1qf3lleo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://causenowipaytheprice.tumblr.com/post/51151516034</link><guid>http://causenowipaytheprice.tumblr.com/post/51151516034</guid><pubDate>Thu, 23 May 2013 11:22:06 -0400</pubDate></item></channel></rss>
