/* Tom's random edit notes--please don't touch! */

.custom #content_box { width: 100%; background: url('http://outoftheswamp.org/wp-content/uploads/dot-ccc.gif') 59.9em 0 repeat-y; }

/* add this style back to header for banner image linking if all else fails:

<a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/header_1.jpg" width="770px" height="140px" alt="<?php bloginfo('name'); ?> home" title="<?php bloginfo('name'); ?> home" /></a>

*/

/* Twitter plugin
                <li class="widget">
                        <h2>Latest Tweets</h2>
                        <?php aktt_sidebar_tweets(); ?>
                        <img src="http://blog.enlightennext.org/wp-content/uploads/2009/misc/icon_twitter.gif"><a href="http://www.twitter.com/KosmicTom"><b>Follow <em>Out of the Swamp's</em> Tom Huston on Twitter!</b></a>
                </li>
*/


/* 

				<p class="tagged"> <?php the_category(', '); ?> &middot; <strong>Tags:</strong><?php the_tags('','&middot;',''); ?> <span class="add_comment"><?php comments_popup_link('&rarr; No Comments', '&rarr; 1 Comment', '&rarr; % Comments'); ?></span> </p>  
				<div class="clear"></div>

Twitter feed (for ENext)
                <li class="widget">
                <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="325" height="200" id="TwitterWidget" align="middle">
	<param name="allowScriptAccess" value="always" />
	<param name="allowFullScreen" value="false" />
	<param name="movie" value="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" />
	<param name="quality" value="high" />
	<param name="bgcolor" value="#000000" />
	<param name="FlashVars" value="userID=26532585&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml">
	<embed src="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" quality="high" bgcolor="#000000" width="325" height="200" name="TwitterWidget" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="userID=26532585&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml"/>
                </object>
                </li>
*/

/* Background stuff:
body { background: #f0f0f0 url('images/bgfade-984a.gif')
*/

/* the stuff that fake navs are made of

the re-inserter:

<div class="box1">
   <a id="box-link" href="http://www.enlightennext.org/magazine/current/"></a>
   <a id="box-link2" href="http://www.enlightennext.org/magazine/subscribe/"><h6 align="right">Subscribe to<br>EnlightenNext</h6></a>
   <a id="box-link3" href="http://www.enlightennext.org/magazine/current/"><h6 align="right">View Our<br>Current Issue</h6></a>
   <a id="box-link4" href="http://www.outoftheswamp.org/"></a>
   <a id="box-link5" href="http://www.enlightennext.org/magazine/"></a>
     </div>

re-insert this lovely nav too:

	<ul id="nav"> 
		<li <?php if (is_home()) echo('class="current_page_item" '); ?>><a href="<?php bloginfo('url'); ?>">Blog</a></li>
                <li class="spacer">|</li> 
                <li class="back"><a href="http://www.enlightennext.org/magazine/">Magazine Homepage</a></li>
                <li class="spacer">|</li>  
                <li class="editors"><a href="http://outoftheswamp.org/?page_id=2">About the Editors</a></li>
                <li class="spacer">|</li>
                <li class="editors"><a href="http://www.outoftheswamp.org/">Archives</a></li>
                <li class="spacer">|</li>
                <li class="store"><a href="http://www.enlightennext.org/magazine/store/">Store</a></li>
                <li class="spacer">|</li>
                <li class="donate"><a href="https://www.enlightennext.org/donate/">Donate</a></li>
                <li class="rss"><a href="<?php bloginfo('rss2_url'); ?>">Get Our RSS Feed</a></li>
	</ul>

<div class="boxnav1">
	<a id="boxnav-link" href="http://www.outoftheswamp.org/"><h7 align="left">Editors' Blog</h7></a>
                <a id="boxnav-link2" href="http://www.enlightennext.org/magazine/"><h7 align="left">Magazine Homepage</h7></a>
                <a id="boxnav-link3" href="http://outoftheswamp.org/?page_id=2"><h7 align="left">About the Editors</h7></a>
                <a id="boxnav-link4" href="http://www.outoftheswamp.org/"><h7 align="left">Archives</h7></a>
                </div>
*/

/* 
body { background: #f0f0f0 url('images/bgfade.gif') center repeat-y; color: #111; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; } 
*/

/* the all-important dateline IE6/7 glitch code for index-php: <h5><?php the_time('F j, Y') ?> at <?php the_time('g:ia'); ?>  */

/* original footer

	<div id="footer">
		<p>&copy; 2009 <?php bloginfo('name'); ?> &mdash; <a href="<?php bloginfo('url'); ?>/sitemap/">Sitemap</a> &mdash; <a href="http://cutline.tubetorial.com/">Cutline theme</a> by <a href="http://www.tubetorial.com">Chris Pearson</a></p>
		<?php wp_footer(); ?>
	</div>

*/

/* this masthead div belongs in header.php between nav and header_img divs

	<ul id="nav"> 
		<li <?php if (is_home()) echo('class="current_page_item" '); ?>><a href="<?php bloginfo('url'); ?>">Blog</a></li>
		<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
                <li class="back"><a href="http://www.enlightennext.org/magazine/">magazine</a></li>
		<li class="rss"><a href="<?php bloginfo('rss2_url'); ?>">RSS</a></li>
	</ul>

       <div id="masthead">
		<h1><a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/header_1.jpg" width="770px" height="140px" alt="<?php bloginfo('name'); ?></a></h1>
		
	</div>

*/

/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/