diff --git a/wp-content/themes/threattocreativity/404.php b/wp-content/themes/threattocreativity/404.php
new file mode 100644
index 0000000000000000000000000000000000000000..cf1f8b456086328e2e121a43e8b57f44f2223740
--- /dev/null
+++ b/wp-content/themes/threattocreativity/404.php
@@ -0,0 +1,15 @@
+<?php get_header();?>
+
+	<div id="content">
+		<div id="banner"></div>
+			<div class="pagetitle">Error 404</div>
+			<p>We can't find the page you have requested, but maybe you should check out the archives below for something:</p>
+			<ul>
+				<?php get_archives('monthly', '', 'html', '', '', TRUE); ?>
+			</ul>
+		</div>
+		<div id="navigationwrap">
+			<?php get_sidebar();?>
+        </div>
+	</div>
+<?php get_footer();?>
\ No newline at end of file
diff --git a/wp-content/themes/threattocreativity/colors.php b/wp-content/themes/threattocreativity/colors.php
new file mode 100644
index 0000000000000000000000000000000000000000..e560ef6b0ca5bdde957ddd551731495a3821ae3d
--- /dev/null
+++ b/wp-content/themes/threattocreativity/colors.php
@@ -0,0 +1,56 @@
+<style>
+	<!--
+		.widgettitle {
+			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); ?>; 
+			}
+		#recent-posts .widgettitle {
+			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); ?>; 
+			}
+		#archives .widgettitle {
+			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); ?>;
+			}
+		#linkcat-2 .widgettitle {
+			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); ?>;
+			}
+		#recent-comments .widgettitle {
+			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); ?>;
+			}
+		#sidebar .sidebar_header {
+			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); ?>;
+			}
+		.searchform {
+			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); ?>;
+			
+			}
+		.commentlist li {
+			border-bottom:1px solid #<?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); ?>;
+			}
+		.blogtitle a {
+			color: #<?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); ?> !important;
+			}
+		.blogtitle a:hover {
+			color: #<?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); ?> !important;
+			}
+		#nav a, #nav a:visited {
+			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); ?> !important;
+			}
+		#nav a:hover {
+			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); ?> !important;
+			}
+		.blogdescription {
+			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); ?> !important;
+			}
+		ol.commentlist li.comment ul.children li.depth-2 { 
+			border-left:5px solid #<?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); ?>; 
+			}
+		ol.commentlist li.comment ul.children li.depth-3 { 
+			border-left:5px solid #<?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); ?>; 
+			}
+		ol.commentlist li.comment ul.children li.depth-4 { 
+			border-left:5px solid #<?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); ?>; 
+			}
+		ol.commentlist li.parent { 
+			border-left:5px solid #<?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); ?>; 
+			}
+	-->
+	</style>
\ No newline at end of file
diff --git a/wp-content/themes/threattocreativity/comments.php b/wp-content/themes/threattocreativity/comments.php
new file mode 100644
index 0000000000000000000000000000000000000000..e39504be43a420ff1726c61cf7aa7647ae1ac879
--- /dev/null
+++ b/wp-content/themes/threattocreativity/comments.php
@@ -0,0 +1,91 @@
+<?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('Leave a Comment', '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( 'Leave a Reply', '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>Logged in as <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 ?>
diff --git a/wp-content/themes/threattocreativity/favicon.ico b/wp-content/themes/threattocreativity/favicon.ico
new file mode 100644
index 0000000000000000000000000000000000000000..9aa9e9a2a41563ae492c77620f9ee1db06f1d93a
Binary files /dev/null and b/wp-content/themes/threattocreativity/favicon.ico differ
diff --git a/wp-content/themes/threattocreativity/footer.php b/wp-content/themes/threattocreativity/footer.php
new file mode 100644
index 0000000000000000000000000000000000000000..4ae6a58e456fd2c0644a8ff871eeca0df278d98a
--- /dev/null
+++ b/wp-content/themes/threattocreativity/footer.php
@@ -0,0 +1,17 @@
+		<div id="footer">
+			<?php wp_footer();?>
+            	<strong>
+					<?php bloginfo('name'); ?>
+                </strong>
+			<?php bloginfo('description'); ?>
+
+
+        	<br /><br />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>
+</body>
+</html>
\ No newline at end of file
diff --git a/wp-content/themes/threattocreativity/functions.php b/wp-content/themes/threattocreativity/functions.php
new file mode 100644
index 0000000000000000000000000000000000000000..dcac6f7e107f1cd3a7c1b18a09d344854a32ba04
--- /dev/null
+++ b/wp-content/themes/threattocreativity/functions.php
@@ -0,0 +1,18 @@
+<?php
+if ( function_exists('register_sidebar') )
+    register_sidebar();
+?>
+<?php function post_thumb() {
+$files = get_children('post_parent='.get_the_ID().'&post_type=attachment&post_mime_type=image');
+  if($files) :
+    $keys = array_reverse(array_keys($files));
+    $j=0;
+    $num = $keys[$j];
+    $image=wp_get_attachment_image($num, 'thumbnail', false);
+    $imagepieces = explode('"', $image);
+    $imagepath = $imagepieces[1];
+    $thumb=wp_get_attachment_image($num, 'thumbnail', false);
+    print "$thumb";
+  endif;
+}
+?>
\ No newline at end of file
diff --git a/wp-content/themes/threattocreativity/header.php b/wp-content/themes/threattocreativity/header.php
new file mode 100644
index 0000000000000000000000000000000000000000..d72f12958bc47ebbb00f71558cbd92b24a6c62b0
--- /dev/null
+++ b/wp-content/themes/threattocreativity/header.php
@@ -0,0 +1,36 @@
+<!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" /> 
+	<?php if (is_single()) {
+		?>
+		<title><?php the_title(); ?> | <?php bloginfo('name'); ?></title>
+		<?php } else { ?>
+			<title><?php bloginfo('name'); ?> | <?php bloginfo('description'); ?></title>
+			<?php } ?>
+	<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'); ?>" />
+	<?php include_once("colors.php"); ?>
+	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
+	
+	<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
+	<?php wp_head(); ?>
+
+</head>
+<body>
+
+		<div id="header_nav">
+        	<ul id="nav" class="clearfloat">
+				<li><a href="<?php echo get_option('home'); ?>/" class="on">Home</a></li> 
+				<?php wp_list_pages('title_li='); ?>
+			</ul>
+		</div>
+		<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>
\ No newline at end of file
diff --git a/wp-content/themes/threattocreativity/images/blockquote.jpg b/wp-content/themes/threattocreativity/images/blockquote.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..5ed38a85b50453e4c8956ca57683330d4b3c0c35
Binary files /dev/null and b/wp-content/themes/threattocreativity/images/blockquote.jpg differ
diff --git a/wp-content/themes/threattocreativity/images/magnifier.png b/wp-content/themes/threattocreativity/images/magnifier.png
new file mode 100644
index 0000000000000000000000000000000000000000..5b319f062cdde66e27b113d2e35f20d2c66f509c
Binary files /dev/null and b/wp-content/themes/threattocreativity/images/magnifier.png differ
diff --git a/wp-content/themes/threattocreativity/index.php b/wp-content/themes/threattocreativity/index.php
new file mode 100644
index 0000000000000000000000000000000000000000..32be5b132c1ee3fbd92936380fb0cdc7c1d60c0b
--- /dev/null
+++ b/wp-content/themes/threattocreativity/index.php
@@ -0,0 +1,49 @@
+<?php get_header();?>
+<div style="clear:both;"></div>
+		<div id="contentwrap">
+			<div id="content">
+				<div id="banner">
+                </div>
+				<div id="aligner">
+				<!-- <div id="fun"></div> -->
+				<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+				
+                <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 thickbox" id="thickbox post-<?php the_ID(); ?>">
+                	<div class="bg">
+						<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 post_thumb(); ?><?php the_excerpt('Read more &raquo;'); ?>
+							</div>
+						</div>
+                    </div>
+				</div>
+
+				<?php endwhile; ?>
+
+				<?php endif; ?>
+				
+                
+				<div style="clear:both;">
+                </div></div>
+
+				<div align="center" id="navlink">
+					<?php posts_nav_link(); ?>
+                </div>
+			</div>
+
+			<?php get_sidebar();?>
+	
+    	</div>
+
+<?php get_footer();?>
\ No newline at end of file
diff --git a/wp-content/themes/threattocreativity/page.php b/wp-content/themes/threattocreativity/page.php
new file mode 100644
index 0000000000000000000000000000000000000000..82016e3f48437b47d211cb94aab57edaea5826af
--- /dev/null
+++ b/wp-content/themes/threattocreativity/page.php
@@ -0,0 +1,56 @@
+<?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="postdate_single"><?php the_time('m.d.Y') ?></div>
+
+			<div class="posttitle_single"><?php the_title(); ?></div>
+
+			<div id="cattag"><?php edit_post_link(); ?></div>
+
+
+			<div align="center" class="entrywhole">
+
+				<div align="left" class="entry">
+
+					<?php the_content('Read more &raquo;'); ?>
+
+				</div>
+
+			</div>
+		</div>
+		<div style="clear:both;"></div>
+
+		<div>
+		<?php 
+			// comments_template(); 
+		?>
+		</div>
+
+		<?php endwhile; ?>
+
+		<?php endif; ?>
+
+	</div>
+
+	<div id="navigationwrap">
+
+	</div>
+
+</div>
+
+		<?php get_sidebar();?>
+</div>
+
+
+
+
+<?php get_footer();?>
\ No newline at end of file
diff --git a/wp-content/themes/threattocreativity/screenshot.png b/wp-content/themes/threattocreativity/screenshot.png
new file mode 100644
index 0000000000000000000000000000000000000000..ceff343ad84d47009c255a7553fc5f7cc1d405da
Binary files /dev/null and b/wp-content/themes/threattocreativity/screenshot.png differ
diff --git a/wp-content/themes/threattocreativity/search.php b/wp-content/themes/threattocreativity/search.php
new file mode 100644
index 0000000000000000000000000000000000000000..eb2f58d7692228a083e5c7b7ffeb4d99ec826c4c
--- /dev/null
+++ b/wp-content/themes/threattocreativity/search.php
@@ -0,0 +1,50 @@
+<?php get_header();?>
+<div style="clear:both;"></div>
+		<div id="contentwrap">
+			<div id="content">
+				<div id="banner">
+                </div>
+				<div id="aligner">
+				<h1 id="subtitle">- Search results for <?php echo the_search_query(); ?> -</h1>
+				<!-- <div id="fun"></div> -->
+				<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+				
+                <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 thickbox" id="thickbox post-<?php the_ID(); ?>">
+                	<div class="bg">
+						<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 post_thumb(); ?>	<?php the_excerpt('Read more &raquo;'); ?>
+							</div>
+						</div>
+                    </div>
+				</div>
+
+				<?php endwhile; else: ?>
+			<p>Sorry, your search returned nothing. Try something else.</p>
+		<?php endif; ?>
+				
+                
+				<div style="clear:both;">
+                </div></div>
+
+				<div align="center" id="navlink">
+					<?php posts_nav_link(); ?>
+                </div>
+			</div>
+
+			<?php get_sidebar();?>
+	
+    	</div>
+
+<?php get_footer();?>
\ No newline at end of file
diff --git a/wp-content/themes/threattocreativity/searchform.php b/wp-content/themes/threattocreativity/searchform.php
new file mode 100644
index 0000000000000000000000000000000000000000..6cc8d016418f553bec66fa022b03c5270db712d1
--- /dev/null
+++ b/wp-content/themes/threattocreativity/searchform.php
@@ -0,0 +1,4 @@
+<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>
\ No newline at end of file
diff --git a/wp-content/themes/threattocreativity/sidebar.php b/wp-content/themes/threattocreativity/sidebar.php
new file mode 100644
index 0000000000000000000000000000000000000000..5b32ca3cbd353dbd81bfc9659eafd4b3c3ec6c00
--- /dev/null
+++ b/wp-content/themes/threattocreativity/sidebar.php
@@ -0,0 +1,34 @@
+		<div id="sidebar">
+
+				
+
+			<?php 	/* Widgetized sidebar, if you have the plugin installed. */
+		if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
+			
+		<h2 class="widgettitle">Pages</h2>
+		<ul>
+			<?php wp_list_pages('title_li='); ?>
+		</ul>
+		<h2 class="widgettitle">Categories</h2>
+		<ul>
+			 <?php wp_list_cats('sort_column=name'); ?>
+		</ul>
+		<h2 class="widgettitle">Archives</h2>
+		<ul>
+			 <?php wp_get_archives('type=monthly'); ?>
+		</ul>
+		
+		<h2 class="widgettitle">Meta</h2>
+		<ul>
+			<?php wp_register(); ?>
+			<li><?php wp_loginout(); ?></li>
+			<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
+			<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
+			<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
+			<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
+			<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li>
+			<?php wp_meta(); ?>
+		</ul>
+		
+		<?php endif; ?>
+		</div>
\ No newline at end of file
diff --git a/wp-content/themes/threattocreativity/single.php b/wp-content/themes/threattocreativity/single.php
new file mode 100644
index 0000000000000000000000000000000000000000..bb445eb208624dc4da123d51673199e494889fe5
--- /dev/null
+++ b/wp-content/themes/threattocreativity/single.php
@@ -0,0 +1,54 @@
+<?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="postdate_single"><?php the_time('m.d.Y') ?></div>
+
+			<div class="posttitle_single"><?php the_title(); ?></div>
+
+			<div id="cattag"><?php edit_post_link('Edit This', '', ' |'); ?>
+  Categories: <?php the_category(', '); ?></div>
+
+
+			<div align="center" class="entrywhole">
+
+				<div align="left" class="entry">
+
+					<?php the_content('Read more &raquo;'); ?>
+
+				</div>
+
+			</div>
+<div id="cattag"><?php the_tags('Tags:', ', ', ''); ?> </div>
+		</div>
+		<div style="clear:both;"></div>
+
+		<div><?php comments_template(); ?></div>
+
+		<?php endwhile; ?>
+
+		<?php endif; ?>
+
+	</div>
+
+	<div id="navigationwrap">
+
+	</div>
+
+</div>
+
+		<?php get_sidebar();?>
+</div>
+
+
+
+
+<?php get_footer();?>
\ No newline at end of file
diff --git a/wp-content/themes/threattocreativity/style.css b/wp-content/themes/threattocreativity/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..68ee80fa3d227a243541329588cdcbe2ee247ccc
--- /dev/null
+++ b/wp-content/themes/threattocreativity/style.css
@@ -0,0 +1,821 @@
+/*   
+Theme Name: ThreatToCreativity
+Theme URI: http://maxisnow.com/2009/09/threattocreativity-2-update-released/
+Description: This theme has a CSS dropdown menu set in reverse order and an intergrated thumbnail excerpt insertion function.<br> Largely inspired by European POP art, this theme is a labour of love. Pieces of code borrowed from all over. The key feature to this theme is the homepage excerpts with randomly generated coloration. It's a real threat to minimalist design and general organic creativity. It's automated and audacious. 
+Version 2.1 - Fixed IE issues, Pages issues, and some other general enhancements. Thanks for the support everyone!
+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: 2.3
+
+Version 2.3
+
+    ThreatToCreativity v2.3
+	http://maxisnow.com/2009/09/threattocreativity-2-update-released/
+
+    Copyright (C) 2009  Max Kirchoff
+	The CSS, XHTML and design is released under GPL:
+	http://www.opensource.org/licenses/gpl-license.php
+
+
+
+Use these theme as you please. It would be nice if the footer stayed intact with links back to my site, however I understand that some people want to remove it. I've done it myself before. If you do linkback to me with the theme active on a site, I will probably link to you from my site. Just FYI.
+Please find the color code generator in colors.php but all other styles in the theme stylesheet.
+
+
+*/
+
+
+/* -standards- */
+
+
+
+body {
+	background: #ededed;
+	color: #000000;
+	font-family: "Arial";
+	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: #000000;
+	text-decoration: none;
+	}
+
+.entry a {
+	color: #333333;
+	text-decoration: underline;
+	}
+.entry ul li {
+	padding: 3px;
+}
+.entry ul {
+	list-style-position:inside
+}
+a:hover {
+	color: #ff0000;
+	}
+
+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 {
+	color: #ff7e00;
+	font-weight: bold;
+	font-size: 85px;
+	text-transform: uppercase;
+	position:relative;
+	line-height:58px;
+margin-top:55px;
+	float:left;
+	overflow: visible;
+	}
+	
+.blogdescription {
+
+	color: #ffffff;
+
+	text-transform: uppercase;
+
+	position: relative;
+
+	width: 533px;
+
+	margin: 0 0 0 6px;
+
+	padding: 1px 0 0 5px;
+	float:left;
+	position: relative;
+	}
+
+#banner {
+
+
+
+	}
+
+
+
+/* -content- */
+
+
+
+#contentwrap {
+
+	width: 930px;
+	margin: 0 auto;
+	}
+
+#content {
+float: left;
+position: relative;
+	}
+	#aligner {
+		margin: 0;
+			width: 690px;
+	}
+
+#content2 {
+
+	float: left;
+
+
+	width: 640px;
+
+	margin: 0 5px 0 11px;
+
+	}
+
+#contentpost {
+
+	margin-left: auto;
+
+	margin-right: auto;
+
+	width: 640px;
+
+    background: #eeeeee;
+
+	padding-right:8px;
+
+	}
+
+	
+
+/* SIDEBAR */
+
+
+
+#sidebar {
+
+	float: right;
+
+	margin-bottom: 30px;
+
+	width: 230px;
+
+	margin-right: 6px;
+	}
+
+	
+
+#sidebar .sidebar_header {
+
+	// background is determined in random color generator include;
+
+	}
+
+#sidebar h2 {
+
+	color: #ffffff;
+
+	font-weight: normal;
+
+	text-transform: uppercase;
+
+	font-size: 30px;
+	
+	}
+
+#sidebar h2.small, #sidebar h2.widgettitle {
+
+	// background is determined in random color generator include;
+
+	color: #ffffff;
+
+	font-size: 16px;
+
+	font-weight: bold;
+
+	margin: 20px 0 0 0;
+
+	padding: 0 20px 0 0;
+
+	letter-spacing: -2px; 
+	text-transform: uppercase;
+	text-align: right;
+	}
+
+#sidebar ul {
+
+	list-style: none;
+
+	margin: 0;
+
+	padding: 0;
+
+	}
+
+#sidebar li {
+
+	list-style: none;
+
+	}
+#sidebar li select {
+	margin: 5px 0 0 100px;
+}
+#sidebar ul li {
+
+
+background: #cccccc;
+
+	margin: 3px 3px 3px 10px;
+	text-align: right;
+	}
+
+#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: #000000;
+
+	font-size: 16px;
+
+	font-weight: bold;
+
+	text-transform: uppercase;
+
+	}
+
+.postdate_single {
+
+	color: #000000;
+
+	font-size: 25px;
+
+	font-weight: bold;
+
+	text-transform: uppercase;
+
+	}
+
+.pagetitle {
+
+	color: #000000;
+
+	font-size: 2em;
+
+	font-weight: bold;
+
+	margin-top: 14px;
+
+	text-transform: uppercase;
+
+	}
+
+.posttitle {
+
+	font-size: 20px;
+
+	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: #000000;
+
+	}
+
+.postmetadatabottom {
+
+	background: #a9a9a9;
+
+	margin: 15px 0 15px 0;
+
+	padding: 3px;
+
+	text-transform: uppercase;
+
+	width: 100px;
+
+	}
+
+.postmetadatabottom a {
+
+	color: #000000;
+
+	}
+
+.postmetadatabottom a:hover {
+
+	color: #ffffff;
+
+	}
+
+.entry {
+
+	// border-bottom: 1px dotted #a9a9a9;
+
+	padding-bottom: 10px;
+
+	}
+
+
+
+/* -search form- */
+
+
+
+#searchsubmit {
+
+	display: none;
+
+	}
+
+#search {
+
+	border: solid 1px #ffffff ;
+
+	color: #ffffff;
+
+	text-transform: uppercase;
+
+	font-size:10px;
+
+font-weight:bold;
+
+	background: transparent;
+
+	}
+
+.searchform {
+
+	color: #ffffff;
+
+	text-transform: uppercase;
+
+	font-size:11px;
+
+	font-weight:bold;
+
+	padding: 3px;
+
+	margin-top: 3px;
+	padding: 5px 0 0 40px;
+ height: 25px;
+}
+
+
+
+
+
+
+#footer {
+	clear: both;
+	color: #a9a9a9;
+	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:#FFFFFF none repeat scroll 0 0;
+float:left;
+margin-bottom:5px;
+padding:3px;
+}
+.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:#ccc; }
+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:#fff; }
+ol.commentlist li.odd { background:#f6f6f6; }
+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_left {
+
+	width: 900px;
+	margin: 0 auto;
+	}
+
+#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:#810945;
+	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:#810945;
+	float: right;
+	list-style:none;
+	border-right:1px solid #a9a9a9;
+	z-index:5000;
+	}
+
+#nav a, #nav a:visited {
+	background:#810945;
+	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;
+}
+
+#fun {
+	width: 480px;
+	height: 430px;
+	float: left;
+	position: relative;
+	margin:  0 0 0 -250px;
+	background: #660000;
+}
+
+#subtitle {
+	size: 18px;
+	color: #666666;
+	text-transform: uppercase;
+	text-align: center;
+}