<?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}


html {
    {block:ifBackgroundImageResize}
    background:{color:Body Background} url({image:Background}) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    {/block:ifBackgroundImageResize}}
body {
    padding:0;
    margin:0;
    font-family:’Helvetica neue’, arial;
    {block:ifNotBackgroundImageResize}
    background-color:{color:background};
    background-image:url({image:Background});
    background-position:center top;
    {block:ifBackgroundImageFixed}
    background-attachment:fixed;
    {/block:ifBackgroundImageFixed}
    {/block:ifNotBackgroundImageResize}
    font-size:11px;
    color:{color:Text};}
a {text-decoration:none;
   color:{color:link};
   -webkit-transition: all 0.2s linear; 
   -moz-transition: all 0.2s linear; 
   transition: all 0.2s linear;}
a:hover {text-decoration:none;
   color:{color:link hover};
   -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;}

#center{
    width:710px;
    margin: auto;}

.top{
    margin:30px 0;
    width:715px;}
.top .logo{
    max-width:655px;}

/**** Header styles ****/
#header{
    padding:30px;
    margin:20px 0 20px;{block:ifShadow} 
    box-shadow:
       0 1px 3px rgba(0,0,0,0.1), 
       0 0 20px rgba(100,100,100,0.1) inset;{/block:ifShadow} 
    background-color:{color:Center};
    width:650px;
    {block:ifRoundBorders}
    border-radius:4px;
    {/block:ifRoundBorders}
    {block:ifBorders}
    box-shadow: {block:ifShadow} 
       0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 
       0 0 20px rgba(100, 100, 100, 0.1) inset;
    border:1px solid rgba(0,0,0,0.1);
    {block:ifRoundBorders}
    border-bottom:3px solid rgba(0,0,0,0.1);
    {/block:ifRoundBorders}
    {/block:ifBorders}
    {block:ifSidebar} 
    display:none;
    {/block:ifSidebar} }
#header h1{
    font-family: georgia;
    font-size: 35px;
    font-style: italic;
    margin: 0 0 20px;
    text-align:center;
    padding: 0;
    color:{color:Titles};
    {block:ifHideDescription}
    cursor:help;
    {/block:ifHideDescription}}
#header .logo{
    max-width:655px;
    margin:0 0 20px 0;
    {block:ifHideDescription}
    cursor:help;
    {/block:ifHideDescription}}
#header .description{
    max-width:655px;
    text-align:center;
    margin: 5px 0 20px;
    {block:ifHideDescription}
    display:none;
    {/block:ifHideDescription}}
#header .links_box{}
#header .links{
    margin:0 auto 0;
    padding:10px 0 0;
    opacity:0.5;
    border-top:1px solid {color:border};
    text-align:center;
    list-style:none;}
#header .links li{
    color: #444444;
    display: inline;
    font-size: 9px;
    letter-spacing: 2px;
    margin: 0 10px;
    text-transform: uppercase;}


#container{
    width: 735px;
    margin-left:-10px;
    {block:ifBorders}
    width: 741px;
    {/block:ifBorders}}
#container .sidebar_box{
    float: left;
    width:220px;
    margin:0 15px 25px 10px;}
#container .sidebar{
    background-color: {color:Center};{block:ifShadow} 
    box-shadow:
       0 1px 3px rgba(0, 0, 0, 0.1), 
       0 0 20px rgba(100, 100, 100, 0.1) inset;{/block:ifShadow}
    overflow: hidden;
    padding: 0 25px 25px;
    width: 170px;
    {block:ifRoundBorders}
    border-radius:4px;
    {/block:ifRoundBorders}
    {block:ifBorders}
    box-shadow: {block:ifShadow} 
       0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 
       0 0 20px rgba(100, 100, 100, 0.1) inset;
    border:1px solid rgba(0,0,0,0.1);
    {block:ifRoundBorders}
    border-bottom:3px solid rgba(0,0,0,0.1);
    {/block:ifRoundBorders}
    {/block:ifBorders}
    {block:ifNotSidebar} 
    display:none;
    {/block:ifNotSidebar} }
#container .sidebar .portrait{
    padding:5px;
    border-radius:2px;
    overflow:hidden;
    background-color:rgba(0,0,0,0.05);
    {block:IfnotSidebarPortraitimage}
    max-width:128px;
    {/block:IfnotSidebarPortraitimage}
    {block:IfSidebarPortraitimage}
    max-width:150px;
    {/block:IfSidebarPortraitimage}}
