<!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" />
		<title><txp:page_title /></title>

		<style type="text/css" media="screen">
			body	 	{ background: url("images/kubrickbgcolor.gif") fixed center top; }	
			#page		{ background: url("images/kubrickbgwide.gif") repeat-y top; border-left: 1px solid #1F3851; border-right: 1px solid #1F3851;} 	

			#header 	{ background: url("images/kubrickheader.jpg") no-repeat bottom center; }
			#footer 	{ background: url("images/kubrickfooter.jpg") no-repeat bottom; border: none;}
		</style>

	</head>


<body>
<div id="page">
<div id="header">
	<div class="headerimg">
		<h1><txp:link_to_home><txp:sitename /></txp:link_to_home></h1>
		<div class="description"><txp:site_slogan /></div>
	</div>
</div>
<div id="navcontainer">		
	<ul>
		<li><a href="/">Home</a></li>
		<li><a class="selected" href="#">Archives</a></li>
		<li><a href="/links/">Links</a></li>
		<li><a href="/about/">About</a></li>
	</ul>
</div>
<div class="clear"></div>	

<div id="content" class="widecolumn">
			
	<txp:article form="Single" limit="5" />

	<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="footer">
<p>A Kubrick Mod by <a href="http://www.mx4.info/">MX4</a>. Ported to <a href="http://www.textpattern.com">TXP</a> by <a href="http://erraticwisdom.com" title="Philosophy Blog">Philosophy</a>.
<br /><txp:feed_link flavor="rss" label="Entries (RSS)" /> and <txp:feed_link flavor="atom" label="Entries (Atom)" />.</p>
</div>
</div>
</body></html>