diff --git a/doc/styleguide/index.html b/doc/styleguide/index.html
index 28f1e68..7567beb 100644
--- a/doc/styleguide/index.html
+++ b/doc/styleguide/index.html
@@ -41,69 +41,84 @@
3Base
+
+
+
diff --git a/doc/styleguide/item-avatars.html b/doc/styleguide/item-avatars.html
index 509f014..d2eb0c2 100644
--- a/doc/styleguide/item-avatars.html
+++ b/doc/styleguide/item-avatars.html
@@ -41,69 +41,84 @@
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <cite> <img class="avatar-40" src="http://webslides.tv/static/images/avatar.jpg" alt="Avatar"> <a href="http://twitter.com/jlantunez/">@jlantunez</a></cite>
+
+
+
+ Source: modules/_quotes.scss
, line 28
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/styleguide/item-blocks-cta-cover.html b/doc/styleguide/item-blocks-cta-cover.html
new file mode 100644
index 0000000..bb3f156
--- /dev/null
+++ b/doc/styleguide/item-blocks-cta-cover.html
@@ -0,0 +1,221 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <div class="cta-cover">
+ <h1><strong>HTML Presentations</strong> Made Easy</h1>
+ <p class="alignright">
+ <a class="button" href="https://webslides.tv/webslides-latest.zip" title="Download WebSlides">
+ WebSlides
+ </a>
+ <span class="try"><a href="/demos/" title="WebSlides Demos">Demos</a> · <a href="https://github.com/webslides/webslides" title="Github">Github</a></span>
+ </p>
+</div>
+
+
+
+ Source: modules/_promos.scss
, line 75
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/styleguide/item-blocks-cta.html b/doc/styleguide/item-blocks-cta.html
new file mode 100644
index 0000000..84eeccc
--- /dev/null
+++ b/doc/styleguide/item-blocks-cta.html
@@ -0,0 +1,221 @@
+
+
+
+
+
+
+
+
+
+
+
+ Example
+
+
+
+
+
+
+
+
Watch TV shows anytime, anywhere
+
Lorem ipsum
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <div class="cta">
+ <div class="number">
+ <p><span><sup>$</sup>40</span></p>
+ </div>
+ <div class="benefit">
+ <h2>Watch TV shows anytime, anywhere</h2>
+ <p>Lorem ipsum</p>
+ </div>
+</div>
+
+
+
+ Source: modules/_promos.scss
, line 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/styleguide/item-blocks-navigation.html b/doc/styleguide/item-blocks-navigation.html
new file mode 100644
index 0000000..7e4f938
--- /dev/null
+++ b/doc/styleguide/item-blocks-navigation.html
@@ -0,0 +1,213 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <div id="navigation">
+ <a id="next" href="#" title="Arrow Keys">→</a>
+ <a id="previous" href="#" title="Arrow Keys">←</a>
+ <span id="counter"><a href="#" title="View all slides">53 / 120</a></span>
+</div>
+
+
+
+ Source: modules/_slides-navigation.scss
, line 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/styleguide/item-blocks-quotes.html b/doc/styleguide/item-blocks-quotes.html
new file mode 100644
index 0000000..7c90f3b
--- /dev/null
+++ b/doc/styleguide/item-blocks-quotes.html
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+
+
+
+
+
+ Example
+
+
+
+
+
+ "I feel guilty as a web designer when I have to use PowerPoint and Keynote. So I made #WebSlides."
+
+
+
+
+
+
+
+
+ Markup
+
+ <blockquote>
+ <p>"I feel guilty as a web designer when I have to use PowerPoint and Keynote. So I made #WebSlides."</p>
+</blockquote>
+
+
+
+ Source: modules/_quotes.scss
, line 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/styleguide/item-blocks-toc.html b/doc/styleguide/item-blocks-toc.html
new file mode 100644
index 0000000..4dfa581
--- /dev/null
+++ b/doc/styleguide/item-blocks-toc.html
@@ -0,0 +1,253 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <div class="toc">
+ <ol>
+ <li>
+ <a href="#" title="Go to Learning to see">
+ <span class="chapter">Prologue: Learning to See</span>
+ <span class="toc-page">01</span>
+ </a>
+ </li>
+ <li><a href="#" title="Go to What is Design?"><span class="chapter">What is Design?</span>
+ <span class="toc-page">04</span></a>
+ </li>
+ <li>
+ <a href="#" title="Go to What is Beauty?"><span class="chapter">What is Beauty?</span>
+ <span class="toc-page">08</span></a>
+ <ol>
+ <li><a href="#" title="Go to Harmony"><span class="chapter">Harmony</span>
+ <span class="toc-page">12</span></a>
+ </li>
+ <li><a href="#" title="Go to Simplicity vs. Clarity"><span class="chapter">Simplicity vs. Clarity</span>
+ <span class="toc-page">14</span></a>
+ </li>
+ </ol>
+ </li>
+ </ol>
+</div>
+
+
+
+ Source: modules/_toc.scss
, line 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/styleguide/item-blocks.html b/doc/styleguide/item-blocks.html
new file mode 100644
index 0000000..8075f2e
--- /dev/null
+++ b/doc/styleguide/item-blocks.html
@@ -0,0 +1,221 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <cite> <img class="avatar-40" src="http://webslides.tv/static/images/avatar.jpg" alt="Avatar"> <a href="http://twitter.com/jlantunez/">@jlantunez</a></cite>
+
+
+
+ Source: modules/_quotes.scss
, line 28
+
+
+
+
+
+
+
+
+
+ Example
+
+
+
+
+
+
+
+
Watch TV shows anytime, anywhere
+
Lorem ipsum
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <div class="cta">
+ <div class="number">
+ <p><span><sup>$</sup>40</span></p>
+ </div>
+ <div class="benefit">
+ <h2>Watch TV shows anytime, anywhere</h2>
+ <p>Lorem ipsum</p>
+ </div>
+</div>
+
+
+
+ Source: modules/_promos.scss
, line 1
+
+
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <div class="cta-cover">
+ <h1><strong>HTML Presentations</strong> Made Easy</h1>
+ <p class="alignright">
+ <a class="button" href="https://webslides.tv/webslides-latest.zip" title="Download WebSlides">
+ WebSlides
+ </a>
+ <span class="try"><a href="/demos/" title="WebSlides Demos">Demos</a> · <a href="https://github.com/webslides/webslides" title="Github">Github</a></span>
+ </p>
+</div>
+
+
+
+ Source: modules/_promos.scss
, line 75
+
+
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <div id="navigation">
+ <a id="next" href="#" title="Arrow Keys">→</a>
+ <a id="previous" href="#" title="Arrow Keys">←</a>
+ <span id="counter"><a href="#" title="View all slides">53 / 120</a></span>
+</div>
+
+
+
+ Source: modules/_slides-navigation.scss
, line 1
+
+
+
+
+
+
+
+
+
+ Example
+
+
+
+
+
+ "I feel guilty as a web designer when I have to use PowerPoint and Keynote. So I made #WebSlides."
+
+
+
+
+
+
+
+
+ Markup
+
+ <blockquote>
+ <p>"I feel guilty as a web designer when I have to use PowerPoint and Keynote. So I made #WebSlides."</p>
+</blockquote>
+
+
+
+ Source: modules/_quotes.scss
, line 1
+
+
+
+
+
+
+
+
+
+
+
+ Markup
+
+ <div class="toc">
+ <ol>
+ <li>
+ <a href="#" title="Go to Learning to see">
+ <span class="chapter">Prologue: Learning to See</span>
+ <span class="toc-page">01</span>
+ </a>
+ </li>
+ <li><a href="#" title="Go to What is Design?"><span class="chapter">What is Design?</span>
+ <span class="toc-page">04</span></a>
+ </li>
+ <li>
+ <a href="#" title="Go to What is Beauty?"><span class="chapter">What is Beauty?</span>
+ <span class="toc-page">08</span></a>
+ <ol>
+ <li><a href="#" title="Go to Harmony"><span class="chapter">Harmony</span>
+ <span class="toc-page">12</span></a>
+ </li>
+ <li><a href="#" title="Go to Simplicity vs. Clarity"><span class="chapter">Simplicity vs. Clarity</span>
+ <span class="toc-page">14</span></a>
+ </li>
+ </ol>
+ </li>
+ </ol>
+</div>
+
+
+
+ Source: modules/_toc.scss
, line 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/styleguide/section-buttons.html b/doc/styleguide/section-buttons.html
index 4b53604..80e5ccc 100644
--- a/doc/styleguide/section-buttons.html
+++ b/doc/styleguide/section-buttons.html
@@ -41,69 +41,84 @@