function _lb32e6997950_content($_l, $_args)
    {
        extract($_args);
        ?>
<article id="post-<?php 
        echo htmlSpecialChars($post->id);
        ?>
" class="<?php 
        echo htmlSpecialChars($post->htmlClasses);
        ?>
">

	<header class="entry-header">
		
		<h1 class="entry-title">
			<a href="<?php 
        echo htmlSpecialChars($post->permalink);
        ?>
" title="<?php 
        echo htmlSpecialChars(__('Permalink to', 'ait'));
        ?>
 <?php 
        echo htmlSpecialChars($post->title);
        ?>
" rel="bookmark"><?php 
        echo NTemplateHelpers::escapeHtml($post->title, ENT_NOQUOTES);
        ?>
</a>
		</h1>

	</header>

<?php 
        if ($post->thumbnailSrc) {
            ?>
	<a href="<?php 
            echo $post->thumbnailSrc;
            ?>
">
		<div class="entry-thumbnail">
<?php 
            if (isset($fullwidth)) {
                ?>
			<img class="fullwidth" src="<?php 
                echo TIMTHUMB_URL . "?" . http_build_query(array('src' => $post->thumbnailSrc, 'w' => 940, 'h' => 250), "", "&amp;");
                ?>
" alt="" />
<?php 
            } else {
                ?>
			<img src="<?php 
                echo TIMTHUMB_URL . "?" . http_build_query(array('src' => $post->thumbnailSrc, 'w' => 629, 'h' => 250), "", "&amp;");
                ?>
" alt="" />
<?php 
            }
            ?>
		</div>
	</a>
<?php 
        }
        ?>

	<div class="entry-meta">
		<span class="sep blog-date"><?php 
        echo NTemplateHelpers::escapeHtml(__('On:', 'ait'), ENT_NOQUOTES);
        ?>
 </span>
		<a href="<?php 
        echo WpLatteFunctions::getDayLink($post->date);
        ?>
" title="<?php 
        echo htmlSpecialChars($template->date($post->date, $site->dateFormat));
        ?>
" rel="bookmark"><time class="entry-date" datetime="<?php 
        echo htmlSpecialChars($template->date($post->date, $site->dateFormat));
        ?>
" pubdate=""><?php 
        echo NTemplateHelpers::escapeHtml($template->date($post->date, $site->dateFormat), ENT_NOQUOTES);
        ?>
</time></a>

<?php 
        if ($post->type == 'post' && $post->categories) {
            ?>
		<span class="cat-links">
			<span class="sep blog-categories entry-utility-prep entry-utility-prep-cat-links"><?php 
            echo NTemplateHelpers::escapeHtml(__('Posted in', 'ait'), ENT_NOQUOTES);
            ?>
</span>
			<?php 
            echo $post->categories;
            ?>

		</span>
<?php 
        }
        ?>
		
		<div class="comments-link">
			<a href="<?php 
        echo $post->permalink;
        ?>
#comments" title="<?php 
        echo htmlSpecialChars(__('Comment on', 'ait'));
        ?>
 <?php 
        echo htmlSpecialChars($post->title);
        ?>
"><?php 
        echo NTemplateHelpers::escapeHtml($post->commentsCount, ENT_NOQUOTES);
        ?>
</a>
		</div>
		<span class="edit-link"><?php 
        edit_post_link(__("Edit", "ait"), "<span class=\"edit-link\">", "</span>", $post->id);
        ?>
</span>
	</div>
	
	<div class="entry-content">
		<?php 
        echo $post->content;
        ?>

	</div>

</article><!-- /#post-<?php 
        echo NTemplateHelpers::escapeHtmlComment($post->id);
        ?>
 -->

<?php 
        NCoreMacros::includeTemplate("comments.php", array('closeable' => $themeOptions->general->closeComments, 'defaultState' => $themeOptions->general->defaultPosition) + $template->getParams(), $_l->templates['jt4zb7i7un'])->render();
        ?>

<?php 
        if (isset($themeOptions->advertising->showBox4)) {
            ?>
<div id="advertising-box-4" class="advertising-box">
    <?php 
            echo $themeOptions->advertising->box4Content;
            ?>

</div>
<?php 
        }
        ?>

<?php 
    }
    echo htmlSpecialChars($post->permalink);
    ?>
" class="share-link" rel="prettySociable">share</a></span>
					<div class="button edit-button edit left"><?php 
    edit_post_link(__("Edit", "ait"), "<span class=\"edit-link\">", "</span>", $post->id);
    ?>
</div>
				</div>
		</div>

		<div class="entry clearfix">

			<div class="entry-meta left">

				<a href="<?php 
    echo WpLatteFunctions::getDayLink($post->date);
    ?>
" class="date meta-info" title="<?php 
    echo htmlSpecialChars($template->date($post->date, $site->dateFormat));
    ?>
" rel="bookmark"><?php 
    echo NTemplateHelpers::escapeHtml($template->date($post->date, "F d, Y"), ENT_NOQUOTES);
    ?>
</a>

				<a class="url fn n ln author meta-info" href="<?php 
    echo htmlSpecialChars($post->author->postsUrl);
    ?>
