<div class="span-11 last">
            
	<div class="span-7">
	
		<div class="sidebar left-sidebar">
		
		<?php if(get_theme_option('socialnetworks') != '') {
			?>
    			<div class="addthis_toolbox">   
    			    
    			</div>
    			<?php
    		}
    	?>
        
        <?php
		if(get_theme_option('rssbox') == 'true') {
			?>
    			
    			<?php
    		}
    	?>
    	
    	<?php
    		if(get_theme_option('twitter') != '') {
    			?>
    			
    			</div>
    			<?php
    		}
    	?>
        
        <?php if(get_theme_option('video') != '') {
			?>
			<div class="sidebarvideo">
				
			</div>
			<?php
		}
		?>
        
    	
			<ul>
				<?php 
						if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar 1') ) : ?>
	
					
				
					<li><h2><?php _e('Recent Posts'); ?></h2>
				               <ul>
						<?php wp_get_archives('type=postbypost&limit=5'); ?>  
				               </ul>
					</li>
					
					<li id="tag_cloud"><h2>Tags</h2>
						<?php wp_tag_cloud('largest=16&format=flat&number=20'); ?>
					</li>
				
					<li> 
						<h2>Calendar</h2>
						<?php get_calendar(); ?> 
					</li>
					
				
				
				<?php include (TEMPLATEPATH . '/recent-comments.php'); ?>
				<?php if (function_exists('get_recent_comments')) { get_recent_comments(); } ?>
				
				<li><h2>Meta</h2>
					<ul>
						<?php wp_register(); ?>
						<li><?php wp_loginout(); ?></li>
						<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
						<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
						<?php wp_meta(); ?>