<!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" />

	<title><txp:page_title /></title>

	<txp:feed_link flavor="atom" format="link" label="Atom" />
	<txp:feed_link flavor="rss" format="link" label="RSS" />

	<txp:css format="link" />
<script type="text/javascript" src="<txp:link_to_home />js/prototype.lite.js"></script>

<script type="text/javascript" src="<txp:link_to_home />js/moo.fx.js"></script>

<script type="text/javascript">

    var opened=false;

    window.onload = function() {

        resizeDivHeight = new fx.Height('slider',{duration:2000});

    };

    function toggelopen(){

        if(opened==false){

            resizeDivHeight.custom(0,360);//First Number is starting height, Second is ending height.

            opened=true;

        }else{

            resizeDivHeight.custom(360,0);//First Number is starting height, Second is ending height.

            opened=false;

        }    

    }

</script>
</head>
<body>
<div id="slider">

<div id="slider-container">


<div id="links"><h3>Links</h3>
<txp:linklist sort="linksort asc" />
<h3>Categories</h3>
<txp:category_list section="article" this_section="0" type="article" /></div>

<div id="recent">
<h3>Recent Articles</h3>
<txp:recent_articles limit="7" section="article" sort="Posted desc" label="0" />
<h3>Recent Comments</h3>
<txp:recent_comments limit="7" sort="posted desc" />

</div>


<div id="about"><h3>About</h3>
Welcome to LightPattern, my very first <a href="http://textpattern.com">Textpattern </a>theme. As the title of the template tells you, this is a lightweight <abbr title="Textpattern">TXP</abbr> template that utilizes some tiny ajax sliding at the top (if you read this, you have figured that out already). The template is put together as an entry for the 2007 <a href="http://textplates.com">Textplates</a> competition.

<br /><img src="http://www.textplates.com/images/badges/txp_entrant_light.gif" alt="Textplates '07'" /><br />
<a href="/about">More information &raquo;</a>

</div>

</div>
</div>


<div id="container"><div id="dragit">
<a id="toggle" href="#" onclick="toggelopen()" title="" ><img src="../images/corner.gif"></a></div>
<div id="logo"><h1><txp:link_to_home>Light<span class="pattern">Pattern</span></txp:link_to_home></h1></div>
	
	<div id="header"><div id="search"><txp:search_input section="article" label="" /></div>
		<div class="menu">
	<ul>
		
		<li><a href="/">HOME</a></li>
		
		
		<li><a href="/about">ABOUT</a>
			
		</li>
		
		
		<li><a href="/archive">ARCHIVES</a></li>
		
		
		<li><a href="/contact">CONTACT</a></li>

	</ul>
</div>
	</div>

	<div class="imgholder">
		<div class="imgstream">
		   <div class="flickr"><script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=11&display=latest&size=s&layout=h&source=all_tag&tag=interesting"></script></div>
	</div>
	</div>
	
	<div class="stuff">
	<h3><txp:error_status /></h3>
		<p><txp:error_message /></p>

 
	</div>
	
	<div id="footer">2007 <a href="http://dragonweb.hu">DragonWeb</a> // <a href="http://textpattern.com">Textpattern</a> // <txp:feed_link flavor="rss" format="a" label="RSS" section="article" title="RSS" />
	</div>
	
</div>
</body>
</html>