" title="View all posts by <?php 
    echo htmlSpecialChars($post->author->name);
    ?>
    function _lbfe6609ff92_content($_l, $_args)
    {
        extract($_args);
        ?>
<section class="section content-section single-post-section">

<div id="container" class="subpage wrapper <?php 
        if (is_active_sidebar("post-sidebar")) {
        } else {
            ?>
onecolumn<?php 
        }
        ?>
">

	<div id="content" class="entry-content clearfix" role="main">
		<div class="content-wrapper clearfix">

<?php 
        if ($post->thumbnailSrc) {
            ?>
			<article id="post-<?php 
            echo htmlSpecialChars($post->id);
            ?>
" class="<?php 
            echo htmlSpecialChars($post->htmlClasses);
            ?>
 clearfix">
<?php 
        } else {
            ?>
			<article id="post-<?php 
            echo htmlSpecialChars($post->id);
            ?>
" class="<?php 
            echo htmlSpecialChars($post->htmlClasses);
            ?>
 no-thumbnail clearfix">
<?php 
        }
        ?>

<?php 
        NCoreMacros::includeTemplate("snippets/posted-on.php", $template->getParams(), $_l->templates['qua3fhiidj'])->render();
        ?>

<?php 
        if ($post->thumbnailSrc != false) {
            ?>
			<a href="<?php 
            echo htmlSpecialChars($post->thumbnailSrc);
            ?>
">
			<div class="entry-thumbnail">
<?php 
            $imgWidth = 980;
            ?>
				<?php 
            if (is_active_sidebar("post-sidebar")) {
                ?>
 <?php 
                $imgWidth = 650;
                ?>
 <?php 
            }
            ?>

				<img src="<?php 
            echo TIMTHUMB_URL . "?" . http_build_query(array('src' => $post->thumbnailSrc, 'w' => $imgWidth, 'h' => 400), "", "&amp;");
            ?>
" alt="" />
			</div>
			</a>
<?php 
        }
        ?>

			<div class="entry-meta clearfix">
				<div class="date left">
					<a href="<?php 
        echo WpLatteFunctions::getDayLink($post->date);
        ?>
" class="meta-info date" title="<?php 
        echo htmlSpecialChars($template->date($post->date, $site->dateFormat));
        ?>
" rel="bookmark">
						<?php 
        echo NTemplateHelpers::escapeHtml($template->date($post->date, $site->dateFormat), ENT_NOQUOTES);
        ?>

					</a>
				</div>
				<div class="meta-info comments right"><span><?php 
        echo NTemplateHelpers::escapeHtml($post->commentsCount, ENT_NOQUOTES);
        ?>
</span></div>
			</div>

			<div class="entry-content">
				<?php 
        echo $post->content;
        ?>

			</div>

			<div class="entry-meta post-footer">

<?php 
        if ($post->type == 'post') {
            ?>
					<p style="margin-bottom: 40px;">
<?php 
            if ($post->categories) {
                ?>
			                	<span class="single-categories"><strong><?php 
                echo NTemplateHelpers::escapeHtml(__('Categories:', 'ait'), ENT_NOQUOTES);
                ?>
</strong> <?php 
                echo $post->categories;
                ?>
</span>
<?php 
            }
            ?>

						<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>

<?php 
            if ($post->tags) {
                ?>
						<span class="tag-links">
							<span class="entry-utility-prep entry-utility-prep-tag-links"><strong><?php 
                echo NTemplateHelpers::escapeHtml(__('Tagged:', 'ait'), ENT_NOQUOTES);
                ?>
</strong></span>
							<?php 
                echo $post->tags;
                ?>

						</span>
<?php 
            }
            ?>
		            </p>
<?php 
        }
        ?>

<?php 
        if (strlen($post->author->bio) !== 0) {
            ?>
				<div class="author-archive-meta clearfix">
					<div id="author-avatar" class="left"><?php 
            echo $post->author->avatar(60);
            ?>
</div>
					<div id="author-description" class="clearfix">
						<div class="author-name"><?php 
            echo NTemplateHelpers::escapeHtml(_x('About', 'about author', 'ait'), ENT_NOQUOTES);
            ?>
 <?php 
            echo NTemplateHelpers::escapeHtml($post->author->name, ENT_NOQUOTES);
            ?>
</div>
						<div class="bio"><?php 
            echo NTemplateHelpers::escapeHtml($post->author->bio, ENT_NOQUOTES);
            ?>
</div>
					</div>
				</div>
<?php 
        } else {
            ?>
				<div class="author-name">Author: <?php 
            echo NTemplateHelpers::escapeHtml($post->author->name, ENT_NOQUOTES);
            ?>
</div>
<?php 
        }
        ?>

			</div><!-- /.entry-meta -->

		</article>

<?php 
        NCoreMacros::includeTemplate("comments.php", array('closeable' => $themeOptions->general->closeComments, 'defaultState' => $themeOptions->general->defaultPosition) + $template->getParams(), $_l->templates['qua3fhiidj'])->render();
        ?>

		</div><!-- /.content-wrapper -->
	</div> <!-- /#content -->

<?php 
        if (is_active_sidebar("post-sidebar")) {
            ?>
	<div class="page-sidebar post-sidebar right clearfix">
<?php 
            dynamic_sidebar('post-sidebar');
            ?>
	</div>
<?php 
        }
        ?>

</div ><!-- /#container -->

</section>
<?php 
    }