<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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" />
	<link rel="stylesheet" href="<txp:css />" type="text/css" media="screen" />
	<link rel="stylesheet" href="<txp:css n="print" />" type="text/css" media="print" />
	<title><txp:page_title /></title>
</head>
<body>
<div id="toptabs">
<p>Skip To:
<a class="toptab" href="#main">Content</a><span class="hide"> | </span>
<a class="toptab" href="#navitabs">Navigation</a><span class="hide"> | </span>
<a class="toptab" href="#sidebar">Sidebar</a></p>
</div>

<div id="container">
<div id="logo">
<h1><txp:link_to_home><txp:sitename /></txp:link_to_home></h1>
</div>

<div id="navitabs">
<h2 class="hide">Site menu:</h2>
<a class="activenavitab" href="http://erraticwisdom.com">Home</a><span class="hide"> | </span>
<a class="navitab" href="#">About</a><span class="hide"> | </span>
<a class="navitab" href="#">Archive</a><span class="hide"> | </span>
<a class="navitab" href="#">Contact</a>
</div>

<div id="desc">
<h2>Welcome to My Website</h2>
<p>This is a beautiful design originally made by Andreas Viklund. This area contains a simple description of your blog or website. This is Andreas' second design made for <a href="http://oswd.org">OSWD.org</a>, and this time it is a 2-column layout featuring two versions of my own CSS tab menu. The design is made with XHTML and CSS, and it has no tables.</p>
<p class="right"><a href="/about/">Read more...</a></p>
</div>

<div id="main">
	<txp:article />
<txp:if_individual_article>
<p>
<txp:link_to_prev><txp:prev_title /></txp:link_to_prev>
<txp:link_to_next><txp:next_title /></txp:link_to_next>
</p>
</txp:if_individual_article>
<txp:if_article_list>
<p>
<txp:older>Previous</txp:older>
<txp:newer>Next</txp:newer>
</p>
</txp:if_article_list>
</div>

<div id="sidebar">
<h3>Search</h3>
<txp:search_input button="Go" label="" size="12" />
<h3>Links:</h3>
<p>These are some pages that I found interesting around the web:</p>
<txp:linklist wraptag="p" form="Links" />
</div>

<div id="footer">
Design by <a href="http://andreasviklund.com">Andreas Viklund</a> | Ported by <a href="http://erraticwisdom.com">Philosophy</a>.
</div>

</div>
</body>
</html>