hi reddit!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head> <!-- DEFAULT VARIABLES -->
<meta name="color:background" content="#FAFAFA" />
<meta name="color:entry" content="#FFFFFF" />
<meta name="color:text" content="#C7C7C7" />
<meta name="color:link" content="#aaaaaa" />
<meta name="if:show tags" content="0"/>
<meta name="if:show notes" content="0"/>

<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}

<style type="text/css">

small{font-size:100%;}
body{
text-align:justify;
margin-top:30px;
margin-bottom:23px;
color:{color:text};
font-family:Verdana, Geneva, Tahoma, sans-serif;
font-size:9px;
line-height:100%;
background:{color:background};
}
a:link, a:visited, a:active{color:{color:link}; text-decoration:none; outline: none; -moz-outline-style: none;}
a:hover{outline: none; color:{color:text};; -moz-outline-style: none;}
.label {font-weight:bold;}
ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};}
blockquote img{display:block;}
blockquote p{padding:0px; margin:0px;}
blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
img{border:none; -webkit-transition: opacity 0.5s linear; opacity: 0.70;}
img:hover{-webkit-transition: opacity 0.5s linear; opacity: 1;}
a img{border:none;}
.title{letter-spacing:-1px; text-transform:uppercase; text-align:left; font-size:11px; color:{color:link};}
.src{margin-top:3px; text-align:right;}

#center{width:630px; margin:auto;}
#container{width:600px; margin:10px; padding:5px; background:{color:entry};}
#left{padding-right:5px; border-right: 2px solid {color:background}; width:400px;}
#right{text-align:left; width:190px; display:inline; float:right;}
.date{letter-spacing:-1px; text-transform:lowercase;}

.blogtitle{margin-left:10px; float:left; display:inline; text-transform:uppercase; font-family: GothicCustom, Impact, 'Arial Narrow', sans-serif; font-size: 40px; color:{color:entry};}

.blogtitle a:link {color:{color:entry};}
.blogtitle a:visited {color:{color:entry};}
.blogtitle a:hover {color:{color:entry};}
.blogtitle a:active {color:{color:entry};}

.nav{margin-right:10px; float:right; display:inline; text-transform:uppercase; font-family: GothicCustom, Impact, 'Arial Narrow', sans-serif; font-size: 40px; color:{color:entry};}
.nav a:link {color:{color:entry};}
.nav a:visited {color:{color:entry};}
.nav a:hover {color:{color:entry};}
.nav a:active {color:{color:entry};}

#space{width:510px; height:10px; margin:auto;}
#border{padding-bottom:5px; border-bottom:2px solid {color:background};}
.cap{margin-top:-7px;}

#footer{margin-bottom:10px; margin-left:10px; padding:10px; width:590px; bottom:0px; background:{color:entry};}
#cred{text-align:right; text-transform:uppercase; margin-right:10px;}

{CustomCSS}
</style>
</head>
<body>

<div id="center">

<div class="blogtitle"><a href="/">{Title}</a></div>

{block:Pagination}<div class="nav">{block:PreviousPage}<a href="{PreviousPage}" title="newer entries">◄</a>{/block:PreviousPage} {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}" title="older entries">►</a>{/block:NextPage}</div>{/block:Pagination}
<div id="space"></div>
{block:Posts}
<div id="container">

{block:Date}<div id="right"><div id="border"><div class="date">
<a href="{Permalink}" title="permalink to this post">
{block:Text}text post{/block:Text}
{block:Photo}photo post{/block:Photo}
{block:Photoset}photoset post{/block:Photoset}
{block:Quote}quote post{/block:Quote}
{block:Link}link post{/block:Link}
{block:Chat}chat post{/block:Chat}
{block:Audio}audio post{/block:Audio}
{block:Video}video post{/block:Video}
{block:Answer}a response{/block:Answer}
</a>{block:IfShowNotes}{block:NoteCount} +{NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}
{block:RebloggedFrom}
<br>
via:
<a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> op: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
{block:RebloggedFrom}

{block:IfShowTags}{block:HasTags}<br>tags: {block:Tags}#<a href="{URLSafeTag}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}

</div></div>

<div class="cap">
{block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
{block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
{block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
</div>
</div>{/block:Date}


<div id="left">
{block:Text}
{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}
{/block:Text}

{block:Photo}
{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
{/block:Photo}

{block:Photoset}
{Photoset-400}
{/block:Photoset}

{block:Quote}
<div class="title">"{Quote}"</div>{block:Source}<div class="src">{Source}</div>{/block:Source}
{/block:Quote}

{block:Link}
<div class="title"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
{/block:Link}

{block:Chat}
{block:Title}<div class="title">{Title}</div>{/block:Title}
<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>
{/block:Chat}

{block:Audio}
{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}
{/block:Audio}

{block:Video}
{Video-400}
{/block:Video}

{block:Answer}
{Asker}: {Question}<br>{Answer}
{/block:Answer}
</div>
</div>
{/block:Posts}

{block:Description}<div id="footer"><div class="title">About {Title}</div><br>{Description}</div>{/block:Description}

<div id="cred">theme by <a href="http://useyoureyes.tumblr.com/">useyoureyes</a></div>
</div>

</body>
</html>
View count: 10502

Enjoy the site? Donations are helpful - even just $1


Free Text Host is brought to you by Dagon Design
This site contains no adware, spyware, or popups
Questions? Comments?           Report abuse here