<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}"/>
<link rel="alternate" type="application/rss+xml" href="{RSS}"/>
<style type="text/css">
body {
background: #E8E8E5 url() repeat;
text-align: center;
padding-left: 70px;
padding-right:70px;
padding-top: 30px
}
body p {
font-family: 'Helvetica', sans-serif;
font-size: 25pt;
color: #888485;
margin-top: -80px;
}
body p.title {
font-size: 75pt;
color: #000;
margin-top: 90px;
}
body p.caption {
margin-top: 30px;
}
quotes {
font-family: 'Helvetica', sans-serif;
font-size: 65pt;
}
p.previous-next {
font-family: Helvetica, sans-serif;
font-size: 40px;
color: #c0c0c0;
margin-top: 0px;
}
A.fop:link {
text-decoration: none;
color: #000;
}
A:link {
text-decoration: none;
color: #c0c0c0;
}
A:visited {
text-decoration: none;
color: #222;
}
A:active {
text-decoration: none;
color: #000
}
A:hover {
text-decoration: none;
color: #222
}
A.fop:active {
text-decoration: none;
color: #000
}
A.fop:hover {
text-decoration: none;
color: #555
}
A.fop:visited {
text-decoration: none;
#color: #000
}
A.inf:link {
text-decoration: none;
font-size: 14px;
font-family: Helvetica;
color: #000;
}
A.inf:active {
text-decoration: none;
font-size: 14px;
font-family: Helvetica;
color: #000
}
A.inf:hover {
text-decoration: none;
font-size: 14px;
font-family: Helvetica;
color: #555
}
A.inf:visited {
text-decoration: none;
font-size: 14px;
font-family: Helvetica;
#color: #000
}
</style>
</head>
<body>
<div id="contain">
<div id="content">
<!-- Loops for each post-type -->
{block:Posts}
<div class="post {TagsAsClasses}">
<div class="post-header">
{block:Text}
</div> <!-- end post-header -->
<div class="text">
{block:Title}<p class="title"><a href="{Permalink}" class="fop">{Title}</a></p>{/block:Title}
<p>{Body}</p>
</div>
{/block:Text}
{block:Quote}
</div> <!-- end post-header -->
<div class="quote">
<p class="title"><a href="{Permalink}" class="fop"><blockquote class="words {Length}">“<quotes>{Quote}</quotes>”</blockquote></a></p>
{block:Source}<p>— {Source}</p>{/block:Source}
</div>
{/block:Quote}
{block:Link}
</div> <!-- end post-header -->
<div class="link">
<p class="title"><a href="{URL}" {Target} class="fop" >{Name}</a></p>
{block:Description}<p>{Description}</p>{/block:Description}</a>
</div>
{/block:Link}
{block:Video}
</div> <!-- end post-header -->
<div class="video">
<p style="margin-top: 30px;">{Video-500}</p>
{block:Caption}<div class="caption"><p class="caption">{Caption}</p></div>{/block:Caption}
</div>
{/block:Video}
{block:Audio}
</div> <!-- end post-header -->
<div class="audio">
<p style="margin-top: 80px;">{AudioPlayerBlack}</p>
{block:Caption}<div class="caption"><p class="caption">{Caption}</p></div>{/block:Caption}
</div>
{/block:Audio}
{block:Photo}
</div> <!-- end post-header -->
<div class="photo">
{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" style="border: 5px solid; margin-top: 30px;"/>{LinkCloseTag}
{block:Caption}<div class="caption"><p class="caption">{Caption}</p></div>{/block:Caption}
</div>
{/block:Photo}
</div> <!-- end single post -->
{/block:Posts}
{block:PermalinkPagination}
<!-- Pagination only rendered on permalink pages -->
<p class="previous-next">
{block:PreviousPost}<a href="{PreviousPost}" class="previous">←</a>{/block:PreviousPost}
{block:NextPost}<a href="{NextPost}" class="next">→</a>{/block:NextPost}
</p> <!-- end previous/next (posts) -->
{/block:PermalinkPagination}
{block:Pagination}
<!-- Pagination only rendered on index pages -->
<p class="previous-next">
{block:NextPage}<a href="{NextPage}" class="previous">←</a>{/block:NextPage}
{block:PreviousPage}<a href="{PreviousPage}" class="next">→</a>{/block:PreviousPage}
</p> <!-- end previous/next (pages) -->
{/block:Pagination}
</div> <!-- end content -->
<a title="Clicky Web Analytics" href="http://getclicky.com/28612"></a>
<script src="http://static.getclicky.com/46551.js" type="text/javascript"></script>
<noscript>></noscript>
</div> <!-- end footer -->
</div> <!-- end containing div -->
</body>
</html>