<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
 PUBLIC "-//W3C//DTD XHTML 1.1//EN"
 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html
 xmlns="http://www.w3.org/1999/xhtml"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd"
 xml:lang="en"
 xml:space="preserve"
 dir="ltr" >

<head>
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <meta http-equiv="Content-Script-Type" content="text/javascript" />
 <meta http-equiv="X-UA-Compatible" content="IE=8" />
 <meta content="Japboy" name="author" />

 <title>{block:PostTitle}{PostTitle} - {/block:PostTitle}{Title}</title>

 <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
 <link rel="shortcut icon" href="{Favicon}" />
 <link rev="made" href="mailto:@gmail.com" />
 {block:IndexPage}<link rel="appendix" title="Archive" href="./archive" />{/block:IndexPage}
 <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css">
 <link rel="stylesheet" media="screen, tv" type="text/css" href="./style/Main.css" />
 <link rel="stylesheet" media="print" type="text/css" href="./style/print.css" />
</head>

<body>

<div class="container" id="head">

{block:IndexPage}<h1>{Title} <img src="{PortraitURL-30}" /></h1>{/block:IndexPage}
{block:PostTitle}<h1>{PostTitle}</h1>{/block:PostTitle}

{block:Description}{Description}{/block:Description}

</div>

<hr />

<div class="container" id="body">

{block:IndexPage}

<div class="container" id="main">{block:Posts}

{block:NewDayDate}<h2>{ShortDayOfWeek} {DayOfMonth} {ShortMonth}</h2>{/block:NewDayDate}{block:SameDayDate}{/block:SameDayDate}

{block:Text}<div class="post">
{block:Title} <h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
{Body}
</div>{/block:Text}

{block:Photo}<div class="post">
<p><img src="{PhotoURL-250}" alt="{PhotoAlt}" /></p>
{block:Caption} <p>{Caption}</p>{/block:Caption}
</div>{/block:Photo}

{block:Quote}<div class="post">
<blockquote {block:Source}cite="{Source}"{/block:Source}>
{Quote}
{block:Source}<address>{Source}</address>{/block:Source}
</blockquote>
</div>{/block:Quote}

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

{block:Chat}<div class="post">
{block:Title}<p><a href="{Permalink}">{Title}</a></p>{/block:Title}
{block:Lines}
<ul>
<li class="{Alt} user_{UserNumber}">
{block:Label}<span class="label">{Label}</span>{/block:Label}
{Line}
</li>
</ul>
{/block:Lines}
</div>{/block:Chat}

{block:Video}<div class="post">
{Video-250}
{block:Caption}<p>{Caption}</p>{/block:Caption}
</div>{/block:Video}

{/block:Posts}</div>

<div class="container" id="sub">

<p><a href="http://www.l4d.com/">Left 4 Dead</a> is now on Steam! Why don't you get it and play with <a href="http://steamcommunity.com/profiles/76561197991164452/">me</a>? Aye!</p>

<ul class="toc">
 <li><a href="/archive" tabindex="" accesskey="A">Archive</a></li>
 <li><a href="{RSS}" tabindex="" accesskey="F">Feed</a></li>
</ul>

</div>

{/block:IndexPage}

{block:PermalinkPage}
{/block:PermalinkPage}

</div>

<div class="container" id="foot">

{block:Pagination}
<ul class="snav">
 {block:PreviousPage}<li><a href="{PreviousPage}" tabindex="" accesskey="P">&#171; Previous</a></li>{/block:PreviousPage}
 <li>{CurrentPage} of {TotalPages}</li>
 {block:NextPage}<li><a href="{NextPage}" tabindex="" accesskey="N">Next &#187;</a></li>{/block:NextPage}
{block:PermalinkPagination} {/block:PermalinkPagination}
</ul>
{/block:Pagination}
{block:PermalinkPagination}
<ul class="snav">
{block:PreviousPost}<li><a href="{PreviousPost}s" tabindex="" accesskey="P">&#171; Previous</a></li>{/block:PreviousPost}
 <li>{CurrentPage} of {TotalPages}</li>
{block:NextPost} <li><a href="{NextPost}" tabindex="" accesskey="N">Next &#187;</a></li>{/block:NextPost}
</ul>
{/block:PermalinkPagination}

<hr />

<address>&copy; 2008 Japboy</address>

</div>

</body>

</html>