<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +0,0 @@
-.DS_Store
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,69 +1,68 @@
 @import url(reset.css);
+/* HTML 5 support is easy: */
+section, header, footer, nav, article, aside { display: block; }
 
+/* ------
+   Blocks
+   ------ */
 body {
 	font: 14px &quot;Gill Sans&quot;, Helvetica, sans-serif;
 	padding-bottom: 40px; /* Let the footer breathe. */
 }
 #wrapper {
 }
-
 #header {
 }
-
 #main {
 }
-
-/* -------------- */
-/* Primary Column */
-/* -------------- */
 #primary {
 }
-
-/* ---------------- */
-/* Secondary Column */
-/* ---------------- */
 #secondary {
 }
+#footer {
+}
 
-/* ------------------------------------- */
-/* Body Copy Style for Main Content Area */
-/* ------------------------------------- */
-#primary h1,
-#primary h2,
-#primary h3,
-#primary h4,
-#primary h5,
-#primary h6 {
+/* --------------------------------------------
+   Body copy style. Just add a class of 'copy'.
+   -------------------------------------------- */
+.copy h1,
+.copy h2,
+.copy h3,
+.copy h4,
+.copy h5,
+.copy h6 {
 	margin: 0 0 20px;
 	font-size: 20px;
 }
-#primary p { line-height: 1.4em; }
-#primary p,
-#primary ul,
-#primary ol { margin: 10px 0; }
-#primary li { margin-left: 20px; }
-#primary ul li { list-style: disc; }
-#primary ol li { list-style: decimal; }
-#primary blockquote {
+.copy p { line-height: 1.4em; }
+.copy p,
+.copy ul,
+.copy ol { margin: 10px 0; }
+.copy li { margin-left: 20px; }
+.copy ul li { list-style: disc; }
+.copy ol li { list-style: decimal; }
+.copy blockquote {
 	padding-left: 15px;
 	border-left: 2px solid #ccc;
 	color: #666;
 }
-
-#footer {
+span.amp {
+	/* http://simplebits.com/notebook/2008/08/14/ampersands.html */
+	font-family: Baskerville, Palatino, &quot;Book Antiqua&quot;, serif;
+	font-style: italic;
 }
 
-/* ------------- */
-/* Misc. Helpers */
-/* ------------- */
+/* -------------
+   Misc. Helpers
+   ------------- */
 .center { text-align: center; }
 .right { float: right; }
 .left { float: left; }
 .clear { clear: both; }
 
-/* ----------------------------------------------------------- */
-/* Clearing Floats (add anything here to /css/ie/all.css also) */
-/* ----------------------------------------------------------- */
+/* -----------------------------------------------------------
+   Clearing Floats (add anything here to /css/ie/all.css also)
+   ----------------------------------------------------------- */
 #main:after,
 #primary:after,
 #secondary:after,</diff>
      <filename>css/base.css</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
-/* ---------------------------------------------- */
-/* This document remains for historical purposes. */
-/* ---------------------------------------------- */
+/* ----------------------------------------------
+   This document remains for historical purposes.
+   ---------------------------------------------- */
 
 /*
 	IE5/Mac Only Styles</diff>
      <filename>css/ie/5mac.css</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
-/* ---------------------------------------------- */
-/* This document remains for historical purposes. */
-/* ---------------------------------------------- */
+/* ----------------------------------------------
+   This document remains for historical purposes.
+   ---------------------------------------------- */
 
 body { text-align: center; }
 #wrapper { text-align: left; }</diff>
      <filename>css/ie/5win.css</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
-/* ----------------------- */
-/* Double-Float Margin Bug */
-/* ----------------------- */
+/* -----------------------
+   Double-Float Margin Bug
+   ----------------------- */
 .left,
 .right { display: inline; }</diff>
      <filename>css/ie/6.css</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
-/* ------------ */
-/* &quot;Has Layout&quot; */
-/* ------------ */
+/* ------------
+   &quot;Has Layout&quot;
+   ------------ */
 #main,
 #primary,
 #secondary,</diff>
      <filename>css/ie/all.css</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,7 @@
 		&lt;div id=&quot;header&quot;&gt;
 		&lt;/div&gt;&lt;!-- #header --&gt;
 		&lt;div id=&quot;main&quot;&gt;	
