<Center>
<html>
<head>
<pnk rel=”shortcut icon” href=”{Favicon}”>
<pnk rel=”alternate” type=”application/rss+xml” href=”/rss”>
<meta name=”color:Background Color” content=”#000”/>
<meta name=”color:Box Color” content=”#000”/>
<meta name=”color:Box Background” content=”#333”/>
<meta name=”color:Text Color” content=”#fff”/>
<meta name=”color:Tumblr Title” content=”#D93BC8”/>
<meta name=”color:Post Title” content=”#3BC8D9”/>
<meta name=”color:Type of Post” content=”#C8D93B”/>
<meta name=”color:Quote/chat Accent” content=”#222”/>
<style type=”text/css”>
body {
margin: 30px;
background-color: ;
background-image:
url(‘http://media.tumblr.com/tumblr_lvg7yeIBXF1qawlee.png’);
background-repeat: no repeat;
background-attachment: fixed;
background-position: top center;
}
.chat{
list-style: none;
padding: 4px;
margin: 10px;
border: 1px solid {color:Quote/chat Accent};
}
.even {background-color: {color:Quote/chat Accent};
padding: 4px;}
.odd {
padding: 4px}
#table {
width: 630px;
background-image: url(http://i43.tinypic.com/1t7azr.jpg);
background-color: {color:Box Background};
padding-top: 20px;
padding-right: 20px;
table-layout: fixed;
padding-left: 20px;
padding-bottom: 5px;
font-family: ’Lucida Sans’, Helvetica, sans-serif;
color: {color:Text Color};
border: 0;
font-size: 11px;
}
a:link,a:active,a:visited {
text-decoration: underline;
color: {color:Text Color};
font-weight: normal;
}
a:hover {
text-decoration: none;
color: {color:Type of Post};
}
#left {
width: 400px;
padding: 0px;
text-align: left;
}
.qcontainer {
padding: 10px;
border-left: 1px solid {color:Text Color};
border-top: 1px solid {color:Text Color};
background-color: {color:Quote/chat Accent};
}
.source {padding-top: 2px;}
.quote {
font-size: 20px;
font-family: helvetica, sans-serif;
line-height: 22px;
}
#middle {width: 30px;}
#right {
text-align: left;
width: 200px;
padding: 0px;
text-align: left;
}
}
#posttitle, #posttitle a{
font-size: 20px;
font-weight: normal;
color: {color:Post Title};
font-family: helvetica, sans-serif;
text-decoration: none;
}
#postlink, #postlink a{
font-size: 20px;
font-weight: normal;
color: {color:Post Title};
font-family: helvetica, sans-serif;
text-decoration: underline;
}
#posts {
list-style: none;
padding: 0;
margin: 0;
}
#each {
padding-top: 10px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
img {border: 0px;}
#box, #box a {
text-transform: uppercase;
font-size: 11px;
color: {color:Tumblr Title};
width: 400;
padding-top: 6px;
padding-bottom: 3px;
padding-right: 0px;
padding-left: 0px;
text-align: center;
background-color: {color:Box Color};
margin-top: 0px;
margin-bottom: 0px;
text-decoration: none;
font-family: helvetica, sans-serif;
}
#sidebox {
text-transform: uppercase;
font-size: 11px;
color: {color:Tumblr Title};
width: 200;
padding-top: 6px;
padding-bottom: 3px;
padding-right: 0px;
padding-left: 0px;
text-align: center;
background-color: {color:Box Color};
margin-top: 0px;
margin-bottom: 0px;
font-family: helvetica, sans-serif;
}
#sideboxF {
text-transform: uppercase;
font-size: 11px;
color: {color:Tumblr Title};
width: 200;
padding-top: 6px;
padding-bottom: 3px;
padding-right: 0px;
padding-left: 0px;
text-align: center;
background-color: {color:Box Color};
margin-top: 0px;
margin-bottom: 2px;
font-family: helvetica, sans-serif;
}
#box b, #box b a {
color: {color:Type of Post};
text-decoration: none;
}
.footer{
font-family: Helvetica, sans-serif;
font-size: 12px;
color: {color:Post Title};
margin: 5px;
}
.footer a {
text-decoration: none;
}
.label {
font-size: 11px;
text-transform: uppercase;
color: {color:Post Title};
}
#sidebox b {
color: {color:Tumblr Title};
}
p {
margin: 10px;
}
</style>
</head>
<body>
<div align=”center”>
<table id=”table” cellpadding=”0” cellspacing=”0”>
<img src=”http://i40.tinypic.com/x2l5p4.png”>
<tr>
<td id=”left” valign=”top”>
<ol id=”posts”>
{block:Posts}
{block:Text}
<li id=”each”>
<div id=”box”><a href=”{Permalink}”><b>text post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{block:Title}
<p id=”posttitle”><a href=”{Permalink}”>{Title}</a></p>
{/block:Title}
<p>{Body}</p>
</li>
{/block:Text}
{block:Photo}
<li id=”each”>
<div id=”box”><a href=”{Permalink}”><b>photo post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{LinkOpenTag}<img src=”{PhotoURL-400}” alt=”{PhotoAlt}”/>{LinkCloseTag}
{block:Caption}
<p>{Caption}</p>
{/block:Caption}
</li>
{/block:Photo}
{block:Quote}
<li id=”each”>
<div id=”box”><a href=”{Permalink}”><b>quote post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
<p class=”qcontainer”>
<span class=”quote”>“{Quote}”</span>
{block:Source}
<span class=”source”><br><i>{Source}</i></span>
{/block:Source}
</p>
</li>
{/block:Quote}
{block:Link}
<li id=”each”>
<div id=”box”><a href=”{Permalink}”><b>link post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
<p><a href=”{URL}” id=”postlink” {Target}>{Name}</a></p>
{block:Description}
<p>{Description}</p>
{/block:Description}
</li>
{/block:Link}
{block:Chat}
<li id=”each”>
<div id=”box”><a href=”{Permalink}”><b>chat post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{block:Title}
<p id=”posttitle”><a href=”{Permalink}”>{Title}</a></p>
{/block:Title}
<ul class=”chat”>
{block:Lines}
<li class=”{Alt}”>
{block:Label}
<span class=”label”>{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
</li>
{/block:Chat}
{block:Video}
<li id=”each”>
<div id=”box”><a href=”{Permalink}”><b>video post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
{Video-400}
{block:Caption}
<p>{Caption}</p>
{/block:Caption}
</li>
{/block:Video}
{block:Audio}
<li id=”each”>
<div id=”box”><a href=”{Permalink}”><b>audio post</b> {ShortDayOfWeek}, {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
<p align=”center”>{AudioPlayerBlack}</p>
{block:Caption}
<p>{Caption}</p>
{/block:Caption}
</li>
{/block:Audio}
{/block:Posts}
</ol>
</td>
<td id=”middle”></td>
<td id=”right” valign=”top”>
<center><img src=”http://i51.tinypic.com/2uhsuf7.png”></center>
<p>{Description}</p>
<br><br>
<br><br><center>
<center><img src=”http://i55.tinypic.com/2vrxzcl.png”></center>
<center>
Base theme <a href=”http://www.mediafire.com/?dmzw23yz5nz”>Neon theme by Sarah Mogin</a><br>
Remixed by <a href=”http://akosiabbytoots.tumblr.com//”>Abby Candido</a><br>
Powered by <a href=”http://tumblr.com/”>Tumblr</a></center>
<a class=”next” href=”/page/2”><img src=”http://img715.imageshack.us/img715/5743/16348851.png”></a>
</td>
</tr></table>
<center>
<div class=”footer”><img src=”http://i42.tinypic.com/i56au9.png” width=”670” style=”margin-top: -20px;”> <center>
<p>
<Center>
</td>
</tr></table><img src=”http://i983.photobucket.com/albums/ae320/mixep/CODES/footer-4.png”>
<p>
<Center>
<Center>
</body>
</html>


















