echo __('Categories') . ':';
        ks_category();
        ?>
</font></div>
		<?php 
        ks_content(__('(more...)'));
        ks_link_pages();
        ?>
		<p align="right"><img localsrc="68" alt="by " /><font color="#ff8c00"><?php 
        the_author();
        ?>
</font> <img localsrc="46" alt=" @ " /><font color="<?php 
        echo $ks_settings['date_color'];
        ?>
"><?php 
        ks_time('Y-m-d H:i');
        ?>
</font></p>
		<div><?php 
        ks_tags('<img localsrc="106" alt="" /><font size="-1">' . __('Tags') . ':', '</font><br />');
        if (ks_option('ks_separate_comments')) {
            ks_comments_link($ks_settings['comments_icon'] + array('zero' => __('No Comments/Pings', 'ktai_style'), 'one' => __('One Comment/Ping', 'ktai_style'), 'more' => __('% Comments and Pings', 'ktai_style')));
        } else {
            ks_comments_link($ks_settings['comments_icon'] + array('zero' => __('No comments', 'ktai_style')));
        }
        ks_comments_post_link(NULL, '<br />');
        edit_post_link('<font color="' . $ks_settings['edit_color'] . '">' . __('Edit post') . '</font>', '<br /><img localsrc="104" alt="" />');
        ?>
</div><hr color="<?php 
        echo $ks_settings['hr_color'];
        ?>
        ?>
		<dt><br /><div style="<?php 
        echo $ks_settings['title_style'];
        ?>
"><?php 
        ks_ordered_link(array('count' => $count, 'max' => $max, 'link' => get_permalink(), 'anchor' => '<span style="' . $ks_settings['title_style'] . '">' . get_the_title() . '</span>', 'hide_over_max' => true));
        ?>
</div>
		<?php 
        echo $tree_continued;
        ?>
		<font color="<?php 
        echo $ks_settings['time_color'];
        ?>
"><?php 
        ks_time();
        ?>
</font> <?php 
        ks_comments_link('<img localsrc="811" alt="" />');
        edit_post_link('<font color="' . $ks_settings['edit_color'] . '">' . __('Edit') . '</font>', '<br />' . $tree_continued . '<img localsrc="104" alt="" />');
        ?>
<br /><?php 
        echo $tree_last;
        ?>
		<font color="#666666" size="-1"><?php 
        echo ks_excerpt(80, KTAI_NOT_ECHO);
        ?>
</font></dt>
	<?php 
    }
    ?>