get paid to paste

014 :// kraften

<!--
 
14: kraften / cryothemes
 
-->

<html>
<head>
 
<title>{Title}</title>
       <link rel="shortcut icon" href="{Favicon}">
       <link rel="altertnate" type="application/rss+xml" href="{RSS}">
 
 
 <meta name="color:Background" content="#FFFFFF" />
 <meta name="color:Text" content="#000000" />
 <meta name="color:Link" content="#000000" />
 <meta name="color:Link Hover" content="#58323e" />
 <meta name="color:Scrollbar" content="#666666" />
 <meta name="color:Scrollbar Bg" content="#FFFFFF" />
 <meta name="color:Sidebar" content="#F4F4F4" />
 <meta name="color:Post Bg" content="#F4F4F4" /> 
 <meta name="color:Top Button" content="#F4F4F4" />
 <meta name="color:Notes" content="#F4F4F4" />
 <meta name="color:Audio Bg" content="#FFFFFF" />

 <meta name="text:Link 1 Title" content="Home" />
 <meta name="text:Link 2 Title" content="Ask" />
 <meta name="text:Link 3 Title" content="Archive" />
 <meta name="text:Link 4 Title" content="Random" />
 <meta name="text:Link 1 URL" content="/" />
 <meta name="text:Link 2 URL" content="/ask" />
 <meta name="text:Link 3 URL" content="/archive" />
 <meta name="text:Link 4 URL" content="/random" />
 
 <meta name="if:Show Description Border" content="1" />
 <meta name="if:Show Regular Links" content="0" />
 <meta name="if:Show Masonry" content="0" />

 <!-- SCRIPT CODES -->
       <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
       <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">


       <script type="text/javascript" src="http://static.tumblr.com/ko1mcho/PMbmlkh9e/jquery.style-my-tooltips.js"></script>
       
<script>
(function($){
$(document).ready(function(){
$("[title],a[title],img[title]").style_my_tooltips({
tip_follows_cursor:"true",
tip_delay_time:100,
tip_fade_speed:100,
attribute:"title"
});
});
})(jQuery);
</script>  

</head>
<style>


::-webkit-scrollbar-thumb:vertical { background-color: {color:Scrollbar}; border: 5px solid {color:Scrollbar Bg}; height: 10px;}
::-webkit-scrollbar-thumb:horizontal { background-color: {color:Scrollbar}; border: 5px solid {color:Scrollbar Bg}; height: 10px; }
::-webkit-scrollbar {background-color: {color:Scrollbar Bg}; height:10px; width:11px;}



body {
	background-color: {color:Background};
	font-family: Helvetica;
	font-size:11px;
	color: {color:Text};
	line-height:150%; }
	
blockquote { border-left:1px solid #fff; padding:0 10px; margin:10px; }


a { text-decoration: none; color: {color:Link};
      transition-duration: 0.6s;  
    -moz-transition-duration: 0.6s;  
    -webkit-transition-duration: 0.6s;  
    -o-transition-duration: 0.6s;  }
     
a:hover { color: {color:Link Hover};
      transition-duration: 0.6s;  
    -moz-transition-duration: 0.6s;  
    -webkit-transition-duration: 0.6s;  
    -o-transition-duration: 0.6s;  }


#content {
	width:100%;
	height:100%;
	padding:0; }
	
.sidebar {
    display:block; 
    width:auto;
    height:auto; 
    padding:30px; 
    background-color: {color:Sidebar};  }
    
.blogtitle { 
    font-size:21px; 
    font-weight: bold; }
    
.blogblurb {
    display:block; 
    text-align:left;
    height:auto; 
    margin:7px 0; }
    
    
{block:ifShowDescriptionBorder}
.blogblurb:before {
    content: "";
    height:1px;
    width:10px;
    display:inline-block;
    margin-right:5px;
    margin-bottom:2px;
    background-color:{color:Text}; }
{/block:ifShowDescriptionBorder}

.links {
    display:block; 
    width:100%; 
    text-align: center; 
    padding:5px 0 0 0; 
    margin-bottom: 15px;  }
    
    
