<?php get_header(); ?>



   	<!-- main -->

	   <div id="main">

	<?php if (have_posts()) : ?>



		<?php while (have_posts()) : the_post(); ?>

      	<div class="post">



      		<div class="right">



            	<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>



               <p class="post-info">Filed under <?php the_category(', '); ?></p>

<?php if( has_post_thumbnail() ) :?>

               	<div class="image-section">

              			<?php the_post_thumbnail(); ?>

         	    	</div>

<?php endif; ?>



               <?php the_content('continue reading &raquo;'); ?>





            </div>



            <div class="left">



            	<p class="dateinfo"><?php the_time('M'); ?><span><?php the_time('d'); ?></span></p>



               	<div class="post-meta">

                  	<h4>Post Info</h4>

                     	<ul>

                           <li class="user"><?php the_author(); ?></li>

                           <li class="time"><?php the_time('g:i A'); ?></li>

                           <li class="comment"><a href="<?php comments_link(); ?>"><?php comments_number(); ?></a></li>

                           <li class="permalink"><a href="<?php the_permalink(); ?>">Permalink</a></li>

                        </ul>

						</div>



            </div>



			</div>



		<?php endwhile; ?>



<div class="navigation">

<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>

			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>

<div class="clear"></div>

</div>



	<?php else : ?>



		<h2 class="center">Not Found</h2>

		<p class="center">Sorry, but you are looking for something that isn't here.</p>

		<?php get_search_form(); ?>



	<?php endif; ?>



        <!-- /main -->

		</div>



<?php get_sidebar(); ?>

<?php get_footer(); ?>
