diff --git a/squaregrid/SUBTHEME/README.txt b/squaregrid/SUBTHEME/README.txt
new file mode 100644
index 0000000..7aa6aa2
--- /dev/null
+++ b/squaregrid/SUBTHEME/README.txt
@@ -0,0 +1,5 @@
+To use the subtheme, perform the following steps:
+
+1. Replace all instances of SUBTHEME with your theme name in the file names and the info file.
+
+2. Remove the .txt ending from the info file name.
diff --git a/squaregrid/SUBTHEME/SUBTHEME.info.txt b/squaregrid/SUBTHEME/SUBTHEME.info.txt
new file mode 100644
index 0000000..013d377
--- /dev/null
+++ b/squaregrid/SUBTHEME/SUBTHEME.info.txt
@@ -0,0 +1,44 @@
+name = SUBTHEME
+description = Copy this theme into your <i>sites/all/themes</i> folder. Replace <i>SUBTHEME</i> with your theme name. This theme is based on <b><a href="http://drupal.org/project/squaregrid">Square Grid</a></b> base theme and depends on it. Do not delete the base theme.
+core = 7.x
+engine = phptemplate
+base theme = squaregrid
+version = 3.x
+
+; Page layout regions
+regions[page_top] = Page top
+regions[highlighted] = Highlighted
+regions[help] = Help
+regions[content] = Content
+regions[sidebar_first] = Primary supplementary content
+regions[sidebar_second] = Secondary supplementary content
+regions[navigation] = Navigation
+regions[footer] = Footer
+regions[page_bottom] = Page bottom
+
+;Add a css file
+stylesheets[all][] = css/default.css
+
+;Add a js file
+;scripts[] = scripts/script.js
+
+
+; Default values for theme settings
+settings[showgrid]          = 0
+settings[html5shiv]         = 1
+settings[mobilewebapp]      = 1
+settings[break_point]       = break640
+settings[max_width]         = px1200
+settings[c3_main_width]     = sg-20
+settings[c3_main_push]      = push-8
+settings[c3_supp1_width]    = sg-7
+settings[c3_supp1_push]     = push-0
+settings[c3_supp2_width]    = sg-6
+settings[c3_supp2_push]     = push-28
+settings[c2_s1_main_width]  = sg-21
+settings[c2_s1_main_push]   = push-14
+settings[c2_s1_supp1_width] = sg-13
+settings[c2_s1_supp1_push]  = push-0
+settings[c1_main_width]     = sg-35
+settings[c1_main_push]      = push-0
+
diff --git a/squaregrid/SUBTHEME/css/default.css b/squaregrid/SUBTHEME/css/default.css
new file mode 100644
index 0000000..bb890e2
--- /dev/null
+++ b/squaregrid/SUBTHEME/css/default.css
@@ -0,0 +1,3 @@
+/* Edit this style to set the default style for your theme */
+
+
diff --git a/squaregrid/SUBTHEME/favicon.ico b/squaregrid/SUBTHEME/favicon.ico
new file mode 100644
index 0000000..8f8abd3
Binary files /dev/null and b/squaregrid/SUBTHEME/favicon.ico differ
diff --git a/squaregrid/SUBTHEME/images/README.txt b/squaregrid/SUBTHEME/images/README.txt
new file mode 100644
index 0000000..fd3bff9
--- /dev/null
+++ b/squaregrid/SUBTHEME/images/README.txt
@@ -0,0 +1 @@
+Place your theme images into this folder.
diff --git a/squaregrid/SUBTHEME/logo.png b/squaregrid/SUBTHEME/logo.png
new file mode 100644
index 0000000..8368d42
Binary files /dev/null and b/squaregrid/SUBTHEME/logo.png differ
diff --git a/squaregrid/SUBTHEME/screenshot.png b/squaregrid/SUBTHEME/screenshot.png
new file mode 100644
index 0000000..71c9772
Binary files /dev/null and b/squaregrid/SUBTHEME/screenshot.png differ
diff --git a/squaregrid/SUBTHEME/scripts/README.txt b/squaregrid/SUBTHEME/scripts/README.txt
new file mode 100644
index 0000000..f1aea15
--- /dev/null
+++ b/squaregrid/SUBTHEME/scripts/README.txt
@@ -0,0 +1 @@
+Place your scripts into this folder. 
diff --git a/squaregrid/SUBTHEME/template.php b/squaregrid/SUBTHEME/template.php
new file mode 100644
index 0000000..6005bc0
--- /dev/null
+++ b/squaregrid/SUBTHEME/template.php
@@ -0,0 +1,60 @@
+<?php
+
+/**
+ * @file
+ * Override variables passed to theme templates.
+ */
+
+/**
+ * Override variables for the html.tpl.php template.
+ */
+/* -- Delete this line if you enable the override
+function squaregrid_preprocess_html(&$vars) {
+  
+}
+// */
+
+/**
+ * Override variables for the page.tpl.php template.
+ */
+/* -- Delete this line if you enable the override
+function squaregrid_preprocess_page(&$variables, $hook) {
+
+}
+// */
+
+/**
+ * Override variables for the region.tpl.php template.
+ */
+/* -- Delete this line if you enable the override
+function squaregrid_preprocess_region(&$variables, $hook) {
+
+}
+// */
+
+/**
+ * Override variables for the node.tpl.php template.
+ */
+/* -- Delete this line if you enable the override
+function squaregrid_preprocess_node(&$variables, $hook) {
+
+}
+// */
+
+/**
+ * Override variables for the comment.tpl.php template.
+ */
+/* -- Delete this line if you enable the override
+function squaregrid_preprocess_comment(&$variables, $hook) {
+
+}
+// */
+
+/**
+ * Override variables for the block.tpl.php template.
+ */
+/* -- Delete this line if you enable the override
+function squaregrid_preprocess_block(&$variables) {
+
+}
+// */
diff --git a/squaregrid/SUBTHEME/templates/README.txt b/squaregrid/SUBTHEME/templates/README.txt
new file mode 100644
index 0000000..abf9f09
--- /dev/null
+++ b/squaregrid/SUBTHEME/templates/README.txt
@@ -0,0 +1 @@
+Copy into this folder those templates from the base theme that you want to customize.
\ No newline at end of file
diff --git a/squaregrid/SUBTHEME/theme-settings.php b/squaregrid/SUBTHEME/theme-settings.php
new file mode 100644
index 0000000..40ad819
--- /dev/null
+++ b/squaregrid/SUBTHEME/theme-settings.php
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * Implements hook_form_system_theme_settings_alter().
+ */
+function SUBTHEME_form_system_theme_settings_alter(&$form, &$form_state, $form_id = NULL)  {
+  // Do not delete this condition
+  if (isset($form_id)) {
+    return;
+  }
+
+  // Your Form API code here 
+  
+}