#container .sidebar h1{
    margin:25px 0 10px;
    padding:0;
    color:{color:Titles};
    font-family:georgia;
    text-align:center;
    font-style:italic;}
#container .sidebar h2{
    margin:15px 0 5px;
    padding:0 0 5px;
    opacity:0.5;
    text-transform:lowercase;
    border-bottom:1px solid {color:border};
    font-size:12px;
    color:{color:Titles};
    font-family:georgia;
    font-style:italic;}
#container .sidebar .description{
    margin:10px 5px 0;
    padding:0 0 10px 0;
    border-bottom:1px solid rgba(0,0,0,0.05):}
#container .sidebar .links{
    margin: 5px 0 0;
    padding:0;
    list-style:none;
    font-style:italic;}
#container .post_info {
    margin: 25px 0 0;
    background-color: {color:Center};{block:ifShadow} 
    box-shadow:
       0 1px 3px rgba(0, 0, 0, 0.1), 
       0 0 20px rgba(100, 100, 100, 0.1) inset;{/block:ifShadow}
    overflow: hidden;
    padding: 25px;
    position: relative;
    width: 170px;
    {block:ifRoundBorders}
    border-radius:4px;
    {/block:ifRoundBorders}
    {block:ifBorders}
    box-shadow: {block:ifShadow} 
       0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 
       0 0 20px rgba(100, 100, 100, 0.1) inset;
    border:1px solid rgba(0,0,0,0.1);
    {block:ifRoundBorders}
    border-bottom:3px solid rgba(0,0,0,0.1);
    {/block:ifRoundBorders}
    {/block:ifBorders}
    {block:ifNotSidebar} 
    display:none;
    {/block:ifNotSidebar} }

#container .post{
    background-color: {color:Center};{block:ifShadow} 
    box-shadow:
       0 1px 3px rgba(0, 0, 0, 0.1), 
       0 0 20px rgba(100, 100, 100, 0.1) inset;{/block:ifShadow}
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
    margin-left: 10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 200px;
    {block:ifRoundBorders}
    border-radius:4px;
    {/block:ifRoundBorders}
    {block:ifBorders}
    box-shadow: {block:ifShadow} 
       0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 
       0 0 20px rgba(100, 100, 100, 0.1) inset;
    border:1px solid rgba(0,0,0,0.1);
    {block:ifRoundBorders}
    border-bottom:3px solid rgba(0,0,0,0.1);
    {/block:ifRoundBorders}
    {/block:ifBorders}
    {block:PermalinkPage}
    width:670px;
    padding: 20px;
    {block:ifSidebar}
    width:440px;
    padding:20px;
    {block:ifBorders}
    width: 427px;
    {/block:ifBorders}
    {/block:ifSidebar}
    {/block:PermalinkPage}}
#container .post img{
    {block:IndexPage}
    max-width:200px;
    {/block:IndexPage}
    {block:PermalinkPage}
    max-width:690px;
    {block:ifsidebar}
    max-width:427px;
    {/block:ifsidebar}
    {/block:PermalinkPage}}
#container h3{
    font-family:georgia;
    color:{color:Titles};
    font-style:italic;
    margin:0;
    padding:0;
    line-height:17px;}

#container .quote{
    text-align:center;}
#container .quote .source{
    margin-top:10px}

#container .album{
    background-color:rgba(0,0,0,0.05);
    padding:5px 5px 3px;
    margin:0 0 10px;}
#container .album img{
    width:190px;
    height:auto;}
#container .audio{
    width:27px;
    overflow:hidden;
    opacity:0.05;
    height:27px;
    float:left;
    margin-right:15px;
    border-radius:2px;
    -webkit-transition: all 0.3s ease; 
       -moz-transition: all 0.3s ease; 
            transition: all 0.3s ease;}
#container .audio:hover{
    opacity:0.2;
    -webkit-transition: all 0.3s ease; 
       -moz-transition: all 0.3s ease; 
            transition: all 0.3s ease;}
#container .plays{
    float:left;
    margin-top:7px;
    font-size:10px;
    text-align:right;
    width:157px;}
#container .caption{
    text-align:center;}

#container .asker_portrait {
    float:left;
    width:30px;
    height:30px;
    margin-right:5px;
    margin-bottom:5px;}
#container .question {
    float: left;
    line-height: 11px;
    margin-bottom: 10px;
    text-align: justify;
    width: 165px;}