.links a {
   display: inline-block; 
   {block:ifShowRegularLinks}
   font-size:9px;
   margin:0 4px;
   text-transform:lowercase;
   border-bottom:1px solid transparent;
   {/block:ifShowRegularLinks}
   {block:ifNotShowRegularLinks}
   background-color:#ddd;
   width:5px; 
   height:5px;
   margin-left:2px;
   border-radius:1px;
   {block:ifNotShowRegularLinks}
   letter-spacing: 0.05em; 
   cursor:default;
      -webkit-transition:all .8s;
    -moz-transition:all .8s;
    -ms-transition:all .8s;
    -o-transition:all .8s;
    transition:all .8s;
    }
.links a:hover {
   {block:ifShowRegularLinks}
   border-bottom:1px solid {color:Link Hover};
   {/block:ifShowRegularLinks}
   {block:ifNotShowRegularLinks}
   background-color: {color:Text};
   {block:ifNotShowRegularLinks}
     -webkit-transition:all .8s;
    -moz-transition:all .8s;
    -ms-transition:all .8s;
    -o-transition:all .8s;
    transition:all .8s; }
	
#entries {
position: relative;
padding:10px; 
margin: 80px auto; 
width:900px;}

.post {
    {block:IndexPage}
	width:400px;
	margin:60px auto;
	{/block:IndexPage}
	{block:ifShowMasonry}
	float:left;
	margin:20px 25px;
	{/block:ifShowMasonry}
	{/block:IndexPage}
	{block:PermalinkPage}
	display:block;
	margin:20px auto;
	width:500px;
	{/block:PermalinkPage}
	height:auto;
	text-align: justify; }
	
.post img { 
    max-width:100%; }
	
.post-in {  
    background-color: {color:Post Bg};  padding:20px 30px; }
	
.caption { 
    background-color: {color:Post Bg}; padding:5px 10px; margin-top:5px; }
    
.post-info { font-size:8px;
padding:0px 10px;
background: {color:Background};
letter-spacing:1px;
margin-top:5px;
text-align:center;
{block:IndexPage}
opacity:0;
{/block:IndexPage}
{block:PermalinkPage}
opacity:1;
{/block:PermalinkPage}
	-webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;}


.post:hover .post-info { opacity:1;
	-webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;}
    
.post-info a { border-bottom:1px solid transparent; }
.post-info a:hover { border-bottom:1px solid {color:Text}; }


.date { 
    display:inline; 
    margin:1px 10px; }

.title { 
    font-size:15px; 
    font-weight:bold; 
    padding-top:10px;  }
    
.title:before {
    content: "";
    height:1px;
    width:15px;
    display:inline-block;
    margin-right:7px;
    margin-bottom:4px;
    background-color:{color:Text}; }
    
    
.linktitle { 
    font-size:15px; 
    font-weight:bold; 
    padding-top:10px;  }
	
.quote {
    display: block;
	padding:20px;
	font-size: 12px;
	line-height: 160%;
	background-color:  {color:Post Bg}; } 

.source {
    display:block; 
    background-color: {color:Background}; 
    padding:10px 0; 
    text-align:right; 
    letter-spacing: 1px;
    font-family: courier;
    text-transform: lowercase;
    font-size: 12px;   }


 
.aud {
    width:110px;
    height:110px;
    margin:5px 0;
    background-color: {color:Audio Bg};
    display:inline-block;
    background-attachment:repeat; }

.aud2{
    height:26px;
    width:20px;
    margin-left: 41%;
    padding:40px 0;
    overflow:hidden;
    opacity:1;}



.ask { background-color: {color:Post Bg}; padding:10px; }
.asker { display:inline; font-weight:bold; }
    
    
.post-notes { 
    display:block;
    width:460px;
    margin:auto; 
    height:300px; 
    overflow-y:auto; 
    overflow-x:hidden; 
    font-size:9px; 
    padding:20px; 
    background-color: {color:Notes}; }
    
.notes img { display:none; }
ol.notes, .notes li { width:500px; list-style:none; margin:0px 0 10px 5px; padding:0px; }
 
    
.tags a { display:inline-block; padding:0 3px; }
.tags a:after {
content: ","; }
.tags a:last-child:after { content:""; }

 
#nan {
    width:100%;
    font-size:11px;
    text-transform:lowercase;
    text-align:center;
    padding-top:20px;
    padding-bottom:22%;
    }
    


