Open archive.php and remove it:
<div id="sidebar">
<div id="sidebar-spacer" />
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar-blog')) : ?><?php endif; ?>
</div><!--sidebar ends-->
Open single.php and remove it:
<div id="sidebar">
<div id="sidebar-spacer" />
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar-single')) : ?><?php endif; ?>
</div><!--sidebar ends-->
Open style.css and replace:
.page-template-blog-full-php #container
.page-template-blog-full-php #content
for:
.page-template-blog-full-php #container, body.single-post #container, body.archive #container
.page-template-blog-full-php #content, body.single-post #content, body.archive #content
Open css/responsive.css and replace:
.page-template-blog-full-php #content
for:
.page-template-blog-full-php #content, body.single-post #content, body.archive #content