#container .answer{
    margin-top:5px;
    line-height:11px;
    clear:both;
    display:block;
    font-style:italic;}

#container blockquote {
    margin: 10px 0px 10px 15px;
    padding: 2px 5px;}

#container iframe{
    {block:IndexPage} 
    width:200px !important;
    height:auto !important;
    {/block:IndexPage} }

#container .chat{
    margin:5px 0;
    padding:0;
    list-style:none;}
#container .chat li{
    margin:5px 5px;
    padding:5px;
    border-bottom: 1px solid rgba(0,0,0,0.05);}
#container .chat li:last-child{
    border:0;
    padding: 5px 5px 0;}
#container .chat li:first-child{
    padding:5px;}
#container .chat .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, .user_7 .label, .user_8 .label, .user_9 .label {
    font-weight:bold;}
    
/**** Posts: Photos ****/

#photo {
    overflow:hidden;
    {block:IndexPage}
    width:200px;
    {/block:IndexPage}
    {block:PermalinkPage}
    {block:ifNotSidebar}
    width: 670px;
    {/block:ifNotSidebar}
    {block:ifSidebar}
    width:427px:
    {/block:ifSidebar}
    {/block:PermalinkPage}}
#photo a{
    color:white;}
#photo a:hover{
    color:white;}
#photo img {
    {block:IndexPage}
    width:200px;
    {/block:IndexPage}
    {block:PermalinkPage}
    max-width:670px;
    {block:ifSidebar}
    max-width:427px;
    {/block:ifSidebar}
    {/block:PermalinkPage}
    display:block;}
div#photo div#picture {
    position:relative;}
div#photo div#picture div#info_2 {
     position:absolute;
     top:0;
     left:0;
     opacity:0;
     width:200px;
     height:100%;
     background-color:rgba(0,0,0,0.4);
     background-image:      
     url(http://static.tumblr.com/8jq17g7/ZRflvr254/screen-pattern.png);
     visibility:hidden;
     z-index:998;
     box-shadow: 0 0 40px rgba(0, 0, 0, 0.9) inset;
     -webkit-transition: all 0.6s ease; 
     -moz-transition: all 0.6s ease; 
     transition: all 0.6s ease;}
div#photo:hover div#picture div#info_2 {
     opacity:1;
     -webkit-transition: all 0.6s ease; 
     -moz-transition: all 0.6s ease; 
     transition: all 0.6s ease;}
div#photo div#picture div#info_2 div#holder {
     height: 60px;
     position: absolute;
     text-align: center;
     top: 50%;
     margin-top: -20px;
     width:200px;
     z-index: 999;}
div#photo div#picture div#info_2 div#holder #month {
     font-family:arial;
     letter-spacing:3px;
     border-top:1px solid white;
     color:white;
     text-transform:uppercase;
     margin:5px 10px 0;
     padding-top:5px;
     font-size: 8px;}
div#photo div#picture div#info_2 div#holder #note_count {
     font-family: georgia;
     font-size: 20px;
     font-style: italic;
     font-weight: bold;
     text-shadow: 
        2px 2px 0 rgba(0, 0, 0, 0.3), 
        0 0 3px rgba(0, 0, 0, 0.9);
     text-transform: lowercase;}
div#photo div#picture:hover div#info_2 {visibility:visible;}

.post_info_2, div.notes {
    background-color: {color:Center};{block:ifShadow} 
    box-shadow:
       0 1px 3px rgba(0, 0, 0, 0.1), 
       0 0 20px rgba(100, 100, 100, 0.1) inset;{/block:ifShadow}
    float: left;
    margin-bottom:25px;
    margin-right:15px;
    margin-left:10px;
    overflow:hidden;
    padding:10px;
    position:relative;
    {block:ifRoundBorders}
    border-radius:4px;
    {/block:ifRoundBorders}
    {block:ifBorders}
    box-shadow: {block:ifShadow} 
       0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 
       0 0 20px rgba(100, 100, 100, 0.1) inset;
    border:1px solid rgba(0,0,0,0.1);
    {block:ifRoundBorders}
    border-bottom:3px solid rgba(0,0,0,0.1);
    {/block:ifRoundBorders}
    {/block:ifBorders}
    width:674px;
    padding: 20px;}
.post_info_2 {
    line-height:16px;}    ï»¿
.post_info_2 a{
    font-weight:bold;}