-			&lt;div id=&quot;primary&quot;&gt;
+			&lt;div id=&quot;primary&quot; class=&quot;copy&quot;&gt;
 				&lt;h1&gt;Title of Page&lt;/h1&gt;
 			&lt;/div&gt;&lt;!-- #primary --&gt;
 			&lt;div id=&quot;secondary&quot;&gt;</diff>
      <filename>html4.html</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@
 	&lt;div id=&quot;header&quot;&gt;
 	&lt;/div&gt;&lt;!-- #header --&gt;
 	&lt;div id=&quot;main&quot;&gt;	
-		&lt;div id=&quot;primary&quot;&gt;
+		&lt;div id=&quot;primary&quot; class=&quot;copy&quot;&gt;
 			&lt;h1&gt;Title of Page&lt;/h1&gt;
 		&lt;/div&gt;&lt;!-- #primary --&gt;
 		&lt;div id=&quot;secondary&quot;&gt;</diff>
      <filename>html4_lean.html</filename>
    </modified>
    <modified>
      <diff>@@ -19,7 +19,7 @@
 	&lt;header&gt;
 		&lt;h1&gt;Title of Page&lt;/h1&gt;
 	&lt;/header&gt;
-	&lt;div id=&quot;main&quot;&gt;	
+	&lt;div id=&quot;main&quot; class=&quot;copy&quot;&gt;
 		&lt;article&gt;
 			&lt;aside&gt;
 			&lt;/aside&gt;</diff>
      <filename>html5.html</filename>
    </modified>
    <modified>
      <diff>@@ -19,7 +19,7 @@
 		&lt;div id=&quot;header&quot;&gt;
 		&lt;/div&gt;&lt;!-- #header --&gt;
 		&lt;div id=&quot;main&quot;&gt;	
-			&lt;div id=&quot;primary&quot;&gt;
+			&lt;div id=&quot;primary&quot; class=&quot;copy&quot;&gt;
 				&lt;h1&gt;Title of Page&lt;/h1&gt;
 			&lt;/div&gt;&lt;!-- #primary --&gt;
 			&lt;div id=&quot;secondary&quot;&gt;</diff>
      <filename>xhtml.html</filename>
    </modified>
    <modified>
      <diff>@@ -26,7 +26,7 @@
 		&lt;div id=&quot;header&quot;&gt;
 		&lt;/div&gt;&lt;!-- #header --&gt;
 		&lt;div id=&quot;main&quot;&gt;	
-			&lt;div id=&quot;primary&quot;&gt;
+			&lt;div id=&quot;primary&quot; class=&quot;copy&quot;&gt;
 				&lt;h1&gt;Title of Page&lt;/h1&gt;
 			&lt;/div&gt;&lt;!-- #primary --&gt;
 			&lt;div id=&quot;secondary&quot;&gt;</diff>
      <filename>xhtml_full.html</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>css/html5.css</filename>
    </removed>
    <removed>
      <filename>css/screen.css</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>37732f8cd8a8f6ca7bf0411fb54ccf5d1f82597f</id>
    </parent>
  </parents>
  <author>
    <name>Trey Piepmeier</name>
    <email>trey@treypiepmeier.com</email>
  </author>
  <url>http://github.com/trey/site-template/commit/31516967378c9fc319c4fb7b796b9a1122d6975f</url>
  <id>31516967378c9fc319c4fb7b796b9a1122d6975f</id>
  <committed-date>2009-01-30T23:42:37-08:00</committed-date>
  <authored-date>2009-01-30T23:42:37-08:00</authored-date>
  <message>Housecleaning</message>
  <tree>aad2d416f9e2947e05fdf1f01c1628d00601ef06</tree>
  <committer>
    <name>Trey Piepmeier</name>
    <email>trey@treypiepmeier.com</email>
  </committer>
</commit>
