<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[25999] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: revamp the RTL stylesheet and related cleanup.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/25999">25999</a></dd>
<dt>Author</dt> <dd>lancewillett</dd>
<dt>Date</dt> <dd>2013-11-02 04:35:35 +0000 (Sat, 02 Nov 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Twenty Fourteen: revamp the RTL stylesheet and related cleanup. Props iamtakashi, see <a href="http://core.trac.wordpress.org/ticket/25801">#25801</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpcontentthemestwentyfourteenfunctionsphp">trunk/src/wp-content/themes/twentyfourteen/functions.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteeninccustomizerphp">trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteenjsfunctionsjs">trunk/src/wp-content/themes/twentyfourteen/js/functions.js</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteenrtlcss">trunk/src/wp-content/themes/twentyfourteen/rtl.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteenstylecss">trunk/src/wp-content/themes/twentyfourteen/style.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpcontentthemestwentyfourteenfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/functions.php (25998 => 25999)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/functions.php 2013-10-31 04:27:51 UTC (rev 25998)
+++ trunk/src/wp-content/themes/twentyfourteen/functions.php    2013-11-02 04:35:35 UTC (rev 25999)
</span><span class="lines">@@ -241,7 +241,7 @@
</span><span class="cx">  if ( 'slider' == get_theme_mod( 'featured_content_layout' ) )
</span><span class="cx">          wp_enqueue_script( 'twentyfourteen-slider', get_template_directory_uri() . '/js/slider.js', array( 'jquery' ), '20131028', true );
</span><span class="cx"> 
</span><del>-       wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20131011', true );
</del><ins>+        wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20131102', true );
</ins><span class="cx"> }
</span><span class="cx"> add_action( 'wp_enqueue_scripts', 'twentyfourteen_scripts' );
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteeninccustomizerphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php (25998 => 25999)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php    2013-10-31 04:27:51 UTC (rev 25998)
+++ trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php       2013-11-02 04:35:35 UTC (rev 25999)
</span><span class="lines">@@ -151,6 +151,10 @@
</span><span class="cx">          input[type="submit"],
</span><span class="cx">          .search-toggle,
</span><span class="cx">          .hentry .mejs-controls .mejs-time-rail .mejs-time-current,
</span><ins>+               .widget button,
+               .widget input[type="button"],
+               .widget input[type="reset"],
+               .widget input[type="submit"],
</ins><span class="cx">           .widget_calendar tbody a,
</span><span class="cx">          .slider-control-paging a:hover:before,
</span><span class="cx">          .slider-direction-nav a:hover {
</span><span class="lines">@@ -228,18 +232,23 @@
</span><span class="cx">          .entry-title a:hover,
</span><span class="cx">          .entry-meta a:hover,
</span><span class="cx">          .cat-links a:hover,
</span><ins>+               .entry-content .edit-link a:hover,
</ins><span class="cx">           .post-navigation a:hover,
</span><span class="cx">          .image-navigation a:hover,
</span><span class="cx">          .comment-author a:hover,
</span><span class="cx">          .comment-list .pingback a:hover,
</span><span class="cx">          .comment-list .trackback a:hover,
</span><span class="cx">          .comment-metadata a:hover,
</span><ins>+               .comment-reply-title small a:hover,
</ins><span class="cx">           .widget a:hover,
</span><span class="cx">          .widget a:focus,
</span><span class="cx">          .widget a:active,
</span><span class="cx">          .content-sidebar .widget a:hover,
</span><span class="cx">          .content-sidebar .widget a:focus,
</span><span class="cx">          .content-sidebar .widget a:active,
</span><ins>+               .content-sidebar .widget .widget-title a:hover,
+               .content-sidebar .widget .widget-title a:focus,
+               .content-sidebar .widget .widget-title a:active,
</ins><span class="cx">           .content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover,
</span><span class="cx">          .featured-content a:hover {
</span><span class="cx">                  color: ' . $accent_much_lighter . ';
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteenjsfunctionsjs"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/js/functions.js (25998 => 25999)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/js/functions.js       2013-10-31 04:27:51 UTC (rev 25998)
+++ trunk/src/wp-content/themes/twentyfourteen/js/functions.js  2013-11-02 04:35:35 UTC (rev 25999)
</span><span class="lines">@@ -77,8 +77,8 @@
</span><span class="cx">                  } );
</span><span class="cx">          }
</span><span class="cx"> 
</span><del>-               // Focus styles for primary menu.
-               $( '.primary-navigation' ).find( 'a' ).on( 'focus.twentyfourteen blur.twentyfourteen', function() {
</del><ins>+                // Focus styles for menus.
+               $( '.primary-navigation, .secondary-navigation' ).find( 'a' ).on( 'focus.twentyfourteen blur.twentyfourteen', function() {
</ins><span class="cx">                   $( this ).parents().toggleClass( 'focus' );
</span><span class="cx">          } );
</span><span class="cx">  } );
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteenrtlcss"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/rtl.css (25998 => 25999)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/rtl.css       2013-10-31 04:27:51 UTC (rev 25998)
+++ trunk/src/wp-content/themes/twentyfourteen/rtl.css  2013-11-02 04:35:35 UTC (rev 25999)
</span><span class="lines">@@ -1,256 +1,250 @@
</span><span class="cx"> /*
</span><span class="cx"> Theme Name: Twenty Fourteen
</span><ins>+Description: Adds support for languages written in a Right To Left (RTL) direction.
+It's easy, just a matter of overwriting all the horizontal positioning attributes
+of your CSS stylesheet in a separate stylesheet file named rtl.css.
+
+See http://codex.wordpress.org/Right_to_Left_Language_Support
</ins><span class="cx"> */
</span><span class="cx"> 
</span><ins>+/**
+ * Table of Contents:
+ *
+ * 1.0 - Reset
+ * 2.0 - Repeatable Patterns
+ * 4.0 - Header
+ * 5.0 - Navigations
+ * 6.0 - Content
+ *   6.4 - Entry Content
+ *   6.5 - Galleries
+ *   6.7 - Post/Paging Navigation
+ *   6.10 - Contributor Page
+ *   6.14 - Comments
+ * 7.0 - Sidebar
+ *   7.1 - Widgets
+ *   7.2 - Content Sidebar Widgets
+ * 9.0 - Featured Content
+ * 10.0 - Media Queries
+ * -----------------------------------------------------------------------------
+ */
+
+
+/**
+ * 1.0 Reset
+ * -----------------------------------------------------------------------------
+ */
+
</ins><span class="cx"> body {
</span><span class="cx">  direction: rtl;
</span><span class="cx">  unicode-bidi: embed;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-/* =Reset
------------------------------------------------ */
-
-caption, th, td {
-       text-align: right;
</del><ins>+a {
+       display: inline-block;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-
-/* =Global
------------------------------------------------ */
-
-/* Text elements */
-
-ul, ol {
-       margin: 0 22px 24px 0;
</del><ins>+ul,
+ol {
+       margin: 0 20px 24px 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> li > ul,
</span><span class="cx"> li > ol {
</span><del>-       margin-right: 20px;
-       margin-left: auto;
</del><ins>+        margin: 0 20px 0 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.site-content blockquote.alignright {
-       margin: 7px 0 7px 24px;
</del><ins>+caption,
+th,
+td {
+       text-align: right;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.site-content blockquote.alignleft {
-       margin: 7px 24px 7px 0;
-}
</del><span class="cx"> 
</span><del>-/* Alignment */
-.alignright {
-       float: right;
-       margin-left: 24px;
-       margin-right: auto;
-}
</del><ins>+/**
+ * 2.0 Repeatable Patterns
+ * -----------------------------------------------------------------------------
+ */
</ins><span class="cx"> 
</span><del>-.alignleft {
-       float: left;
-       margin-right: 24px;
-       margin-left: auto;
</del><ins>+.wp-caption-text {
+       padding-left: 10px;
+       padding-right: 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .screen-reader-text:focus {
</span><ins>+       right: 5px;
</ins><span class="cx">   left: auto;
</span><del>-       right: 5px;
</del><span class="cx"> }
</span><span class="cx"> 
</span><del>-/* =Header
------------------------------------------------ */
</del><span class="cx"> 
</span><del>-.search-toggle {
-       float: left;
-       margin-left: 38px;
-       margin-right: auto;
-}
</del><ins>+/**
+ * 4.0 Header
+ * -----------------------------------------------------------------------------
+ */
</ins><span class="cx"> 
</span><span class="cx"> .site-title {
</span><span class="cx">  float: right;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-.menu-toggle {
-       left: 0;
-       right: auto;
-}
-
</del><span class="cx"> .search-toggle {
</span><del>-       float: right;
-       padding: 25px 0 0 10px;
</del><ins>+        float: left;
+       margin-left: 38px;
+       margin-right: auto;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .search-box .search-field {
</span><span class="cx">  float: left;
</span><ins>+       padding: 1px 6px 2px 2px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.search-toggle .screen-reader-text {
+       right: auto;
+       left: 0;
+}
</ins><span class="cx"> 
</span><del>-/* =Menu
------------------------------------------------ */
</del><span class="cx"> 
</span><del>-/* Primary Navigation */
-.primary-navigation ul {
-       padding-right: 0;
-       padding-left: 0;
-}
</del><ins>+/**
+ * 5.0 Navigations
+ * -----------------------------------------------------------------------------
+ */
</ins><span class="cx"> 
</span><del>-.primary-navigation ul ul li {
</del><ins>+.site-navigation ul ul {
+       margin-right: 20px;
</ins><span class="cx">   margin-left: auto;
</span><del>-       margin-right: 15px;
</del><span class="cx"> }
</span><span class="cx"> 
</span><del>-.primary-navigation ul ul {
-       right: -999em;
-       left: auto;
</del><ins>+.menu-toggle {
+       right: auto;
+       left: 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.primary-navigation ul ul ul {
-       right: -999em;
-       left: auto;
-}
</del><span class="cx"> 
</span><ins>+/**
+ * 6.0 Content
+ * -----------------------------------------------------------------------------
+ */
</ins><span class="cx"> 
</span><del>-.primary-navigation ul li:hover > ul,
-.primary-navigation ul li.focus > ul {
-       right: auto;
</del><ins>+/**
+ * 6.3 Entry Meta
+ * -----------------------------------------------------------------------------
+ */
+
+.tag-links a {
+       margin: 0 10px 4px 4px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.primary-navigation ul ul li:hover > ul,
-.primary-navigation ul ul li.focus > ul {
</del><ins>+.tag-links a:before {
+       border-right: 0;
+       border-left: 8px solid #767676;
+       right: -7px;
</ins><span class="cx">   left: auto;
</span><del>-       right: 100%;
</del><span class="cx"> }
</span><span class="cx"> 
</span><del>-/* Secondary Navigation */
-.secondary-navigation ul ul {
-       margin: 0 20px 0 0;
</del><ins>+.tag-links a:hover:before,
+.tag-links a:focus:before {
+       border-left-color: #2b2b2b;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-/* Mobile Navigations */
-.mobile-navigation ul ul li {
-       margin-right: 15px;
-       margin-left: auto;
</del><ins>+.tag-links a:after {
+       right: -2px;
+       left: auto;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-/* =Content
------------------------------------------------ */
</del><ins>+/**
+ * 6.4 Entry Content
+ * -----------------------------------------------------------------------------
+ */
</ins><span class="cx"> 
</span><del>-.entry-content th,
-.comment-content th {
-       border-left: 1px solid rgba(0, 0, 0, 0.1);
-       border-right: none;
</del><ins>+.page-links a,
+.page-links > span {
+       margin: 0 0 2px 1px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.entry-content td,
-.comment-content td {
-       border-left: 1px solid rgba(0, 0, 0, 0.1);
-       border-right: none;
</del><ins>+.page-links > .page-links-title {
+       padding-right: 0;
+       padding-left: 9px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .more-link .meta-nav,
</span><del>-..post-format-archive-link .meta-nav {
</del><ins>+.post-format-archive-link .meta-nav {
</ins><span class="cx">   right: 0;
</span><span class="cx">  left: auto;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .more-link:hover .meta-nav,
</span><del>-..post-format-archive-link:hover .meta-nav {
</del><ins>+.post-format-archive-link:hover .meta-nav {
</ins><span class="cx">   right: 5px;
</span><span class="cx">  left: auto;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-.page-links a,
-.page-links > span {
-       margin-left: 1px;
-       margin-right: auto;
-}
</del><span class="cx"> 
</span><del>-.page-links > span.page-links-title {
-       padding-right: 0;
-       padding-left: 0;
</del><ins>+/**
+ * 6.5 Gallery
+ * -----------------------------------------------------------------------------
+ */
+
+.gallery-item {
+       float: right;
+       margin: 0 0 4px 4px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.tag-links a {
-       margin: 0 10px 4px 4px;
</del><ins>+.gallery-columns-1 .gallery-item:nth-of-type(1n),
+.gallery-columns-2 .gallery-item:nth-of-type(2n),
+.gallery-columns-3 .gallery-item:nth-of-type(3n),
+.gallery-columns-4 .gallery-item:nth-of-type(4n),
+.gallery-columns-5 .gallery-item:nth-of-type(5n),
+.gallery-columns-6 .gallery-item:nth-of-type(6n),
+.gallery-columns-7 .gallery-item:nth-of-type(7n),
+.gallery-columns-8 .gallery-item:nth-of-type(8n),
+.gallery-columns-9 .gallery-item:nth-of-type(9n) {
+       margin-right: auto;
+       margin-left: 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.tag-links a:before {
-       border-left: 10px solid #8c8c8c;
-       right: -10px;
</del><ins>+.gallery-caption {
+       padding: 6px 8px;
+       right: 0;
</ins><span class="cx">   left: auto;
</span><del>-       border-right: none;
</del><ins>+        text-align: right;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.tag-links a:hover:before,
-.tag-links a:focus:before {
-       border-left-color: #2b2b2b;
-}
-
-.tag-links a:after {
-       right: -2px;
</del><ins>+.gallery-caption:before {
+       right: 0;
</ins><span class="cx">   left: auto;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-/* =Post Formatted posts column
------------------------------------------------ */
</del><ins>+/**
+ * 6.7 Post/Image/Paging Navigation
+ * -----------------------------------------------------------------------------
+ */
</ins><span class="cx"> 
</span><del>-.widget_twentyfourteen_ephemera .widget-title:before {
-       margin-left: 10px;
</del><ins>+.paging-navigation .page-numbers {
</ins><span class="cx">   margin-right: auto;
</span><ins>+       margin-left: 1px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-/* =Media
------------------------------------------------ */
</del><ins>+/**
+ * 6.10 Contributor Page
+ * -----------------------------------------------------------------------------
+ */
</ins><span class="cx"> 
</span><del>-img.alignright,
-.wp-caption.alignright,
-blockquote.alignright {
-       margin: 7px 0 7px 24px;
</del><ins>+.contributor-avatar {
+       float: right;
+       margin: 0 0 20px 30px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-img.alignleft,
-.wp-caption.alignleft,
-blockquote.alignleft {
-       margin: 7px 24px 7px 0;
</del><ins>+.contributor-posts-link:before {
+       margin: -3px -3px -2px 5px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.wp-caption-text {
-       padding: 0 0 0 10px;
-       text-align: right;
-}
</del><span class="cx"> 
</span><ins>+/**
+ * 6.14 Comments
+ * -----------------------------------------------------------------------------
+ */
</ins><span class="cx"> 
</span><del>-/* =Navigation
------------------------------------------------ */
-
-.paging-navigation .page-numbers {
-       margin-left: 5px;
-       margin-right: auto;
-}
-
-.post-navigation [rel="prev"],
-.post-navigation [rel="next"],
-.image-navigation .previous-image,
-.image-navigation .next-image {
-       text-align: right;
-}
-
-.comment-navigation {
-       padding-right: 10px;
-       padding-left: 0;
-}
-
-.comment-navigation .nav-previous a {
-       margin-left: 10px;
-       margin-right: auto;
-}
-
-
-/* =Comments
------------------------------------------------ */
-
</del><span class="cx"> .comment-author {
</span><span class="cx">  padding-right: 36px;
</span><span class="cx">  padding-left: 0;
</span><span class="lines">@@ -261,12 +255,27 @@
</span><span class="cx">  left: auto;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-.comment-metadata,
-.comment-content {
</del><ins>+.comment-content,
+.comment-list .reply,
+.comment-metadata {
</ins><span class="cx">   padding-right: 36px;
</span><span class="cx">  padding-left: 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.comment-edit-link {
+       margin-right: 10px;
+       margin-left: auto;
+}
+
+.comment-edit-link:before {
+       margin: 3px 0 0 2px;
+}
+
+.comment-reply-link:before,
+.comment-reply-login:before {
+       margin: 3px 0 0 3px;
+}
+
</ins><span class="cx"> .comment-content ul,
</span><span class="cx"> .comment-content ol {
</span><span class="cx">  margin: 0 22px 24px 0;
</span><span class="lines">@@ -277,528 +286,554 @@
</span><span class="cx">  margin-left: auto;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-.comment .comment-respond {
-       margin-right: 36px;
-       margin-left: auto;
</del><ins>+.comment-reply-title small a {
+       float: left;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.comment-edit-link {
-       margin-left: 0;
-       margin-right: 10px;
</del><ins>+.comment-navigation .nav-previous a {
+       margin-right: auto;
+       margin-left: 10px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.comment-edit-link:before {
-       margin: 3px 0 0 2px;
-}
</del><span class="cx"> 
</span><del>-.comment-reply-link:before,
-.comment-reply-login:before {
-       margin: 3px 0 0 3px;
-}
</del><ins>+/**
+ * 7.0 Sidebars
+ * -----------------------------------------------------------------------------
+ */
</ins><span class="cx"> 
</span><ins>+/**
+ * 7.1 Widgets
+ * -----------------------------------------------------------------------------
+ */
</ins><span class="cx"> 
</span><del>-/* =Widgets
------------------------------------------------ */
-
-.widget li > ul,
-.widget li > ol {
-       margin: 0 10px 0 0;
</del><ins>+.widget li > ol,
+.widget li > ul {
+       margin-right: 10px;
+       margin-left: auto;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.widget select,
-.widget iframe {
-       margin-right: 1px;
-       margin-left: auto;
</del><ins>+.widget input,
+.widget textarea {
+       padding: 1px 4px 2px 2px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-/* Caledar widget*/
</del><span class="cx"> .widget_calendar caption {
</span><span class="cx">  text-align: right;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-.widget_calendar#prev {
</del><ins>+.widget_calendar #prev {
</ins><span class="cx">   padding-right: 5px;
</span><span class="cx">  padding-left: 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .widget_calendar #next {
</span><del>-       border-left: 1px solid rgba(255, 255, 255, 0.2);
</del><ins>+        padding-right: 0;
</ins><span class="cx">   padding-left: 5px;
</span><span class="cx">  text-align: left;
</span><del>-       padding-right: 0;
-       border-right: none;
</del><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.widget_twentyfourteen_ephemera .entry-content ul,
+.widget_twentyfourteen_ephemera .entry-content ol {
+       margin: 0 20px 18px 0;
+}
</ins><span class="cx"> 
</span><del>-/* =Content Sidebar
------------------------------------------------ */
-
-.content-sidebar .widget .children,
-.content-sidebar .widget .sub-menu {
</del><ins>+.widget_twentyfourteen_ephemera .entry-content li > ul,
+.widget_twentyfourteen_ephemera .entry-content li > ol {
</ins><span class="cx">   margin: 0 20px 0 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-.content-sidebar .widget .widgets-multi-column-grid li {
-       padding: 0 0 6px 8px;
</del><ins>+
+/**
+ * 7.2 Content Sidebar Widgets
+ * -----------------------------------------------------------------------------
+ */
+
+.content-sidebar .widget li > ol,
+.content-sidebar .widget li > ul {
+       margin-right: 18px;
+       margin-left: auto;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
+       margin: -1px 0 0 18px;
+}
</ins><span class="cx"> 
</span><del>-/* =Contributor Page
------------------------------------------------ */
</del><span class="cx"> 
</span><del>-.contributor-avatar {
</del><ins>+/**
+ * 9.0 Featured Content
+ * -----------------------------------------------------------------------------
+ */
+
+.featured-content .post-thumbnail img {
+       right: 0;
+       left: auto;
+}
+
+.slider-viewport {
+       direction: ltr;
+}
+
+.slider .featured-content .entry-header {
+       right: 0;
+       left: auto;
+       text-align: right;
+}
+
+.slider-control-paging {
</ins><span class="cx">   float: right;
</span><del>-       margin: 0 0 20px 30px;
</del><span class="cx"> }
</span><span class="cx"> 
</span><del>-.contributor-posts-link:before {
-       margin: -3px -3px -2px 5px;
</del><ins>+.slider-control-paging li {
+       float: right;
+       margin: 2px 0 2px 4px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.slider-control-paging li:last-child {
+       margin-right: auto;
+       margin-left: 0;
+}
</ins><span class="cx"> 
</span><del>-/* =Media Queries
------------------------------------------------ */
</del><ins>+.slider-control-paging a:before {
+       right: 10px;
+       left: auto;
+}
</ins><span class="cx"> 
</span><del>-/* Mobile list style */
</del><ins>+.slider-direction-nav li {
+       border-width: 2px 0 0 1px;
+       float: right;
+}
+
+.slider-direction-nav li:last-child {
+       border-width: 2px 1px 0 0;
+}
+
+.slider-direction-nav a:before {
+       content: "\f429";
+}
+
+.slider-direction-nav .slider-next:before {
+       content: "\f430";
+}
+
+
+/**
+ * 10.0 Media Queries
+ * -----------------------------------------------------------------------------
+ */
+
</ins><span class="cx"> @media screen and (max-width: 400px) {
</span><del>-       .list-view .post-thumbnail img {
</del><ins>+        .list-view .site-content .post-thumbnail img {
</ins><span class="cx">           float: right;
</span><span class="cx">          margin: 0 0 3px 10px;
</span><span class="cx">  }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-@media screen and (min-width: 400px) {
-       .content-area .featured-post:before,
-       .content-area .post-format a:before,
-       .content-area .entry-date a:before,
-       .content-area .entry-date a:before,
-       .content-area .byline a:before,
-       .content-area .comments-link a:before,
-       .entry-comment .edit-link a:before,
-       .content-area .full-size-link a:before,
-       .content-area .parent-post-link a:before {
-               margin: 0 0 0 2px;
-       }
-
-       .content-area .entry-meta > span {
</del><ins>+@media screen and (min-width: 401px) {
+       .site-content .entry-meta > span {
+               margin-right: auto;
</ins><span class="cx">           margin-left: 10px;
</span><del>-               margin-right: auto;
</del><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .content-area .format-video .post-format a:before {
</del><ins>+        .site-content .format-video .post-format a:before {
</ins><span class="cx">           margin: -1px 0 0 2px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .content-area .format-image .post-format a:before {
-               margin: -1px 0 0 2px;
</del><ins>+        .site-content .format-image .post-format a:before {
+               margin: -1px 0 0 3px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .content-area .format-gallery .post-format a:before {
</del><ins>+        .site-content .format-quote .post-format a:before {
+               margin: -1px 0 0 3px;
+       }
+
+       .site-content .format-gallery .post-format a:before {
</ins><span class="cx">           margin: -1px 0 0 4px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .content-area .featured-post:before {
</del><ins>+        .site-content .format-aside .post-format a:before {
</ins><span class="cx">           margin: -1px 0 0 3px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .content-area .entry-date a:before,
-       .attachment span.entry-date:before {
</del><ins>+        .site-content .format-link .post-format a:before {
+               margin: -1px 0 0 3px;
+       }
+
+       .site-content .featured-post:before {
+               margin: 0 0 0 3px;
+       }
+
+       .site-content .entry-date a:before,
+       .attachment .site-content span.entry-date:before {
</ins><span class="cx">           margin: 0 0 0 1px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .content-area .comments-link a:before {
</del><ins>+        .site-content .comments-link a:before {
</ins><span class="cx">           margin: -1px 0 0 2px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .entry-comment .edit-link a:before {
</del><ins>+        .entry-content .edit-link a:before,
+       .entry-meta .edit-link a:before {
</ins><span class="cx">           margin: -1px 0 0 2px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .page .entry-comment .edit-link a:before {
-               margin: 5px 0 0 2px;
</del><ins>+        .site-content .full-size-link a:before {
+               margin: -1px 0 0 2px;
</ins><span class="cx">   }
</span><ins>+
+       .site-content .parent-post-link a:before {
+               margin: -1px 0 0 2px;
+       }
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-@media screen and (min-width: 672px) {
</del><ins>+@media screen and (min-width: 642px) {
+       .site-content .entry-header {
+               padding-right: 30px;
+               padding-left: 30px;
+       }
+}
+
+@media screen and (min-width: 673px) {
+       .search-toggle {
+               margin-right: auto;
+               margin-left: 18px;
+       }
+
</ins><span class="cx">   .content-area {
</span><span class="cx">          float: right;
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="cx">  .site-content {
</span><del>-               margin: 0 0 0 33.33333333%;
</del><ins>+                margin-right: auto;
+               margin-left: 33.33333333%;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .content-sidebar {
-               float: left;
-               margin: 0 -30.35714285% 0 0;
-               padding: 36px 0 24px 10px;
</del><ins>+        .archive-header,
+       .comments-area,
+       .image-navigation,
+       .page-header,
+       .page-content,
+       .post-navigation,
+       .site-content .entry-content,
+       .site-content .entry-summary,
+       .site-content footer.entry-meta {
+               padding-right: 30px;
+               padding-left: 30px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .ephemera {
</del><ins>+        .full-width .site-content {
+               margin-left: 0;
+       }
+
+       .content-sidebar {
</ins><span class="cx">           float: left;
</span><del>-               margin: 0 -30.35714285% 0 0;
-               padding: 36px 0 0 10px;
</del><ins>+                margin-right: -33.33333333%;
+               margin-left: auto;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .featured-content .hentry {
</del><ins>+        .grid .featured-content .hentry {
</ins><span class="cx">           float: right;
</span><span class="cx">  }
</span><del>-}
</del><span class="cx"> 
</span><del>-@media screen and (min-width: 740px) {
-       .comment-author {
-               padding-right: 60px;
</del><ins>+        .slider-control-paging {
+               padding-right: 20px;
</ins><span class="cx">           padding-left: 0;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .comment-metadata,
-       .comment-content {
-               padding-right: 60px;
-               padding-left: 0;
</del><ins>+        .slider-direction-nav {
+               float: left;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .comments-title,
-       .no-comments,
-       .comment-respond,
-       .comments-area article,
-       .comment-list .trackback,
-       .comment-list .pingback,
-       .post-navigation [rel="prev"],
-       .post-navigation [rel="next"] {
-               padding-left: 9.12778904%;
-               padding-right: 9.12778904%;
</del><ins>+        .slider-direction-nav li {
+               padding: 0 0 0 1px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .comment-navigation {
-               padding-right: 9.12778904%;
-               padding-left: 0;
</del><ins>+        .slider-direction-nav li:last-child {
+               padding: 0 1px 0 0;
</ins><span class="cx">   }
</span><del>-
-       .image-navigation .previous-image,
-       .image-navigation .next-image,
-       .full-width .comment-navigation,
-       .full-width .comments-title,
-       .full-width .comment-respond,
-       .full-width .comments-area article,
-       .full-width .comment-list .trackback,
-       .full-width .comment-list .pingback {
-               padding-left: 6.04307432%;
-               padding-right: 6.04307432%;
-       }
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @media screen and (min-width: 782px) {
</span><span class="cx">  .header-main {
</span><del>-               padding: 0 27px 0 0;
</del><ins>+                padding-right: 30px;
+               padding-left: 0;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  .search-toggle {
</span><ins>+               margin-right: auto;
</ins><span class="cx">           margin-left: 0;
</span><span class="cx">  }
</span><del>-}
</del><span class="cx"> 
</span><del>-@media screen and (min-width: 870px) {
-       .content-area .entry-header {
-               margin-left: 8.03571428%;
-               margin-right: 12.5%;
</del><ins>+        .primary-navigation {
+               float: left;
+               margin: 0 -10px 0 1px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .content-area .entry-content,
-       .content-area .entry-summary {
-               margin-left: 8.03571428%;
-               margin-right: 12.5%;
</del><ins>+        .primary-navigation ul ul {
+               float: right;
+               margin: 0;
+               right: -999em;
+               left: auto;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .content-area footer.entry-meta {
-               margin: 12px 12.5% 24px 8.03571428%;
</del><ins>+        .primary-navigation ul ul ul {
+               right: -999em;
+               left: auto;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .page .content-area .entry-header,
-       .error404 .content-area .entry-header {
-               margin: 0 12.5% 0 8.03571428%;
</del><ins>+        .primary-navigation ul li:hover > ul,
+       .primary-navigation ul li.focus > ul {
+               right: auto;
+               left: auto;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .archive-header,
-       .page-header {
-               margin: 0 12.5% 24px 8.03571428%;
</del><ins>+        .primary-navigation ul ul li:hover > ul,
+       .primary-navigation ul ul li.focus > ul {
+               right: 100%;
+               left: auto;
</ins><span class="cx">   }
</span><ins>+}
</ins><span class="cx"> 
</span><del>-       .comments-title,
-       .no-comments,
-       .comment-respond,
-       .comments-area article,
-       .comment-list .trackback,
-       .comment-list .pingback,
-       .post-navigation [rel="prev"],
-       .post-navigation [rel="next"] {
-               padding-left: 12.39493534%;
-               padding-right: 17.06896551%;
</del><ins>+@media screen and (min-width: 810px) {
+       .attachment .entry-attachment .attachment {
+               margin-right: -168px;
+               margin-left: -168px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .comment-respond {
-               padding-left: 13.8900862%;
</del><ins>+        .attachment .entry-attachment .attachment a {
+               display: block;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .comment-list,
-       .full-width .comment-list {
-               margin-right: -70px;
</del><ins>+        .contributor-avatar {
+               margin-right: -168px;
</ins><span class="cx">           margin-left: auto;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .comment-navigation {
-               padding-right: 17.06896551%;
-               padding-left: 0;
</del><ins>+        .contributor-summary {
+               float: right;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .content-sidebar {
-               padding-top: 72px;
-       }
-
-       .image-navigation .previous-image,
-       .image-navigation .next-image,
-       .full-width .comment-navigation,
-       .full-width .comments-title,
-       .full-width .comment-respond,
-       .full-width .comments-area article,
-       .full-width .comment-list .trackback,
-       .full-width .comment-list .pingback {
-               padding-left: 11.30926724%;
-               padding-right: 11.30926724%;
-       }
-
-       .site-content blockquote.alignright {
-               margin-right: -20%;
</del><ins>+        .full-width .site-content blockquote.alignright,
+       .full-width .site-content img.size-full.alignright,
+       .full-width .site-content img.size-large.alignright,
+       .full-width .site-content img.size-medium.alignright,
+       .full-width .site-content .wp-caption.alignright {
+               margin-right: -168px;
</ins><span class="cx">           margin-left: auto;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .site-content blockquote.alignleft {
-               margin-left: -20%;
</del><ins>+        .full-width .site-content blockquote.alignleft,
+       .full-width .site-content img.size-full.alignleft,
+       .full-width .site-content img.size-large.alignleft,
+       .full-width .site-content img.size-medium.alignleft,
+       .full-width .site-content .wp-caption.alignleft {
</ins><span class="cx">           margin-right: auto;
</span><ins>+               margin-left: -168px;
</ins><span class="cx">   }
</span><ins>+}
</ins><span class="cx"> 
</span><del>-       .content-area .no-results .entry-header {
-               margin-right: 12.5%;
-               margin-left: 8.03571428%;
</del><ins>+@media screen and (min-width: 870px) {
+       .comment-author,
+       .comment-content,
+       .comment-list .reply,
+       .comment-metadata {
+               padding-right: 55px;
+               padding-left: 0;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .content-area .no-results .entry-content {
-               margin-right: 12.5%;
-               margin-left: 8.03571428%;
</del><ins>+        .comment-list .children {
+               margin-right: 35px;
+               margin-left: auto;
</ins><span class="cx">   }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @media screen and (min-width: 1008px) {
</span><del>-       .site:before {
-               right: 0;
-               left: auto;
-       }
-
-       .header-main {
-               padding-right: 27px;
-               padding-left: 0;
-       }
-
</del><span class="cx">   .search-box-wrapper {
</span><del>-               padding-right: 222px;
</del><ins>+                padding-right: 182px;
</ins><span class="cx">           padding-left: 0;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .site-content {
-               margin: 0 222px 0 27.31707317%;
-       }
-
-       #secondary {
</del><ins>+        .main-content {
</ins><span class="cx">           float: right;
</span><del>-               margin: 0 -100% 0 0;
</del><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .front-page-content-wrapper {
-               float: right;
</del><ins>+        .site-content {
+               margin-right: 182px;
+               margin-left: 29.04761904%;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .site-content {
-               margin: 0 222px 0 27.31707317%;
</del><ins>+        .full-width .site-content {
+               margin-right: 182px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .content-sidebar,
-       .ephemera {
-               margin: 0 -27.31707317% 0 0;
</del><ins>+        .content-sidebar {
+               margin-right: -29.04761904%;
+               margin-left: auto;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .featured-content {
-               padding-right: 222px;
-               padding-left: 0;
</del><ins>+        .site:before {
+               right: 0;
+               left: auto;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .site-footer {
-               padding-right: 27px;
-               padding-left: 0;
</del><ins>+        #secondary {
+               float: right;
+               margin: 0 -100% 0 0;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  .secondary-navigation ul ul {
</span><del>-               right: 168px;
</del><ins>+                right: -999em;
</ins><span class="cx">           left: auto;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .full-width.site-content {
-               margin-right: 222px;
-               margin-left: auto;
</del><ins>+        .secondary-navigation ul li:hover > ul,
+       .secondary-navigation ul li.focus > ul {
+               right: 162px;
+               left: auto;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .comments-title,
-       .no-comments,
-       .comment-respond,
-       .comments-area article,
-       .comment-list .trackback,
-       .comment-list .pingback,
-       .post-navigation [rel="prev"],
-       .post-navigation [rel="next"] {
-               padding-left: 9.87001616%;
-               padding-right: 9.19765166%;
</del><ins>+        .footer-sidebar .widget {
+               float: right;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .comment-list,
-       .full-width .comment-list {
-               margin-right: 0;
-               margin-left: auto;
</del><ins>+        .featured-content {
+               padding-right: 182px;
+               padding-left: 0;
</ins><span class="cx">   }
</span><ins>+}
</ins><span class="cx"> 
</span><del>-       .comment-navigation {
-               padding-right: 9.19765166%;
-               padding-left: 0;
</del><ins>+@media screen and (min-width: 1040px) {
+       .archive-header,
+       .comments-area,
+       .image-navigation,
+       .page-header,
+       .page-content,
+       .post-navigation,
+       .site-content .entry-header,
+       .site-content .entry-content,
+       .site-content .entry-summary,
+       .site-content footer.entry-meta {
+               padding-right: 15px;
+               padding-left: 15px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .image-navigation .previous-image,
-       .image-navigation .next-image,
-       .full-width .comment-navigation,
-       .full-width .comments-title,
-       .full-width .comment-respond,
-       .full-width .comments-area article,
-       .full-width .comment-list .trackback,
-       .full-width .comment-list .pingback {
-               padding-left: 5.882236%;
-               padding-right: 5.882236%;
</del><ins>+        .full-width .archive-header,
+       .full-width .comments-area,
+       .full-width .image-navigation,
+       .full-width .page-header,
+       .full-width .page-content,
+       .full-width .post-navigation,
+       .full-width .site-content .entry-header,
+       .full-width .site-content .entry-content,
+       .full-width .site-content .entry-summary,
+       .full-width .site-content footer.entry-meta {
+               padding-right: 30px;
+               padding-left: 30px;
</ins><span class="cx">   }
</span><ins>+}
</ins><span class="cx"> 
</span><del>-       .site-content blockquote.alignright {
-               margin-right: 0;
-               margin-left: auto;
</del><ins>+@media screen and (min-width: 1080px) {
+       .site-content {
+               margin-right: 222px;
+               margin-left: 29.04761904%;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .site-content blockquote.alignleft {
-               margin-left: 0;
-               margin-right: auto;
</del><ins>+        .full-width .site-content {
+               margin-right: 222px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .site-footer {
</del><ins>+        .search-box-wrapper,
+       .featured-content {
+               padding-right: 222px;
</ins><span class="cx">           padding-left: 0;
</span><del>-               padding-right: 0;
</del><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .site-footer .widget-area {
-               float: right;
</del><ins>+        .secondary-navigation ul li:hover > ul,
+       .secondary-navigation ul li.focus > ul {
+               right: 202px;
+               left: auto;
</ins><span class="cx">   }
</span><del>-}
</del><span class="cx"> 
</span><del>-@media screen and (min-width: 1150px) {
-       .content-area .entry-header {
-               margin: -48px 12.5% 0 8.03571428%;
</del><ins>+        .slider-control-paging {
+               padding-right: 24px;
+               padding-left: 0;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .content-area .entry-content,
-       .content-area .entry-summary {
-               margin: 0 12.5% 0 8.03571428%;
</del><ins>+        .slider-control-paging li {
+               margin: 12px 0 12px 12px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .content-area footer.entry-meta {
-               margin: 12px 12.5% 24px 8.03571428%;
</del><ins>+        .slider-control-paging a:before {
+               right: 6px;
+               left: auto;
</ins><span class="cx">   }
</span><ins>+}
</ins><span class="cx"> 
</span><del>-       .comments-title,
-       .no-comments,
-       .comment-respond,
-       .comments-area article,
-       .comment-list .trackback,
-       .comment-list .pingback,
-       .post-navigation [rel="prev"],
-       .post-navigation [rel="next"] {
-               padding-left: 12.44146986%;
-               padding-right: 16.77524429%;
</del><ins>+@media screen and (min-width: 1110px) {
+       .archive-header,
+       .comments-area,
+       .image-navigation,
+       .page-header,
+       .page-content,
+       .post-navigation,
+       .site-content .entry-header,
+       .site-content .entry-content,
+       .site-content .entry-summary,
+       .site-content footer.entry-meta {
+               padding-right: 30px;
+               padding-left: 30px;
</ins><span class="cx">   }
</span><ins>+}
</ins><span class="cx"> 
</span><del>-       .comment-respond {
-               padding-left: 13.73697916%;
</del><ins>+@media screen and (min-width: 1218px) {
+       .archive-header,
+       .comments-area,
+       .image-navigation,
+       .page-header,
+       .page-content,
+       .post-navigation,
+       .site-content .entry-header,
+       .site-content .entry-content,
+       .site-content .entry-summary,
+       .site-content footer.entry-meta {
+               margin-left: 54px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .comment-list,
-       .full-width .comment-list {
-               margin-right: -70px;
</del><ins>+        .full-width .archive-header,
+       .full-width .comments-area,
+       .full-width .image-navigation,
+       .full-width .page-header,
+       .full-width .page-content,
+       .full-width .post-navigation,
+       .full-width .site-content .entry-header,
+       .full-width .site-content .entry-content,
+       .full-width .site-content .entry-summary,
+       .full-width .site-content footer.entry-meta {
+               margin-right: auto;
</ins><span class="cx">           margin-left: auto;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .comment-navigation {
-               padding-right: 16.77524429%;
-               padding-left: 0;
</del><ins>+        .comment-author .avatar {
+               right: -55px;
+               left: auto;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .archive-header,
-       .page-header {
-               margin: 0 12.5% 24px 8.03571428%;
-       }
-
-       .page .content-area .entry-header,
-       .error404 .content-area .entry-header {
-               margin: 0 12.5% 0 8.03571428%;
-       }
-
-       .image-navigation .previous-image,
-       .image-navigation .next-image,
-       .full-width .comment-navigation,
-       .full-width .comments-title,
-       .full-width .comment-respond,
-       .full-width .comments-area article,
-       .full-width .comment-list .trackback,
-       .full-width .comment-list .pingback {
-               padding-left: 11.21868265%;
-               padding-right: 11.21868265%;
-       }
-
-       .content-area .entry-content .wp-caption.alignright .wp-caption-text {
-               padding-right: 10px;
</del><ins>+        .comment-author,
+       .comment-content,
+       .comment-list .reply,
+       .comment-metadata {
+               padding-right: 0;
</ins><span class="cx">           padding-left: 0;
</span><span class="cx">  }
</span><ins>+}
</ins><span class="cx"> 
</span><ins>+@media screen and (min-width: 1260px) {
</ins><span class="cx">   .site-content blockquote.alignright {
</span><del>-               margin-right: -20%;
</del><ins>+                margin-right: -18%;
</ins><span class="cx">           margin-left: auto;
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="cx">  .site-content blockquote.alignleft {
</span><del>-               margin-left: -20%;
</del><ins>+                margin-left: -18%;
</ins><span class="cx">           margin-right: auto;
</span><span class="cx">  }
</span><del>-}
-
-@media screen and (min-width: 1230px) {
-       .content-sidebar,
-       .ephemera {
-               padding-left: 0;
-       }
-
-       .content-area .full-width .entry-header,
-       .content-area .full-width .entry-content,
-       .content-area .full-width footer.entry-meta {
-               margin: 0 11.21868265% 0 0;
-       }
-
-       .image-navigation .previous-image,
-       .image-navigation .next-image,
-       .full-width .comment-navigation,
-       .full-width .comments-title,
-       .full-width .comment-respond,
-       .full-width .comments-area article,
-       .full-width .comment-list .trackback,
-       .full-width .comment-list .pingback {
-               padding-left: 0;
-       }
</del><span class="cx"> }
</span><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteenstylecss"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/style.css (25998 => 25999)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/style.css     2013-10-31 04:27:51 UTC (rev 25998)
+++ trunk/src/wp-content/themes/twentyfourteen/style.css        2013-11-02 04:35:35 UTC (rev 25999)
</span><span class="lines">@@ -23,19 +23,19 @@
</span><span class="cx">  * 5.0 - Navigations
</span><span class="cx">  * 6.0 - Content
</span><span class="cx">  *   6.1 - Post Thumbnail
</span><del>- *   6.1 - Entry Header
- *   6.2 - Entry Meta
- *   6.3 - Entry Content
- *   6.4 - Galleries
- *   6.5 - Post Formats
- *   6.6 - Post/Paging Navigation
- *   6.7 - Attachments
- *   6.8 - Archives
- *   6.9 - Contributor Page
- *   6.10 - 404 Page
- *   6.11 - Full-width
- *   6.12 - Singular
- *   6.13 - Comments
</del><ins>+ *   6.2 - Entry Header
+ *   6.3 - Entry Meta
+ *   6.4 - Entry Content
+ *   6.5 - Galleries
+ *   6.6 - Post Formats
+ *   6.7 - Post/Paging Navigation
+ *   6.8 - Attachments
+ *   6.9 - Archives
+ *   6.10 - Contributor Page
+ *   6.11 - 404 Page
+ *   6.12 - Full-width
+ *   6.13 - Singular
+ *   6.14 - Comments
</ins><span class="cx">  * 7.0 - Sidebar
</span><span class="cx">  *   7.1 - Widgets
</span><span class="cx">  *   7.2 - Content Sidebar Widgets
</span><span class="lines">@@ -761,6 +761,7 @@
</span><span class="cx"> .comment-edit-link:before,
</span><span class="cx"> .comment-reply-link:before,
</span><span class="cx"> .comment-reply-login:before,
</span><ins>+.comment-reply-title small a:before,
</ins><span class="cx"> .contributor-posts-link:before,
</span><span class="cx"> .menu-toggle:before,
</span><span class="cx"> .search-toggle:before,
</span><span class="lines">@@ -1017,7 +1018,7 @@
</span><span class="cx">  display: none;
</span><span class="cx">  height: auto;
</span><span class="cx">  margin: 0;
</span><del>-       min-height: 216px;
</del><ins>+        min-height: 192px;
</ins><span class="cx">   position: relative;
</span><span class="cx">  width: 100%;
</span><span class="cx">  z-index: 0;
</span><span class="lines">@@ -1160,8 +1161,8 @@
</span><span class="cx">  text-transform: uppercase;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-.tag-links a:hover,
-.tag-links a:focus {
</del><ins>+.entry-meta .tag-links a:hover,
+.entry-meta .tag-links a:focus {
</ins><span class="cx">   background-color: #2b2b2b;
</span><span class="cx">  color: #fff;
</span><span class="cx">  text-decoration: none;
</span><span class="lines">@@ -1197,7 +1198,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * 6.3 Entry Content
</del><ins>+ * 6.4 Entry Content
</ins><span class="cx">  * -----------------------------------------------------------------------------
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="lines">@@ -1268,6 +1269,10 @@
</span><span class="cx">  text-decoration: none;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.entry-content .edit-link a:hover {
+       color: #55d737;
+}
+
</ins><span class="cx"> /* Mediaelements */
</span><span class="cx"> 
</span><span class="cx"> .hentry .mejs-container {
</span><span class="lines">@@ -1371,7 +1376,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * 6.4 Gallery
</del><ins>+ * 6.5 Gallery
</ins><span class="cx">  * -----------------------------------------------------------------------------
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="lines">@@ -1499,7 +1504,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * 6.5 Post Formats
</del><ins>+ * 6.6 Post Formats
</ins><span class="cx">  * -----------------------------------------------------------------------------
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="lines">@@ -1520,7 +1525,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * 6.6 Post/Image/Paging Navigation
</del><ins>+ * 6.7 Post/Image/Paging Navigation
</ins><span class="cx">  * -----------------------------------------------------------------------------
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="lines">@@ -1606,7 +1611,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * 6.7 Attachments
</del><ins>+ * 6.8 Attachments
</ins><span class="cx">  * -----------------------------------------------------------------------------
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="lines">@@ -1628,7 +1633,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * 6.8 Archives
</del><ins>+ * 6.9 Archives
</ins><span class="cx">  * -----------------------------------------------------------------------------
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="lines">@@ -1655,7 +1660,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * 6.9 Contributor Page
</del><ins>+ * 6.10 Contributor Page
</ins><span class="cx">  * -----------------------------------------------------------------------------
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="lines">@@ -1711,7 +1716,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * 6.10 404 Page
</del><ins>+ * 6.11 404 Page
</ins><span class="cx">  * -----------------------------------------------------------------------------
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="lines">@@ -1725,7 +1730,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * 6.11 Full-width
</del><ins>+ * 6.12 Full-width
</ins><span class="cx">  * -----------------------------------------------------------------------------
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="lines">@@ -1735,7 +1740,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * 6.12 Singular
</del><ins>+ * 6.13 Singular
</ins><span class="cx">  * -----------------------------------------------------------------------------
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="lines">@@ -1750,7 +1755,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * 6.13 Comments
</del><ins>+ * 6.14 Comments
</ins><span class="cx">  * -----------------------------------------------------------------------------
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="lines">@@ -1896,7 +1901,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .comment .comment-respond {
</span><del>-       margin-left: 36px;
</del><ins>+        margin-top: 24px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .comment-respond h3 {
</span><span class="lines">@@ -1929,6 +1934,24 @@
</span><span class="cx">  line-height: 1.5;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.comment-reply-title small a {
+       color: #2b2b2b;
+       float: right;
+       height: 24px;
+       overflow: hidden;
+       width: 24px;
+}
+
+.comment-reply-title small a:hover {
+       color: #55d737;
+}
+
+.comment-reply-title small a:before {
+       content: "\f405";
+       font-size: 32px;
+       margin-top: -2px;
+}
+
</ins><span class="cx"> .comment-navigation {
</span><span class="cx">  font-size: 12px;
</span><span class="cx">  line-height: 2;
</span><span class="lines">@@ -2169,6 +2192,8 @@
</span><span class="cx"> .widget input[type="button"],
</span><span class="cx"> .widget input[type="reset"],
</span><span class="cx"> .widget input[type="submit"] {
</span><ins>+       background-color: #24890d;
+       font-size: 12px;
</ins><span class="cx">   padding: 5px 15px 4px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -2325,7 +2350,7 @@
</span><span class="cx"> .widget_pages li:first-child,
</span><span class="cx"> .widget_recent_comments li:first-child,
</span><span class="cx"> .widget_recent_entries li:first-child {
</span><del>-       border-top: none;
</del><ins>+        border-top: 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .widget_archive li li,
</span><span class="lines">@@ -2336,7 +2361,7 @@
</span><span class="cx"> .widget_pages li li,
</span><span class="cx"> .widget_recent_comments li li,
</span><span class="cx"> .widget_recent_entries li li {
</span><del>-       border-top: none;
</del><ins>+        border-top: 0;
</ins><span class="cx">   padding-bottom: 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -2453,10 +2478,10 @@
</span><span class="cx">  text-transform: uppercase;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-.content-sidebar .widget-title a,
-.content-sidebar .widget-title a:hover,
-.content-sidebar .widget-title a:focus,
-.content-sidebar .widget-title a:active {
</del><ins>+.content-sidebar .widget .widget-title a,
+.content-sidebar .widget .widget-title a:hover,
+.content-sidebar .widget .widget-title a:focus,
+.content-sidebar .widget .widget-title a:active {
</ins><span class="cx">   color: #2b2b2b;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -2932,11 +2957,11 @@
</span><span class="cx"> 
</span><span class="cx">  .site-content .featured-post:before {
</span><span class="cx">          content: "\f308";
</span><del>-               margin: -1px 3px 0 0;
</del><ins>+                margin: 0 3px 0 0;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  .site-content .entry-date a:before,
</span><del>-       .attachment span.entry-date:before {
</del><ins>+        .attachment .site-content span.entry-date:before {
</ins><span class="cx">           content: "\f303";
</span><span class="cx">          margin: 0 1px 0 0;
</span><span class="cx">  }
</span><span class="lines">@@ -2957,6 +2982,10 @@
</span><span class="cx">          margin: -1px 2px 0 0;
</span><span class="cx">  }
</span><span class="cx"> 
</span><ins>+       .entry-content .edit-link a:before {
+               margin: 5px 2px 0 0;
+       }
+
</ins><span class="cx">   .site-content .full-size-link a:before {
</span><span class="cx">          content: "\f402";
</span><span class="cx">          margin: -1px 2px 0 0;
</span><span class="lines">@@ -2967,10 +2996,6 @@
</span><span class="cx">          margin: -1px 2px 0 0;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .entry-content .edit-link a:before {
-               margin: 1px 2px 0 0;
-       }
-
</del><span class="cx">   .list-view .site-content .has-post-thumbnail .post-thumbnail,
</span><span class="cx">  .list-view .site-content .format-standard .post-thumbnail {
</span><span class="cx">          margin-top: -49px;
</span><span class="lines">@@ -3056,6 +3081,10 @@
</span><span class="cx">          margin-top: -48px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><ins>+       .full-width .site-content .format-standard.post-password-required .entry-header {
+               margin-top: 0
+       }
+
</ins><span class="cx">   .full-width.singular .hentry.format-standard,
</span><span class="cx">  .full-width.singular .hentry.has-post-thumbnail {
</span><span class="cx">          margin-top: -36px;
</span><span class="lines">@@ -3101,10 +3130,11 @@
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="cx">  .slider .featured-content .entry-header {
</span><del>-               bottom: 0;
</del><span class="cx">           min-height: inherit;
</span><span class="cx">          padding: 24px 30px 48px;
</span><span class="cx">          position: absolute;
</span><ins>+               left: 0;
+               bottom: 0;
</ins><span class="cx">           width: 50%;
</span><span class="cx">          z-index: 3;
</span><span class="cx">  }
</span><span class="lines">@@ -3251,13 +3281,15 @@
</span><span class="cx">          width: 176px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .primary-navigation li:hover > a {
</del><ins>+        .primary-navigation li:hover > a,
+       .primary-navigation li.focus > a {
</ins><span class="cx">           background-color: #24890d;
</span><span class="cx">          color: #fff;
</span><span class="cx">          opacity: 1.0;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .primary-navigation ul ul a:hover {
</del><ins>+        .primary-navigation ul ul a:hover,
+       .primary-navigation ul ul li.focus > a {
</ins><span class="cx">           background-color: #41a62a;
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="lines">@@ -3270,8 +3302,6 @@
</span><span class="cx">  .primary-navigation ul ul li.focus > ul {
</span><span class="cx">          left: 100%;
</span><span class="cx">  }
</span><del>-
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @media screen and (min-width: 810px) {
</span><span class="lines">@@ -3349,17 +3379,13 @@
</span><span class="cx">  .comment-content,
</span><span class="cx">  .comment-list .reply,
</span><span class="cx">  .comment-metadata {
</span><del>-               padding-left: 54px;
</del><ins>+                padding-left: 55px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  .comment-list .children {
</span><del>-               margin-left: 37px;
</del><ins>+                margin-left: 35px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .comment .comment-respond {
-               margin-left: 60px;
-       }
-
</del><span class="cx">   .full-width.singular .hentry.format-standard,
</span><span class="cx">  .full-width.singular .hentry.has-post-thumbnail {
</span><span class="cx">          margin-top: -72px;
</span><span class="lines">@@ -3384,7 +3410,8 @@
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="cx">  .site-content {
</span><del>-               margin: 0 29.04761904% 0 182px;
</del><ins>+                margin-right: 29.04761904%;
+               margin-left: 182px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  .site-content .entry-header {
</span><span class="lines">@@ -3438,43 +3465,42 @@
</span><span class="cx">          width: 182px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .secondary-navigation li {
-               position: relative;
-       }
-
</del><span class="cx">   .secondary-navigation  li {
</span><span class="cx">          border-top: 1px solid rgba(255, 255, 255, 0.2);
</span><ins>+               position: relative;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .secondary-navigation  li li {
-               border-top: none;
-       }
-
</del><span class="cx">   .secondary-navigation a {
</span><span class="cx">          padding: 10px 30px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .secondary-navigation li:hover > a {
-               background-color: #24890d;
-               color: #fff;
-       }
-
</del><span class="cx">   .secondary-navigation ul ul {
</span><span class="cx">          background-color: #24890d;
</span><del>-               display: none;
</del><span class="cx">           position: absolute;
</span><span class="cx">          top: 0;
</span><del>-               left: 162px;
</del><ins>+                left: -999em;
</ins><span class="cx">           width: 182px;
</span><del>-               z-index: 9999;
</del><ins>+                z-index: 99999;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><del>-       .secondary-navigation ul ul a:hover {
</del><ins>+        .secondary-navigation  li li {
+               border-top: 0;
+       }
+
+       .secondary-navigation li:hover > a,
+       .secondary-navigation li.focus > a {
+               background-color: #24890d;
+               color: #fff;
+       }
+
+       .secondary-navigation ul ul a:hover,
+       .secondary-navigation ul ul li.focus > a {
</ins><span class="cx">           background-color: #41a62a;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .secondary-navigation ul li:hover > ul {
-               display: block;
</del><ins>+        .secondary-navigation ul li:hover > ul,
+       .secondary-navigation ul li.focus > ul {
+               left: 162px;
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  .footer-sidebar .widget,
</span><span class="lines">@@ -3596,7 +3622,7 @@
</span><span class="cx">  .primary-sidebar .widget_pages li,
</span><span class="cx">  .primary-sidebar .widget_recent_comments li,
</span><span class="cx">  .primary-sidebar .widget_recent_entries li {
</span><del>-               border-top: none;
</del><ins>+                border-top: 0;
</ins><span class="cx">           padding: 0;
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="lines">@@ -3692,7 +3718,8 @@
</span><span class="cx">          width: 222px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       .secondary-navigation ul ul {
</del><ins>+        .secondary-navigation ul li:hover > ul,
+       .secondary-navigation ul li.focus > ul {
</ins><span class="cx">           left: 202px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="lines">@@ -3754,6 +3781,17 @@
</span><span class="cx">          margin-right: 54px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><ins>+       .comment-author .avatar {
+               left: -55px;
+       }
+
+       .comment-author,
+       .comment-content,
+       .comment-list .reply,
+       .comment-metadata {
+               padding-left: 0;
+       }
+
</ins><span class="cx">   .full-width .archive-header,
</span><span class="cx">  .full-width .comments-area,
</span><span class="cx">  .full-width .image-navigation,
</span></span></pre>
</div>
</div>

</body>
</html>