ol.notes {
    padding: 0px;
    margin: 0px;
    list-style-type: none;}
ol.notes li.note {
    display:block;
    padding: 1px 0;}
ol.notes li.more_notes_link_container{
    width:670px;
    padding:5px 0;
    text-align:center;}
ol.notes li.note img.avatar {
    display: block;
    float: left;
    height: 16px;
    margin-right: 10px;
    vertical-align: -4px;
    width: 16px;}
ol.notes li.note span.action a{
    font-weight: bold;}
ol.notes li.note .answer_content {
    font-weight: normal;}
ol.notes li.note blockquote {
    padding: 4px 10px;
    margin: 10px 0px 0px 25px;}
ol.notes li.note blockquote a {
    text-decoration: none;}

#container .navigation{
    margin: 0 15px 25px 10px;
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: {color:Center};{block:ifShadow} 
    box-shadow:
       0 1px 3px rgba(0, 0, 0, 0.1), 
       0 0 20px rgba(100, 100, 100, 0.1) inset;{/block:ifShadow}
    overflow: hidden;
    padding: 10px 15px;
    width: 190px;
    {block:ifRoundBorders}
    border-radius:4px;
    {/block:ifRoundBorders}
    {block:ifBorders}
    box-shadow: {block:ifShadow} 
       0 2px 5px rgba(0, 0, 0, 0.05),{/block:ifShadow} 
       0 0 20px rgba(100, 100, 100, 0.1) inset;
    border:1px solid rgba(0,0,0,0.1);
    {block:ifRoundBorders}
    border-bottom:3px solid rgba(0,0,0,0.1);
    {/block:ifRoundBorders}
    {/block:ifBorders}}
#container .previous {float:left;}
#container .next {float:right;}

#container .permalinks{
    color:{color:Text};
    margin:10px 0 0;
    padding:7px 0 0;
    border-top:1px solid {color:border};
    opacity:0.5;}
#container .permalinks .perma_notes{
    float:left;}
#container .permalinks .link{
    float:right;}
#container .permalink_photo_box{
    display:none;}    

$(window).load(function(){
    var $wall = $('#container');
    
    $wall.masonry({
      itemSelector: '.post{block:ifSidebar}, .sidebar_box{/block:ifSidebar}, div.notes, .post_info_2, #container .navigation',
      columnWidth:{block:ifNotBorders}245{/block:ifNotBorders}{block:ifBorders}247{/block:ifBorders}{block:ifsidebar}{block:ifsidebarright},
      isRTL: true{/block:ifsidebarright}{/block:ifsidebar}
    });
    
    $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 );
        });
    });
});

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


{block:ifSidebar}

    {block:ifHeaderLogoimage}
    
    {/block:ifHeaderLogoimage}

{/block:ifSidebar}

{block:ifNotSidebar}

    {block:ifHeaderLogoimage}
    
    {/block:ifHeaderLogoimage}
    {block:ifNotHeaderLogoimage}
    {block:ifNotHideDescription}
    
    {/block:ifNotHideDescription}
    {title}
    {block:ifNotHideDescription}
    
    {/block:ifNotHideDescription}
    {/block:ifNotHeaderLogoimage}
    
    {Description}
    {block:ifHideDescription}
    
       $('#header h1, .logo').click(function() {
       $('#header .description').slideToggle();
       });
    
    {/block:ifHideDescription}
    
    
       Home
{block:AskEnabled}{block:ifasktitle}{text:Ask Title}{/block:ifasktitle}
{block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}{/block:AskEnabled}
     {block:ifShowSubmit}Submit {/block:ifShowSubmit}
     {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:ifNotSidebar}

  {block:ifSidebar}
  
  
  {title}
  
  {block:IfnotSidebarPortraitimage}
  
  {/block:IfnotSidebarPortraitimage}
  {block:IfSidebarPortraitimage}
  
  {/block:IfSidebarPortraitimage}
  
  {Description}
  
  Links
  
