<?php get_header(); ?>
					
					<!--Begin Main Content Area-->

						<div id="main-body">
							<!--Begin Left Column-->
							<!--End Left Column-->
							<!--Begin Main Column-->
							<div id="maincol" style="width: <?php echo $content_width; ?>px">
								<div class="padding">
									<div id="breadcrumbs">
										<div class="moduletable">
											<span class="breadcrumbs pathway"><a href="<?php bloginfo('url'); ?>" class="pathway"><?php _e('Home'); ?></a>&nbsp;&nbsp;//&nbsp;&nbsp;<?php the_title(); ?></span></div><!-- .moduletable -->
									</div><!-- #breadcrumbs -->	
									<div id="main-content">
										<div id="maincontent-block" style="margin-left:0;">
											<div id="page">
												<div class="main-article">
													<div class="buttonheading">
													</div>
		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

		<div class="navigation">
			<div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
			<div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
			<div class="clr"></div>
		</div>

		<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
			<div class="ribbon png">
						<span class="bold_month"><?php the_time('M') ?></span><br />
						<span class="ribbon_day"><?php the_time('d/y') ?></span>
			</div>
				<div class="single_title_wrapper"><span class="archive_title"><?php the_title(); ?></span></div>
				<div class="clr"></div>
			<div class="entry">
				<div class="single_meta">
					<?php _re('Last Updated on'); ?> <?php the_modified_date('l, j F Y h:i'); ?><br />
					<?php _re('Written by'); ?> <?php the_author(); ?><br />
					<?php the_time('l, j F Y h:i'); ?>
				</div>
				<?php the_content(); ?>
				
				<div class="clr"></div>

				<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
				
				<?php if ( has_tag() ) : ?>
				
				<div class="meta_archive"><span class="grey_archive_text"><?php the_tags(__('Tags: '), ', ', ''); ?></span></div>
				
				<?php endif; ?>
				
				<p class="postmetadata alt">
					<small>
																			
																				<?php _re('This entry was posted'); ?>
																				<?php /* This is commented, because it requires a little adjusting sometimes.
																				You'll need to download this plugin, and follow the instructions:
																				http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
																				/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
																				<?php _re('on'); ?> <?php the_time('l, F jS, Y') ?> <?php _re('at'); ?> <?php the_time() ?>
																				<?php _re('and is filed under'); ?> <?php the_category(', ') ?>.
																				<?php _re('You can follow any responses to this entry through the'); ?> <?php post_comments_feed_link('RSS 2.0'); ?> <?php _re('feed'); ?>.

																				<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
																				// Both Comments and Pings are open ?>
																				<?php _re('You can'); ?> <a href="#respond"><?php _re('leave a response'); ?></a>, <?php _re('or'); ?> <a href="<?php trackback_url(); ?>" rel="trackback"><?php _re('trackback'); ?></a> <?php _re('from your own site.'); ?>

																				<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
																				// Only Pings are Open ?>
																				<?php _re('Responses are currently closed, but you can'); ?> <a href="<?php trackback_url(); ?> " rel="trackback"><?php _re('trackback'); ?></a> <?php _re('from your own site.'); ?>

																				<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
																				// Comments are open, Pings are not ?>
																				<?php _re('You can skip to the end and leave a response. Pinging is currently not allowed.'); ?>

																				<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
																				// Neither Comments, nor Pings are open ?>
																				<?php _re('Both comments and pings are currently closed.'); ?>

																				<?php } edit_post_link(_r('Edit this entry'),'','.'); ?>

																					</small>
				</p>
			</div>
		</div>
		<br />
	<?php if(comments_open()) { ?>
													
	<a name="comments"></a>
											
	<?php comments_template(); ?>
	
	<?php } ?>

	<?php endwhile; else: ?>

		<span class="attention"><?php _re('Sorry, no posts matched your criteria.'); ?></span>

<?php endif; ?>

	</div>
											</div>
										</div>
									</div>
								</div>
								<div class="clr"></div>
							</div>
							<!--End Main Column-->
							
							<?php if (get_option('mixx_right_active') == "true") { ?>
							
								<?php get_sidebar('page'); ?>
								
							<?php } ?>	
								
							<div class="clr"></div>
						</div>
						<!-- Begin Bottom Main Modules -->
						<!-- End Bottom Main Modules -->
						<!--End Main Content Area-->
							
<?php get_footer(); ?>