<!doctype html>
<head>
<!-- Made In Heaven theme by Casey. Please do not remove credit. http://mylifehasbeensaved.tumblr.com -->
<!-- Infinite scrolling by Cody Sherman http://codysherman.com/infinite-scrolling -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{Title}{block:PostTitle} » {PostTitle}{/block:PostTitle}</title>
<link href='http://fonts.googleapis.com/css?family=Patrick+Hand' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="{Favicon}" />
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<meta name="if:Infinite Scrolling" content="1"/>
<meta name="if:Show Caption" content="0"/>
<meta name="text:Custom Link 1" content="http://"/>
<meta name="text:Custom Link 1 Title" content=""/>
<meta name="text:Custom Link 2" content="http://"/>
<meta name="text:Custom Link 2 Title" content=""/>
<meta name="text:Custom Link 3" content="http://"/>
<meta name="text:Custom Link 3 Title" content=""/>
<style type="text/css">
body {
font-size:11px;
background:#fff;
font-family:georgia;
}
#sidebar {
width:130px;
position:fixed;
top:230px;
left:250px;
padding:0px;
}
#sidebar img {
border-radius:64px;
moz-border-radius:64px;
}
#sidebar_image {
opacity:1;
filter:alpha(opacity=100);
transition:0.5s ease-in-out;
-moz-transition:0.5s ease-in-out;
-webkit-transition:0.5s ease-in-out;
margin-bottom:0px;
}
#sidebar #description {
width:0px;
height:auto;
margin-top:138px;
opacity:0;
filter:alpha(opacity=0);
transition:0.5s ease-in-out;
-moz-transition:0.5s ease-in-out;
-webkit-transition:0.5s ease-in-out;
position:absolute;
text-align:center;
font-size:11px;
font-family:georgia,serif;
color:#000;
padding:2px;
}
#sidebar_image:hover #description {
width:128px;
opacity:1;
filter:alpha(opacity=100);
}
#sidebar_image:hover {
opacity:0.8;
filter:alpha(opacity=80);
}
#sidebar a,a:visited,a:active {
text-decoration:none;
text-transform:lowercase;
color:#444;
transition:0.5s ease-in-out;
-moz-transition:0.5s ease-in-out;
-webkit-transition:0.5s ease-in-out;
padding:0px 5px 0px 5px;
}
#sidebar a:hover {
color:#ddd;
}
#header a {
font-size:26px;
font-style:italic;
}
#content {
margin-left:450px;
width:540px;
margin-top:50px;
}
.container {
width:500px;
margin-bottom:50px;
}
#date {
width:400px;
height:auto;
margin-top:-12px;
opacity:0;
filter:alpha(opacity=0);
transition:0.5s ease-in-out;
-moz-transition:0.5s ease-in-out;
-webkit-transition:0.5s ease-in-out;
position:absolute;
text-align:center;
}
.container:hover #date {
opacity:1;
filter:alpha(opacity=100);
width:500px;
}
.container a {
color:#444;
text-decoration:none;
transition:0.5s ease-in-out;
-moz-transition:0.5s ease-in-out;
-webkit-transition:0.5s ease-in-out;
}
.container a:hover {
color:#ddd;
}
#photos {
padding-bottom:12px;
}
blockquote {
margin-left:10px;
padding-left:10px;
border-left:2px solid;
}
#title {
font-size:25px;
}
#links {
padding-bottom:10px;
}
#pagination a {
float:right;
text-decoration:none;
color:#444;
}
#quotes {
padding-bottom:10px;
}
#tags {
padding-bottom:5px;
}
ul#chats li {
list-style:none;
}
#notes {
background:rgba(255,255,255,0.4);
padding:10px;
}
#notes a {
text-decoration:none;
color:#444;
transition:0.5s ease-in-out;
-moz-transition:0.5s ease-in-out;
-webkit-transition:0.5s ease-in-out;
}
#notes a:hover {
color:#ddd;
}
#psst {
margin-left:410px;
filter:alpha(opacity=0);
opacity:0;
-moz-opacity:0;
transition:0.5s ease-in-out;
-moz-transition:0.5s ease-in-out;
-webkit-transition:0.5s ease-in-out;
position:absolute;
}
.container:hover #psst {
opacity:1;
filter:alpha(opacity=100);
-moz-opacity:1;
}
</style>
{block:IfInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
</head>
<body>
<div class="autopagerize_page_element">
<div id="sidebar">
<div id="sidebar_image">
<div id="header"><a href="/">{title}</a></div>
<div id="description">{Description}{block:IfCustomLink1}<br/><br/>
<a href="{text:Custom Link 1}">{text:Custom Link 1 Title}</a>{/block:IfCustomLink1}
{block:IfCustomLink2}<a href="{text:Custom Link 2}">{text:Custom Link 2 Title}</a>{/block:IfCustomLink2}
{block:IfCustomLink3}<a href="{text:Custom Link 3}">{text:Custom Link 3 Title}</a>{/block:IfCustomLink3}
</div>
<img src="{PortraitURL-128}"/>
</div>
</div>
<div id="content">
{block:Posts}
<div class="container">
{block:RebloggedFrom}
<div id="psst">
<a href="{ReblogRootURL}" title="from {ReblogRootName}"><img src="{ReblogRootPortraitURL-30}"/></a><br/><a href="{ReblogParentURL}" title="via {ReblogParentName}">
<img src="{ReblogParentPortraitURL-30}"/></a></div>{/block:RebloggedFrom}
{block:Quote}<div id="quotes"><div id="title">
{Quote}
</div>
{block:Source}{Source}{/block:Source}</div>
{/block:Quote}
{block:Photo}<div id="photos">
{LinkOpenTag}
<img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0px" />
{LinkCloseTag}
{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
{block:IfNotShowCaption}{block:permalinkpage}{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}{/block:IfNotShowCaption}
</div>
{/block:Photo}
{block:Photoset}<div id="photos">
{Photoset-500}
{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
{block:IfNotShowCaption}{block:permalinkpage}{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}{/block:IfNotShowCaption}</div>
{/block:Photoset}
{block:Video}
{Video-500}
{block:IfShowCaption}{block:Description}<caption>{Description}</caption>{/block:Description}{/block:IfShowCaption}
{block:IfNotShowCaption}{block:permalinkpage}{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}{/block:IfNotShowCaption}
{/block:Video}
{block:Link}<div id="photos"><div id="links">
<div id="title">
<a href="{URL}" {Target}>{Name}</a>
</div>
{block:IfShowCaption}{block:Description}<caption>{Description}</caption>{/block:Description}{/block:IfShowCaption}
{block:IfNotShowCaption}{block:permalinkpage}{block:Description}<caption>{Description}</caption>{/block:Description}{/block:permalinkpage}{/block:IfNotShowCaption}</div></div>
{/block:Link}
{block:Chat}
{block:Title}<div id="title">{Title}</div>{/block:Title}
<ul id="chats">
{block:Lines}
<li>
{block:Label}<b>{Label}</b>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
{/block:Chat}
{block:Audio}{AudioPlayerGrey}
{FormattedPlayCount} plays {block:ExternalAudio},
<a href="{ExternalAudioURL}">download</a>
{/block:ExternalAudio}
{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
{block:IfNotShowCaption}{block:permalinkpage}{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}{/block:IfNotShowCaption}
{/block:Audio}
{block:Text}
{block:Title}<div id="title">{Title}</div>{/block:Title}
{Body}
{/block:Text}
{block:Answer}{Asker} said:<div id="title">
{Question}</div>{Answer}
{/block:Answer}
{block:indexpage}
<div id="date">
<a href="{Permalink}">{block:Date}
{Month} {DayOfMonthWithZero}, {Year}
{/block:Date}
{block:NoteCount}
{NoteCountWithLabel}
{/block:NoteCount}</a><br/>{block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
{/block:indexpage}
</div>
{block:PostNotes}<div id="notes">
{PostNotes}<br></div>
{/block:PostNotes}
</div>
{/block:Posts}
</div>
</div>
{block:IfNotInfiniteScrolling}
{block:Pagination}<div id="pagination">
{block:PreviousPage}
<a href="{PreviousPage}">Previous</a>
{/block:PreviousPage}
{block:JumpPagination length="5"}
{block:CurrentPage}
<span class="current_page">{PageNumber}</span>
{/block:CurrentPage}
{block:JumpPage}
<a class="jump_page" href="{URL}">{PageNumber}</a>
{/block:JumpPage}
{/block:JumpPagination}
{block:NextPage}
<a href="{NextPage}">Next</a>
{/block:NextPage}</div>
{/block:Pagination}
{/block:IfNotInfiniteScrolling}
</body>
</html>