<html>
<!-- THEME BY DRINKHERTEARS.TUMBLR.COM -->
<head>
<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}
<meta name="if:Show reblog link" content="0"/>
<meta name="if:Show archive" content="1"/>
<meta name="if:Show random" content="0"/>
<meta name="if:Show RSS" content="0"/>
<meta name="if:Show photo caption" content="1"/>
<meta name="color:Background" content="#ffffff"/>
<meta name="color:Text" content="#555555"/>
<meta name="color:Link" content="#666666"/>
<meta name="color:Link hover bg" content="#dbccb1"/>
<meta name="color:Navigation bg" content="#888888"/>
<style type="text/css">
body {font: 11px consolas, serif; background: {color:Background}; color: {color:Text}; margin: 0; padding: 0; line-height: 160%;}
a {text-decoration: underline; color: {color:Link}; -webkit-transition: .6s;}
a:hover {text-decoration: none; background: {color:Link hover bg}; color: {color:Background}; -webkit-transition: .3s;}
ul, ol {padding: 0 20px;}
blockquote {margin: 0; padding: 0 10px; border-left: 1px solid #888888;}
#post blockquote img {max-width: 489px;}
::selection {background: {color:Text}; color: {color:Background};}
::-webkit-scrollbar {width: 5px; height: 10px; background: {color:Background}; }
::-webkit-scrollbar-track-piece { }
::-webkit-scrollbar-thumb:vertical {background: #888;}
::-webkit-scrollbar-thumb:horizontal {height:0px; }
#whole {width: 750px; margin: 0 auto;}
#sidebar {float: left; width: 200px; position: fixed; padding: 15px 0; height: 100%;}
#content {float: right; width: 542px; background: {color:Background}; -moz-box-shadow: 0px 0px 8px #888888; -webkit-box-shadow: 0px 0px 8px #888888; border-right: 1px solid #999999; border-left: 1px solid #999999;}
.sidebox {padding: 15px 0px 0px; margin: 0 15px;}
.sidetitle {font: 13px cambria; letter-spacing: 2px; font-style: italic; margin: 0 0 5px;}
img.side, img.side:hover {opacity: 1; filter: alpha(opacity=100); background: transparent;}
#side a, #side a:hover {background: transparent; display: inline-block; width: 82px;}
a.home, a.home:hover {background: transparent;}
ul.link {list-style: none; margin: 0; padding: 0; font-size: 10px; letter-spacing: 1px; text-transform: lowercase; -webkit-transition: .6s;}
li.link {background: {color:Navigation bg}; margin: 0 0 5px; text-align: center; padding: 2px 0; color: #fff; -webkit-transition: .6s;}
li:hover.link {background: {color:Link hover bg}; color: #555; -webkit-transition: .3s;}
ul.link a {text-decoration: none;}
.contentbox {padding: 0 15px; margin: 15px 0;}
.title {font: 15px consolas; font-style: italic; text-transform: uppercase;}
.permalink, .permalink a {font: 8px verdana; color: #aaa; text-align: right; margin: 2px 0 40px; text-transform: uppercase; text-decoration: none; background: transparent;}
#post:hover .permalink {color: {color:Link hover bg};}
#post:hover .permalink a {color: {color:Link hover bg};}
#post:hover .permalink a:hover {text-decoration: none; background: #eee; color: #aaa;}
#post img {padding: 5px; margin: 0 0 3px; border: 1px solid #eeeeee; max-width: 500px; background: transparent;}
#post a.img {background: transparent;}
ul.chat {list-style: none; margin: 0; padding: 0;}
li.line {padding: 2px 0;}
.player {width: 512px; background: #000000;}
.notes ol {padding: 0 27px;}
.notes img.avatar {display: none;}
.page, .page a {font: 25px arial; color: #aaaaaa; margin: 15px 0 0; text-decoration: none; background: transparent; -webkit-transition: .6s;}
.page a:hover {color: #444; -webkit-transition: .3s;}
{CustomCSS}
</style>
</head>
<body>
<div id="whole">
<div id="sidebar">
<center><a class="home" href="/" title="home"><img class="side" src="{PortraitURL-128}" width="140px" style="border-top-left-radius: 100px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px;" /></a></center>
<div class="sidebox">
<div class="sidetitle">{title}</div>
{Description}
</div>
<div class="sidebox">
<div id="side">
<ul class="link">
{block:AskEnabled}<a href="/ask"><li class="link">message</li></a>{/block:AskEnabled}
{block:SubmissionsEnabled}<a href="/submit"><li class="link">submit</li></a>{/block:SubmissionsEnabled}
{block:HasPages}{block:Pages}<a href="{URL}"><li class="link">{Label}</li></a> {/block:Pages}{/block:HasPages}
{block:IfShowArchive}<a href="/archive"><li class="link">archive</li></a>{/block:IfShowArchive}
{block:IfShowRandom}<a href="/random"><li class="link">shuffle</li></a>{/block:IfShowRandom}
{block:IfShowRSS}<a href="{RSS}"><li class="link">rss</li></a>{/block:IfShowRSS}
<a href="http://drinkhertears.tumblr.com/" target="_blank"><li class="link">theme</li></a>
</ul>
</div>
</div>
</div>
<div id="content">
<div class="contentbox">
{block:Posts}
{block:Text}
<div id="post">
{block:Title}<div class="title">{Title}</div>{/block:Title}
{Body}
{block:Date}<div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12Hour}{AmPm}</a>{block:IfShowReblogLink} × <a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfShowReblogLink}</div>{/block:Date}
</div>
{/block:Text}
{block:Photo}
<div id="post">
<center>
{block:IndexPage}<a class="img" href="{Permalink}">{/block:IndexPage}
{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
<img src="{PhotoURL-500}" />
{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
{block:IndexPage}</a>{/block:IndexPage}
</center>
{block:Caption}{block:IfShowPhotoCaption}{Caption}{/block:IfShowPhotoCaption}{/block:Caption}
{block:Date}<div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12Hour}{AmPm}</a>{block:IfShowReblogLink} × <a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfShowReblogLink}</div>{/block:Date}
</div>
{/block:Photo}
{block:Photoset}
<div id="post">
<div style="padding: 5px 5px 0 5px; border: 1px solid #eeeeee;">{Photoset-500}</div>
{block:Caption}{block:IfShowPhotoCaption}{Caption}{/block:IfShowPhotoCaption}{/block:Caption}
{block:Date}<div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12Hour}{AmPm}</a>{block:IfShowReblogLink} × <a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfShowReblogLink}</div>{/block:Date}
</div>
{/block:Photoset}
{block:Quote}
<div id="post">
<div class="title">❝ {Quote}</div>
{block:Source}<div style="text-align: right;">— {Source}</div>{/block:Source}
{block:Date}<div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12Hour}{AmPm}</a>{block:IfShowReblogLink} × <a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfShowReblogLink}</div>{/block:Date}
</div>
{/block:Quote}
{block:Link}
<div id="post">
<div class="title"><a href="{URL}" {Target}>{Name}</a></div>
{block:Description}{Description}{/block:Description}
{block:Date}<div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12Hour}{AmPm}</a>{block:IfShowReblogLink} × <a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfShowReblogLink}</div>{/block:Date}
</div>
{/block:Link}
{block:Chat}
<div id="post">
{block:Title}<div class="title">{Title}</div>{/block:Title}
<ul class="chat">
{block:Lines}<li class="line">{block:Label}<b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
</ul>
{block:Date}<div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12Hour}{AmPm}</a>{block:IfShowReblogLink} × <a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfShowReblogLink}</div>{/block:Date}
</div>
{/block:Chat}
{block:Audio}
<div id="post">
<div class="player">{AudioPlayerBlack}</div>
<div class="title" style="text-align: right; font-size: 10px; text-transform: lowercase;">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} — {Artist} / {/block:Artist}{PlayCountWithLabel}</div>
{block:Caption}{Caption}{/block:Caption}
{block:Date}<div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12Hour}{AmPm}</a>{block:IfShowReblogLink} × <a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfShowReblogLink}</div>{/block:Date}
</div>
{/block:Audio}
{block:Video}
<div id="post">
<div style="padding: 5px 5px 0 5px; border: 1px solid #eeeeee;">{Video-500}</div>
{block:Caption}{Caption}{/block:Caption}
{block:Date}<div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12Hour}{AmPm}</a>{block:IfShowReblogLink} × <a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfShowReblogLink}</div>{/block:Date}
</div>
{/block:Video}
{block:Answer}
<div id="post">
<div class="title">{Question}</div>
<div style="text-align: right;">— {Asker}</div>
{Answer}
{block:Date}<div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12Hour}{AmPm}</a>{block:IfShowReblogLink} × <a href="{ReblogURL}" target="_blank">reblog</a>{/block:IfShowReblogLink}</div>{/block:Date}
</div>
{/block:Answer}
{block:PermalinkPage}
{block:RebloggedFrom}source[s]: <a href="{ReblogParentURL}" target="_blank" title="reblogged from">{ReblogParentName}</a>, <a href="{ReblogRootURL}" target="_blank" title="post created by">{ReblogRootName}</a>{block:ContentSource}, <a href="{SourceURL}" target="_blank" title="content source">{SourceTitle}</a>{/block:ContentSource}<br />{/block:RebloggedFrom}
{block:HasTags}tag[s]: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}<br />{/block:HasTags}
{block:NoteCount}<br />{NoteCountWithLabel}<br />{/block:NoteCount}
{block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
{/block:PermalinkPage}
{/block:Posts}
<div style="text-align: center; padding: 10px 0 0; letter-spacing: -5px;" class="page">
{block:Pagination}
{block:PreviousPage}<a href="{PreviousPage}" title="newer posts">◄◄ </a> {/block:PreviousPage}
{block:NextPage} <a href="{NextPage}" title="older posts"> ►►</a>{/block:NextPage}
{/block:Pagination}
{block:PermalinkPagination}
{block:NextPost}<a href="{NextPost}" title="newer post">◄◄ </a> {/block:NextPost}
{block:PreviousPost} <a href="{PreviousPost}" title="older post"> ►►</a>{/block:PreviousPost}
{/block:PermalinkPagination}
</div>
</div>
</div>
</div>
</body>
</html>
View count: 693