{block:AskEnabled}{text:Link Symbols} {block:ifasktitle}{text:Ask Title}{/block:ifasktitle}
{block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}{/block:AskEnabled}
     {block:ifShowSubmit}{text:Link Symbols} Submit {/block:ifShowSubmit}
     {block:HasPages}{block:Pages}{text:Link Symbols} {Label}{/block:Pages}
     {/block:HasPages}
     {block:ifLink1Title} 
     
     {text:Link Symbols} {text:Link 1 Title}
     {/block:ifLink1Title}
     {block:ifLink2Title} 
     
     {text:Link Symbols} {text:Link 2 Title}
     {/block:ifLink2Title}
     {block:ifLink3Title} 
     
     {text:Link Symbols} {text:Link 3 Title}
     {/block:ifLink3Title}
     {block:ifLink4Title} 
     
     {text:Link Symbols} {text:Link 4 Title}
     {/block:ifLink4Title}
     {block:ifLink5Title} 
     
     {text:Link Symbols} {text:Link 5 Title}
     {/block:ifLink5Title}
     
     {text:Link Symbols} Theme
  
  {block:PermalinkPage}{block:Posts}{block:Date}
  
     {block:NoteCount}â¥ {NoteCountWithLabel}{/block:NoteCount}
     {block:RebloggedFrom} 
     Reblogged from {ReblogParentName}, 
     originally posted by {ReblogRootName}.
     {/block:RebloggedFrom} 
     Posted on {DayOfWeek} {DayOfMonth} {Month} {ShortYear}.
  {/block:Date}{/block:Posts}
  {/block:PermalinkPage}
  
  {/block:ifSidebar}
  
  {block:Posts}
  
      {block:Text}
              {block:Title}
                  {Title}
              {/block:Title}
              {Body}
      {/block:Text}
  
      {block:Photo}
                
                   
                   {block:IndexPage} 
                   {block:Date}
                     
                     
                       
                         
                         {block:NoteCount}
                         {NoteCountWithLabel}{/block:NoteCount}
                       
                       
                       since {DayOfMonth} {Month} {Year}
                       
                    
                    
                  {/block:Date}
                  
                  {/block:IndexPage}
                  {block:PermalinkPage}
                  
                  {/block:PermalinkPage}
                  
                  
      {/block:Photo}
            
      {block:Photoset}
              {block:IndexPage}{Photoset-250}{/block:IndexPage} {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  
              {block:Caption}
                  {Caption}
              {/block:Caption}
      {/block:Photoset}
  
      {block:Quote}
              
              “{Quote}”
  
              {block:Source}
                  {Source}
              {/block:Source}
              
      {/block:Quote}
  
      {block:Link}
              
              {text:Link Symbols} {Name}
              {block:Description}
                  {Description}
              {/block:Description}
      {/block:Link}
  
      {block:Audio}
              {block:AlbumArt}
              {/block:AlbumArt}
              {AudioPlayerBlack}
              {PlayCountWithLabel}
              
              
              {block:Caption}{Caption}{/block:Caption}
              
      {/block:Audio}
  
      {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-400}{/block:PermalinkPage}
      {/block:Video}
      
      {block:Answer}
        
            {Asker} asked:
            {Question}
        
        {Answer}
      {/block:Answer}
      
      {block:IfNotHidePermalinks}
      {block:IndexPage}
      {block:Date} 
          {block:NoteCount}â¥ {NoteCountWithLabel}{/block:NoteCount}
          {text:Link Symbols}  Permalink{/block:Date} 
          
      
      {/block:IndexPage}
      {/block:IfNotHidePermalinks}
      
      
      
      {block:PermalinkPage}
      {block:ifNotSidebar}
      {block:Date} 
      
          {block:NoteCount}â¥ {NoteCountWithLabel}
          {/block:NoteCount}
          {block:RebloggedFrom} 
          Reblogged from {ReblogParentName}, 
          originally posted by {ReblogRootName}.
          {/block:RebloggedFrom} 
          Posted {TimeAgo} on {DayOfWeek} {DayOfMonth} {Month} {ShortYear}.
      
      {/block:Date} 
      {/block:ifNotSidebar}
      
      {block:PostNotes} 
      {PostNotes}
      {/block:PostNotes} 
      {/block:PermalinkPage}     
  {/block:Posts}
  
  {block:IndexPage}
  {block:IfNotInfinitescrolling}
  {block:Pagination}
  
          {block:PreviousPage}
              Previous
          {/block:PreviousPage}
      
          {block:NextPage}
              Next
          {/block:NextPage}
          
  
  {/block:Pagination}
  {/block:IfNotInfinitescrolling}
  {/block:IndexPage}

</description><title>Untitled</title><generator>Tumblr (3.0; @st0nedp0thead)</generator><link>http://st0nedp0thead.tumblr.com/</link></channel></rss>