#toTop {
	width:50px;
	height:auto;
    text-align:center;
    padding:5px;
    position:fixed; /* this is the magic */
    bottom:40px; /* together with this to put the div at the bottom*/
    right:10px;
    cursor:pointer;
    display:none;
    text-transform: uppercase;
    font-size:25px;
    letter-spacing: 1px; }
    
    
    
    #s-m-t-tooltip{
font-size:7px;
text-align:center;
letter-spacing: 1px;
width:auto;
padding:3px 7px;
text-transform: uppercase;
margin-top:10px;
margin-left:10px;
background-color: transparent;
position:absolute;
z-index:1000;
display:none;
}
    
/* --- DO NOT REMOVE OR ALTER --- */

.credit {
    position:fixed;
    bottom:0;
    right:0;
    font-weight: bold;
    color:black;
    padding:20px;
    font-size:13px; }
    
.cryo { 
    display:inline-block;
    font-size:7px;
    color:black;
    letter-spacing:1px;
    float:left;
    text-transform:uppercase;
    padding-right:15px;
    padding-bottom:1px;
    opacity:0; -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;}
    
.credit a, .credit a:hover { color:black; }

.credit:hover .cryo { opacity:1; -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;}


</style>
<body>


<!-- do not remove --> <div class="credit"><div class="cryo">cryothemes</div><a class="cr" href="http://cryothemes.tumblr.com/"><i class="ion-android-radio-button-on"></i></a></div> <!-- do not remove -->


<div id="content">

<div id="toTop">&uarr;</div>


<div id="entries">


<div class="post">
<div class="sidebar">
<div class="blogtitle">{Title}</div>
<div class="blogblurb">{Description}</div>
</div>

<div class="links">

{block:ifShowRegularLinks}
<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
<a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
<a href="{text:Link 3 URL}">{text:Link 3 Title}</a> 
<a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
{/block:ifShowRegularLinks}

{block:ifNotShowRegularLinks}
<a href="{text:Link 1 URL}" title="{text:Link 1 Title}"></a> 
<a href="{text:Link 2 URL}" title="{text:Link 2 Title}"></a> 
<a href="{text:Link 3 URL}" title="{text:Link 3 Title}"></a> 
<a href="{text:Link 4 URL}" title="{text:Link 4 Title}"></a>
{/block:ifNotShowRegularLinks}

</div>
</div>


{block:Posts}


<!-- TEXT -->

{block:Text}
<div class="post">
<div class="post-in">
{block:Title}
<div class="title"><a href="{Permalink}">{Title}</a></div>
{/block:Title}
{Body}
    
