<txp:if_section name="archive">
	<txp:if_different>
		<h3><txp:posted format="%Y" /></h3>
	</txp:if_different>
	<txp:if_different>
		<h4><txp:posted format="%B" /></h4>
	</txp:if_different>
	<p><txp:posted format="%d"/>: <txp:permlink><txp:title /></txp:permlink></p>
</txp:else />

<div class="entry">

	<txp:if_individual_article>

	<txp:else />
		<h3 class="title"><txp:permlink><txp:title /></txp:permlink>
		<txp:category1 class="category" link="1" title="1" wraptag="span" />
		</h3>

		<p class="stats"><txp:posted /><br/>

	<txp:if_comments_allowed>
		<txp:comments_invite showcount="1" />
	<txp:else />
		<span><txp:text item="comments_closed" /></span>
	</txp:if_comments_allowed>
	
		</p>
		
	</txp:if_individual_article>
							
	<br class="clear" />

	<txp:if_individual_article>
		<txp:body />
	<txp:else />
		<txp:permlink><txp:article_image class="article_image" /></txp:permlink>
		<txp:if_excerpt>
			<txp:excerpt />
			<p class="continue_reading"><txp:permlink>Continue reading &raquo;</txp:permlink></p>
		<txp:else />
			<txp:body />
		</txp:if_excerpt>
	</txp:if_individual_article>
	
	<hr />

</div>				
</txp:if_section>