</div>
    {block:IndexPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
</div> 
</div>
</div>
{/block:IndexPage}

{block:PermalinkPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
{block:ContentSource}<br>
by: <a href="{SourceURL}">{SourceTitle}</a>
{/block:ContentSource} 
{block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
{/block:RebloggedFrom} {block:HasTags}<br>     <div class="tags">     {block:Tags}     <a href="{TagURL}">{Tag}</a>     {/block:Tags}     </div>     {/block:HasTags}
</div> 
</div>
</div>
{/block:PermalinkPage}

</div>
{/block:Text}
 
 
 
<!-- PHOTO -->
 
 
{block:Photo}
<div class="post">
<center>
{block:IndexPage}
<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
{/block:IndexPage}
{block:PermalinkPage}
<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
{/block:PermalinkPage}
</center>
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
    {block:IndexPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
</div> 
</div>
</div>
{/block:IndexPage}

{block:PermalinkPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
{block:ContentSource}<br>
by: <a href="{SourceURL}">{SourceTitle}</a>
{/block:ContentSource} 
{block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
{/block:RebloggedFrom} {block:HasTags}<br>     <div class="tags">     {block:Tags}     <a href="{TagURL}">{Tag}</a>     {/block:Tags}     </div>     {/block:HasTags}
</div>
</div>
</div>
{/block:PermalinkPage}
</div>
{/block:Photo}



<!-- PHOTOSET -->


{block:Photoset}
<div class="post">
<center>
{block:IndexPage}
{Photoset-400}
{/block:IndexPage}
{block:PermalinkPage}
{Photoset-500}
{/block:PermalinkPage}
</center>
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}

    {block:IndexPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
</div> 
</div>
</div>
{/block:IndexPage}

{block:PermalinkPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
{block:ContentSource}<br>
by: <a href="{SourceURL}">{SourceTitle}</a>
{/block:ContentSource} 
{block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
{/block:RebloggedFrom} {block:HasTags}<br>     <div class="tags">     {block:Tags}     <a href="{TagURL}">{Tag}</a>     {/block:Tags}     </div>     {/block:HasTags}
</div> 
</div>
</div>
{/block:PermalinkPage}
   
</div>
{/block:Photoset}



<!-- QUOTE -->


{block:Quote}
<div class="post">
<div class="quote">{Quote}</div>
{block:Source}
<div class="source">{Source}</div>
{/block:Source}
    {block:IndexPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
</div> 
</div>
</div>
{/block:IndexPage}

{block:PermalinkPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
{block:ContentSource}<br>
by: <a href="{SourceURL}">{SourceTitle}</a>
{/block:ContentSource} 
{block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
{/block:RebloggedFrom} {block:HasTags}<br>     <div class="tags">     {block:Tags}     <a href="{TagURL}">{Tag}</a>     {/block:Tags}     </div>     {/block:HasTags}
</div> 
</div>
</div>
{/block:PermalinkPage}
</div>
{/block:Quote}
 
 

<!-- LINK -->
 
 
{block:Link}
<div class="post">
<center><div class="linktitle"><a href="{URL}" class="link" {Target}>{Name}</a></div></center><br>
{block:Description}
<div class="post-in">
{Description}
</div>
{/block:Description}
    
    {block:IndexPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
</div> 
</div>
</div>
{/block:IndexPage}

{block:PermalinkPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
{block:ContentSource}<br>
by: <a href="{SourceURL}">{SourceTitle}</a>
{/block:ContentSource} 
{block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
{/block:RebloggedFrom} {block:HasTags}<br>     <div class="tags">     {block:Tags}     <a href="{TagURL}">{Tag}</a>     {/block:Tags}     </div>     {/block:HasTags}
</div> 
</div>
</div>
{/block:PermalinkPage}
</div>
{/block:Link}
 
 
 
<!-- CHAT -->

 
{block:Chat}
<div class="post">
<div class="post-in">
{block:Title}<div class="title">{Title}</div>{/block:Title}<p>
<div style="margin:-10px 0px;">
{block:Lines}<div style="padding:7px 3px; border-bottom: 1px solid white;text-align:left; ">{block:Label}<span style="text-transform: uppercase; letter-spacing: 1px;"><b>{Label}</b></span>{/block:Label}<span style="font-family:courier; padding-left:5px; font-size:12px;">{Line}</span><br></div>{/block:Lines}</div><br /><br>
    
    </div>
    
    {block:IndexPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
</div> 
</div>
</div>
{/block:IndexPage}

{block:PermalinkPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
{block:ContentSource}<br>
by: <a href="{SourceURL}">{SourceTitle}</a>
{/block:ContentSource} 
{block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
{/block:RebloggedFrom} {block:HasTags}<br>     <div class="tags">     {block:Tags}     <a href="{TagURL}">{Tag}</a>     {/block:Tags}     </div>     {/block:HasTags}
</div> 
</div>
</div>
{/block:PermalinkPage}
</div>
{/block:Chat}
 
 
 
 <!-- VIDEO -->
 
 
{block:Video}
<div class="post">
<center>
{block:IndexPage}
{Video-400}
{/block:IndexPage}
{block:PermalinkPage}
{Video-500}
{/block:PermalinkPage}
</center>
{block:Caption}
{Caption}
{/block:Caption}
    
    {block:IndexPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
</div> 
</div>
</div>
{/block:IndexPage}

{block:PermalinkPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
{block:ContentSource}<br>
by: <a href="{SourceURL}">{SourceTitle}</a>
{/block:ContentSource} 
{block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
{/block:RebloggedFrom} {block:HasTags}<br>     <div class="tags">     {block:Tags}     <a href="{TagURL}">{Tag}</a>     {/block:Tags}     </div>     {/block:HasTags}
</div> 
</div>
</div>
{/block:PermalinkPage}
</div>
{/block:Video}
 
 
 
<!-- ASK POST -->
 
 
{block:Answer}
<div class="post">
<div class="ask"><div class="asker">{Asker}</div>: {Question}</div>

 
<div class="answer">{Answer}</div>

{block:IndexPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
</div> 
</div>
</div>
{/block:IndexPage}

{block:PermalinkPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
{block:ContentSource}<br>
by: <a href="{SourceURL}">{SourceTitle}</a>
{/block:ContentSource} 
{block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
{/block:RebloggedFrom} {block:HasTags}<br>     <div class="tags">     {block:Tags}     <a href="{TagURL}">{Tag}</a>     {/block:Tags}     </div>     {/block:HasTags}
</div> 
</div>
</div>
{/block:PermalinkPage}
 </div>
{/block:Answer}
 
 
 
<!-- AUDIO -->

 
{block:Audio}
<div class="post">
<div class="post-in">
<div class="aud"><div class="aud2"><center>{AudioPlayerWhite}</center></div></div>
<span style="font-size:15px; font-weight:bold; display:inline-block; vertical-align:top; padding:5px 10px;">
{block:Artist}{Artist}{/block:Artist}
<br><span style="font-weight:normal; padding-bottom:4px; font-size:12px;  border-bottom:1px solid black;">
{block:TrackName}
{TrackName}
{/block:TrackName}
</span><br><br><br><br><br><span style="display:block; font-weight:normal; font-size:10px; ">{block:PlayCount} {PlayCount} plays{/block:PlayCount}</span>
</span>

</div>
{block:IndexPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
</div> 
</div>
</div>
{/block:IndexPage}

{block:PermalinkPage}
<div class="post-info">
<div class="post-info">  
<div class="post-date"> 	
{block:Date}     
<span class="date">
<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a></span>
{block:NoteCount}  
<span class="date"><a href="{Permalink}">+{NoteCount}</a></span>
{/block:NoteCount}     
{/block:Date} 	
{block:ContentSource}<br>
by: <a href="{SourceURL}">{SourceTitle}</a>
{/block:ContentSource} 
{block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
{/block:RebloggedFrom} {block:HasTags}<br>     <div class="tags">     {block:Tags}     <a href="{TagURL}">{Tag}</a>     {/block:Tags}     </div>     {/block:HasTags}
{block:HasTags}<br>
    <div class="tags">
    {block:Tags}
    <a href="{TagURL}">{Tag}</a>
    {/block:Tags}
    </div>
    {/block:HasTags}
</div> 
</div>
</div>
{/block:PermalinkPage}
</div>
{/block:Audio}


{block:PostNotes}
<div class="post-notes">
{PostNotes}
</div>
{/block:PostNotes}

{/block:Posts}


</div>



<div id="nan">
{block:indexpage}
{block:PreviousPage}
<a href="{PreviousPage}">⇠</a>&nbsp;
{/block:PreviousPage}{CurrentPage} of {TotalPages}
{block:NextPage}
&nbsp;<a href="{NextPage}">⇢</a>
{/block:NextPage}
{/block:Pagination}
{/block:indexpage}
</div>


</div>




</body>

{block:ifShowMasonry}
 <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>

{block:IndexPage}
<script>
$(function(){
var $container = $('#entries');
$container.imagesLoaded(function(){
$container.masonry({
itemSelector: '.post',
});
});
});
</script>
{/block:IndexPage}
{/block:ifShowMasonry}

<script src="http://static.tumblr.com/747hq6z/UECmpnu4l/jquery.scrollto-1.4.3.1-min.js"></script>
<script src="http://static.tumblr.com/747hq6z/58Qmpnv3a/jquery.localscroll-1.2.7-min.js"></script>

<script>
    $(document).ready(function () {  
    $.localScroll();    
	});
</script>


    <script type="text/javascript">
$(function() {
$(window).scroll(function() {
if($(this).scrollTop() != 0) {
$('#toTop').fadeIn(); 
} 
else {
$('#toTop').fadeOut(); 
}
});
$('#toTop').click(function() {
$('body,html').animate({scrollTop:0},800);
});	
});
</script>


</html>

Pasted: May 8, 2014, 2:00:10 pm
Views: 353