From 0285bdeb393ccca819435c49f4ade27270d0fcef Mon Sep 17 00:00:00 2001
From: agata <automa@insicuri.net>
Date: Fri, 22 May 2020 18:18:45 +0200
Subject: [PATCH] [auto] theme: twentyeleven 3.4

---
 wp-content/themes/twentyeleven/404.php        |  130 +-
 wp-content/themes/twentyeleven/archive.php    |  157 +-
 wp-content/themes/twentyeleven/author.php     |  222 +-
 wp-content/themes/twentyeleven/blocks.css     |  812 +--
 wp-content/themes/twentyeleven/category.php   |  160 +-
 .../themes/twentyeleven/colors/dark.css       | 1244 ++--
 wp-content/themes/twentyeleven/comments.php   |  188 +-
 .../themes/twentyeleven/content-aside.php     |  110 +-
 .../themes/twentyeleven/content-featured.php  |  110 +-
 .../themes/twentyeleven/content-gallery.php   |  220 +-
 .../themes/twentyeleven/content-image.php     |  170 +-
 .../themes/twentyeleven/content-intro.php     |   56 +-
 .../themes/twentyeleven/content-link.php      |  110 +-
 .../themes/twentyeleven/content-page.php      |   60 +-
 .../themes/twentyeleven/content-quote.php     |  174 +-
 .../themes/twentyeleven/content-single.php    |  177 +-
 .../themes/twentyeleven/content-status.php    |  136 +-
 wp-content/themes/twentyeleven/content.php    |  194 +-
 .../themes/twentyeleven/editor-blocks.css     |  942 +--
 .../themes/twentyeleven/editor-style-rtl.css  |   46 +-
 .../themes/twentyeleven/editor-style.css      |  602 +-
 wp-content/themes/twentyeleven/footer.php     |   91 +-
 wp-content/themes/twentyeleven/functions.php  | 1830 +++---
 wp-content/themes/twentyeleven/header.php     |  315 +-
 wp-content/themes/twentyeleven/image.php      |  277 +-
 .../twentyeleven/inc/theme-customizer.js      |   58 +-
 .../themes/twentyeleven/inc/theme-options.css |   70 +-
 .../themes/twentyeleven/inc/theme-options.js  |  102 +-
 .../themes/twentyeleven/inc/theme-options.php | 1342 ++--
 .../themes/twentyeleven/inc/widgets.php       |  402 +-
 wp-content/themes/twentyeleven/index.php      |  110 +-
 wp-content/themes/twentyeleven/js/html5.js    |   14 +-
 wp-content/themes/twentyeleven/js/showcase.js |   32 +-
 .../twentyeleven/languages/twentyeleven.pot   | 1272 ++--
 wp-content/themes/twentyeleven/license.txt    |  562 +-
 wp-content/themes/twentyeleven/page.php       |   68 +-
 wp-content/themes/twentyeleven/readme.txt     |  324 +-
 wp-content/themes/twentyeleven/rtl.css        | 1178 ++--
 wp-content/themes/twentyeleven/search.php     |  129 +-
 wp-content/themes/twentyeleven/searchform.php |   28 +-
 wp-content/themes/twentyeleven/showcase.php   |  502 +-
 .../themes/twentyeleven/sidebar-footer.php    |   88 +-
 .../themes/twentyeleven/sidebar-page.php      |   64 +-
 wp-content/themes/twentyeleven/sidebar.php    |   72 +-
 wp-content/themes/twentyeleven/single.php     |   70 +-
 wp-content/themes/twentyeleven/style.css      | 5667 +++++++++--------
 wp-content/themes/twentyeleven/tag.php        |  161 +-
 47 files changed, 10495 insertions(+), 10353 deletions(-)

diff --git a/wp-content/themes/twentyeleven/404.php b/wp-content/themes/twentyeleven/404.php
index 897463138..4a7937889 100644
--- a/wp-content/themes/twentyeleven/404.php
+++ b/wp-content/themes/twentyeleven/404.php
@@ -1,65 +1,65 @@
-<?php
-/**
- * Template for displaying 404 pages (Not Found)
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-get_header(); ?>
-
-	<div id="primary">
-		<div id="content" role="main">
-
-			<article id="post-0" class="post error404 not-found">
-				<header class="entry-header">
-					<h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn&rsquo;t it?', 'twentyeleven' ); ?></h1>
-				</header>
-
-				<div class="entry-content">
-					<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p>
-
-					<?php get_search_form(); ?>
-
-					<?php the_widget( 'WP_Widget_Recent_Posts', array( 'number' => 10 ), array( 'widget_id' => '404' ) ); ?>
-
-					<div class="widget">
-						<h2 class="widgettitle"><?php _e( 'Most Used Categories', 'twentyeleven' ); ?></h2>
-						<ul>
-						<?php
-						wp_list_categories(
-							array(
-								'orderby'    => 'count',
-								'order'      => 'DESC',
-								'show_count' => 1,
-								'title_li'   => '',
-								'number'     => 10,
-							)
-						);
-						?>
-						</ul>
-					</div>
-
-					<?php
-					/* translators: %1$s: smilie */
-					$archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '</p>';
-					the_widget(
-						'WP_Widget_Archives',
-						array(
-							'count'    => 0,
-							'dropdown' => 1,
-						),
-						array( 'after_title' => '</h2>' . $archive_content )
-					);
-					?>
-
-					<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>
-
-				</div><!-- .entry-content -->
-			</article><!-- #post-0 -->
-
-		</div><!-- #content -->
-	</div><!-- #primary -->
-
-<?php get_footer(); ?>
+<?php
+/**
+ * Template for displaying 404 pages (Not Found)
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+get_header(); ?>
+
+	<div id="primary">
+		<div id="content" role="main">
+
+			<article id="post-0" class="post error404 not-found">
+				<header class="entry-header">
+					<h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn&rsquo;t it?', 'twentyeleven' ); ?></h1>
+				</header>
+
+				<div class="entry-content">
+					<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p>
+
+					<?php get_search_form(); ?>
+
+					<?php the_widget( 'WP_Widget_Recent_Posts', array( 'number' => 10 ), array( 'widget_id' => '404' ) ); ?>
+
+					<div class="widget">
+						<h2 class="widgettitle"><?php _e( 'Most Used Categories', 'twentyeleven' ); ?></h2>
+						<ul>
+						<?php
+						wp_list_categories(
+							array(
+								'orderby'    => 'count',
+								'order'      => 'DESC',
+								'show_count' => 1,
+								'title_li'   => '',
+								'number'     => 10,
+							)
+						);
+						?>
+						</ul>
+					</div>
+
+					<?php
+					/* translators: %1$s: Smilie. */
+					$archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '</p>';
+					the_widget(
+						'WP_Widget_Archives',
+						array(
+							'count'    => 0,
+							'dropdown' => 1,
+						),
+						array( 'after_title' => '</h2>' . $archive_content )
+					);
+					?>
+
+					<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>
+
+				</div><!-- .entry-content -->
+			</article><!-- #post-0 -->
+
+		</div><!-- #content -->
+	</div><!-- #primary -->
+
+<?php get_footer(); ?>
diff --git a/wp-content/themes/twentyeleven/archive.php b/wp-content/themes/twentyeleven/archive.php
index c87794768..9ba77ed52 100644
--- a/wp-content/themes/twentyeleven/archive.php
+++ b/wp-content/themes/twentyeleven/archive.php
@@ -1,75 +1,82 @@
-<?php
-/**
- * Template for displaying Archive pages
- *
- * Used to display archive-type pages if nothing more specific matches a query.
- * For example, puts together date-based pages if no date.php file exists.
- *
- * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-get_header(); ?>
-
-		<section id="primary">
-			<div id="content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-				<header class="page-header">
-					<h1 class="page-title">
-						<?php if ( is_day() ) : ?>
-							<?php printf( __( 'Daily Archives: %s', 'twentyeleven' ), '<span>' . get_the_date() . '</span>' ); ?>
-						<?php elseif ( is_month() ) : ?>
-							<?php printf( __( 'Monthly Archives: %s', 'twentyeleven' ), '<span>' . get_the_date( _x( 'F Y', 'monthly archives date format', 'twentyeleven' ) ) . '</span>' ); ?>
-						<?php elseif ( is_year() ) : ?>
-							<?php printf( __( 'Yearly Archives: %s', 'twentyeleven' ), '<span>' . get_the_date( _x( 'Y', 'yearly archives date format', 'twentyeleven' ) ) . '</span>' ); ?>
-						<?php else : ?>
-							<?php _e( 'Blog Archives', 'twentyeleven' ); ?>
-						<?php endif; ?>
-					</h1>
-				</header>
-
-				<?php twentyeleven_content_nav( 'nav-above' ); ?>
-
-				<?php /* Start the Loop */ ?>
-				<?php
-				while ( have_posts() ) :
-					the_post();
-					?>
-
-					<?php
-						/* Include the Post-Format-specific template for the content.
-						 * If you want to overload this in a child theme then include a file
-						 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
-						 */
-						get_template_part( 'content', get_post_format() );
-					?>
-
-				<?php endwhile; ?>
-
-				<?php twentyeleven_content_nav( 'nav-below' ); ?>
-
-			<?php else : ?>
-
-				<article id="post-0" class="post no-results not-found">
-					<header class="entry-header">
-						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
-					</header><!-- .entry-header -->
-
-					<div class="entry-content">
-						<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
-						<?php get_search_form(); ?>
-					</div><!-- .entry-content -->
-				</article><!-- #post-0 -->
-
-			<?php endif; ?>
-
-			</div><!-- #content -->
-		</section><!-- #primary -->
-
-<?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php
+/**
+ * Template for displaying Archive pages
+ *
+ * Used to display archive-type pages if nothing more specific matches a query.
+ * For example, puts together date-based pages if no date.php file exists.
+ *
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+get_header(); ?>
+
+		<section id="primary">
+			<div id="content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+				<header class="page-header">
+					<h1 class="page-title">
+						<?php
+						if ( is_day() ) {
+							/* translators: %s: Date. */
+							printf( __( 'Daily Archives: %s', 'twentyeleven' ), '<span>' . get_the_date() . '</span>' );
+						} elseif ( is_month() ) {
+							/* translators: %s: Date. */
+							printf( __( 'Monthly Archives: %s', 'twentyeleven' ), '<span>' . get_the_date( _x( 'F Y', 'monthly archives date format', 'twentyeleven' ) ) . '</span>' );
+						} elseif ( is_year() ) {
+							/* translators: %s: Date. */
+							printf( __( 'Yearly Archives: %s', 'twentyeleven' ), '<span>' . get_the_date( _x( 'Y', 'yearly archives date format', 'twentyeleven' ) ) . '</span>' );
+						} else {
+							_e( 'Blog Archives', 'twentyeleven' );
+						}
+						?>
+					</h1>
+				</header>
+
+				<?php twentyeleven_content_nav( 'nav-above' ); ?>
+
+				<?php
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+					?>
+
+					<?php
+						/*
+						 * Include the Post-Format-specific template for the content.
+						 * If you want to overload this in a child theme then include a file
+						 * called content-___.php (where ___ is the Post Format name) and that
+						 * will be used instead.
+						 */
+						get_template_part( 'content', get_post_format() );
+					?>
+
+				<?php endwhile; ?>
+
+				<?php twentyeleven_content_nav( 'nav-below' ); ?>
+
+			<?php else : ?>
+
+				<article id="post-0" class="post no-results not-found">
+					<header class="entry-header">
+						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
+					</header><!-- .entry-header -->
+
+					<div class="entry-content">
+						<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
+						<?php get_search_form(); ?>
+					</div><!-- .entry-content -->
+				</article><!-- #post-0 -->
+
+			<?php endif; ?>
+
+			</div><!-- #content -->
+		</section><!-- #primary -->
+
+<?php get_sidebar(); ?>
+<?php get_footer(); ?>
diff --git a/wp-content/themes/twentyeleven/author.php b/wp-content/themes/twentyeleven/author.php
index c6d68e216..1711a8c73 100644
--- a/wp-content/themes/twentyeleven/author.php
+++ b/wp-content/themes/twentyeleven/author.php
@@ -1,105 +1,117 @@
-<?php
-/**
- * Template for displaying Author Archive pages
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-get_header(); ?>
-
-		<section id="primary">
-			<div id="content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-				<?php
-					/*
-					 * Queue the first post, that way we know what author
-					 * we're dealing with (if that is the case).
-					 *
-					 * We reset this later so we can run the loop properly
-					 * with a call to rewind_posts().
-					 */
-					the_post();
-				?>
-
-				<header class="page-header">
-					<h1 class="page-title author"><?php printf( __( 'Author Archives: %s', 'twentyeleven' ), '<span class="vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '" title="' . esc_attr( get_the_author() ) . '" rel="me">' . get_the_author() . '</a></span>' ); ?></h1>
-				</header>
-
-				<?php
-					/*
-					 * Since we called the_post() above, we need to
-					 * rewind the loop back to the beginning that way
-					 * we can run the loop properly, in full.
-					 */
-					rewind_posts();
-				?>
-
-				<?php twentyeleven_content_nav( 'nav-above' ); ?>
-
-				<?php
-				// If a user has filled out their description, show a bio on their entries.
-				if ( get_the_author_meta( 'description' ) ) :
-					?>
-				<div id="author-info">
-					<div id="author-avatar">
-						<?php
-						/**
-						 * Filter the Twenty Eleven author bio avatar size.
-						 *
-						 * @since Twenty Eleven 1.0
-						 *
-						 * @param int The height and width avatar dimension in pixels. Default 60.
-						 */
-						echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 60 ) );
-						?>
-					</div><!-- #author-avatar -->
-					<div id="author-description">
-						<h2><?php printf( __( 'About %s', 'twentyeleven' ), get_the_author() ); ?></h2>
-						<?php the_author_meta( 'description' ); ?>
-					</div><!-- #author-description	-->
-				</div><!-- #author-info -->
-				<?php endif; ?>
-
-				<?php /* Start the Loop */ ?>
-				<?php
-				while ( have_posts() ) :
-					the_post();
-					?>
-
-					<?php
-						/*
-						 * Include the Post-Format-specific template for the content.
-						 * If you want to overload this in a child theme then include a file
-						 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
-						 */
-						get_template_part( 'content', get_post_format() );
-					?>
-
-				<?php endwhile; ?>
-
-				<?php twentyeleven_content_nav( 'nav-below' ); ?>
-
-			<?php else : ?>
-
-				<article id="post-0" class="post no-results not-found">
-					<header class="entry-header">
-						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
-					</header><!-- .entry-header -->
-
-					<div class="entry-content">
-						<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
-						<?php get_search_form(); ?>
-					</div><!-- .entry-content -->
-				</article><!-- #post-0 -->
-
-			<?php endif; ?>
-
-			</div><!-- #content -->
-		</section><!-- #primary -->
-
-<?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php
+/**
+ * Template for displaying Author Archive pages
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+get_header(); ?>
+
+		<section id="primary">
+			<div id="content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+				<?php
+					/*
+					 * Queue the first post, that way we know what author
+					 * we're dealing with (if that is the case).
+					 *
+					 * We reset this later so we can run the loop properly
+					 * with a call to rewind_posts().
+					 */
+					the_post();
+				?>
+
+				<header class="page-header">
+					<h1 class="page-title author">
+					<?php
+					/* translators: %s: Author display name. */
+					printf( __( 'Author Archives: %s', 'twentyeleven' ), '<span class="vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '" title="' . esc_attr( get_the_author() ) . '" rel="me">' . get_the_author() . '</a></span>' );
+					?>
+					</h1>
+				</header>
+
+				<?php
+					/*
+					 * Since we called the_post() above, we need
+					 * to rewind the loop back to the beginning.
+					 * That way we can run the loop properly, in full.
+					 */
+					rewind_posts();
+				?>
+
+				<?php twentyeleven_content_nav( 'nav-above' ); ?>
+
+				<?php
+				// If a user has filled out their description, show a bio on their entries.
+				if ( get_the_author_meta( 'description' ) ) :
+					?>
+				<div id="author-info">
+					<div id="author-avatar">
+						<?php
+						/**
+						 * Filter the Twenty Eleven author bio avatar size.
+						 *
+						 * @since Twenty Eleven 1.0
+						 *
+						 * @param int The height and width avatar dimension in pixels. Default 60.
+						 */
+						$author_bio_avatar_size = apply_filters( 'twentyeleven_author_bio_avatar_size', 60 );
+						echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size );
+						?>
+					</div><!-- #author-avatar -->
+					<div id="author-description">
+						<h2>
+						<?php
+							/* translators: Author display name. */
+							printf( __( 'About %s', 'twentyeleven' ), get_the_author() );
+						?>
+						</h2>
+						<?php the_author_meta( 'description' ); ?>
+					</div><!-- #author-description	-->
+				</div><!-- #author-info -->
+				<?php endif; ?>
+
+				<?php
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+					?>
+
+					<?php
+						/*
+						 * Include the Post-Format-specific template for the content.
+						 * If you want to overload this in a child theme then include a file
+						 * called content-___.php (where ___ is the Post Format name) and that
+						 * will be used instead.
+						 */
+						get_template_part( 'content', get_post_format() );
+					?>
+
+				<?php endwhile; ?>
+
+				<?php twentyeleven_content_nav( 'nav-below' ); ?>
+
+			<?php else : ?>
+
+				<article id="post-0" class="post no-results not-found">
+					<header class="entry-header">
+						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
+					</header><!-- .entry-header -->
+
+					<div class="entry-content">
+						<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
+						<?php get_search_form(); ?>
+					</div><!-- .entry-content -->
+				</article><!-- #post-0 -->
+
+			<?php endif; ?>
+
+			</div><!-- #content -->
+		</section><!-- #primary -->
+
+<?php get_sidebar(); ?>
+<?php get_footer(); ?>
diff --git a/wp-content/themes/twentyeleven/blocks.css b/wp-content/themes/twentyeleven/blocks.css
index ee0f5ad6a..32fbd5485 100644
--- a/wp-content/themes/twentyeleven/blocks.css
+++ b/wp-content/themes/twentyeleven/blocks.css
@@ -1,406 +1,406 @@
-/*
-Theme Name: Twenty Eleven
-Description: Used to style blocks.
-*/
-
-/*--------------------------------------------------------------
->>> TABLE OF CONTENTS:
-----------------------------------------------------------------
-1.0 General Block Styles
-2.0 Blocks - Common Blocks
-3.0 Blocks - Formatting
-4.0 Blocks - Layout Elements
-5.0 Blocks - Widgets
-6.0 Blocks - Colors
---------------------------------------------------------------*/
-
-/*--------------------------------------------------------------
-1.0 General Block Styles
---------------------------------------------------------------*/
-
-figure[class^="wp-block-"] {
-	margin-left: 0;
-	margin-right: 0;
-}
-
-/* Captions */
-
-[class^="wp-block-"] figcaption {
-	font-family: Georgia, serif;
-	font-size: 12px;
-}
-
-[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
-	color: #666;
-	margin-bottom: 1.625em;
-	max-width: 96%;
-	max-width: calc( 100% - 18px );
-	padding: 3px 0 5px 40px;
-	position: relative;
-	text-align: left;
-}
-
-[class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {
-	color: #666;
-	content: '\2014';
-	font-size: 14px;
-	font-style: normal;
-	font-weight: bold;
-	margin-right: 5px;
-	position: absolute;
-	left: 10px;
-	top: 0;
-}
-
-.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
-	padding-left: 0;
-	padding-right: 40px;
-	text-align: right;
-}
-
-.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {
-	left: 0;
-	margin-left: 5px;
-	margin-right: 0;
-	right: 10px;
-}
-
-/*--------------------------------------------------------------
-2.0 Blocks - Common Blocks
---------------------------------------------------------------*/
-
-/* Paragraph */
-
-p.has-drop-cap:not(:focus)::first-letter {
-	font-size: 5em;
-	margin-top: 0.1em;
-}
-
-/* Gallery */
-
-.wp-block-gallery {
-	margin: 0 0 1.625em;
-}
-
-.wp-block-gallery .blocks-gallery-item figcaption {
-	margin-bottom: 0;
-	padding-left: 0;
-	padding-right: 0;
-}
-
-.wp-block-gallery .blocks-gallery-item img {
-	border: 0;
-	padding: 0;
-}
-
-/* Quote */
-
-.wp-block-quote {
-	margin: 0 3em;
-}
-
-.wp-block-quote:not(.is-large):not(.is-style-large) {
-	border: 0;
-	padding-left: 0;
-	padding-right: 0;
-}
-
-.wp-block-quote.is-large p,
-.wp-block-quote.is-style-large p {
-	font-size: 20px;
-}
-
-.wp-block-quote cite {
-	color: #666;
-	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
-	font-weight: 300;
-	letter-spacing: 0.05em;
-	text-transform: uppercase;
-}
-
-.wp-block-quote.is-large cite,
-.wp-block-quote.is-style-large cite {
-	font-size: 16px;
-}
-
-/* Audio */
-
-.wp-block-audio audio {
-	display: block;
-	width: 100%;
-}
-
-/* Cover */
-
-.wp-block-cover-image.aligncenter,
-.wp-block-cover.aligncenter {
-	clear: both;
-	display: flex;
-}
-
-.wp-block-cover-image.alignleft,
-.wp-block-cover.alignleft {
-	margin-right: 1.625em;
-}
-
-.wp-block-cover-image.alignright,
-.wp-block-cover.alignright {
-	margin-left: 1.625em;
-}
-
-/* File */
-
-.wp-block-file .wp-block-file__button {
-	background: #222;
-	border: none;
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	color: #eee;
-	cursor: pointer;
-	font-size: 15px;
-	padding: 5px 22px;
-	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
-}
-
-.wp-block-file .wp-block-file__button:active {
-	background: #1982d1;
-	color: #bfddf3;
-}
-
-.rtl .wp-block-file * + .wp-block-file__button {
-	margin-left: 0.75em;
-	margin-right: 0;
-}
-
-/*--------------------------------------------------------------
-3.0 Blocks - Formatting
---------------------------------------------------------------*/
-
-/* Code */
-
-.wp-block-code {
-	background-color: transparent;
-	border: 0;
-	padding: 0;
-}
-
-/* Pullquote */
-
-.wp-block-pullquote__citation,
-.wp-block-pullquote cite,
-.wp-block-pullquote footer {
-	color: #141412;
-}
-
-.wp-block-pullquote.alignleft {
-	margin-right: 1.625em;
-}
-
-.wp-block-pullquote.alignright {
-	margin-left: 1.625em;
-}
-
-/* Table */
-
-.wp-block-table {
-	border-bottom: 1px solid #ddd;
-	border-collapse: collapse;
-	border-spacing: 0;
-	width: 100%;
-}
-
-.wp-block-table th {
-	border: 0;
-	font-weight: bold;
-	padding: 6px 10px 6px 0;
-	text-transform: uppercase;
-}
-
-.wp-block-table td {
-	border: 0;
-	border-top: 1px solid #ddd;
-	padding: 6px 10px 6px 0;
-}
-
-/*--------------------------------------------------------------
-4.0 Blocks - Layout Elements
---------------------------------------------------------------*/
-
-/* Buttons */
-
-.wp-block-button .wp-block-button__link {
-	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	cursor: pointer;
-	font-size: 15px;
-	margin: 20px 0;
-	padding: 5px 22px;
-	text-decoration: none;
-	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
-}
-
-.is-style-outline .wp-block-button__link:not(.has-text-color) {
-	color: #222;
-	text-shadow: none;
-}
-
-.wp-block-button__link,
-.wp-block-button .wp-block-button__link:hover,
-.wp-block-button .is-style-outline .wp-block-button__link:hover {
-	background: #222;
-	color: #eee;
-}
-
-.wp-block-button__link:active {
-	background: #1982d1;
-	color: #bfddf3;
-}
-
-/* Separator */
-
-.wp-block-separator {
-	border: 0;
-	max-width: 100px;
-}
-
-.wp-block-separator.is-style-wide {
-	max-width: 100%;
-}
-
-/* Media & Text */
-
-.wp-block-media-text {
-	margin-bottom: 1.625em;
-}
-
-.wp-block-media-text *:last-child {
-	margin-bottom: 0;
-}
-
-/*--------------------------------------------------------------
-5.0 Blocks - Widgets
---------------------------------------------------------------*/
-
-/* Archives, Categories & Latest Posts */
-
-.wp-block-archives.aligncenter,
-.wp-block-categories.aligncenter,
-.wp-block-latest-posts.aligncenter {
-	list-style-position: inside;
-	margin-left: 2.5em;
-	text-align: center;
-}
-
-.rtl .wp-block-archives.aligncenter,
-.rtl .wp-block-categories.aligncenter,
-.rtl .wp-block-latest-posts.aligncenter {
-	margin-left: 0;
-	margin-right: 2.5em;
-}
-
-/* Latest Comments */
-
-.wp-block-latest-comments {
-	margin: 0;
-	padding: 0;
-}
-
-.wp-block-latest-comments .avatar,
-.wp-block-latest-comments__comment-avatar {
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	-webkit-box-shadow: 0 1px 2px #ccc;
-	-moz-box-shadow: 0 1px 2px #ccc;
-	box-shadow: 0 1px 2px #ccc;
-}
-
-.wp-block-latest-comments__comment,
-.wp-block-latest-comments__comment-excerpt,
-.wp-block-latest-comments__comment-excerpt p {
-	font-size: 15px;
-}
-
-.wp-block-latest-comments__comment-excerpt p:last-child {
-	margin-bottom: 0;
-}
-
-.wp-block-latest-comments__comment-meta,
-.wp-block-latest-comments__comment-date {
-	color: #666;
-	font-size: 12px;
-	line-height: 2.2em;
-}
-
-.wp-block-latest-comments__comment-meta a {
-	font-weight: bold;
-}
-
-.wp-block-latest-comments .wp-block-latest-comments__comment {
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	margin: 0 0 2.625em;
-	position: relative;
-}
-
-/* Latest Posts */
-
-.wp-block-latest-posts.is-grid {
-	margin-left: 0;
-	margin-right: 0;
-}
-
-/*--------------------------------------------------------------
-6.0 Blocks - Colors
---------------------------------------------------------------*/
-
-.has-blue-color {
-	color: #1982d1;
-}
-
-.has-blue-background-color {
-	background-color: #1982d1;
-}
-
-.has-black-color {
-	color: #000;
-}
-
-.has-black-background-color {
-	background-color: #000;
-}
-
-.has-dark-gray-color {
-	color: #373737;
-}
-
-.has-dark-gray-background-color {
-	background-color: #373737;
-}
-
-.has-medium-gray-color {
-	color: #666;
-}
-
-.has-medium-gray-background-color {
-	background-color: #666;
-}
-
-.has-light-gray-color {
-	color: #e2e2e2;
-}
-
-.has-light-gray-background-color {
-	background-color: #e2e2e2;
-}
-
-.has-white-color {
-	color: #fff;
-}
-
-.has-white-background-color {
-	background-color: #fff;
-}
+/*
+Theme Name: Twenty Eleven
+Description: Used to style blocks.
+*/
+
+/*--------------------------------------------------------------
+>>> TABLE OF CONTENTS:
+----------------------------------------------------------------
+1.0 General Block Styles
+2.0 Blocks - Common Blocks
+3.0 Blocks - Formatting
+4.0 Blocks - Layout Elements
+5.0 Blocks - Widgets
+6.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+/*--------------------------------------------------------------
+1.0 General Block Styles
+--------------------------------------------------------------*/
+
+figure[class^="wp-block-"] {
+	margin-left: 0;
+	margin-right: 0;
+}
+
+/* Captions */
+
+[class^="wp-block-"] figcaption {
+	font-family: Georgia, serif;
+	font-size: 12px;
+}
+
+[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
+	color: #666;
+	margin-bottom: 1.625em;
+	max-width: 96%;
+	max-width: calc( 100% - 18px );
+	padding: 3px 0 5px 40px;
+	position: relative;
+	text-align: left;
+}
+
+[class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {
+	color: #666;
+	content: '\2014';
+	font-size: 14px;
+	font-style: normal;
+	font-weight: bold;
+	margin-right: 5px;
+	position: absolute;
+	left: 10px;
+	top: 0;
+}
+
+.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
+	padding-left: 0;
+	padding-right: 40px;
+	text-align: right;
+}
+
+.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {
+	left: 0;
+	margin-left: 5px;
+	margin-right: 0;
+	right: 10px;
+}
+
+/*--------------------------------------------------------------
+2.0 Blocks - Common Blocks
+--------------------------------------------------------------*/
+
+/* Paragraph */
+
+p.has-drop-cap:not(:focus)::first-letter {
+	font-size: 5em;
+	margin-top: 0.1em;
+}
+
+/* Gallery */
+
+.wp-block-gallery {
+	margin: 0 0 1.625em;
+}
+
+.wp-block-gallery .blocks-gallery-item figcaption {
+	margin-bottom: 0;
+	padding-left: 0;
+	padding-right: 0;
+}
+
+.wp-block-gallery .blocks-gallery-item img {
+	border: 0;
+	padding: 0;
+}
+
+/* Quote */
+
+.wp-block-quote {
+	margin: 0 3em;
+}
+
+.wp-block-quote:not(.is-large):not(.is-style-large) {
+	border: 0;
+	padding-left: 0;
+	padding-right: 0;
+}
+
+.wp-block-quote.is-large p,
+.wp-block-quote.is-style-large p {
+	font-size: 20px;
+}
+
+.wp-block-quote cite {
+	color: #666;
+	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
+	font-weight: 300;
+	letter-spacing: 0.05em;
+	text-transform: uppercase;
+}
+
+.wp-block-quote.is-large cite,
+.wp-block-quote.is-style-large cite {
+	font-size: 16px;
+}
+
+/* Audio */
+
+.wp-block-audio audio {
+	display: block;
+	width: 100%;
+}
+
+/* Cover */
+
+.wp-block-cover-image.aligncenter,
+.wp-block-cover.aligncenter {
+	clear: both;
+	display: flex;
+}
+
+.wp-block-cover-image.alignleft,
+.wp-block-cover.alignleft {
+	margin-right: 1.625em;
+}
+
+.wp-block-cover-image.alignright,
+.wp-block-cover.alignright {
+	margin-left: 1.625em;
+}
+
+/* File */
+
+.wp-block-file .wp-block-file__button {
+	background: #222;
+	border: none;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	color: #eee;
+	cursor: pointer;
+	font-size: 15px;
+	padding: 5px 22px;
+	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
+}
+
+.wp-block-file .wp-block-file__button:active {
+	background: #1982d1;
+	color: #bfddf3;
+}
+
+.rtl .wp-block-file * + .wp-block-file__button {
+	margin-left: 0.75em;
+	margin-right: 0;
+}
+
+/*--------------------------------------------------------------
+3.0 Blocks - Formatting
+--------------------------------------------------------------*/
+
+/* Code */
+
+.wp-block-code {
+	background-color: transparent;
+	border: 0;
+	padding: 0;
+}
+
+/* Pullquote */
+
+.wp-block-pullquote__citation,
+.wp-block-pullquote cite,
+.wp-block-pullquote footer {
+	color: #141412;
+}
+
+.wp-block-pullquote.alignleft {
+	margin-right: 1.625em;
+}
+
+.wp-block-pullquote.alignright {
+	margin-left: 1.625em;
+}
+
+/* Table */
+
+.wp-block-table {
+	border-bottom: 1px solid #ddd;
+	border-collapse: collapse;
+	border-spacing: 0;
+	width: 100%;
+}
+
+.wp-block-table th {
+	border: 0;
+	font-weight: bold;
+	padding: 6px 10px 6px 0;
+	text-transform: uppercase;
+}
+
+.wp-block-table td {
+	border: 0;
+	border-top: 1px solid #ddd;
+	padding: 6px 10px 6px 0;
+}
+
+/*--------------------------------------------------------------
+4.0 Blocks - Layout Elements
+--------------------------------------------------------------*/
+
+/* Buttons */
+
+.wp-block-button .wp-block-button__link {
+	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	cursor: pointer;
+	font-size: 15px;
+	margin: 20px 0;
+	padding: 5px 22px;
+	text-decoration: none;
+	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
+}
+
+.is-style-outline .wp-block-button__link:not(.has-text-color) {
+	color: #222;
+	text-shadow: none;
+}
+
+.wp-block-button__link,
+.wp-block-button .wp-block-button__link:hover,
+.wp-block-button .is-style-outline .wp-block-button__link:hover {
+	background: #222;
+	color: #eee;
+}
+
+.wp-block-button__link:active {
+	background: #1982d1;
+	color: #bfddf3;
+}
+
+/* Separator */
+
+.wp-block-separator {
+	border: 0;
+	max-width: 100px;
+}
+
+.wp-block-separator.is-style-wide {
+	max-width: 100%;
+}
+
+/* Media & Text */
+
+.wp-block-media-text {
+	margin-bottom: 1.625em;
+}
+
+.wp-block-media-text *:last-child {
+	margin-bottom: 0;
+}
+
+/*--------------------------------------------------------------
+5.0 Blocks - Widgets
+--------------------------------------------------------------*/
+
+/* Archives, Categories & Latest Posts */
+
+.wp-block-archives.aligncenter,
+.wp-block-categories.aligncenter,
+.wp-block-latest-posts.aligncenter {
+	list-style-position: inside;
+	margin-left: 2.5em;
+	text-align: center;
+}
+
+.rtl .wp-block-archives.aligncenter,
+.rtl .wp-block-categories.aligncenter,
+.rtl .wp-block-latest-posts.aligncenter {
+	margin-left: 0;
+	margin-right: 2.5em;
+}
+
+/* Latest Comments */
+
+.wp-block-latest-comments {
+	margin: 0;
+	padding: 0;
+}
+
+.wp-block-latest-comments .avatar,
+.wp-block-latest-comments__comment-avatar {
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	-webkit-box-shadow: 0 1px 2px #ccc;
+	-moz-box-shadow: 0 1px 2px #ccc;
+	box-shadow: 0 1px 2px #ccc;
+}
+
+.wp-block-latest-comments__comment,
+.wp-block-latest-comments__comment-excerpt,
+.wp-block-latest-comments__comment-excerpt p {
+	font-size: 15px;
+}
+
+.wp-block-latest-comments__comment-excerpt p:last-child {
+	margin-bottom: 0;
+}
+
+.wp-block-latest-comments__comment-meta,
+.wp-block-latest-comments__comment-date {
+	color: #666;
+	font-size: 12px;
+	line-height: 2.2em;
+}
+
+.wp-block-latest-comments__comment-meta a {
+	font-weight: bold;
+}
+
+.wp-block-latest-comments .wp-block-latest-comments__comment {
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	margin: 0 0 2.625em;
+	position: relative;
+}
+
+/* Latest Posts */
+
+.wp-block-latest-posts.is-grid {
+	margin-left: 0;
+	margin-right: 0;
+}
+
+/*--------------------------------------------------------------
+6.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+.has-blue-color {
+	color: #1982d1;
+}
+
+.has-blue-background-color {
+	background-color: #1982d1;
+}
+
+.has-black-color {
+	color: #000;
+}
+
+.has-black-background-color {
+	background-color: #000;
+}
+
+.has-dark-gray-color {
+	color: #373737;
+}
+
+.has-dark-gray-background-color {
+	background-color: #373737;
+}
+
+.has-medium-gray-color {
+	color: #666;
+}
+
+.has-medium-gray-background-color {
+	background-color: #666;
+}
+
+.has-light-gray-color {
+	color: #e2e2e2;
+}
+
+.has-light-gray-background-color {
+	background-color: #e2e2e2;
+}
+
+.has-white-color {
+	color: #fff;
+}
+
+.has-white-background-color {
+	background-color: #fff;
+}
diff --git a/wp-content/themes/twentyeleven/category.php b/wp-content/themes/twentyeleven/category.php
index 903ef1167..f37983166 100644
--- a/wp-content/themes/twentyeleven/category.php
+++ b/wp-content/themes/twentyeleven/category.php
@@ -1,79 +1,81 @@
-<?php
-/**
- * Template for displaying Category Archive pages
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-get_header(); ?>
-
-		<section id="primary">
-			<div id="content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-				<header class="page-header">
-					<h1 class="page-title">
-					<?php
-						printf( __( 'Category Archives: %s', 'twentyeleven' ), '<span>' . single_cat_title( '', false ) . '</span>' );
-					?>
-					</h1>
-
-					<?php
-						$category_description = category_description();
-					if ( ! empty( $category_description ) ) {
-						/**
-						 * Filter the default Twenty Eleven category description.
-						 *
-						 * @since Twenty Eleven 1.0
-						 *
-						 * @param string The default category description HTML.
-						 */
-						echo apply_filters( 'category_archive_meta', '<div class="category-archive-meta">' . $category_description . '</div>' );
-					}
-					?>
-				</header>
-
-				<?php twentyeleven_content_nav( 'nav-above' ); ?>
-
-				<?php /* Start the Loop */ ?>
-				<?php
-				while ( have_posts() ) :
-					the_post();
-					?>
-
-					<?php
-						/*
-						 * Include the Post-Format-specific template for the content.
-						 * If you want to overload this in a child theme then include a file
-						 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
-						 */
-						get_template_part( 'content', get_post_format() );
-					?>
-
-				<?php endwhile; ?>
-
-				<?php twentyeleven_content_nav( 'nav-below' ); ?>
-
-			<?php else : ?>
-
-				<article id="post-0" class="post no-results not-found">
-					<header class="entry-header">
-						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
-					</header><!-- .entry-header -->
-
-					<div class="entry-content">
-						<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
-						<?php get_search_form(); ?>
-					</div><!-- .entry-content -->
-				</article><!-- #post-0 -->
-
-			<?php endif; ?>
-
-			</div><!-- #content -->
-		</section><!-- #primary -->
-
-<?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php
+/**
+ * Template for displaying Category Archive pages
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+get_header(); ?>
+
+		<section id="primary">
+			<div id="content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+				<header class="page-header">
+					<h1 class="page-title">
+					<?php
+						/* translators: %s: �ategory title. */
+						printf( __( 'Category Archives: %s', 'twentyeleven' ), '<span>' . single_cat_title( '', false ) . '</span>' );
+					?>
+					</h1>
+
+					<?php
+						$category_description = category_description();
+					if ( ! empty( $category_description ) ) {
+						/**
+						 * Filter the default Twenty Eleven category description.
+						 *
+						 * @since Twenty Eleven 1.0
+						 *
+						 * @param string The default category description HTML.
+						 */
+						echo apply_filters( 'category_archive_meta', '<div class="category-archive-meta">' . $category_description . '</div>' );
+					}
+					?>
+				</header>
+
+				<?php twentyeleven_content_nav( 'nav-above' ); ?>
+
+				<?php
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+					?>
+
+					<?php
+						/*
+						 * Include the Post-Format-specific template for the content.
+						 * If you want to overload this in a child theme then include a file
+						 * called content-___.php (where ___ is the Post Format name) and that
+						 * will be used instead.
+						 */
+						get_template_part( 'content', get_post_format() );
+					?>
+
+				<?php endwhile; ?>
+
+				<?php twentyeleven_content_nav( 'nav-below' ); ?>
+
+			<?php else : ?>
+
+				<article id="post-0" class="post no-results not-found">
+					<header class="entry-header">
+						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
+					</header><!-- .entry-header -->
+
+					<div class="entry-content">
+						<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
+						<?php get_search_form(); ?>
+					</div><!-- .entry-content -->
+				</article><!-- #post-0 -->
+
+			<?php endif; ?>
+
+			</div><!-- #content -->
+		</section><!-- #primary -->
+
+<?php get_sidebar(); ?>
+<?php get_footer(); ?>
diff --git a/wp-content/themes/twentyeleven/colors/dark.css b/wp-content/themes/twentyeleven/colors/dark.css
index d2868d67a..bb901bb96 100644
--- a/wp-content/themes/twentyeleven/colors/dark.css
+++ b/wp-content/themes/twentyeleven/colors/dark.css
@@ -1,623 +1,623 @@
-/*
-	A dark color scheme for Twenty Eleven
-*/
-
-/* =Global
------------------------------------------------ */
-
-body {
-	background: #1d1d1d;
-	color: #bbb;
-}
-#page {
-	background: #0f0f0f;
-}
-
-/* Headings */
-hr {
-	background-color: #333;
-}
-
-/* Text elements */
-blockquote cite {
-	color: #999;
-}
-pre {
-	background: #0b0b0b;
-}
-code, kbd {
-	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
-}
-abbr, acronym, dfn {
-	border-bottom: 1px dotted #999;
-}
-ins {
-	background: #00063f;
-}
-input[type=text],
-input[type=password],
-input[type=email],
-input[type=url],
-input[type=number],
-textarea {
-	border: 1px solid #222;
-}
-input#s {
-	background-color: #ddd;
-}
-
-/* Links */
-a {
-}
-
-
-/* =Header
------------------------------------------------ */
-
-#branding {
-	border-top: 2px solid #0a0a0a;
-}
-#site-title a {
-	color: #eee;
-}
-#site-title a:hover,
-#site-title a:focus,
-#site-title a:active {
-}
-#site-description {
-	color: #858585;
-}
-#branding #s {
-	background-color: #ddd;
-}
-
-
-/* =Menu
------------------------------------------------ */
-
-#access {
-	background: #333; /* Show a solid color for older browsers */
-	background: -moz-linear-gradient(#383838, #272727);
-	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#383838), to(#272727)); /* older webkit syntax */
-	background: -webkit-linear-gradient(#383838, #272727);
-	border-bottom: 1px solid #222;
-}
-
-/* =Content
------------------------------------------------ */
-
-.page-title {
-	color: #ccc;
-}
-.hentry {
-	border-color: #222;
-}
-.entry-title {
-	color: #ddd;
-}
-.entry-title,
-.entry-title a {
-	color: #ddd;
-}
-.entry-title a:hover,
-.entry-title a:focus,
-.entry-title a:active {
-}
-.entry-meta {
-	color: #999;
-}
-.entry-content h1,
-.entry-content h2,
-.comment-content h1,
-.comment-content h2 {
-	color: #fff;
-}
-.entry-content table,
-.comment-content table {
-	border-color: #222;
-}
-.entry-content th,
-.comment-content th {
-	color: #999;
-}
-.entry-content td,
-.comment-content td {
-	border-color: #222;
-}
-.page-link {
-}
-.page-link a {
-	background: #242424;
-	color: #bbb;
-}
-.page-link a:hover {
-	background: #999;
-	color: #000;
-}
-.entry-meta .edit-link a {
-	background: #242424;
-	color: #bbb;
-}
-.entry-meta .edit-link a:hover,
-.entry-meta .edit-link a:focus,
-.entry-meta .edit-link a:active {
-	background: #999;
-	color: #000;
-}
-
-/* Images */
-.wp-caption {
-	background: #2c2c2c;
-}
-.wp-caption .wp-caption-text {
-	color: #999;
-}
-.wp-caption .wp-caption-text:before {
-	color: #999;
-}
-
-/* Image borders */
-img[class*="wp-image-"],
-#content .gallery .gallery-icon img {
-	border-color: #2c2c2c;
-}
-.wp-caption img {
-	border-color: #2c2c2c;
-}
-a:focus img[class*="wp-image-"],
-a:hover img[class*="wp-image-"],
-a:active img[class*="wp-image-"] {
-	background: #2c2c2c;
-	border-color: #444;
-}
-.wp-caption a:focus img,
-.wp-caption a:active img,
-.wp-caption a:hover img {
-	background: #0f0f0f;
-	border-color: #2c2c2c;
-}
-
-/* Password Protected Posts */
-.post-password-required input[type=password] {
-	background: #ddd;
-}
-.post-password-required input[type=password]:focus {
-	background: #fff;
-}
-
-/* Author Info */
-.singular #author-info {
-	background: #060606;
-	border-color: #222;
-}
-.archive #author-info {
-	border-color: #222;
-}
-#author-avatar img {
-	background: #000;
-	-webkit-box-shadow: 0 1px 2px #444;
-	-moz-box-shadow: 0 1px 2px #444;
-	box-shadow: 0 1px 2px #444;
-}
-#author-description h2 {
-	color: #fff;
-}
-
-/* Comments link */
-.entry-header .comments-link a {
-	background: #282828 url(../images/comment-bubble-dark.png) no-repeat;
-	border-color: #222;
-	color: #888;
-}
-
-.rtl .entry-header .comments-link a {
-	background-image: url(../images/comment-bubble-dark-rtl.png);
-}
-/* Singular content styles for Posts and Pages */
-.singular .entry-title {
-	color: #fff;
-}
-
-
-/* =Status
------------------------------------------------ */
-
-.format-status img.avatar {
-	-webkit-box-shadow: 0 1px 2px #333;
-	-moz-box-shadow: 0 1px 2px #333;
-	box-shadow: 0 1px 2px #333;
-}
-
-
-/* =Quote
------------------------------------------------ */
-
-.format-quote blockquote {
-	color: #aaa;
-}
-
-
-/* =Image
------------------------------------------------ */
-
-.indexed.format-image .wp-caption {
-	background: #242424;
-}
-.indexed.format-image .entry-meta .edit-link a {
-	color: #ddd;
-}
-.indexed.format-image .entry-meta .edit-link a:hover {
-	color: #fff;
-}
-
-
-/* =error404
------------------------------------------------ */
-.error404 #main #searchform {
-	background: #060606;
-	border-color: #222;
-}
-
-
-/* =Showcase
------------------------------------------------ */
-
-h1.showcase-heading {
-	color: #ccc;
-}
-
-/* Intro */
-article.intro {
-	background: #060606;
-}
-article.intro .entry-content {
-	color: #eee;
-}
-article.intro .edit-link a {
-	background: #555;
-	color: #000;
-}
-article.intro .edit-link a:hover {
-	background: #888;
-}
-
-/* Featured post */
-section.featured-post .hentry {
-	color: #999;
-}
-
-/* Small featured post */
-section.featured-post .attachment-small-feature {
-	border-color: #444;
-}
-section.featured-post .attachment-small-feature:hover {
-	border-color: #777;
-}
-article.feature-image.small .entry-summary {
-	color: #aaa;
-}
-article.feature-image.small .entry-summary p a {
-	background: #ddd;
-	color: #111;
-}
-article.feature-image.small .entry-summary p a:hover {
-	color: #40220c;
-}
-
-/* Large featured post */
-article.feature-image.large .entry-title a {
-	background: #ddd;
-	background: rgba(0,0,0,0.8);
-	color: #fff;
-}
-section.feature-image.large:hover .entry-title a,
-section.feature-image.large .entry-title:hover a {
-	background: #111;
-	background: rgba(255,255,255,0.8);
-	color: #000;
-}
-section.feature-image.large img {
-	border-bottom: 1px solid #222;
-}
-
-/* Featured Slider */
-.featured-posts {
-	border-color: #222;
-}
-.featured-posts section.featured-post {
-	background: #000;
-}
-.featured-post .feature-text:after,
-.featured-post .feature-image.small:after {
-	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
-	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
-	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
-	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
-	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
-	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
-}
-.feature-slider a {
-	background: #c3c3c3;
-	background: rgba(60,60,60,0.9);
-	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
-	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
-	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
-}
-.feature-slider a.active {
-	background: #000;
-	background: rgba(255,255,255,0.8);
-	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
-	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
-	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
-}
-
-/* Recent Posts */
-section.recent-posts .other-recent-posts {
-	border-color: #222;
-}
-section.recent-posts .other-recent-posts .entry-title {
-	border-color: #222;
-}
-section.recent-posts .other-recent-posts a[rel="bookmark"] {
-	color: #ccc;
-}
-section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
-}
-section.recent-posts .other-recent-posts .comments-link a,
-section.recent-posts .other-recent-posts .comments-link > span {
-	border-color: #959595;
-	color: #bbb;
-}
-section.recent-posts .other-recent-posts .comments-link > span {
-	border-color: #444;
-	color: #777;
-}
-section.recent-posts .other-recent-posts .comments-link a:hover {
-}
-
-
-/* =Attachments
------------------------------------------------ */
-
-.image-attachment div.attachment {
-	background: #060606;
-	border-color: #222;
-}
-.image-attachment div.attachment a img {
-	border-color: #060606;
-}
-.image-attachment div.attachment a:focus img,
-.image-attachment div.attachment a:hover img,
-.image-attachment div.attachment a:active img {
-	border-color: #2c2c2c;
-	background: #0f0f0f;
-}
-
-
-/* =Widgets
------------------------------------------------ */
-
-.widget-title {
-	color: #ccc;
-}
-.widget ul li {
-	color: #888;
-}
-
-/* Search Widget */
-.widget_search #searchsubmit {
-	background: #222;
-	border-color: #333;
-	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
-	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
-	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
-	color: #777;
-}
-.widget_search #searchsubmit:active {
-	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
-	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
-	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
-	color: #40220c;
-}
-
-/* Calendar Widget */
-.widget_calendar #wp-calendar {
-	color: #aaa;
-}
-.widget_calendar #wp-calendar th {
-	background: #0b0b0b;
-	border-color: #333;
-}
-.widget_calendar #wp-calendar tfoot td {
-	background: #0b0b0b;
-	border-color: #333;
-}
-
-
-/* =Comments
------------------------------------------------ */
-
-#comments-title {
-	color: #bbb;
-}
-.nocomments {
-	color: #555;
-}
-.commentlist > li.comment {
-	background: #090909;
-	border-color: #222;
-}
-.commentlist .children li.comment {
-	background: #000;
-	border-color: #222;
-}
-.rtl .commentlist .children li.comment {
-	border-color: #222;
-}
-.comment-meta {
-	color: #999;
-}
-.commentlist .avatar {
-	-webkit-box-shadow: 0 1px 2px #222;
-	-moz-box-shadow: 0 1px 2px #222;
-	box-shadow: 0 1px 2px #222;
-}
-a.comment-reply-link {
-	background: #242424;
-	color: #bbb;
-}
-li.bypostauthor a.comment-reply-link {
-	background: #111;
-}
-a.comment-reply-link:hover,
-a.comment-reply-link:focus,
-a.comment-reply-link:active,
-li.bypostauthor a.comment-reply-link:hover,
-li.bypostauthor a.comment-reply-link:focus,
-li.bypostauthor a.comment-reply-link:active {
-	background: #999;
-	color: #000;
-}
-.commentlist > li:before {
-	content: url(../images/comment-arrow-dark.png);
-}
-.rtl .commentlist > li:before {
-	content: url(../images/comment-arrow-dark-rtl.png);
-}
-
-/* Post author highlighting */
-.commentlist > li.bypostauthor {
-	background: #222;
-	border-color: #2c2c2c;
-}
-.commentlist > li.bypostauthor:before {
-	content: url(../images/comment-arrow-bypostauthor-dark.png);
-}
-.rtl .commentlist > li.bypostauthor:before {
-	content: url(../images/comment-arrow-bypostauthor-dark-rtl.png);
-}
-
-/* Post Author threaded comments */
-.commentlist .children > li.bypostauthor {
-	background: #222;
-	border-color: #2c2c2c;
-}
-.commentlist > li.bypostauthor .comment-meta {
-	color: #a8a8a8;
-}
-
-/* Comment Form */
-#respond {
-	background: #222;
-	border-color: #2c2c2c;
-}
-#respond input[type="text"],
-#respond textarea {
-	background: #000;
-	border: 4px solid #111;
-	-webkit-box-shadow: inset 0 1px 3px rgba(51,51,51,0.95);
-	-moz-box-shadow: inset 0 1px 3px rgba(51,51,51,0.95);
-	box-shadow: inset 0 1px 3px rgba(51,51,51,0.95);
-	color: #bbb;
-}
-#respond .comment-form-author label,
-#respond .comment-form-email label,
-#respond .comment-form-url label,
-#respond .comment-form-comment label {
-	background: #111;
-	-webkit-box-shadow: 1px 2px 2px rgba(51,51,51,0.8);
-	-moz-box-shadow: 1px 2px 2px rgba(51,51,51,0.8);
-	box-shadow: 1px 1px 2px rgba(51,51,51,0.8);
-	color: #aaa;
-}
-.rtl #respond .comment-form-author label,
-.rtl #respond .comment-form-email label,
-.rtl #respond .comment-form-url label,
-.rtl #respond .comment-form-comment label {
-	-webkit-box-shadow: -1px 2px 2px rgba(51,51,51,0.8);
-	-moz-box-shadow: -1px 2px 2px rgba(51,51,51,0.8);
-	box-shadow: -1px 1px 2px rgba(51,51,51,0.8);
-}
-#respond .comment-form-author .required,
-#respond .comment-form-email .required {
-	color: #42caff;
-}
-#respond input#submit {
-	background: #ddd;
-	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	color: #111;
-	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
-}
-#respond input#submit:active {
-	color: #40220c;
-}
-#respond #cancel-comment-reply-link {
-	color: #999;
-}
-#reply-title {
-	color: #ccc;
-}
-#cancel-comment-reply-link {
-	color: #777;
-}
-#cancel-comment-reply-link:focus,
-#cancel-comment-reply-link:active,
-#cancel-comment-reply-link:hover {
-	color: #00b4cc;
-}
-
-
-/* =Footer
------------------------------------------------ */
-
-#supplementary {
-	border-color: #222;
-}
-
-/* Site Generator Line */
-#site-generator {
-	background: #060606;
-	border-color: #000;
-}
-
-
-/* =Print
------------------------------------------------ */
-
-@media print {
-	body {
-		color: #333;
-		background: none !important;
-	}
-	#page {
-		background: none !important;
-	}
-
-	/* Comments */
-	.commentlist > li.comment {
-	}
-
-	/* Post author highlighting */
-	.commentlist > li.bypostauthor {
-		color: #333;
-	}
-	.commentlist > li.bypostauthor .comment-meta {
-		color: #959595;
-	}
-	.commentlist > li:before {
-		content: none !important;
-	}
-
-	/* Post Author threaded comments */
-	.commentlist .children > li.bypostauthor {
-		background: #fff;
-		border-color: #ddd;
-	}
-	.commentlist .children > li.bypostauthor > article,
-	.commentlist .children > li.bypostauthor > article .comment-meta {
-		color: #959595;
-	}
+/*
+	A dark color scheme for Twenty Eleven
+*/
+
+/* =Global
+----------------------------------------------- */
+
+body {
+	background: #1d1d1d;
+	color: #bbb;
+}
+#page {
+	background: #0f0f0f;
+}
+
+/* Headings */
+hr {
+	background-color: #333;
+}
+
+/* Text elements */
+blockquote cite {
+	color: #999;
+}
+pre {
+	background: #0b0b0b;
+}
+code, kbd {
+	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
+}
+abbr, acronym, dfn {
+	border-bottom: 1px dotted #999;
+}
+ins {
+	background: #00063f;
+}
+input[type=text],
+input[type=password],
+input[type=email],
+input[type=url],
+input[type=number],
+textarea {
+	border: 1px solid #222;
+}
+input#s {
+	background-color: #ddd;
+}
+
+/* Links */
+a {
+}
+
+
+/* =Header
+----------------------------------------------- */
+
+#branding {
+	border-top: 2px solid #0a0a0a;
+}
+#site-title a {
+	color: #eee;
+}
+#site-title a:hover,
+#site-title a:focus,
+#site-title a:active {
+}
+#site-description {
+	color: #858585;
+}
+#branding #s {
+	background-color: #ddd;
+}
+
+
+/* =Menu
+----------------------------------------------- */
+
+#access {
+	background: #333; /* Show a solid color for older browsers */
+	background: -moz-linear-gradient(#383838, #272727);
+	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#383838), to(#272727)); /* older webkit syntax */
+	background: -webkit-linear-gradient(#383838, #272727);
+	border-bottom: 1px solid #222;
+}
+
+/* =Content
+----------------------------------------------- */
+
+.page-title {
+	color: #ccc;
+}
+.hentry {
+	border-color: #222;
+}
+.entry-title {
+	color: #ddd;
+}
+.entry-title,
+.entry-title a {
+	color: #ddd;
+}
+.entry-title a:hover,
+.entry-title a:focus,
+.entry-title a:active {
+}
+.entry-meta {
+	color: #999;
+}
+.entry-content h1,
+.entry-content h2,
+.comment-content h1,
+.comment-content h2 {
+	color: #fff;
+}
+.entry-content table,
+.comment-content table {
+	border-color: #222;
+}
+.entry-content th,
+.comment-content th {
+	color: #999;
+}
+.entry-content td,
+.comment-content td {
+	border-color: #222;
+}
+.page-link {
+}
+.page-link a {
+	background: #242424;
+	color: #bbb;
+}
+.page-link a:hover {
+	background: #999;
+	color: #000;
+}
+.entry-meta .edit-link a {
+	background: #242424;
+	color: #bbb;
+}
+.entry-meta .edit-link a:hover,
+.entry-meta .edit-link a:focus,
+.entry-meta .edit-link a:active {
+	background: #999;
+	color: #000;
+}
+
+/* Images */
+.wp-caption {
+	background: #2c2c2c;
+}
+.wp-caption .wp-caption-text {
+	color: #999;
+}
+.wp-caption .wp-caption-text:before {
+	color: #999;
+}
+
+/* Image borders */
+img[class*="wp-image-"],
+#content .gallery .gallery-icon img {
+	border-color: #2c2c2c;
+}
+.wp-caption img {
+	border-color: #2c2c2c;
+}
+a:focus img[class*="wp-image-"],
+a:hover img[class*="wp-image-"],
+a:active img[class*="wp-image-"] {
+	background: #2c2c2c;
+	border-color: #444;
+}
+.wp-caption a:focus img,
+.wp-caption a:active img,
+.wp-caption a:hover img {
+	background: #0f0f0f;
+	border-color: #2c2c2c;
+}
+
+/* Password Protected Posts */
+.post-password-required input[type=password] {
+	background: #ddd;
+}
+.post-password-required input[type=password]:focus {
+	background: #fff;
+}
+
+/* Author Info */
+.singular #author-info {
+	background: #060606;
+	border-color: #222;
+}
+.archive #author-info {
+	border-color: #222;
+}
+#author-avatar img {
+	background: #000;
+	-webkit-box-shadow: 0 1px 2px #444;
+	-moz-box-shadow: 0 1px 2px #444;
+	box-shadow: 0 1px 2px #444;
+}
+#author-description h2 {
+	color: #fff;
+}
+
+/* Comments link */
+.entry-header .comments-link a {
+	background: #282828 url(../images/comment-bubble-dark.png) no-repeat;
+	border-color: #222;
+	color: #888;
+}
+
+.rtl .entry-header .comments-link a {
+	background-image: url(../images/comment-bubble-dark-rtl.png);
+}
+/* Singular content styles for Posts and Pages */
+.singular .entry-title {
+	color: #fff;
+}
+
+
+/* =Status
+----------------------------------------------- */
+
+.format-status img.avatar {
+	-webkit-box-shadow: 0 1px 2px #333;
+	-moz-box-shadow: 0 1px 2px #333;
+	box-shadow: 0 1px 2px #333;
+}
+
+
+/* =Quote
+----------------------------------------------- */
+
+.format-quote blockquote {
+	color: #aaa;
+}
+
+
+/* =Image
+----------------------------------------------- */
+
+.indexed.format-image .wp-caption {
+	background: #242424;
+}
+.indexed.format-image .entry-meta .edit-link a {
+	color: #ddd;
+}
+.indexed.format-image .entry-meta .edit-link a:hover {
+	color: #fff;
+}
+
+
+/* =error404
+----------------------------------------------- */
+.error404 #main #searchform {
+	background: #060606;
+	border-color: #222;
+}
+
+
+/* =Showcase
+----------------------------------------------- */
+
+h1.showcase-heading {
+	color: #ccc;
+}
+
+/* Intro */
+article.intro {
+	background: #060606;
+}
+article.intro .entry-content {
+	color: #eee;
+}
+article.intro .edit-link a {
+	background: #555;
+	color: #000;
+}
+article.intro .edit-link a:hover {
+	background: #888;
+}
+
+/* Featured post */
+section.featured-post .hentry {
+	color: #999;
+}
+
+/* Small featured post */
+section.featured-post .attachment-small-feature {
+	border-color: #444;
+}
+section.featured-post .attachment-small-feature:hover {
+	border-color: #777;
+}
+article.feature-image.small .entry-summary {
+	color: #aaa;
+}
+article.feature-image.small .entry-summary p a {
+	background: #ddd;
+	color: #111;
+}
+article.feature-image.small .entry-summary p a:hover {
+	color: #40220c;
+}
+
+/* Large featured post */
+article.feature-image.large .entry-title a {
+	background: #ddd;
+	background: rgba(0,0,0,0.8);
+	color: #fff;
+}
+section.feature-image.large:hover .entry-title a,
+section.feature-image.large .entry-title:hover a {
+	background: #111;
+	background: rgba(255,255,255,0.8);
+	color: #000;
+}
+section.feature-image.large img {
+	border-bottom: 1px solid #222;
+}
+
+/* Featured Slider */
+.featured-posts {
+	border-color: #222;
+}
+.featured-posts section.featured-post {
+	background: #000;
+}
+.featured-post .feature-text:after,
+.featured-post .feature-image.small:after {
+	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
+	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
+	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
+	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
+	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
+	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
+}
+.feature-slider a {
+	background: #c3c3c3;
+	background: rgba(60,60,60,0.9);
+	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
+	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
+	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
+}
+.feature-slider a.active {
+	background: #000;
+	background: rgba(255,255,255,0.8);
+	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
+	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
+	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
+}
+
+/* Recent Posts */
+section.recent-posts .other-recent-posts {
+	border-color: #222;
+}
+section.recent-posts .other-recent-posts .entry-title {
+	border-color: #222;
+}
+section.recent-posts .other-recent-posts a[rel="bookmark"] {
+	color: #ccc;
+}
+section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
+}
+section.recent-posts .other-recent-posts .comments-link a,
+section.recent-posts .other-recent-posts .comments-link > span {
+	border-color: #959595;
+	color: #bbb;
+}
+section.recent-posts .other-recent-posts .comments-link > span {
+	border-color: #444;
+	color: #777;
+}
+section.recent-posts .other-recent-posts .comments-link a:hover {
+}
+
+
+/* =Attachments
+----------------------------------------------- */
+
+.image-attachment div.attachment {
+	background: #060606;
+	border-color: #222;
+}
+.image-attachment div.attachment a img {
+	border-color: #060606;
+}
+.image-attachment div.attachment a:focus img,
+.image-attachment div.attachment a:hover img,
+.image-attachment div.attachment a:active img {
+	border-color: #2c2c2c;
+	background: #0f0f0f;
+}
+
+
+/* =Widgets
+----------------------------------------------- */
+
+.widget-title {
+	color: #ccc;
+}
+.widget ul li {
+	color: #888;
+}
+
+/* Search Widget */
+.widget_search #searchsubmit {
+	background: #222;
+	border-color: #333;
+	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
+	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
+	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
+	color: #777;
+}
+.widget_search #searchsubmit:active {
+	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
+	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
+	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
+	color: #40220c;
+}
+
+/* Calendar Widget */
+.widget_calendar #wp-calendar {
+	color: #aaa;
+}
+.widget_calendar #wp-calendar th {
+	background: #0b0b0b;
+	border-color: #333;
+}
+.widget_calendar #wp-calendar tfoot td {
+	background: #0b0b0b;
+	border-color: #333;
+}
+
+
+/* =Comments
+----------------------------------------------- */
+
+#comments-title {
+	color: #bbb;
+}
+.nocomments {
+	color: #555;
+}
+.commentlist > li.comment {
+	background: #090909;
+	border-color: #222;
+}
+.commentlist .children li.comment {
+	background: #000;
+	border-color: #222;
+}
+.rtl .commentlist .children li.comment {
+	border-color: #222;
+}
+.comment-meta {
+	color: #999;
+}
+.commentlist .avatar {
+	-webkit-box-shadow: 0 1px 2px #222;
+	-moz-box-shadow: 0 1px 2px #222;
+	box-shadow: 0 1px 2px #222;
+}
+a.comment-reply-link {
+	background: #242424;
+	color: #bbb;
+}
+li.bypostauthor a.comment-reply-link {
+	background: #111;
+}
+a.comment-reply-link:hover,
+a.comment-reply-link:focus,
+a.comment-reply-link:active,
+li.bypostauthor a.comment-reply-link:hover,
+li.bypostauthor a.comment-reply-link:focus,
+li.bypostauthor a.comment-reply-link:active {
+	background: #999;
+	color: #000;
+}
+.commentlist > li:before {
+	content: url(../images/comment-arrow-dark.png);
+}
+.rtl .commentlist > li:before {
+	content: url(../images/comment-arrow-dark-rtl.png);
+}
+
+/* Post author highlighting */
+.commentlist > li.bypostauthor {
+	background: #222;
+	border-color: #2c2c2c;
+}
+.commentlist > li.bypostauthor:before {
+	content: url(../images/comment-arrow-bypostauthor-dark.png);
+}
+.rtl .commentlist > li.bypostauthor:before {
+	content: url(../images/comment-arrow-bypostauthor-dark-rtl.png);
+}
+
+/* Post Author threaded comments */
+.commentlist .children > li.bypostauthor {
+	background: #222;
+	border-color: #2c2c2c;
+}
+.commentlist > li.bypostauthor .comment-meta {
+	color: #a8a8a8;
+}
+
+/* Comment Form */
+#respond {
+	background: #222;
+	border-color: #2c2c2c;
+}
+#respond input[type="text"],
+#respond textarea {
+	background: #000;
+	border: 4px solid #111;
+	-webkit-box-shadow: inset 0 1px 3px rgba(51,51,51,0.95);
+	-moz-box-shadow: inset 0 1px 3px rgba(51,51,51,0.95);
+	box-shadow: inset 0 1px 3px rgba(51,51,51,0.95);
+	color: #bbb;
+}
+#respond .comment-form-author label,
+#respond .comment-form-email label,
+#respond .comment-form-url label,
+#respond .comment-form-comment label {
+	background: #111;
+	-webkit-box-shadow: 1px 2px 2px rgba(51,51,51,0.8);
+	-moz-box-shadow: 1px 2px 2px rgba(51,51,51,0.8);
+	box-shadow: 1px 1px 2px rgba(51,51,51,0.8);
+	color: #aaa;
+}
+.rtl #respond .comment-form-author label,
+.rtl #respond .comment-form-email label,
+.rtl #respond .comment-form-url label,
+.rtl #respond .comment-form-comment label {
+	-webkit-box-shadow: -1px 2px 2px rgba(51,51,51,0.8);
+	-moz-box-shadow: -1px 2px 2px rgba(51,51,51,0.8);
+	box-shadow: -1px 1px 2px rgba(51,51,51,0.8);
+}
+#respond .comment-form-author .required,
+#respond .comment-form-email .required {
+	color: #42caff;
+}
+#respond input#submit {
+	background: #ddd;
+	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	color: #111;
+	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
+}
+#respond input#submit:active {
+	color: #40220c;
+}
+#respond #cancel-comment-reply-link {
+	color: #999;
+}
+#reply-title {
+	color: #ccc;
+}
+#cancel-comment-reply-link {
+	color: #777;
+}
+#cancel-comment-reply-link:focus,
+#cancel-comment-reply-link:active,
+#cancel-comment-reply-link:hover {
+	color: #00b4cc;
+}
+
+
+/* =Footer
+----------------------------------------------- */
+
+#supplementary {
+	border-color: #222;
+}
+
+/* Site Generator Line */
+#site-generator {
+	background: #060606;
+	border-color: #000;
+}
+
+
+/* =Print
+----------------------------------------------- */
+
+@media print {
+	body {
+		color: #333;
+		background: none !important;
+	}
+	#page {
+		background: none !important;
+	}
+
+	/* Comments */
+	.commentlist > li.comment {
+	}
+
+	/* Post author highlighting */
+	.commentlist > li.bypostauthor {
+		color: #333;
+	}
+	.commentlist > li.bypostauthor .comment-meta {
+		color: #959595;
+	}
+	.commentlist > li:before {
+		content: none !important;
+	}
+
+	/* Post Author threaded comments */
+	.commentlist .children > li.bypostauthor {
+		background: #fff;
+		border-color: #ddd;
+	}
+	.commentlist .children > li.bypostauthor > article,
+	.commentlist .children > li.bypostauthor > article .comment-meta {
+		color: #959595;
+	}
 }
\ No newline at end of file
diff --git a/wp-content/themes/twentyeleven/comments.php b/wp-content/themes/twentyeleven/comments.php
index 2fec43aba..ca3d40b5a 100644
--- a/wp-content/themes/twentyeleven/comments.php
+++ b/wp-content/themes/twentyeleven/comments.php
@@ -1,94 +1,94 @@
-<?php
-/**
- * Template for displaying Comments
- *
- * The area of the page that contains both current comments
- * and the comment form. The actual display of comments is
- * handled by a callback to twentyeleven_comment() which is
- * located in the functions.php file.
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-	<div id="comments">
-	<?php if ( post_password_required() ) : ?>
-		<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyeleven' ); ?></p>
-	</div><!-- #comments -->
-		<?php
-			/*
-			 * Stop the rest of comments.php from being processed,
-			 * but don't kill the script entirely -- we still have
-			 * to fully load the template.
-			 */
-			return;
-		endif;
-	?>
-
-	<?php // You can start editing here -- including this comment! ?>
-
-	<?php if ( have_comments() ) : ?>
-		<h2 id="comments-title">
-			<?php
-			if ( 1 === get_comments_number() ) {
-				printf(
-					/* translators: %s: The post title. */
-					__( 'One thought on &ldquo;%1$s&rdquo;', 'twentyeleven' ),
-					'<span>' . get_the_title() . '</span>'
-				);
-			} else {
-				printf(
-					/* translators: %1$s: The number of comments. %2$s: The post title. */
-					_n( '%1$s thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', get_comments_number(), 'twentyeleven' ),
-					number_format_i18n( get_comments_number() ),
-					'<span>' . get_the_title() . '</span>'
-				);
-			}
-			?>
-		</h2>
-
-		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
-		<nav id="comment-nav-above">
-			<h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1>
-			<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyeleven' ) ); ?></div>
-			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyeleven' ) ); ?></div>
-		</nav>
-		<?php endif; // check for comment navigation ?>
-
-		<ol class="commentlist">
-			<?php
-				/*
-				 * Loop through and list the comments. Tell wp_list_comments()
-				 * to use twentyeleven_comment() to format the comments.
-				 * If you want to overload this in a child theme then you can
-				 * define twentyeleven_comment() and that will be used instead.
-				 * See twentyeleven_comment() in twentyeleven/functions.php for more.
-				 */
-				wp_list_comments( array( 'callback' => 'twentyeleven_comment' ) );
-			?>
-		</ol>
-
-		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
-		<nav id="comment-nav-below">
-			<h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1>
-			<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyeleven' ) ); ?></div>
-			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyeleven' ) ); ?></div>
-		</nav>
-		<?php endif; // check for comment navigation ?>
-
-		<?php
-		/*
-		 * If there are no comments and comments are closed, let's leave a little note, shall we?
-		 * But we only want the note on posts and pages that had comments in the first place.
-		 */
-		if ( ! comments_open() && get_comments_number() ) :
-			?>
-		<p class="nocomments"><?php _e( 'Comments are closed.', 'twentyeleven' ); ?></p>
-		<?php endif; ?>
-
-	<?php endif; // have_comments() ?>
-
-	<?php comment_form(); ?>
-
-</div><!-- #comments -->
+<?php
+/**
+ * Template for displaying Comments
+ *
+ * The area of the page that contains both current comments
+ * and the comment form. The actual display of comments is
+ * handled by a callback to twentyeleven_comment() which is
+ * located in the functions.php file.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+	<div id="comments">
+	<?php if ( post_password_required() ) : ?>
+		<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyeleven' ); ?></p>
+	</div><!-- #comments -->
+		<?php
+			/*
+			 * Stop the rest of comments.php from being processed,
+			 * but don't kill the script entirely -- we still have
+			 * to fully load the template.
+			 */
+			return;
+		endif;
+	?>
+
+	<?php // You can start editing here -- including this comment! ?>
+
+	<?php if ( have_comments() ) : ?>
+		<h2 id="comments-title">
+			<?php
+			if ( 1 === get_comments_number() ) {
+				printf(
+					/* translators: %s: The post title. */
+					__( 'One thought on &ldquo;%1$s&rdquo;', 'twentyeleven' ),
+					'<span>' . get_the_title() . '</span>'
+				);
+			} else {
+				printf(
+					/* translators: %1$s: The number of comments. %2$s: The post title. */
+					_n( '%1$s thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', get_comments_number(), 'twentyeleven' ),
+					number_format_i18n( get_comments_number() ),
+					'<span>' . get_the_title() . '</span>'
+				);
+			}
+			?>
+		</h2>
+
+		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
+		<nav id="comment-nav-above">
+			<h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1>
+			<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyeleven' ) ); ?></div>
+			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyeleven' ) ); ?></div>
+		</nav>
+		<?php endif; // Check for comment navigation. ?>
+
+		<ol class="commentlist">
+			<?php
+				/*
+				 * Loop through and list the comments. Tell wp_list_comments()
+				 * to use twentyeleven_comment() to format the comments.
+				 * If you want to overload this in a child theme then you can
+				 * define twentyeleven_comment() and that will be used instead.
+				 * See twentyeleven_comment() in twentyeleven/functions.php for more.
+				 */
+				wp_list_comments( array( 'callback' => 'twentyeleven_comment' ) );
+			?>
+		</ol>
+
+		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
+		<nav id="comment-nav-below">
+			<h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1>
+			<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyeleven' ) ); ?></div>
+			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyeleven' ) ); ?></div>
+		</nav>
+		<?php endif; // Check for comment navigation. ?>
+
+		<?php
+		/*
+		 * If there are no comments and comments are closed, let's leave a little note, shall we?
+		 * But we only want the note on posts and pages that had comments in the first place.
+		 */
+		if ( ! comments_open() && get_comments_number() ) :
+			?>
+		<p class="nocomments"><?php _e( 'Comments are closed.', 'twentyeleven' ); ?></p>
+		<?php endif; ?>
+
+	<?php endif; // have_comments() ?>
+
+	<?php comment_form(); ?>
+
+</div><!-- #comments -->
diff --git a/wp-content/themes/twentyeleven/content-aside.php b/wp-content/themes/twentyeleven/content-aside.php
index 258db8fc4..bc9994c84 100644
--- a/wp-content/themes/twentyeleven/content-aside.php
+++ b/wp-content/themes/twentyeleven/content-aside.php
@@ -1,55 +1,55 @@
-<?php
-/**
- * Template for displaying posts in the Aside Post Format
- *
- * Used on index and archive pages.
- *
- * @link https://codex.wordpress.org/Post_Formats
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-
-	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-		<header class="entry-header">
-			<hgroup>
-				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
-				<h3 class="entry-format"><?php _e( 'Aside', 'twentyeleven' ); ?></h3>
-			</hgroup>
-
-			<?php if ( comments_open() && ! post_password_required() ) : ?>
-			<div class="comments-link">
-				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
-			</div>
-			<?php endif; ?>
-		</header><!-- .entry-header -->
-
-		<?php if ( is_search() ) : // Only display Excerpts for Search ?>
-		<div class="entry-summary">
-			<?php the_excerpt(); ?>
-		</div><!-- .entry-summary -->
-		<?php else : ?>
-		<div class="entry-content">
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
-			<?php
-			wp_link_pages(
-				array(
-					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-					'after'  => '</div>',
-				)
-			);
-			?>
-		</div><!-- .entry-content -->
-		<?php endif; ?>
-
-		<footer class="entry-meta">
-			<?php twentyeleven_posted_on(); ?>
-			<?php if ( comments_open() ) : ?>
-			<span class="sep"> | </span>
-			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
-			<?php endif; ?>
-			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-		</footer><!-- .entry-meta -->
-	</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * Template for displaying posts in the Aside Post Format
+ *
+ * Used on index and archive pages.
+ *
+ * @link https://wordpress.org/support/article/post-formats/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+
+	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+		<header class="entry-header">
+			<hgroup>
+				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
+				<h3 class="entry-format"><?php _e( 'Aside', 'twentyeleven' ); ?></h3>
+			</hgroup>
+
+			<?php if ( comments_open() && ! post_password_required() ) : ?>
+			<div class="comments-link">
+				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
+			</div>
+			<?php endif; ?>
+		</header><!-- .entry-header -->
+
+		<?php if ( is_search() ) : // Only display excerpts for search. ?>
+		<div class="entry-summary">
+			<?php the_excerpt(); ?>
+		</div><!-- .entry-summary -->
+		<?php else : ?>
+		<div class="entry-content">
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php
+			wp_link_pages(
+				array(
+					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+					'after'  => '</div>',
+				)
+			);
+			?>
+		</div><!-- .entry-content -->
+		<?php endif; ?>
+
+		<footer class="entry-meta">
+			<?php twentyeleven_posted_on(); ?>
+			<?php if ( comments_open() ) : ?>
+			<span class="sep"> | </span>
+			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
+			<?php endif; ?>
+			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+		</footer><!-- .entry-meta -->
+	</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyeleven/content-featured.php b/wp-content/themes/twentyeleven/content-featured.php
index 8d8fd4f90..a909dfe90 100644
--- a/wp-content/themes/twentyeleven/content-featured.php
+++ b/wp-content/themes/twentyeleven/content-featured.php
@@ -1,54 +1,56 @@
-<?php
-/**
- * Template for displaying content featured in the showcase.php page template
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-global $feature_class;
-?>
-<article id="post-<?php the_ID(); ?>" <?php post_class( $feature_class ); ?>>
-	<header class="entry-header">
-		<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
-
-		<div class="entry-meta">
-			<?php twentyeleven_posted_on(); ?>
-		</div><!-- .entry-meta -->
-	</header><!-- .entry-header -->
-
-	<div class="entry-summary">
-		<?php the_excerpt(); ?>
-		<?php
-		wp_link_pages(
-			array(
-				'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-				'after'  => '</div>',
-			)
-		);
-		?>
-	</div><!-- .entry-content -->
-
-	<footer class="entry-meta">
-		<?php
-			/* translators: used between list items, there is a space after the comma */
-			$tag_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
-		if ( '' != $tag_list ) {
-			$utility_text = __( 'This entry was posted in %1$s and tagged %2$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' );
-		} else {
-			$utility_text = __( 'This entry was posted in %1$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' );
-		}
-			printf(
-				$utility_text,
-				/* translators: used between list items, there is a space after the comma */
-				get_the_category_list( __( ', ', 'twentyeleven' ) ),
-				$tag_list,
-				esc_url( get_permalink() ),
-				the_title_attribute( 'echo=0' )
-			);
-			?>
-
-		<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-	</footer><!-- .entry-meta -->
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * Template for displaying content featured in the showcase.php page template
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+global $feature_class;
+?>
+<article id="post-<?php the_ID(); ?>" <?php post_class( $feature_class ); ?>>
+	<header class="entry-header">
+		<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
+
+		<div class="entry-meta">
+			<?php twentyeleven_posted_on(); ?>
+		</div><!-- .entry-meta -->
+	</header><!-- .entry-header -->
+
+	<div class="entry-summary">
+		<?php the_excerpt(); ?>
+		<?php
+		wp_link_pages(
+			array(
+				'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+				'after'  => '</div>',
+			)
+		);
+		?>
+	</div><!-- .entry-content -->
+
+	<footer class="entry-meta">
+		<?php
+			/* translators: Used between list items, there is a space after the comma. */
+			$tag_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
+		if ( '' != $tag_list ) {
+			/* translators: 1: Category list, 2: Tag list, 3: Post permalink, 4: Post title. */
+			$utility_text = __( 'This entry was posted in %1$s and tagged %2$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' );
+		} else {
+			/* translators: 1: Category list, 3: Post permalink, 4: Post title. */
+			$utility_text = __( 'This entry was posted in %1$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' );
+		}
+			printf(
+				$utility_text,
+				/* translators: Used between list items, there is a space after the comma. */
+				get_the_category_list( __( ', ', 'twentyeleven' ) ),
+				$tag_list,
+				esc_url( get_permalink() ),
+				the_title_attribute( 'echo=0' )
+			);
+			?>
+
+		<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+	</footer><!-- .entry-meta -->
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyeleven/content-gallery.php b/wp-content/themes/twentyeleven/content-gallery.php
index 834568678..6ee0b9fb5 100644
--- a/wp-content/themes/twentyeleven/content-gallery.php
+++ b/wp-content/themes/twentyeleven/content-gallery.php
@@ -1,108 +1,112 @@
-<?php
-/**
- * Template for displaying posts in the Gallery Post Format
- *
- * Used on index and archive pages.
- *
- * @link https://codex.wordpress.org/Post_Formats
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<header class="entry-header">
-		<hgroup>
-			<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
-			<h3 class="entry-format"><?php _e( 'Gallery', 'twentyeleven' ); ?></h3>
-		</hgroup>
-
-		<div class="entry-meta">
-			<?php twentyeleven_posted_on(); ?>
-		</div><!-- .entry-meta -->
-	</header><!-- .entry-header -->
-
-	<?php if ( is_search() ) : // Only display Excerpts for search pages ?>
-		<div class="entry-summary">
-			<?php the_excerpt(); ?>
-		</div><!-- .entry-summary -->
-		<?php else : ?>
-		<div class="entry-content">
-			<?php if ( post_password_required() ) : ?>
-				<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
-				<?php
-			else :
-				$images = twentyeleven_get_gallery_images();
-				if ( $images ) :
-					$total_images = count( $images );
-					$image        = reset( $images );
-					?>
-				<figure class="gallery-thumb">
-					<a href="<?php the_permalink(); ?>"><?php echo wp_get_attachment_image( $image, 'thumbnail' ); ?></a>
-	</figure><!-- .gallery-thumb -->
-
-	<p><em>
-					<?php
-					printf(
-						_n( 'This gallery contains <a %1$s>%2$s photo</a>.', 'This gallery contains <a %1$s>%2$s photos</a>.', $total_images, 'twentyeleven' ),
-						'href="' . esc_url( get_permalink() ) . '" title="' . esc_attr( sprintf( __( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ) ) . '" rel="bookmark"',
-						number_format_i18n( $total_images )
-					);
-					?>
-					</em></p>
-						<?php endif; // end twentyeleven_get_gallery_images() check ?>
-				<?php the_excerpt(); ?>
-		<?php endif; ?>
-			<?php
-			wp_link_pages(
-				array(
-					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-					'after'  => '</div>',
-				)
-			);
-			?>
-	</div><!-- .entry-content -->
-	<?php endif; ?>
-
-	<footer class="entry-meta">
-		<?php $show_sep = false; ?>
-		<?php
-			/* translators: used between list items, there is a space after the comma */
-			$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
-		if ( $categories_list ) :
-			?>
-		<span class="cat-links">
-			<?php
-			printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
-			$show_sep = true;
-			?>
-		</span>
-		<?php endif; // End if categories ?>
-		<?php
-			/* translators: used between list items, there is a space after the comma */
-			$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
-		if ( $tags_list ) :
-			if ( $show_sep ) :
-				?>
-		<span class="sep"> | </span>
-			<?php endif; // End if $show_sep ?>
-		<span class="tag-links">
-			<?php
-			printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
-			$show_sep = true;
-			?>
-		</span>
-		<?php endif; // End if $tags_list ?>
-
-		<?php if ( comments_open() ) : ?>
-			<?php if ( $show_sep ) : ?>
-		<span class="sep"> | </span>
-		<?php endif; // End if $show_sep ?>
-		<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
-		<?php endif; // End if comments_open() ?>
-
-		<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-	</footer><!-- .entry-meta -->
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * Template for displaying posts in the Gallery Post Format
+ *
+ * Used on index and archive pages.
+ *
+ * @link https://wordpress.org/support/article/post-formats/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<header class="entry-header">
+		<hgroup>
+			<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
+			<h3 class="entry-format"><?php _e( 'Gallery', 'twentyeleven' ); ?></h3>
+		</hgroup>
+
+		<div class="entry-meta">
+			<?php twentyeleven_posted_on(); ?>
+		</div><!-- .entry-meta -->
+	</header><!-- .entry-header -->
+
+	<?php if ( is_search() ) : // Only display excerpts for search. ?>
+		<div class="entry-summary">
+			<?php the_excerpt(); ?>
+		</div><!-- .entry-summary -->
+		<?php else : ?>
+		<div class="entry-content">
+			<?php if ( post_password_required() ) : ?>
+				<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+				<?php
+			else :
+				$images = twentyeleven_get_gallery_images();
+				if ( $images ) :
+					$total_images = count( $images );
+					$image        = reset( $images );
+					?>
+				<figure class="gallery-thumb">
+					<a href="<?php the_permalink(); ?>"><?php echo wp_get_attachment_image( $image, 'thumbnail' ); ?></a>
+	</figure><!-- .gallery-thumb -->
+
+	<p><em>
+					<?php
+					printf(
+						/* translators: 1: Link attributes, 2: Number of photos. */
+						_n( 'This gallery contains <a %1$s>%2$s photo</a>.', 'This gallery contains <a %1$s>%2$s photos</a>.', $total_images, 'twentyeleven' ),
+						/* translators: %s: Post title. */
+						'href="' . esc_url( get_permalink() ) . '" title="' . esc_attr( sprintf( __( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ) ) . '" rel="bookmark"',
+						number_format_i18n( $total_images )
+					);
+					?>
+					</em></p>
+						<?php endif; // End twentyeleven_get_gallery_images() check. ?>
+				<?php the_excerpt(); ?>
+		<?php endif; ?>
+			<?php
+			wp_link_pages(
+				array(
+					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+					'after'  => '</div>',
+				)
+			);
+			?>
+	</div><!-- .entry-content -->
+	<?php endif; ?>
+
+	<footer class="entry-meta">
+		<?php $show_sep = false; ?>
+		<?php
+			/* translators: Used between list items, there is a space after the comma. */
+			$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
+		if ( $categories_list ) :
+			?>
+		<span class="cat-links">
+			<?php
+			/* translators: 1: CSS classes, 2: List of categories. */
+			printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
+			$show_sep = true;
+			?>
+		</span>
+		<?php endif; // End if categories. ?>
+		<?php
+			/* translators: Used between list items, there is a space after the comma. */
+			$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
+		if ( $tags_list ) :
+			if ( $show_sep ) :
+				?>
+		<span class="sep"> | </span>
+			<?php endif; // End if $show_sep. ?>
+		<span class="tag-links">
+			<?php
+			/* translators: 1: CSS classes, 2: List of tags. */
+			printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
+			$show_sep = true;
+			?>
+		</span>
+		<?php endif; // End if $tags_list. ?>
+
+		<?php if ( comments_open() ) : ?>
+			<?php if ( $show_sep ) : ?>
+		<span class="sep"> | </span>
+		<?php endif; // End if $show_sep. ?>
+		<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
+		<?php endif; // End if comments_open(). ?>
+
+		<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+	</footer><!-- .entry-meta -->
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyeleven/content-image.php b/wp-content/themes/twentyeleven/content-image.php
index 6ed6a51a3..f458795fb 100644
--- a/wp-content/themes/twentyeleven/content-image.php
+++ b/wp-content/themes/twentyeleven/content-image.php
@@ -1,81 +1,89 @@
-<?php
-/**
- * Template for displaying posts in the Image Post Format
- *
- * Used on index and archive pages.
- *
- * @link https://codex.wordpress.org/Post_Formats
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-	<article id="post-<?php the_ID(); ?>" <?php post_class( 'indexed' ); ?>>
-		<header class="entry-header">
-			<hgroup>
-				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
-				<h3 class="entry-format"><?php _e( 'Image', 'twentyeleven' ); ?></h3>
-			</hgroup>
-
-			<?php if ( comments_open() && ! post_password_required() ) : ?>
-			<div class="comments-link">
-				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
-			</div>
-			<?php endif; ?>
-		</header><!-- .entry-header -->
-
-		<div class="entry-content">
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
-			<?php
-			wp_link_pages(
-				array(
-					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-					'after'  => '</div>',
-				)
-			);
-			?>
-		</div><!-- .entry-content -->
-
-		<footer class="entry-meta">
-			<div class="entry-meta">
-				<?php
-					printf(
-						__( '<a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%4$s" title="%5$s" rel="author">%6$s</a></span></span>', 'twentyeleven' ),
-						esc_url( get_permalink() ),
-						get_the_date( 'c' ),
-						get_the_date(),
-						esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
-						esc_attr( sprintf( __( 'View all posts by %s', 'twentyeleven' ), get_the_author() ) ),
-						get_the_author()
-					);
-					?>
-			</div><!-- .entry-meta -->
-			<div class="entry-meta">
-				<?php
-					/* translators: used between list items, there is a space after the comma */
-					$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
-				if ( $categories_list ) :
-					?>
-				<span class="cat-links">
-					<?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list ); ?>
-				</span>
-				<?php endif; // End if categories ?>
-				<?php
-					/* translators: used between list items, there is a space after the comma */
-					$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
-				if ( $tags_list ) :
-					?>
-				<span class="tag-links">
-					<?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?>
-				</span>
-				<?php endif; // End if $tags_list ?>
-
-				<?php if ( comments_open() ) : ?>
-				<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
-				<?php endif; // End if comments_open() ?>
-			</div><!-- .entry-meta -->
-
-			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-		</footer><!-- .entry-meta -->
-	</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * Template for displaying posts in the Image Post Format
+ *
+ * Used on index and archive pages.
+ *
+ * @link https://wordpress.org/support/article/post-formats/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+	<article id="post-<?php the_ID(); ?>" <?php post_class( 'indexed' ); ?>>
+		<header class="entry-header">
+			<hgroup>
+				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
+				<h3 class="entry-format"><?php _e( 'Image', 'twentyeleven' ); ?></h3>
+			</hgroup>
+
+			<?php if ( comments_open() && ! post_password_required() ) : ?>
+			<div class="comments-link">
+				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
+			</div>
+			<?php endif; ?>
+		</header><!-- .entry-header -->
+
+		<div class="entry-content">
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php
+			wp_link_pages(
+				array(
+					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+					'after'  => '</div>',
+				)
+			);
+			?>
+		</div><!-- .entry-content -->
+
+		<footer class="entry-meta">
+			<div class="entry-meta">
+				<?php
+					printf(
+						/* translators: 1: The permalink, 2: Date and time, 3: Date and time, 4: Author link, 5: Author link title, 6: Author display name. */
+						__( '<a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%4$s" title="%5$s" rel="author">%6$s</a></span></span>', 'twentyeleven' ),
+						esc_url( get_permalink() ),
+						get_the_date( 'c' ),
+						get_the_date(),
+						esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
+						/* translators: %s: Author display name. */
+						esc_attr( sprintf( __( 'View all posts by %s', 'twentyeleven' ), get_the_author() ) ),
+						get_the_author()
+					);
+					?>
+			</div><!-- .entry-meta -->
+			<div class="entry-meta">
+				<?php
+					/* translators: Used between list items, there is a space after the comma. */
+					$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
+				if ( $categories_list ) :
+					?>
+				<span class="cat-links">
+					<?php
+					/* translators: 1: CSS classes, 2: Category list. */
+					printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
+					?>
+				</span>
+				<?php endif; // End if categories. ?>
+				<?php
+					/* translators: Used between list items, there is a space after the comma. */
+					$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
+				if ( $tags_list ) :
+					?>
+				<span class="tag-links">
+					<?php
+					/* translators: 1: CSS classes, 2: Tag list. */
+					printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
+					?>
+				</span>
+				<?php endif; // End if $tags_list. ?>
+
+				<?php if ( comments_open() ) : ?>
+				<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
+				<?php endif; // End if comments_open(). ?>
+			</div><!-- .entry-meta -->
+
+			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+		</footer><!-- .entry-meta -->
+	</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyeleven/content-intro.php b/wp-content/themes/twentyeleven/content-intro.php
index 2882b8fe9..507c62a4e 100644
--- a/wp-content/themes/twentyeleven/content-intro.php
+++ b/wp-content/themes/twentyeleven/content-intro.php
@@ -1,28 +1,28 @@
-<?php
-/**
- * Template for displaying page content in the showcase.php page template
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class( 'intro' ); ?>>
-	<header class="entry-header">
-		<h2 class="entry-title"><?php the_title(); ?></h2>
-	</header><!-- .entry-header -->
-
-	<div class="entry-content">
-		<?php the_content(); ?>
-		<?php
-		wp_link_pages(
-			array(
-				'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-				'after'  => '</div>',
-			)
-		);
-		?>
-		<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-	</div><!-- .entry-content -->
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * Template for displaying page content in the showcase.php page template
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class( 'intro' ); ?>>
+	<header class="entry-header">
+		<h2 class="entry-title"><?php the_title(); ?></h2>
+	</header><!-- .entry-header -->
+
+	<div class="entry-content">
+		<?php the_content(); ?>
+		<?php
+		wp_link_pages(
+			array(
+				'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+				'after'  => '</div>',
+			)
+		);
+		?>
+		<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+	</div><!-- .entry-content -->
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyeleven/content-link.php b/wp-content/themes/twentyeleven/content-link.php
index bf4743e4e..f113add69 100644
--- a/wp-content/themes/twentyeleven/content-link.php
+++ b/wp-content/themes/twentyeleven/content-link.php
@@ -1,55 +1,55 @@
-<?php
-/**
- * Template for displaying posts in the Link Post Format
- *
- * Used on index and archive pages
- *
- * @link https://codex.wordpress.org/Post_Formats
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-
-	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-		<header class="entry-header">
-			<hgroup>
-				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
-				<h3 class="entry-format"><?php _e( 'Link', 'twentyeleven' ); ?></h3>
-			</hgroup>
-
-			<?php if ( comments_open() && ! post_password_required() ) : ?>
-			<div class="comments-link">
-				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
-			</div>
-			<?php endif; ?>
-		</header><!-- .entry-header -->
-
-		<?php if ( is_search() ) : // Only display Excerpts for Search ?>
-		<div class="entry-summary">
-			<?php the_excerpt(); ?>
-		</div><!-- .entry-summary -->
-		<?php else : ?>
-		<div class="entry-content">
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
-			<?php
-			wp_link_pages(
-				array(
-					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-					'after'  => '</div>',
-				)
-			);
-			?>
-		</div><!-- .entry-content -->
-		<?php endif; ?>
-
-		<footer class="entry-meta">
-			<?php twentyeleven_posted_on(); ?>
-			<?php if ( comments_open() ) : ?>
-			<span class="sep"> | </span>
-			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
-			<?php endif; ?>
-			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-		</footer><!-- .entry-meta -->
-	</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * Template for displaying posts in the Link Post Format
+ *
+ * Used on index and archive pages
+ *
+ * @link https://wordpress.org/support/article/post-formats/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+
+	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+		<header class="entry-header">
+			<hgroup>
+				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
+				<h3 class="entry-format"><?php _e( 'Link', 'twentyeleven' ); ?></h3>
+			</hgroup>
+
+			<?php if ( comments_open() && ! post_password_required() ) : ?>
+			<div class="comments-link">
+				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
+			</div>
+			<?php endif; ?>
+		</header><!-- .entry-header -->
+
+		<?php if ( is_search() ) : // Only display excerpts for search. ?>
+		<div class="entry-summary">
+			<?php the_excerpt(); ?>
+		</div><!-- .entry-summary -->
+		<?php else : ?>
+		<div class="entry-content">
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php
+			wp_link_pages(
+				array(
+					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+					'after'  => '</div>',
+				)
+			);
+			?>
+		</div><!-- .entry-content -->
+		<?php endif; ?>
+
+		<footer class="entry-meta">
+			<?php twentyeleven_posted_on(); ?>
+			<?php if ( comments_open() ) : ?>
+			<span class="sep"> | </span>
+			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
+			<?php endif; ?>
+			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+		</footer><!-- .entry-meta -->
+	</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyeleven/content-page.php b/wp-content/themes/twentyeleven/content-page.php
index 968a0cac4..37304aea4 100644
--- a/wp-content/themes/twentyeleven/content-page.php
+++ b/wp-content/themes/twentyeleven/content-page.php
@@ -1,30 +1,30 @@
-<?php
-/**
- * Template used for displaying page content in page.php
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<header class="entry-header">
-		<h1 class="entry-title"><?php the_title(); ?></h1>
-	</header><!-- .entry-header -->
-
-	<div class="entry-content">
-		<?php the_content(); ?>
-		<?php
-		wp_link_pages(
-			array(
-				'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-				'after'  => '</div>',
-			)
-		);
-		?>
-	</div><!-- .entry-content -->
-	<footer class="entry-meta">
-		<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-	</footer><!-- .entry-meta -->
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * Template used for displaying page content in page.php
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<header class="entry-header">
+		<h1 class="entry-title"><?php the_title(); ?></h1>
+	</header><!-- .entry-header -->
+
+	<div class="entry-content">
+		<?php the_content(); ?>
+		<?php
+		wp_link_pages(
+			array(
+				'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+				'after'  => '</div>',
+			)
+		);
+		?>
+	</div><!-- .entry-content -->
+	<footer class="entry-meta">
+		<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+	</footer><!-- .entry-meta -->
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyeleven/content-quote.php b/wp-content/themes/twentyeleven/content-quote.php
index f2a958327..acc9c5f31 100644
--- a/wp-content/themes/twentyeleven/content-quote.php
+++ b/wp-content/themes/twentyeleven/content-quote.php
@@ -1,86 +1,88 @@
-<?php
-/**
- * Template for displaying content
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-
-	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-		<header class="entry-header">
-			<hgroup>
-				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
-				<h3 class="entry-format"><?php _e( 'Quote', 'twentyeleven' ); ?></h3>
-			</hgroup>
-
-			<div class="entry-meta">
-				<?php twentyeleven_posted_on(); ?>
-			</div><!-- .entry-meta -->
-
-			<?php if ( comments_open() && ! post_password_required() ) : ?>
-			<div class="comments-link">
-				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
-			</div>
-			<?php endif; ?>
-		</header><!-- .entry-header -->
-
-		<?php if ( is_search() ) : // Only display Excerpts for Search ?>
-		<div class="entry-summary">
-			<?php the_excerpt(); ?>
-		</div><!-- .entry-summary -->
-		<?php else : ?>
-		<div class="entry-content">
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
-			<?php
-			wp_link_pages(
-				array(
-					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-					'after'  => '</div>',
-				)
-			);
-			?>
-		</div><!-- .entry-content -->
-		<?php endif; ?>
-
-		<footer class="entry-meta">
-			<?php $show_sep = false; ?>
-			<?php
-				/* translators: used between list items, there is a space after the comma */
-				$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
-			if ( $categories_list ) :
-				?>
-			<span class="cat-links">
-				<?php
-				printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
-				$show_sep = true;
-				?>
-			</span>
-			<?php endif; // End if categories ?>
-			<?php
-				/* translators: used between list items, there is a space after the comma */
-				$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
-			if ( $tags_list ) :
-				if ( $show_sep ) :
-					?>
-			<span class="sep"> | </span>
-				<?php endif; // End if $show_sep ?>
-			<span class="tag-links">
-				<?php
-				printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
-				$show_sep = true;
-				?>
-			</span>
-			<?php endif; // End if $tags_list ?>
-
-			<?php if ( comments_open() ) : ?>
-				<?php if ( $show_sep ) : ?>
-			<span class="sep"> | </span>
-			<?php endif; // End if $show_sep ?>
-			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
-			<?php endif; // End if comments_open() ?>
-
-			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-		</footer><!-- .entry-meta -->
-	</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * Template for displaying content
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+
+	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+		<header class="entry-header">
+			<hgroup>
+				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
+				<h3 class="entry-format"><?php _e( 'Quote', 'twentyeleven' ); ?></h3>
+			</hgroup>
+
+			<div class="entry-meta">
+				<?php twentyeleven_posted_on(); ?>
+			</div><!-- .entry-meta -->
+
+			<?php if ( comments_open() && ! post_password_required() ) : ?>
+			<div class="comments-link">
+				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
+			</div>
+			<?php endif; ?>
+		</header><!-- .entry-header -->
+
+		<?php if ( is_search() ) : // Only display excerpts for search. ?>
+		<div class="entry-summary">
+			<?php the_excerpt(); ?>
+		</div><!-- .entry-summary -->
+		<?php else : ?>
+		<div class="entry-content">
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php
+			wp_link_pages(
+				array(
+					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+					'after'  => '</div>',
+				)
+			);
+			?>
+		</div><!-- .entry-content -->
+		<?php endif; ?>
+
+		<footer class="entry-meta">
+			<?php $show_sep = false; ?>
+			<?php
+				/* translators: Used between list items, there is a space after the comma. */
+				$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
+			if ( $categories_list ) :
+				?>
+			<span class="cat-links">
+				<?php
+				/* translators: 1: CSS classes, 2: List of categories. */
+				printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
+				$show_sep = true;
+				?>
+			</span>
+			<?php endif; // End if categories. ?>
+			<?php
+				/* translators: Used between list items, there is a space after the comma. */
+				$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
+			if ( $tags_list ) :
+				if ( $show_sep ) :
+					?>
+			<span class="sep"> | </span>
+				<?php endif; // End if $show_sep. ?>
+			<span class="tag-links">
+				<?php
+				/* translators: 1: CSS classes, 2: List of tags. */
+				printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
+				$show_sep = true;
+				?>
+			</span>
+			<?php endif; // End if $tags_list. ?>
+
+			<?php if ( comments_open() ) : ?>
+				<?php if ( $show_sep ) : ?>
+			<span class="sep"> | </span>
+			<?php endif; // End if $show_sep. ?>
+			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
+			<?php endif; // End if comments_open(). ?>
+
+			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+		</footer><!-- .entry-meta -->
+	</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyeleven/content-single.php b/wp-content/themes/twentyeleven/content-single.php
index 2615513e4..df8f9fdbe 100644
--- a/wp-content/themes/twentyeleven/content-single.php
+++ b/wp-content/themes/twentyeleven/content-single.php
@@ -1,81 +1,96 @@
-<?php
-/**
- * The template for displaying content in the single.php template
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<header class="entry-header">
-		<h1 class="entry-title"><?php the_title(); ?></h1>
-
-		<?php if ( 'post' == get_post_type() ) : ?>
-		<div class="entry-meta">
-			<?php twentyeleven_posted_on(); ?>
-		</div><!-- .entry-meta -->
-		<?php endif; ?>
-	</header><!-- .entry-header -->
-
-	<div class="entry-content">
-		<?php the_content(); ?>
-		<?php
-		wp_link_pages(
-			array(
-				'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-				'after'  => '</div>',
-			)
-		);
-		?>
-	</div><!-- .entry-content -->
-
-	<footer class="entry-meta">
-		<?php
-			/* translators: used between list items, there is a space after the comma */
-			$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
-
-			/* translators: used between list items, there is a space after the comma */
-			$tag_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
-		if ( '' != $tag_list ) {
-			$utility_text = __( 'This entry was posted in %1$s and tagged %2$s by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' );
-		} elseif ( '' != $categories_list ) {
-			$utility_text = __( 'This entry was posted in %1$s by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' );
-		} else {
-			$utility_text = __( 'This entry was posted by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' );
-		}
-
-			printf(
-				$utility_text,
-				$categories_list,
-				$tag_list,
-				esc_url( get_permalink() ),
-				the_title_attribute( 'echo=0' ),
-				get_the_author(),
-				esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) )
-			);
-			?>
-		<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-
-		<?php if ( get_the_author_meta( 'description' ) && ( ! function_exists( 'is_multi_author' ) || is_multi_author() ) ) : // If a user has filled out their description and this is a multi-author blog, show a bio on their entries ?>
-		<div id="author-info">
-			<div id="author-avatar">
-				<?php
-				/** This filter is documented in author.php */
-				echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 68 ) );
-				?>
-			</div><!-- #author-avatar -->
-			<div id="author-description">
-				<h2><?php printf( __( 'About %s', 'twentyeleven' ), get_the_author() ); ?></h2>
-				<?php the_author_meta( 'description' ); ?>
-				<div id="author-link">
-					<a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
-						<?php printf( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'twentyeleven' ), get_the_author() ); ?>
-					</a>
-				</div><!-- #author-link	-->
-			</div><!-- #author-description -->
-		</div><!-- #author-info -->
-		<?php endif; ?>
-	</footer><!-- .entry-meta -->
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * The template for displaying content in the single.php template
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<header class="entry-header">
+		<h1 class="entry-title"><?php the_title(); ?></h1>
+
+		<?php if ( 'post' == get_post_type() ) : ?>
+		<div class="entry-meta">
+			<?php twentyeleven_posted_on(); ?>
+		</div><!-- .entry-meta -->
+		<?php endif; ?>
+	</header><!-- .entry-header -->
+
+	<div class="entry-content">
+		<?php the_content(); ?>
+		<?php
+		wp_link_pages(
+			array(
+				'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+				'after'  => '</div>',
+			)
+		);
+		?>
+	</div><!-- .entry-content -->
+
+	<footer class="entry-meta">
+		<?php
+			/* translators: Used between list items, there is a space after the comma. */
+			$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
+
+			/* translators: Used between list items, there is a space after the comma. */
+			$tag_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
+		if ( '' != $tag_list ) {
+			/* translators: 1: Categories list, 2: Tag list, 3: Permalink, 4: Post title, 5: Author name, 6: Author URL. */
+			$utility_text = __( 'This entry was posted in %1$s and tagged %2$s by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' );
+		} elseif ( '' != $categories_list ) {
+			/* translators: 1: Categories list, 2: Tag list, 3: Permalink, 4: Post title, 5: Author name, 6: Author URL. */
+			$utility_text = __( 'This entry was posted in %1$s by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' );
+		} else {
+			/* translators: 1: Categories list, 2: Tag list, 3: Permalink, 4: Post title, 5: Author name, 6: Author URL. */
+			$utility_text = __( 'This entry was posted by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyeleven' );
+		}
+
+			printf(
+				$utility_text,
+				$categories_list,
+				$tag_list,
+				esc_url( get_permalink() ),
+				the_title_attribute( 'echo=0' ),
+				get_the_author(),
+				esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) )
+			);
+			?>
+		<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+
+		<?php
+		// If a user has filled out their description and this is a multi-author blog, show a bio on their entries.
+		if ( get_the_author_meta( 'description' ) && ( ! function_exists( 'is_multi_author' ) || is_multi_author() ) ) :
+			?>
+		<div id="author-info">
+			<div id="author-avatar">
+				<?php
+				/** This filter is documented in author.php */
+				$author_bio_avatar_size = apply_filters( 'twentyeleven_author_bio_avatar_size', 68 );
+				echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size );
+				?>
+			</div><!-- #author-avatar -->
+			<div id="author-description">
+				<h2>
+				<?php
+				/* translators: %s: Author name. */
+				printf( __( 'About %s', 'twentyeleven' ), get_the_author() );
+				?>
+				</h2>
+				<?php the_author_meta( 'description' ); ?>
+				<div id="author-link">
+					<a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
+						<?php
+						/* translators: %s: Author name. */
+						printf( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'twentyeleven' ), get_the_author() );
+						?>
+					</a>
+				</div><!-- #author-link	-->
+			</div><!-- #author-description -->
+		</div><!-- #author-info -->
+		<?php endif; ?>
+	</footer><!-- .entry-meta -->
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyeleven/content-status.php b/wp-content/themes/twentyeleven/content-status.php
index b7ac2b6be..da38a80b6 100644
--- a/wp-content/themes/twentyeleven/content-status.php
+++ b/wp-content/themes/twentyeleven/content-status.php
@@ -1,68 +1,68 @@
-<?php
-/**
- * Template for displaying posts in the Status Post Format
- *
- * Used on index and archive pages
- *
- * @link https://codex.wordpress.org/Post_Formats
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-
-	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-		<header class="entry-header">
-			<hgroup>
-				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
-				<h3 class="entry-format"><?php _e( 'Status', 'twentyeleven' ); ?></h3>
-			</hgroup>
-
-			<?php if ( comments_open() && ! post_password_required() ) : ?>
-			<div class="comments-link">
-				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
-			</div>
-			<?php endif; ?>
-		</header><!-- .entry-header -->
-
-		<?php if ( is_search() ) : // Only display Excerpts for Search ?>
-		<div class="entry-summary">
-			<?php the_excerpt(); ?>
-		</div><!-- .entry-summary -->
-		<?php else : ?>
-		<div class="entry-content">
-			<div class="avatar">
-				<?php
-				/**
-				 * Filter the Twenty Eleven status avatar size.
-				 *
-				 * @since Twenty Eleven 1.0
-				 *
-				 * @param int The height and width avatar dimensions in pixels. Default 65.
-				 */
-				echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', 65 ) );
-				?>
-			</div>
-
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
-			<?php
-			wp_link_pages(
-				array(
-					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-					'after'  => '</div>',
-				)
-			);
-			?>
-		</div><!-- .entry-content -->
-		<?php endif; ?>
-
-		<footer class="entry-meta">
-			<?php twentyeleven_posted_on(); ?>
-			<?php if ( comments_open() ) : ?>
-			<span class="sep"> | </span>
-			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
-			<?php endif; ?>
-			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-		</footer><!-- .entry-meta -->
-	</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * Template for displaying posts in the Status Post Format
+ *
+ * Used on index and archive pages
+ *
+ * @link https://wordpress.org/support/article/post-formats/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+
+	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+		<header class="entry-header">
+			<hgroup>
+				<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
+				<h3 class="entry-format"><?php _e( 'Status', 'twentyeleven' ); ?></h3>
+			</hgroup>
+
+			<?php if ( comments_open() && ! post_password_required() ) : ?>
+			<div class="comments-link">
+				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
+			</div>
+			<?php endif; ?>
+		</header><!-- .entry-header -->
+
+		<?php if ( is_search() ) : // Only display excerpts for search. ?>
+		<div class="entry-summary">
+			<?php the_excerpt(); ?>
+		</div><!-- .entry-summary -->
+		<?php else : ?>
+		<div class="entry-content">
+			<div class="avatar">
+				<?php
+				/**
+				 * Filter the Twenty Eleven status avatar size.
+				 *
+				 * @since Twenty Eleven 1.0
+				 *
+				 * @param int The height and width avatar dimensions in pixels. Default 65.
+				 */
+				echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', 65 ) );
+				?>
+			</div>
+
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php
+			wp_link_pages(
+				array(
+					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+					'after'  => '</div>',
+				)
+			);
+			?>
+		</div><!-- .entry-content -->
+		<?php endif; ?>
+
+		<footer class="entry-meta">
+			<?php twentyeleven_posted_on(); ?>
+			<?php if ( comments_open() ) : ?>
+			<span class="sep"> | </span>
+			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
+			<?php endif; ?>
+			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+		</footer><!-- .entry-meta -->
+	</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyeleven/content.php b/wp-content/themes/twentyeleven/content.php
index 7da6cc5fa..36ead6588 100644
--- a/wp-content/themes/twentyeleven/content.php
+++ b/wp-content/themes/twentyeleven/content.php
@@ -1,96 +1,98 @@
-<?php
-/**
- * Template for displaying content
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-
-	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-		<header class="entry-header">
-			<?php if ( is_sticky() ) : ?>
-				<hgroup>
-					<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
-					<h3 class="entry-format"><?php _e( 'Featured', 'twentyeleven' ); ?></h3>
-				</hgroup>
-			<?php else : ?>
-			<h1 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
-			<?php endif; ?>
-
-			<?php if ( 'post' == get_post_type() ) : ?>
-			<div class="entry-meta">
-				<?php twentyeleven_posted_on(); ?>
-			</div><!-- .entry-meta -->
-			<?php endif; ?>
-
-			<?php if ( comments_open() && ! post_password_required() ) : ?>
-			<div class="comments-link">
-				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
-			</div>
-			<?php endif; ?>
-		</header><!-- .entry-header -->
-
-		<?php if ( is_search() ) : // Only display Excerpts for Search ?>
-		<div class="entry-summary">
-			<?php the_excerpt(); ?>
-		</div><!-- .entry-summary -->
-		<?php else : ?>
-		<div class="entry-content">
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
-			<?php
-			wp_link_pages(
-				array(
-					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-					'after'  => '</div>',
-				)
-			);
-			?>
-		</div><!-- .entry-content -->
-		<?php endif; ?>
-
-		<footer class="entry-meta">
-			<?php $show_sep = false; ?>
-			<?php if ( is_object_in_taxonomy( get_post_type(), 'category' ) ) : // Hide category text when not supported ?>
-				<?php
-				/* translators: used between list items, there is a space after the comma */
-				$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
-				if ( $categories_list ) :
-					?>
-			<span class="cat-links">
-					<?php
-					printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
-					$show_sep = true;
-					?>
-			</span>
-				<?php endif; // End if categories ?>
-			<?php endif; // End if is_object_in_taxonomy( get_post_type(), 'category' ) ?>
-			<?php if ( is_object_in_taxonomy( get_post_type(), 'post_tag' ) ) : // Hide tag text when not supported ?>
-				<?php
-				/* translators: used between list items, there is a space after the comma */
-				$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
-				if ( $tags_list ) :
-					if ( $show_sep ) :
-						?>
-			<span class="sep"> | </span>
-					<?php endif; // End if $show_sep ?>
-			<span class="tag-links">
-					<?php
-					printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
-					$show_sep = true;
-					?>
-			</span>
-				<?php endif; // End if $tags_list ?>
-			<?php endif; // End if is_object_in_taxonomy( get_post_type(), 'post_tag' ) ?>
-
-			<?php if ( comments_open() ) : ?>
-				<?php if ( $show_sep ) : ?>
-			<span class="sep"> | </span>
-			<?php endif; // End if $show_sep ?>
-			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
-			<?php endif; // End if comments_open() ?>
-
-			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-		</footer><!-- .entry-meta -->
-	</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * Template for displaying content
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+
+	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+		<header class="entry-header">
+			<?php if ( is_sticky() ) : ?>
+				<hgroup>
+					<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
+					<h3 class="entry-format"><?php _e( 'Featured', 'twentyeleven' ); ?></h3>
+				</hgroup>
+			<?php else : ?>
+			<h1 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
+			<?php endif; ?>
+
+			<?php if ( 'post' == get_post_type() ) : ?>
+			<div class="entry-meta">
+				<?php twentyeleven_posted_on(); ?>
+			</div><!-- .entry-meta -->
+			<?php endif; ?>
+
+			<?php if ( comments_open() && ! post_password_required() ) : ?>
+			<div class="comments-link">
+				<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
+			</div>
+			<?php endif; ?>
+		</header><!-- .entry-header -->
+
+		<?php if ( is_search() ) : // Only display excerpts for search. ?>
+		<div class="entry-summary">
+			<?php the_excerpt(); ?>
+		</div><!-- .entry-summary -->
+		<?php else : ?>
+		<div class="entry-content">
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php
+			wp_link_pages(
+				array(
+					'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+					'after'  => '</div>',
+				)
+			);
+			?>
+		</div><!-- .entry-content -->
+		<?php endif; ?>
+
+		<footer class="entry-meta">
+			<?php $show_sep = false; ?>
+			<?php if ( is_object_in_taxonomy( get_post_type(), 'category' ) ) : // Hide category text when not supported. ?>
+				<?php
+				/* translators: Used between list items, there is a space after the comma. */
+				$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
+				if ( $categories_list ) :
+					?>
+			<span class="cat-links">
+					<?php
+					/* translators: 1: CSS classes, 2: Category list. */
+					printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
+					$show_sep = true;
+					?>
+			</span>
+				<?php endif; // End if categories. ?>
+			<?php endif; // End if is_object_in_taxonomy( get_post_type(), 'category' ). ?>
+			<?php if ( is_object_in_taxonomy( get_post_type(), 'post_tag' ) ) : // Hide tag text when not supported. ?>
+				<?php
+				/* translators: Used between list items, there is a space after the comma. */
+				$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
+				if ( $tags_list ) :
+					if ( $show_sep ) :
+						?>
+			<span class="sep"> | </span>
+					<?php endif; // End if $show_sep. ?>
+			<span class="tag-links">
+					<?php
+					/* translators: 1: CSS classes, 2: Tag list. */
+					printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
+					$show_sep = true;
+					?>
+			</span>
+				<?php endif; // End if $tags_list. ?>
+			<?php endif; // End if is_object_in_taxonomy( get_post_type(), 'post_tag' ). ?>
+
+			<?php if ( comments_open() ) : ?>
+				<?php if ( $show_sep ) : ?>
+			<span class="sep"> | </span>
+			<?php endif; // End if $show_sep. ?>
+			<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
+			<?php endif; // End if comments_open(). ?>
+
+			<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+		</footer><!-- .entry-meta -->
+	</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyeleven/editor-blocks.css b/wp-content/themes/twentyeleven/editor-blocks.css
index d32df04ba..8c56a7bcd 100644
--- a/wp-content/themes/twentyeleven/editor-blocks.css
+++ b/wp-content/themes/twentyeleven/editor-blocks.css
@@ -1,469 +1,473 @@
-/*
-Theme Name: Twenty Eleven
-Description: Used to style blocks in the editor.
-*/
-
-/*--------------------------------------------------------------
->>> TABLE OF CONTENTS:
-----------------------------------------------------------------
-1.0 General Typography
-2.0 General Block Styles
-3.0 Blocks - Common Blocks
-4.0 Blocks - Formatting
-5.0 Blocks - Layout Elements
-6.0 Blocks - Widgets
---------------------------------------------------------------*/
-
-/*--------------------------------------------------------------
-1.0 General Typography
---------------------------------------------------------------*/
-
-.edit-post-visual-editor .editor-block-list__block,
-.edit-post-visual-editor .editor-block-list__block p,
-.editor-default-block-appender textarea.editor-default-block-appender__content {
-	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-	font-size: 15px;
-	font-weight: 300;
-	line-height: 1.625;
-}
-
-.edit-post-visual-editor .editor-block-list__block {
-	color: #333;
-}
-
-.editor-post-title__block .editor-post-title__input {
-	color: #000;
-	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-	font-size: 36px;
-	line-height: 48px;
-}
-
-.edit-post-visual-editor h1,
-.wp-block-freeform.block-library-rich-text__tinymce h1,
-.edit-post-visual-editor h2,
-.wp-block-freeform.block-library-rich-text__tinymce h2 {
-	font-size: 15px;
-	margin: 0 0 0.8125em;
-}
-
-.edit-post-visual-editor h3,
-.wp-block-freeform.block-library-rich-text__tinymce h3 {
-	font-size: 10px;
-	font-weight: 300;
-	letter-spacing: 0.1em;
-	line-height: 2.6em;
-	text-transform: uppercase;
-}
-
-.edit-post-visual-editor h4,
-.wp-block-freeform.block-library-rich-text__tinymce h4,
-.edit-post-visual-editor h5,
-.wp-block-freeform.block-library-rich-text__tinymce h5,
-.edit-post-visual-editor h6,
-.wp-block-freeform.block-library-rich-text__tinymce h6 {
-	font-size: 15px;
-	font-weight: 300;
-	line-height: 1.625;
-}
-
-/*--------------------------------------------------------------
-2.0 General Block Styles
---------------------------------------------------------------*/
-
-/* Main column width */
-
-.editor-styles-wrapper {
-	max-width: 100% !important; /* Override where editor-style.css is affecting this. */
-}
-
-.wp-block {
-	max-width: 614px; /* 584px + 30px to account for padding */
-}
-
-/* Link styles */
-
-.edit-post-visual-editor a,
-.editor-block-list__block a,
-.wp-block-freeform.block-library-rich-text__tinymce a {
-	color: #1982d1;
-}
-
-/* List styles */
-
-.edit-post-visual-editor ul:not(.wp-block-gallery),
-.editor-block-list__block ul:not(.wp-block-gallery),
-.block-library-list ul.editor-rich-text__tinymce,
-.edit-post-visual-editor ol,
-.editor-block-list__block ol,
-.block-library-list ol.editor-rich-text__tinymce {
-	margin: 0 0 1.625em 2.5em;
-	padding: 0;
-}
-
-.block-library-list .editor-rich-text__tinymce {
-	padding: 0;
-}
-
-.edit-post-visual-editor ul:not(.wp-block-gallery),
-.edit-post-visual-editor .editor-block-list__block ul:not(.wp-block-gallery),
-.block-library-list ul {
-	list-style-type: square;
-}
-
-.edit-post-visual-editor ol,
-.editor-block-list__block ol,
-.block-library-list ol {
-	list-style: decimal;
-}
-
-.edit-post-visual-editor ol ol,
-.editor-block-list__block ol ol,
-.block-library-list ol ol {
-	list-style: upper-alpha;
-}
-
-.edit-post-visual-editor ol ol ol,
-.editor-block-list__block ol ol ol,
-.block-library-list ol ol ol {
-	list-style: lower-roman;
-}
-
-.edit-post-visual-editor ol ol ol ol,
-.editor-block-list__block ol ol ol ol,
-.block-library-list ol ol ol ol {
-	list-style: lower-alpha;
-}
-
-.edit-post-visual-editor ul:not(.wp-block-gallery) li > ul,
-.editor-block-list__block ul:not(.wp-block-gallery) li > ul,
-.block-library-list .editor-rich-text__tinymce li > ul,
-.edit-post-visual-editor li > ol,
-.editor-block-list__block li > ol,
-.block-library-list .editor-rich-text__tinymce li > ol,
-.wp-block-freeform.block-library-rich-text__tinymce li,
-.editor-block-list__block li {
-	margin-bottom: 0;
-}
-
-.rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
-.rtl .editor-block-list__block ul:not(.wp-block-gallery),
-.rtl .block-library-list ul,
-.rtl .edit-post-visual-editor ol,
-.rtl .editor-block-list__block ol,
-.rtl .block-library-list ol {
-	margin-left: 0;
-	margin-right: 1.3333em;
-}
-
-/* Captions */
-
-[class^="wp-block-"] figcaption {
-	font-family: Georgia, serif;
-	font-size: 12px;
-}
-
-[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
-	color: #666;
-	margin-bottom: 1.625em;
-	max-width: 96%;
-	max-width: calc( 100% - 18px );
-	padding: 3px 0 5px 40px;
-	position: relative;
-	text-align: left;
-}
-
-[class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {
-	color: #666;
-	content: '\2014';
-	font-size: 14px;
-	font-style: normal;
-	font-weight: bold;
-	margin-right: 5px;
-	position: absolute;
-	left: 10px;
-	top: 0;
-}
-
-.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
-	padding-left: 0;
-	padding-right: 40px;
-	text-align: right;
-}
-
-.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {
-	left: 0;
-	margin-left: 5px;
-	margin-right: 0;
-	right: 10px;
-}
-
-/* Quote */
-
-.wp-block-freeform.block-library-rich-text__tinymce blockquote {
-	border: 0;
-	font-style: italic;
-	margin: 0 3em;
-	padding: 0;
-}
-
-.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
-	font-family: Georgia, "Bitstream Charter", serif;
-	font-size: 15px;
-	font-weight: normal;
-}
-
-.wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
-	color: #666;
-	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
-	font-weight: 300;
-	letter-spacing: 0.05em;
-	text-transform: uppercase;
-}
-
-/* Code */
-
-.wp-block-freeform.block-library-rich-text__tinymce code {
-	background: transparent;
-}
-
-/*--------------------------------------------------------------
-3.0 Blocks - Common Blocks
---------------------------------------------------------------*/
-
-/* Paragraph */
-
-p.has-drop-cap:not(:focus)::first-letter {
-	font-size: 5em;
-	margin-top: 0.1em;
-}
-
-/* Gallery */
-
-.editor-block-list__block .wp-block-gallery {
-	margin: 0 0 1.625em;
-}
-
-.wp-block-gallery figcaption {
-	margin-bottom: 0;
-	max-width: 100%;
-}
-
-.wp-block-gallery .blocks-gallery-item img {
-	border: 0;
-	padding: 0;
-}
-
-/* Quote */
-
-.wp-block-quote {
-	font-style: italic;
-	font-weight: normal;
-	margin: 0 3em;
-	padding: 0;
-}
-
-.edit-post-visual-editor .editor-block-list__block .wp-block-quote p {
-	font-family: Georgia, "Bitstream Charter", serif;
-}
-
-.wp-block-quote:not(.is-large):not(.is-style-large) {
-	border: 0;
-	padding-left: 0;
-	padding-right: 0;
-}
-
-.wp-block-quote .wp-block-quote__citation.editor-rich-text__tinymce.mce-content-body {
-	color: #666;
-	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-	font-weight: 300;
-	letter-spacing: 0.05em;
-	text-transform: uppercase;
-}
-
-.wp-block-quote.is-large p,
-.wp-block-quote.is-style-large p {
-	font-size: 20px;
-}
-
-.wp-block-quote.is-large .wp-block-quote__citation,
-.wp-block-quote.is-style-large .wp-block-quote__citation  {
-	font-size: 16px;
-}
-
-/* Cover */
-
-.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image p.wp-block-cover-image-text,
-.edit-post-visual-editor .editor-block-list__block .wp-block-cover p.wp-block-cover-text {
-	font-size: 30px;
-	line-height: 37.5px;
-}
-
-/* File */
-
-.wp-block-file .wp-block-file__textlink {
-	color: #1982d1;
-}
-
-.wp-block-file .wp-block-file__button {
-	background: #222;
-	border: none;
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	color: #eee;
-	cursor: pointer;
-	font-size: 15px;
-	line-height: 24px;
-	padding: 5px 22px;
-	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
-}
-
-/*--------------------------------------------------------------
-4.0 Blocks - Formatting
---------------------------------------------------------------*/
-
-/* Code */
-
-.wp-block-code {
-	background: transparent;
-	border: 0;
-	padding: 0;
-}
-
-/* Pullquote */
-
-.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote p {
-	font-family: Georgia, "Bitstream Charter", serif;
-	font-style: italic;
-	font-weight: normal;
-}
-
-.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
-.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
-	font-size: 20px;
-}
-
-/* Table */
-
-.editor-block-list__block .wp-block-table th,
-.editor-block-list__block .wp-block-table td {
-	padding: 0;
-}
-
-.wp-block-table__cell-content {
-	padding: 6px;
-}
-
-.rtl .editor-block-list__block .wp-block-table th,
-.rtl .editor-block-list__block .wp-block-table td,
-.rtl .editor-block-list__block th,
-.rtl .editor-block-list__block td {
-	text-align: right;
-}
-
-
-/*--------------------------------------------------------------
-5.0 Blocks - Layout Elements
---------------------------------------------------------------*/
-
-/* Buttons */
-
-.wp-block-button .wp-block-button__link {
-	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	cursor: pointer;
-	font-size: 15px;
-	line-height: 24px;
-	margin: 20px 0;
-	padding: 5px 22px;
-	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
-}
-
-.wp-block-button__link {
-	background: #222;
-	color: #eee;
-}
-
-.is-style-outline .wp-block-button__link {
-	color: #222;
-}
-
-.wp-block-button__link.has-text-color {
-	text-shadow: none;
-}
-
-/* Media & Text */
-
-.wp-block-media-text *:last-child {
-	margin-bottom: 0;
-}
-
-/*--------------------------------------------------------------
-6.0 Blocks - Widgets
---------------------------------------------------------------*/
-
-/* Archives, Categories & Latest Posts */
-
-[data-align="center"] .wp-block-archives ul,
-[data-align="center"] .wp-block-categories ul,
-[data-align="center"] .wp-block-latest-posts ul {
-	list-style-position: inside;
-	margin-left: 2.5em;
-	text-align: center;
-}
-
-/* Latest Comments */
-
-.wp-block-latest-comments {
-	margin: 0;
-	padding: 0;
-}
-
-.wp-block-latest-comments .avatar,
-.wp-block-latest-comments__comment-avatar {
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	-webkit-box-shadow: 0 1px 2px #ccc;
-	-moz-box-shadow: 0 1px 2px #ccc;
-	box-shadow: 0 1px 2px #ccc;
-	padding: 0;
-}
-
-.wp-block-latest-comments__comment,
-.wp-block-latest-comments__comment-excerpt,
-.wp-block-latest-comments__comment-excerpt p {
-	font-size: 15px;
-}
-
-.wp-block-latest-comments__comment-excerpt p:last-child {
-	margin-bottom: 0;
-}
-
-.wp-block-latest-comments__comment-meta,
-.wp-block-latest-comments__comment-date {
-	color: #666;
-	font-size: 12px;
-	line-height: 2.2em;
-}
-
-.wp-block-latest-comments__comment-meta a {
-	font-weight: bold;
-}
-
-.wp-block-latest-comments .wp-block-latest-comments__comment {
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	margin: 0 0 2.625em;
-	position: relative;
-}
-
-/* Latest Posts */
-
-.edit-post-visual-editor .editor-block-list__block .wp-block-latest-posts.is-grid {
-	list-style: none;
-	margin-left: 0;
-	margin-right: 0;
-}
+/*
+Theme Name: Twenty Eleven
+Description: Used to style blocks in the editor.
+*/
+
+/*--------------------------------------------------------------
+>>> TABLE OF CONTENTS:
+----------------------------------------------------------------
+1.0 General Typography
+2.0 General Block Styles
+3.0 Blocks - Common Blocks
+4.0 Blocks - Formatting
+5.0 Blocks - Layout Elements
+6.0 Blocks - Widgets
+--------------------------------------------------------------*/
+
+/*--------------------------------------------------------------
+1.0 General Typography
+--------------------------------------------------------------*/
+
+.edit-post-visual-editor .editor-block-list__block,
+.edit-post-visual-editor .editor-block-list__block p,
+.editor-default-block-appender textarea.editor-default-block-appender__content {
+	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+	font-size: 15px;
+	font-weight: 300;
+	line-height: 1.625;
+}
+
+.edit-post-visual-editor .editor-block-list__block {
+	color: #333;
+}
+
+.editor-post-title__block .editor-post-title__input {
+	color: #000;
+	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+	font-size: 36px;
+	line-height: 48px;
+}
+
+.edit-post-visual-editor h1,
+.wp-block-freeform.block-library-rich-text__tinymce h1,
+.edit-post-visual-editor h2,
+.wp-block-freeform.block-library-rich-text__tinymce h2 {
+	font-size: 15px;
+	margin: 0 0 0.8125em;
+}
+
+.edit-post-visual-editor h3,
+.wp-block-freeform.block-library-rich-text__tinymce h3 {
+	font-size: 10px;
+	font-weight: 300;
+	letter-spacing: 0.1em;
+	line-height: 2.6em;
+	text-transform: uppercase;
+}
+
+.edit-post-visual-editor h4,
+.wp-block-freeform.block-library-rich-text__tinymce h4,
+.edit-post-visual-editor h5,
+.wp-block-freeform.block-library-rich-text__tinymce h5,
+.edit-post-visual-editor h6,
+.wp-block-freeform.block-library-rich-text__tinymce h6 {
+	font-size: 15px;
+	font-weight: 300;
+	line-height: 1.625;
+}
+
+/*--------------------------------------------------------------
+2.0 General Block Styles
+--------------------------------------------------------------*/
+
+/* Main column width */
+
+.editor-styles-wrapper {
+	max-width: 100% !important; /* Override where editor-style.css is affecting this. */
+}
+
+.wp-block {
+	max-width: 614px; /* 584px + 30px to account for padding */
+}
+
+/* Link styles */
+
+.edit-post-visual-editor a,
+.editor-block-list__block a,
+.wp-block-freeform.block-library-rich-text__tinymce a {
+	color: #1982d1;
+}
+
+/* List styles */
+
+.edit-post-visual-editor ul:not(.wp-block-gallery),
+.editor-block-list__block ul:not(.wp-block-gallery),
+.block-library-list ul.editor-rich-text__tinymce,
+.edit-post-visual-editor ol,
+.editor-block-list__block ol,
+.block-library-list ol.editor-rich-text__tinymce {
+	margin: 0 0 1.625em 2.5em;
+	padding: 0;
+}
+
+.block-library-list .editor-rich-text__tinymce {
+	padding: 0;
+}
+
+.edit-post-visual-editor ul:not(.wp-block-gallery),
+.edit-post-visual-editor .editor-block-list__block ul:not(.wp-block-gallery),
+.block-library-list ul {
+	list-style-type: square;
+}
+
+.edit-post-visual-editor ol,
+.editor-block-list__block ol,
+.block-library-list ol {
+	list-style: decimal;
+}
+
+.edit-post-visual-editor ol ol,
+.editor-block-list__block ol ol,
+.block-library-list ol ol {
+	list-style: upper-alpha;
+}
+
+.edit-post-visual-editor ol ol ol,
+.editor-block-list__block ol ol ol,
+.block-library-list ol ol ol {
+	list-style: lower-roman;
+}
+
+.edit-post-visual-editor ol ol ol ol,
+.editor-block-list__block ol ol ol ol,
+.block-library-list ol ol ol ol {
+	list-style: lower-alpha;
+}
+
+.edit-post-visual-editor ul:not(.wp-block-gallery) li > ul,
+.editor-block-list__block ul:not(.wp-block-gallery) li > ul,
+.block-library-list .editor-rich-text__tinymce li > ul,
+.edit-post-visual-editor li > ol,
+.editor-block-list__block li > ol,
+.block-library-list .editor-rich-text__tinymce li > ol,
+.wp-block-freeform.block-library-rich-text__tinymce li,
+.editor-block-list__block li {
+	margin-bottom: 0;
+}
+
+.rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
+.rtl .editor-block-list__block ul:not(.wp-block-gallery),
+.rtl .block-library-list ul,
+.rtl .edit-post-visual-editor ol,
+.rtl .editor-block-list__block ol,
+.rtl .block-library-list ol {
+	margin-left: 0;
+	margin-right: 1.3333em;
+}
+
+/* Captions */
+
+[class^="wp-block-"] figcaption {
+	font-family: Georgia, serif;
+	font-size: 12px;
+}
+
+[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
+	color: #666;
+	margin-bottom: 1.625em;
+	max-width: 96%;
+	max-width: calc( 100% - 18px );
+	padding: 3px 0 5px 40px;
+	position: relative;
+	text-align: left;
+}
+
+[class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {
+	color: #666;
+	content: '\2014';
+	font-size: 14px;
+	font-style: normal;
+	font-weight: bold;
+	margin-right: 5px;
+	position: absolute;
+	left: 10px;
+	top: 0;
+}
+
+.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
+	padding-left: 0;
+	padding-right: 40px;
+	text-align: right;
+}
+
+.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {
+	left: 0;
+	margin-left: 5px;
+	margin-right: 0;
+	right: 10px;
+}
+
+/* Quote */
+
+.wp-block-freeform.block-library-rich-text__tinymce blockquote {
+	border: 0;
+	font-style: italic;
+	margin: 0 3em;
+	padding: 0;
+}
+
+.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
+	font-family: Georgia, "Bitstream Charter", serif;
+	font-size: 15px;
+	font-weight: normal;
+}
+
+.wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
+	color: #666;
+	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
+	font-weight: 300;
+	letter-spacing: 0.05em;
+	text-transform: uppercase;
+}
+
+/* Code */
+
+.wp-block-freeform.block-library-rich-text__tinymce code {
+	background: transparent;
+}
+
+/*--------------------------------------------------------------
+3.0 Blocks - Common Blocks
+--------------------------------------------------------------*/
+
+/* Paragraph */
+
+p.has-drop-cap:not(:focus)::first-letter {
+	font-size: 5em;
+	margin-top: 0.1em;
+}
+
+/* Gallery */
+
+.editor-block-list__block .wp-block-gallery {
+	margin: 0 0 1.625em;
+}
+
+.wp-block-gallery figcaption {
+	margin-bottom: 0;
+	max-width: 100%;
+}
+
+.wp-block-gallery .blocks-gallery-item img {
+	border: 0;
+	padding: 0;
+}
+
+/* Quote */
+
+.wp-block-quote {
+	font-style: italic;
+	font-weight: normal;
+	margin: 0 3em;
+	padding: 0;
+}
+
+.edit-post-visual-editor .editor-block-list__block .wp-block-quote p {
+	font-family: Georgia, "Bitstream Charter", serif;
+}
+
+.wp-block-quote:not(.is-large):not(.is-style-large) {
+	border: 0;
+	padding-left: 0;
+	padding-right: 0;
+}
+
+.wp-block-quote .wp-block-quote__citation.editor-rich-text__tinymce.mce-content-body {
+	color: #666;
+	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+	font-weight: 300;
+	letter-spacing: 0.05em;
+	text-transform: uppercase;
+}
+
+.wp-block-quote.is-large p,
+.wp-block-quote.is-style-large p {
+	font-size: 20px;
+}
+
+.wp-block-quote.is-large .wp-block-quote__citation,
+.wp-block-quote.is-style-large .wp-block-quote__citation  {
+	font-size: 16px;
+}
+
+/* Cover */
+
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image p.wp-block-cover-image-text,
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover p.wp-block-cover-text {
+	font-size: 30px;
+	line-height: 37.5px;
+}
+
+/* File */
+
+.wp-block-file .wp-block-file__textlink {
+	color: #1982d1;
+}
+
+.wp-block-file .wp-block-file__button {
+	background: #222;
+	border: none;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	color: #eee;
+	cursor: pointer;
+	font-size: 15px;
+	line-height: 24px;
+	padding: 5px 22px;
+	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
+}
+
+/*--------------------------------------------------------------
+4.0 Blocks - Formatting
+--------------------------------------------------------------*/
+
+/* Code */
+
+.wp-block-code {
+	background: transparent;
+	border: 0;
+	padding: 0;
+}
+
+/* Pullquote */
+
+.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote p {
+	font-family: Georgia, "Bitstream Charter", serif;
+	font-style: italic;
+	font-weight: normal;
+}
+
+.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
+.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
+	font-size: 20px;
+}
+
+/* Table */
+
+.editor-block-list__block .wp-block-table th,
+.editor-block-list__block .wp-block-table td {
+	padding: 0;
+}
+
+.wp-block-table__cell-content {
+	padding: 6px;
+}
+
+.rtl .editor-block-list__block .wp-block-table th,
+.rtl .editor-block-list__block .wp-block-table td,
+.rtl .editor-block-list__block th,
+.rtl .editor-block-list__block td {
+	text-align: right;
+}
+
+
+/*--------------------------------------------------------------
+5.0 Blocks - Layout Elements
+--------------------------------------------------------------*/
+
+/* Buttons */
+
+.wp-block-button .wp-block-button__link {
+	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	cursor: pointer;
+	font-size: 15px;
+	line-height: 24px;
+	margin: 20px 0;
+	padding: 5px 22px;
+	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
+}
+
+.wp-block-button .wp-block-button__link[data-is-placeholder-visible="true"] {
+	height: auto;
+}
+
+.wp-block-button__link {
+	background: #222;
+	color: #eee;
+}
+
+.is-style-outline .wp-block-button__link {
+	color: #222;
+}
+
+.wp-block-button__link.has-text-color {
+	text-shadow: none;
+}
+
+/* Media & Text */
+
+.wp-block-media-text *:last-child {
+	margin-bottom: 0;
+}
+
+/*--------------------------------------------------------------
+6.0 Blocks - Widgets
+--------------------------------------------------------------*/
+
+/* Archives, Categories & Latest Posts */
+
+[data-align="center"] .wp-block-archives ul,
+[data-align="center"] .wp-block-categories ul,
+[data-align="center"] .wp-block-latest-posts ul {
+	list-style-position: inside;
+	margin-left: 2.5em;
+	text-align: center;
+}
+
+/* Latest Comments */
+
+.wp-block-latest-comments {
+	margin: 0;
+	padding: 0;
+}
+
+.wp-block-latest-comments .avatar,
+.wp-block-latest-comments__comment-avatar {
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	-webkit-box-shadow: 0 1px 2px #ccc;
+	-moz-box-shadow: 0 1px 2px #ccc;
+	box-shadow: 0 1px 2px #ccc;
+	padding: 0;
+}
+
+.wp-block-latest-comments__comment,
+.wp-block-latest-comments__comment-excerpt,
+.wp-block-latest-comments__comment-excerpt p {
+	font-size: 15px;
+}
+
+.wp-block-latest-comments__comment-excerpt p:last-child {
+	margin-bottom: 0;
+}
+
+.wp-block-latest-comments__comment-meta,
+.wp-block-latest-comments__comment-date {
+	color: #666;
+	font-size: 12px;
+	line-height: 2.2em;
+}
+
+.wp-block-latest-comments__comment-meta a {
+	font-weight: bold;
+}
+
+.wp-block-latest-comments .wp-block-latest-comments__comment {
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	margin: 0 0 2.625em;
+	position: relative;
+}
+
+/* Latest Posts */
+
+.edit-post-visual-editor .editor-block-list__block .wp-block-latest-posts.is-grid {
+	list-style: none;
+	margin-left: 0;
+	margin-right: 0;
+}
diff --git a/wp-content/themes/twentyeleven/editor-style-rtl.css b/wp-content/themes/twentyeleven/editor-style-rtl.css
index 2146645ad..00d83b8b4 100644
--- a/wp-content/themes/twentyeleven/editor-style-rtl.css
+++ b/wp-content/themes/twentyeleven/editor-style-rtl.css
@@ -1,24 +1,24 @@
-/*
-Theme Name: Twenty Eleven
-*/
-/*
-Used to style the TinyMCE editor.
-*/
-html .mceContentBody {
-	direction: rtl;
-	unicode-bidi: embed;
-	float: right;
-	width: 584px;
-}
-* {
-	font-family: Arial, Tahoma, sans-serif;
-}
-ul, ol {
-	margin: 0 2.5em 1.625em 0;
-}
-blockquote {
-	font-style: normal;
-}
-table {
-	text-align: right;
+/*
+Theme Name: Twenty Eleven
+*/
+/*
+Used to style the TinyMCE editor.
+*/
+html .mceContentBody {
+	direction: rtl;
+	unicode-bidi: embed;
+	float: right;
+	width: 584px;
+}
+* {
+	font-family: Arial, Tahoma, sans-serif;
+}
+ul, ol {
+	margin: 0 2.5em 1.625em 0;
+}
+blockquote {
+	font-style: normal;
+}
+table {
+	text-align: right;
 }
\ No newline at end of file
diff --git a/wp-content/themes/twentyeleven/editor-style.css b/wp-content/themes/twentyeleven/editor-style.css
index 77342bf69..373d838bd 100644
--- a/wp-content/themes/twentyeleven/editor-style.css
+++ b/wp-content/themes/twentyeleven/editor-style.css
@@ -1,301 +1,301 @@
-/*
-Theme Name: Twenty Eleven
-Description: Used to style the TinyMCE editor.
-*/
-
-body {
-	color: #333;
-	font: 15px "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
-	font-weight: 300;
-	line-height: 1.625;
-	max-width: 584px;
-}
-
-/* Headings */
-h1,h2,h3,h4,h5,h6 {
-	clear: both;
-}
-h1,
-h2 {
-	color: #000;
-	font-size: 15px;
-	font-weight: bold;
-	margin: 0 0 .8125em;
-}
-h3 {
-	font-size: 10px;
-	letter-spacing: 0.1em;
-	line-height: 2.6em;
-	text-transform: uppercase;
-}
-h4, h5, h6 {
-	font-size: 14px;
-	margin: 0;
-}
-hr {
-	background-color: #ccc;
-	border: 0;
-	height: 1px;
-	margin-bottom: 1.625em;
-}
-
-/* Text elements */
-p, ul, ol, dl {
-	font-weight: 300;
-}
-p {
-	margin-bottom: 1.625em;
-}
-ul, ol {
-	margin: 0 0 1.625em 2.5em;
-	padding: 0;
-}
-ul {
-	list-style: square;
-}
-ol {
-	list-style-type: decimal;
-}
-ol ol {
-	list-style: upper-alpha;
-}
-ol ol ol {
-	list-style: lower-roman;
-}
-ol ol ol ol {
-	list-style: lower-alpha;
-}
-ul ul, ol ol, ul ol, ol ul {
-	margin-bottom: 0;
-}
-dl {
-	margin: 0 1.625em;
-}
-dt {
-	font-size: 15px;
-	font-weight: bold;
-}
-dd {
-	margin: 0 0 1.625em;
-}
-strong {
-	font-weight: bold;
-}
-cite, em, i {
-	font-style: italic;
-}
-cite {
-	border: none;
-}
-big {
-	font-size: 131.25%;
-}
-.mceContentBody blockquote,
-.mceContentBody blockquote p {
-	font-family: Georgia, "Bitstream Charter", serif !important;
-	font-style: italic !important;
-	font-weight: normal;
-	margin: 0 3em;
-}
-.mceContentBody blockquote em,
-.mceContentBody blockquote i,
-.mceContentBody blockquote cite {
-	font-style: normal;
-}
-.mceContentBody blockquote cite {
-	color: #666;
-	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
-	font-weight: 300;
-	letter-spacing: 0.05em;
-	text-transform: uppercase;
-}
-pre {
-	background: #f4f4f4;
-	font: 13px "Courier 10 Pitch", Courier, monospace;
-	line-height: 1.5;
-	margin-bottom: 1.625em;
-	padding: 0.75em 1.625em;
-}
-code, kbd, samp, var {
-	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
-}
-abbr, acronym, dfn {
-	border-bottom: 1px dotted #666;
-	cursor: help;
-}
-address {
-	display: block;
-	margin: 0 0 1.625em;
-}
-del {
-	color: #333;
-}
-ins {
-	background: #fff9c0;
-	border: none;
-	color: #333;
-	text-decoration: none;
-}
-sup,
-sub {
-	font-size: 10px;
-	height: 0;
-	line-height: 1;
-	position: relative;
-	vertical-align: baseline;
-}
-sup {
-	bottom: 1ex;
-}
-sub {
-	top: .5ex;
-}
-input[type=text],
-textarea {
-	background: #fafafa;
-	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
-	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
-	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
-	border: 1px solid #ddd;
-	color: #888;
-}
-input[type=text]:focus,
-textarea:focus {
-	color: #333;
-}
-textarea {
-	padding-left: 3px;
-	width: 98%;
-}
-input[type=text] {
-	padding: 3px;
-}
-
-/* Links */
-a,
-a em,
-a strong {
-	color: #1b8be0;
-	text-decoration: none;
-}
-a:focus,
-a:active,
-a:hover {
-	text-decoration: underline;
-}
-
-/* Alignment */
-.alignleft {
-	display: inline;
-	float: left;
-	margin-right: 1.625em;
-}
-.alignright {
-	display: inline;
-	float: right;
-	margin-left: 1.625em;
-}
-.aligncenter {
-	clear: both;
-	display: block;
-	margin-left: auto;
-	margin-right: auto;
-}
-
-/* Tables */
-table {
-	border: none !important;
-	border-bottom: 1px solid #ddd !important;
-	border-collapse: collapse;
-	border-spacing: 0;
-	text-align: left;
-	margin: 0 0 1.625em;
-	width: 100%;
-}
-tr th {
-	border: none !important;
-	color: #666;
-	font-size: 10px;
-	font-weight: 500;
-	letter-spacing: 0.1em;
-	line-height: 2.6em;
-	text-transform: uppercase;
-}
-td {
-	border: none !important;
-	border-top: 1px solid #ddd !important;
-	padding: 6px 10px 6px 0;
-}
-
-/* Images */
-img.size-full {
-	width: auto; /* Prevent stretching of full-size images in IE8 */
-}
-img.wp-smiley {
-	border: none;
-	margin-bottom: 0;
-	margin-top: 0;
-	padding: 0;
-}
-p img,
-.wp-caption {
-	margin-top: 0.4em;
-}
-img {
-	border: 1px solid #ddd;
-	padding: 6px;
-	height: auto;
-	max-width: 97.5%;
-	max-width: calc( 100% - 14px );
-}
-img.alignleft,
-img.alignright,
-img.aligncenter {
-	margin-bottom: 1.625em;
-}
-.wp-caption {
-	background: #eee;
-	border: none;
-	margin-bottom: 1.625em;
-	max-width: 96%;
-	max-width: calc( 100% - 22px );
-	padding: 9px 11px;
-}
-.wp-caption img {
-	display: block;
-	margin: 0 -2px;
-	max-width: 98%;
-	max-width: calc( 100% - 10px );
-	border-color: #eee;
-}
-.wp-caption .wp-caption-dd {
-	color: #666;
-	font-family: Georgia, serif;
-	font-size: 12px;
-	margin-bottom: 0.6em;
-	padding: 10px 0 5px 40px;
-	position: relative;
-}
-.wp-caption .wp-caption-dd:before {
-	color: #666;
-	content: '\2014';
-	font-size: 14px;
-	font-style: normal;
-	font-weight: bold;
-	margin-right: 5px;
-	position: absolute;
-	left: 10px;
-	top: 7px;
-}
-a:focus img,
-a:hover img,
-a:active img {
-	background: #eee;
-	border-color: #bbb;
-}
-.wp-caption a:focus img,
-.wp-caption a:active img,
-.wp-caption a:hover img {
-	background: #fff;
-	border-color: #ddd;
-}
+/*
+Theme Name: Twenty Eleven
+Description: Used to style the TinyMCE editor.
+*/
+
+body {
+	color: #333;
+	font: 15px "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
+	font-weight: 300;
+	line-height: 1.625;
+	max-width: 584px;
+}
+
+/* Headings */
+h1,h2,h3,h4,h5,h6 {
+	clear: both;
+}
+h1,
+h2 {
+	color: #000;
+	font-size: 15px;
+	font-weight: bold;
+	margin: 0 0 .8125em;
+}
+h3 {
+	font-size: 10px;
+	letter-spacing: 0.1em;
+	line-height: 2.6em;
+	text-transform: uppercase;
+}
+h4, h5, h6 {
+	font-size: 14px;
+	margin: 0;
+}
+hr {
+	background-color: #ccc;
+	border: 0;
+	height: 1px;
+	margin-bottom: 1.625em;
+}
+
+/* Text elements */
+p, ul, ol, dl {
+	font-weight: 300;
+}
+p {
+	margin-bottom: 1.625em;
+}
+ul, ol {
+	margin: 0 0 1.625em 2.5em;
+	padding: 0;
+}
+ul {
+	list-style: square;
+}
+ol {
+	list-style-type: decimal;
+}
+ol ol {
+	list-style: upper-alpha;
+}
+ol ol ol {
+	list-style: lower-roman;
+}
+ol ol ol ol {
+	list-style: lower-alpha;
+}
+ul ul, ol ol, ul ol, ol ul {
+	margin-bottom: 0;
+}
+dl {
+	margin: 0 1.625em;
+}
+dt {
+	font-size: 15px;
+	font-weight: bold;
+}
+dd {
+	margin: 0 0 1.625em;
+}
+strong {
+	font-weight: bold;
+}
+cite, em, i {
+	font-style: italic;
+}
+cite {
+	border: none;
+}
+big {
+	font-size: 131.25%;
+}
+.mceContentBody blockquote,
+.mceContentBody blockquote p {
+	font-family: Georgia, "Bitstream Charter", serif !important;
+	font-style: italic !important;
+	font-weight: normal;
+	margin: 0 3em;
+}
+.mceContentBody blockquote em,
+.mceContentBody blockquote i,
+.mceContentBody blockquote cite {
+	font-style: normal;
+}
+.mceContentBody blockquote cite {
+	color: #666;
+	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
+	font-weight: 300;
+	letter-spacing: 0.05em;
+	text-transform: uppercase;
+}
+pre {
+	background: #f4f4f4;
+	font: 13px "Courier 10 Pitch", Courier, monospace;
+	line-height: 1.5;
+	margin-bottom: 1.625em;
+	padding: 0.75em 1.625em;
+}
+code, kbd, samp, var {
+	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
+}
+abbr, acronym, dfn {
+	border-bottom: 1px dotted #666;
+	cursor: help;
+}
+address {
+	display: block;
+	margin: 0 0 1.625em;
+}
+del {
+	color: #333;
+}
+ins {
+	background: #fff9c0;
+	border: none;
+	color: #333;
+	text-decoration: none;
+}
+sup,
+sub {
+	font-size: 10px;
+	height: 0;
+	line-height: 1;
+	position: relative;
+	vertical-align: baseline;
+}
+sup {
+	bottom: 1ex;
+}
+sub {
+	top: .5ex;
+}
+input[type=text],
+textarea {
+	background: #fafafa;
+	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
+	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
+	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
+	border: 1px solid #ddd;
+	color: #888;
+}
+input[type=text]:focus,
+textarea:focus {
+	color: #333;
+}
+textarea {
+	padding-left: 3px;
+	width: 98%;
+}
+input[type=text] {
+	padding: 3px;
+}
+
+/* Links */
+a,
+a em,
+a strong {
+	color: #1b8be0;
+	text-decoration: none;
+}
+a:focus,
+a:active,
+a:hover {
+	text-decoration: underline;
+}
+
+/* Alignment */
+.alignleft {
+	display: inline;
+	float: left;
+	margin-right: 1.625em;
+}
+.alignright {
+	display: inline;
+	float: right;
+	margin-left: 1.625em;
+}
+.aligncenter {
+	clear: both;
+	display: block;
+	margin-left: auto;
+	margin-right: auto;
+}
+
+/* Tables */
+table {
+	border: none !important;
+	border-bottom: 1px solid #ddd !important;
+	border-collapse: collapse;
+	border-spacing: 0;
+	text-align: left;
+	margin: 0 0 1.625em;
+	width: 100%;
+}
+tr th {
+	border: none !important;
+	color: #666;
+	font-size: 10px;
+	font-weight: 500;
+	letter-spacing: 0.1em;
+	line-height: 2.6em;
+	text-transform: uppercase;
+}
+td {
+	border: none !important;
+	border-top: 1px solid #ddd !important;
+	padding: 6px 10px 6px 0;
+}
+
+/* Images */
+img.size-full {
+	width: auto; /* Prevent stretching of full-size images in IE8 */
+}
+img.wp-smiley {
+	border: none;
+	margin-bottom: 0;
+	margin-top: 0;
+	padding: 0;
+}
+p img,
+.wp-caption {
+	margin-top: 0.4em;
+}
+img {
+	border: 1px solid #ddd;
+	padding: 6px;
+	height: auto;
+	max-width: 97.5%;
+	max-width: calc( 100% - 14px );
+}
+img.alignleft,
+img.alignright,
+img.aligncenter {
+	margin-bottom: 1.625em;
+}
+.wp-caption {
+	background: #eee;
+	border: none;
+	margin-bottom: 1.625em;
+	max-width: 96%;
+	max-width: calc( 100% - 22px );
+	padding: 9px 11px;
+}
+.wp-caption img {
+	display: block;
+	margin: 0 -2px;
+	max-width: 98%;
+	max-width: calc( 100% - 10px );
+	border-color: #eee;
+}
+.wp-caption .wp-caption-dd {
+	color: #666;
+	font-family: Georgia, serif;
+	font-size: 12px;
+	margin-bottom: 0.6em;
+	padding: 10px 0 5px 40px;
+	position: relative;
+}
+.wp-caption .wp-caption-dd:before {
+	color: #666;
+	content: '\2014';
+	font-size: 14px;
+	font-style: normal;
+	font-weight: bold;
+	margin-right: 5px;
+	position: absolute;
+	left: 10px;
+	top: 7px;
+}
+a:focus img,
+a:hover img,
+a:active img {
+	background: #eee;
+	border-color: #bbb;
+}
+.wp-caption a:focus img,
+.wp-caption a:active img,
+.wp-caption a:hover img {
+	background: #fff;
+	border-color: #ddd;
+}
diff --git a/wp-content/themes/twentyeleven/footer.php b/wp-content/themes/twentyeleven/footer.php
index 53fa696ee..0e702f26c 100644
--- a/wp-content/themes/twentyeleven/footer.php
+++ b/wp-content/themes/twentyeleven/footer.php
@@ -1,44 +1,47 @@
-<?php
-/**
- * Template for displaying the footer
- *
- * Contains the closing of the id=main div and all content after
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-
-	</div><!-- #main -->
-
-	<footer id="colophon" role="contentinfo">
-
-			<?php
-				/*
-				 * A sidebar in the footer? Yep. You can customize
-				 * your footer with three columns of widgets.
-				 */
-			if ( ! is_404() ) {
-				get_sidebar( 'footer' );
-			}
-			?>
-
-			<div id="site-generator">
-				<?php do_action( 'twentyeleven_credits' ); ?>
-				<?php
-				if ( function_exists( 'the_privacy_policy_link' ) ) {
-					the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
-				}
-				?>
-				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>">
-					<?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?>
-				</a>
-			</div>
-	</footer><!-- #colophon -->
-</div><!-- #page -->
-
-<?php wp_footer(); ?>
-
-</body>
-</html>
+<?php
+/**
+ * Template for displaying the footer
+ *
+ * Contains the closing of the id=main div and all content after
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+
+	</div><!-- #main -->
+
+	<footer id="colophon" role="contentinfo">
+
+			<?php
+				/*
+				 * A sidebar in the footer? Yep. You can customize
+				 * your footer with three columns of widgets.
+				 */
+			if ( ! is_404() ) {
+				get_sidebar( 'footer' );
+			}
+			?>
+
+			<div id="site-generator">
+				<?php do_action( 'twentyeleven_credits' ); ?>
+				<?php
+				if ( function_exists( 'the_privacy_policy_link' ) ) {
+					the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
+				}
+				?>
+				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>">
+					<?php
+					/* translators: %s: WordPress */
+					printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' );
+					?>
+				</a>
+			</div>
+	</footer><!-- #colophon -->
+</div><!-- #page -->
+
+<?php wp_footer(); ?>
+
+</body>
+</html>
diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php
index 52b53ba90..9ace59958 100644
--- a/wp-content/themes/twentyeleven/functions.php
+++ b/wp-content/themes/twentyeleven/functions.php
@@ -1,903 +1,927 @@
-<?php
-/**
- * Twenty Eleven functions and definitions
- *
- * Sets up the theme and provides some helper functions. Some helper functions
- * are used in the theme as custom template tags. Others are attached to action and
- * filter hooks in WordPress to change core functionality.
- *
- * The first function, twentyeleven_setup(), sets up the theme by registering support
- * for various features in WordPress, such as post thumbnails, navigation menus, and the like.
- *
- * When using a child theme you can override certain functions (those wrapped
- * in a function_exists() call) by defining them first in your child theme's
- * functions.php file. The child theme's functions.php file is included before
- * the parent theme's file, so the child theme functions would be used.
- *
- * @link https://codex.wordpress.org/Theme_Development
- * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
- *
- * Functions that are not pluggable (not wrapped in function_exists()) are instead attached
- * to a filter or action hook. The hook can be removed by using remove_action() or
- * remove_filter() and you can attach your own function to the hook.
- *
- * We can remove the parent theme's hook only after it is attached, which means we need to
- * wait until setting up the child theme:
- *
- * <code>
- * add_action( 'after_setup_theme', 'my_child_theme_setup' );
- * function my_child_theme_setup() {
- *     // We are providing our own filter for excerpt_length (or using the unfiltered value)
- *     remove_filter( 'excerpt_length', 'twentyeleven_excerpt_length' );
- *     ...
- * }
- * </code>
- *
- * For more information on hooks, actions, and filters, see https://codex.wordpress.org/Plugin_API.
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-// Set the content width based on the theme's design and stylesheet.
-if ( ! isset( $content_width ) ) {
-	$content_width = 584;
-}
-
-/*
- * Tell WordPress to run twentyeleven_setup() when the 'after_setup_theme' hook is run.
- */
-add_action( 'after_setup_theme', 'twentyeleven_setup' );
-
-if ( ! function_exists( 'twentyeleven_setup' ) ) :
-	/**
-	 * Set up theme defaults and registers support for various WordPress features.
-	 *
-	 * Note that this function is hooked into the after_setup_theme hook, which runs
-	 * before the init hook. The init hook is too late for some features, such as indicating
-	 * support post thumbnails.
-	 *
-	 * To override twentyeleven_setup() in a child theme, add your own twentyeleven_setup to your child theme's
-	 * functions.php file.
-	 *
-	 * @uses load_theme_textdomain()    For translation/localization support.
-	 * @uses add_editor_style()         To style the visual editor.
-	 * @uses add_theme_support()        To add support for post thumbnails, automatic feed links, custom headers
-	 *                                  and backgrounds, and post formats.
-	 * @uses register_nav_menus()       To add support for navigation menus.
-	 * @uses register_default_headers() To register the default custom header images provided with the theme.
-	 * @uses set_post_thumbnail_size()  To set a custom post thumbnail size.
-	 *
-	 * @since Twenty Eleven 1.0
-	 */
-	function twentyeleven_setup() {
-
-		/*
-		 * Make Twenty Eleven available for translation.
-		 * Translations can be added to the /languages/ directory.
-		 * If you're building a theme based on Twenty Eleven, use
-		 * a find and replace to change 'twentyeleven' to the name
-		 * of your theme in all the template files.
-		 */
-		load_theme_textdomain( 'twentyeleven', get_template_directory() . '/languages' );
-
-		// This theme styles the visual editor with editor-style.css to match the theme style.
-		add_editor_style();
-
-		// Load regular editor styles into the new block-based editor.
-		add_theme_support( 'editor-styles' );
-
-		// Load default block styles.
-		add_theme_support( 'wp-block-styles' );
-
-		// Add support for responsive embeds.
-		add_theme_support( 'responsive-embeds' );
-
-		// Add support for custom color scheme.
-		add_theme_support(
-			'editor-color-palette',
-			array(
-				array(
-					'name'  => __( 'Blue', 'twentyeleven' ),
-					'slug'  => 'blue',
-					'color' => '#1982d1',
-				),
-				array(
-					'name'  => __( 'Black', 'twentyeleven' ),
-					'slug'  => 'black',
-					'color' => '#000',
-				),
-				array(
-					'name'  => __( 'Dark Gray', 'twentyeleven' ),
-					'slug'  => 'dark-gray',
-					'color' => '#373737',
-				),
-				array(
-					'name'  => __( 'Medium Gray', 'twentyeleven' ),
-					'slug'  => 'medium-gray',
-					'color' => '#666',
-				),
-				array(
-					'name'  => __( 'Light Gray', 'twentyeleven' ),
-					'slug'  => 'light-gray',
-					'color' => '#e2e2e2',
-				),
-				array(
-					'name'  => __( 'White', 'twentyeleven' ),
-					'slug'  => 'white',
-					'color' => '#fff',
-				),
-			)
-		);
-
-		// Load up our theme options page and related code.
-		require( get_template_directory() . '/inc/theme-options.php' );
-
-		// Grab Twenty Eleven's Ephemera widget.
-		require( get_template_directory() . '/inc/widgets.php' );
-
-		// Add default posts and comments RSS feed links to <head>.
-		add_theme_support( 'automatic-feed-links' );
-
-		// This theme uses wp_nav_menu() in one location.
-		register_nav_menu( 'primary', __( 'Primary Menu', 'twentyeleven' ) );
-
-		// Add support for a variety of post formats
-		add_theme_support( 'post-formats', array( 'aside', 'link', 'gallery', 'status', 'quote', 'image' ) );
-
-		$theme_options = twentyeleven_get_theme_options();
-		if ( 'dark' == $theme_options['color_scheme'] ) {
-			$default_background_color = '1d1d1d';
-		} else {
-			$default_background_color = 'e2e2e2';
-		}
-
-		// Add support for custom backgrounds.
-		add_theme_support(
-			'custom-background',
-			array(
-				/*
-				* Let WordPress know what our default background color is.
-				* This is dependent on our current color scheme.
-				*/
-				'default-color' => $default_background_color,
-			)
-		);
-
-		// This theme uses Featured Images (also known as post thumbnails) for per-post/per-page Custom Header images
-		add_theme_support( 'post-thumbnails' );
-
-		// Add support for custom headers.
-		$custom_header_support = array(
-			// The default header text color.
-			'default-text-color'     => '000',
-			// The height and width of our custom header.
-			/**
-			 * Filter the Twenty Eleven default header image width.
-			 *
-			 * @since Twenty Eleven 1.0
-			 *
-			 * @param int The default header image width in pixels. Default 1000.
-			 */
-			'width'                  => apply_filters( 'twentyeleven_header_image_width', 1000 ),
-			/**
-			 * Filter the Twenty Eleven default header image height.
-			 *
-			 * @since Twenty Eleven 1.0
-			 *
-			 * @param int The default header image height in pixels. Default 288.
-			 */
-			   'height'              => apply_filters( 'twentyeleven_header_image_height', 288 ),
-			// Support flexible heights.
-			'flex-height'            => true,
-			// Random image rotation by default.
-			'random-default'         => true,
-			// Callback for styling the header.
-			'wp-head-callback'       => 'twentyeleven_header_style',
-			// Callback for styling the header preview in the admin.
-			'admin-head-callback'    => 'twentyeleven_admin_header_style',
-			// Callback used to display the header preview in the admin.
-			'admin-preview-callback' => 'twentyeleven_admin_header_image',
-		);
-
-		add_theme_support( 'custom-header', $custom_header_support );
-
-		if ( ! function_exists( 'get_custom_header' ) ) {
-			// This is all for compatibility with versions of WordPress prior to 3.4.
-			define( 'HEADER_TEXTCOLOR', $custom_header_support['default-text-color'] );
-			define( 'HEADER_IMAGE', '' );
-			define( 'HEADER_IMAGE_WIDTH', $custom_header_support['width'] );
-			define( 'HEADER_IMAGE_HEIGHT', $custom_header_support['height'] );
-			add_custom_image_header( $custom_header_support['wp-head-callback'], $custom_header_support['admin-head-callback'], $custom_header_support['admin-preview-callback'] );
-			add_custom_background();
-		}
-
-		/*
-		 * We'll be using post thumbnails for custom header images on posts and pages.
-		 * We want them to be the size of the header image that we just defined.
-		 * Larger images will be auto-cropped to fit, smaller ones will be ignored. See header.php.
-		 */
-		set_post_thumbnail_size( $custom_header_support['width'], $custom_header_support['height'], true );
-
-		/*
-		 * Add Twenty Eleven's custom image sizes.
-		 * Used for large feature (header) images.
-		 */
-		add_image_size( 'large-feature', $custom_header_support['width'], $custom_header_support['height'], true );
-		// Used for featured posts if a large-feature doesn't exist.
-		add_image_size( 'small-feature', 500, 300 );
-
-		// Default custom headers packaged with the theme. %s is a placeholder for the theme template directory URI.
-		register_default_headers(
-			array(
-				'wheel'      => array(
-					'url'           => '%s/images/headers/wheel.jpg',
-					'thumbnail_url' => '%s/images/headers/wheel-thumbnail.jpg',
-					/* translators: header image description */
-					'description'   => __( 'Wheel', 'twentyeleven' ),
-				),
-				'shore'      => array(
-					'url'           => '%s/images/headers/shore.jpg',
-					'thumbnail_url' => '%s/images/headers/shore-thumbnail.jpg',
-					/* translators: header image description */
-					'description'   => __( 'Shore', 'twentyeleven' ),
-				),
-				'trolley'    => array(
-					'url'           => '%s/images/headers/trolley.jpg',
-					'thumbnail_url' => '%s/images/headers/trolley-thumbnail.jpg',
-					/* translators: header image description */
-					'description'   => __( 'Trolley', 'twentyeleven' ),
-				),
-				'pine-cone'  => array(
-					'url'           => '%s/images/headers/pine-cone.jpg',
-					'thumbnail_url' => '%s/images/headers/pine-cone-thumbnail.jpg',
-					/* translators: header image description */
-					'description'   => __( 'Pine Cone', 'twentyeleven' ),
-				),
-				'chessboard' => array(
-					'url'           => '%s/images/headers/chessboard.jpg',
-					'thumbnail_url' => '%s/images/headers/chessboard-thumbnail.jpg',
-					/* translators: header image description */
-					'description'   => __( 'Chessboard', 'twentyeleven' ),
-				),
-				'lanterns'   => array(
-					'url'           => '%s/images/headers/lanterns.jpg',
-					'thumbnail_url' => '%s/images/headers/lanterns-thumbnail.jpg',
-					/* translators: header image description */
-					'description'   => __( 'Lanterns', 'twentyeleven' ),
-				),
-				'willow'     => array(
-					'url'           => '%s/images/headers/willow.jpg',
-					'thumbnail_url' => '%s/images/headers/willow-thumbnail.jpg',
-					/* translators: header image description */
-					'description'   => __( 'Willow', 'twentyeleven' ),
-				),
-				'hanoi'      => array(
-					'url'           => '%s/images/headers/hanoi.jpg',
-					'thumbnail_url' => '%s/images/headers/hanoi-thumbnail.jpg',
-					/* translators: header image description */
-					'description'   => __( 'Hanoi Plant', 'twentyeleven' ),
-				),
-			)
-		);
-
-		// Indicate widget sidebars can use selective refresh in the Customizer.
-		add_theme_support( 'customize-selective-refresh-widgets' );
-	}
-endif; // twentyeleven_setup
-
-/**
- * Enqueue scripts and styles for front end.
- *
- * @since Twenty Eleven 2.9
- */
-function twentyeleven_scripts_styles() {
-	// Theme block stylesheet.
-	wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20181230' );
-}
-add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' );
-
-/**
- * Enqueue styles for the block-based editor.
- *
- * @since Twenty Eleven 2.9
- */
-function twentyeleven_block_editor_styles() {
-	// Block styles.
-	wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20181230' );
-}
-add_action( 'enqueue_block_editor_assets', 'twentyeleven_block_editor_styles' );
-
-if ( ! function_exists( 'twentyeleven_header_style' ) ) :
-	/**
-	 * Styles the header image and text displayed on the blog.
-	 *
-	 * @since Twenty Eleven 1.0
-	 */
-	function twentyeleven_header_style() {
-		$text_color = get_header_textcolor();
-
-		// If no custom options for text are set, let's bail.
-		if ( $text_color == HEADER_TEXTCOLOR ) {
-			return;
-		}
-
-		// If we get this far, we have custom styles. Let's do this.
-		?>
-		<style type="text/css" id="twentyeleven-header-css">
-		<?php
-		// Has the text been hidden?
-		if ( 'blank' == $text_color ) :
-			?>
-		#site-title,
-		#site-description {
-			position: absolute;
-			clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
-			clip: rect(1px, 1px, 1px, 1px);
-		}
-			<?php
-			// If the user has set a custom color for the text use that
-		else :
-			?>
-		#site-title a,
-		#site-description {
-			color: #<?php echo $text_color; ?>;
-		}
-	<?php endif; ?>
-	</style>
-		<?php
-	}
-endif; // twentyeleven_header_style
-
-if ( ! function_exists( 'twentyeleven_admin_header_style' ) ) :
-	/**
-	 * Styles the header image displayed on the Appearance > Header admin panel.
-	 *
-	 * Referenced via add_theme_support('custom-header') in twentyeleven_setup().
-	 *
-	 * @since Twenty Eleven 1.0
-	 */
-	function twentyeleven_admin_header_style() {
-		?>
-	<style type="text/css" id="twentyeleven-admin-header-css">
-	.appearance_page_custom-header #headimg {
-		border: none;
-	}
-	#headimg h1,
-	#desc {
-		font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
-	}
-	#headimg h1 {
-		margin: 0;
-	}
-	#headimg h1 a {
-		font-size: 32px;
-		line-height: 36px;
-		text-decoration: none;
-	}
-	#desc {
-		font-size: 14px;
-		line-height: 23px;
-		padding: 0 0 3em;
-	}
-		<?php
-		// If the user has set a custom color for the text use that
-		if ( get_header_textcolor() != HEADER_TEXTCOLOR ) :
-			?>
-	#site-title a,
-	#site-description {
-		color: #<?php echo get_header_textcolor(); ?>;
-	}
-	<?php endif; ?>
-	#headimg img {
-		max-width: 1000px;
-		height: auto;
-		width: 100%;
-	}
-	</style>
-		<?php
-	}
-endif; // twentyeleven_admin_header_style
-
-if ( ! function_exists( 'twentyeleven_admin_header_image' ) ) :
-	/**
-	 * Custom header image markup displayed on the Appearance > Header admin panel.
-	 *
-	 * Referenced via add_theme_support('custom-header') in twentyeleven_setup().
-	 *
-	 * @since Twenty Eleven 1.0
-	 */
-	function twentyeleven_admin_header_image() {
-
-		?>
-		<div id="headimg">
-			<?php
-			$color = get_header_textcolor();
-			$image = get_header_image();
-			$style = 'display: none;';
-			if ( $color && $color != 'blank' ) {
-				$style = 'color: #' . $color . ';';
-			}
-			?>
-			<h1 class="displaying-header-text"><a id="name" style="<?php echo esc_attr( $style ); ?>" onclick="return false;" href="<?php echo esc_url( home_url( '/' ) ); ?>" tabindex="-1"><?php bloginfo( 'name' ); ?></a></h1>
-		<div id="desc" class="displaying-header-text" style="<?php echo esc_attr( $style ); ?>"><?php bloginfo( 'description' ); ?></div>
-		<?php if ( $image ) : ?>
-			<img src="<?php echo esc_url( $image ); ?>" alt="" />
-		<?php endif; ?>
-		</div>
-		<?php
-	}
-endif; // twentyeleven_admin_header_image
-
-/**
- * Set the post excerpt length to 40 words.
- *
- * To override this length in a child theme, remove
- * the filter and add your own function tied to
- * the excerpt_length filter hook.
- *
- * @since Twenty Eleven 1.0
- *
- * @param int $length The number of excerpt characters.
- * @return int The filtered number of characters.
- */
-function twentyeleven_excerpt_length( $length ) {
-	return 40;
-}
-add_filter( 'excerpt_length', 'twentyeleven_excerpt_length' );
-
-if ( ! function_exists( 'twentyeleven_continue_reading_link' ) ) :
-	/**
-	 * Return a "Continue Reading" link for excerpts
-	 *
-	 * @since Twenty Eleven 1.0
-	 *
-	 * @return string The "Continue Reading" HTML link.
-	 */
-	function twentyeleven_continue_reading_link() {
-		return ' <a href="' . esc_url( get_permalink() ) . '">' . __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) . '</a>';
-	}
-endif; // twentyeleven_continue_reading_link
-
-/**
- * Replace "[...]" in the Read More link with an ellipsis.
- *
- * The "[...]" is appended to automatically generated excerpts.
- *
- * To override this in a child theme, remove the filter and add your own
- * function tied to the excerpt_more filter hook.
- *
- * @since Twenty Eleven 1.0
- *
- * @param string $more The Read More text.
- * @return The filtered Read More text.
- */
-function twentyeleven_auto_excerpt_more( $more ) {
-	if ( ! is_admin() ) {
-		return ' &hellip;' . twentyeleven_continue_reading_link();
-	}
-	return $more;
-}
-add_filter( 'excerpt_more', 'twentyeleven_auto_excerpt_more' );
-
-/**
- * Add a pretty "Continue Reading" link to custom post excerpts.
- *
- * To override this link in a child theme, remove the filter and add your own
- * function tied to the get_the_excerpt filter hook.
- *
- * @since Twenty Eleven 1.0
- *
- * @param string $output The "Continue Reading" link.
- * @return string The filtered "Continue Reading" link.
- */
-function twentyeleven_custom_excerpt_more( $output ) {
-	if ( has_excerpt() && ! is_attachment() && ! is_admin() ) {
-		$output .= twentyeleven_continue_reading_link();
-	}
-	return $output;
-}
-add_filter( 'get_the_excerpt', 'twentyeleven_custom_excerpt_more' );
-
-/**
- * Show a home link for the wp_nav_menu() fallback, wp_page_menu().
- *
- * @since Twenty Eleven 1.0
- *
- * @param array $args The page menu arguments. @see wp_page_menu()
- * @return array The filtered page menu arguments.
- */
-function twentyeleven_page_menu_args( $args ) {
-	if ( ! isset( $args['show_home'] ) ) {
-		$args['show_home'] = true;
-	}
-	return $args;
-}
-add_filter( 'wp_page_menu_args', 'twentyeleven_page_menu_args' );
-
-/**
- * Register sidebars and widgetized areas.
- *
- * Also register the default Epherma widget.
- *
- * @since Twenty Eleven 1.0
- */
-function twentyeleven_widgets_init() {
-
-	register_widget( 'Twenty_Eleven_Ephemera_Widget' );
-
-	register_sidebar(
-		array(
-			'name'          => __( 'Main Sidebar', 'twentyeleven' ),
-			'id'            => 'sidebar-1',
-			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
-			'after_widget'  => '</aside>',
-			'before_title'  => '<h3 class="widget-title">',
-			'after_title'   => '</h3>',
-		)
-	);
-
-	register_sidebar(
-		array(
-			'name'          => __( 'Showcase Sidebar', 'twentyeleven' ),
-			'id'            => 'sidebar-2',
-			'description'   => __( 'The sidebar for the optional Showcase Template', 'twentyeleven' ),
-			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
-			'after_widget'  => '</aside>',
-			'before_title'  => '<h3 class="widget-title">',
-			'after_title'   => '</h3>',
-		)
-	);
-
-	register_sidebar(
-		array(
-			'name'          => __( 'Footer Area One', 'twentyeleven' ),
-			'id'            => 'sidebar-3',
-			'description'   => __( 'An optional widget area for your site footer', 'twentyeleven' ),
-			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
-			'after_widget'  => '</aside>',
-			'before_title'  => '<h3 class="widget-title">',
-			'after_title'   => '</h3>',
-		)
-	);
-
-	register_sidebar(
-		array(
-			'name'          => __( 'Footer Area Two', 'twentyeleven' ),
-			'id'            => 'sidebar-4',
-			'description'   => __( 'An optional widget area for your site footer', 'twentyeleven' ),
-			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
-			'after_widget'  => '</aside>',
-			'before_title'  => '<h3 class="widget-title">',
-			'after_title'   => '</h3>',
-		)
-	);
-
-	register_sidebar(
-		array(
-			'name'          => __( 'Footer Area Three', 'twentyeleven' ),
-			'id'            => 'sidebar-5',
-			'description'   => __( 'An optional widget area for your site footer', 'twentyeleven' ),
-			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
-			'after_widget'  => '</aside>',
-			'before_title'  => '<h3 class="widget-title">',
-			'after_title'   => '</h3>',
-		)
-	);
-}
-add_action( 'widgets_init', 'twentyeleven_widgets_init' );
-
-if ( ! function_exists( 'twentyeleven_content_nav' ) ) :
-	/**
-	 * Display navigation to next/previous pages when applicable.
-	 *
-	 * @since Twenty Eleven 1.0
-	 *
-	 * @param string $html_id The HTML id attribute.
-	 */
-	function twentyeleven_content_nav( $html_id ) {
-		global $wp_query;
-
-		if ( $wp_query->max_num_pages > 1 ) :
-			?>
-			<nav id="<?php echo esc_attr( $html_id ); ?>">
-				<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
-				<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyeleven' ) ); ?></div>
-				<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></div>
-			</nav><!-- #nav-above -->
-			<?php
-	endif;
-	}
-endif; // twentyeleven_content_nav
-
-/**
- * Return the first link from the post content. If none found, the
- * post permalink is used as a fallback.
- *
- * @since Twenty Eleven 1.0
- *
- * @uses get_url_in_content() to get the first URL from the post content.
- *
- * @return string The first link.
- */
-function twentyeleven_get_first_url() {
-	$content = get_the_content();
-	$has_url = function_exists( 'get_url_in_content' ) ? get_url_in_content( $content ) : false;
-
-	if ( ! $has_url ) {
-		$has_url = twentyeleven_url_grabber();
-	}
-
-	/** This filter is documented in wp-includes/link-template.php */
-	return ( $has_url ) ? $has_url : apply_filters( 'the_permalink', get_permalink() );
-}
-
-/**
- * Return the URL for the first link found in the post content.
- *
- * @since Twenty Eleven 1.0
- *
- * @return string|bool URL or false when no link is present.
- */
-function twentyeleven_url_grabber() {
-	if ( ! preg_match( '/<a\s[^>]*?href=[\'"](.+?)[\'"]/is', get_the_content(), $matches ) ) {
-		return false;
-	}
-
-	return esc_url_raw( $matches[1] );
-}
-
-/**
- * Count the number of footer sidebars to enable dynamic classes for the footer.
- *
- * @since Twenty Eleven 1.0
- */
-function twentyeleven_footer_sidebar_class() {
-	$count = 0;
-
-	if ( is_active_sidebar( 'sidebar-3' ) ) {
-		$count++;
-	}
-
-	if ( is_active_sidebar( 'sidebar-4' ) ) {
-		$count++;
-	}
-
-	if ( is_active_sidebar( 'sidebar-5' ) ) {
-		$count++;
-	}
-
-	$class = '';
-
-	switch ( $count ) {
-		case '1':
-			$class = 'one';
-			break;
-		case '2':
-			$class = 'two';
-			break;
-		case '3':
-			$class = 'three';
-			break;
-	}
-
-	if ( $class ) {
-		echo 'class="' . esc_attr( $class ) . '"';
-	}
-}
-
-if ( ! function_exists( 'twentyeleven_comment' ) ) :
-	/**
-	 * Template for comments and pingbacks.
-	 *
-	 * To override this walker in a child theme without modifying the comments template
-	 * simply create your own twentyeleven_comment(), and that function will be used instead.
-	 *
-	 * Used as a callback by wp_list_comments() for displaying the comments.
-	 *
-	 * @since Twenty Eleven 1.0
-	 *
-	 * @param object $comment The comment object.
-	 * @param array  $args    An array of comment arguments. @see get_comment_reply_link()
-	 * @param int    $depth   The depth of the comment.
-	 */
-	function twentyeleven_comment( $comment, $args, $depth ) {
-		$GLOBALS['comment'] = $comment;
-		switch ( $comment->comment_type ) :
-			case 'pingback':
-			case 'trackback':
-				?>
-		<li class="post pingback">
-		<p><?php _e( 'Pingback:', 'twentyeleven' ); ?> <?php comment_author_link(); ?><?php edit_comment_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?></p>
-				<?php
-				break;
-			default:
-				?>
-		<li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>">
-		<article id="comment-<?php comment_ID(); ?>" class="comment">
-			<footer class="comment-meta">
-				<div class="comment-author vcard">
-					<?php
-						$avatar_size = 68;
-					if ( '0' != $comment->comment_parent ) {
-						$avatar_size = 39;
-					}
-
-						echo get_avatar( $comment, $avatar_size );
-
-						/* translators: 1: comment author, 2: date and time */
-						printf(
-							__( '%1$s on %2$s <span class="says">said:</span>', 'twentyeleven' ),
-							sprintf( '<span class="fn">%s</span>', get_comment_author_link() ),
-							sprintf(
-								'<a href="%1$s"><time datetime="%2$s">%3$s</time></a>',
-								esc_url( get_comment_link( $comment->comment_ID ) ),
-								get_comment_time( 'c' ),
-								/* translators: 1: date, 2: time */
-								sprintf( __( '%1$s at %2$s', 'twentyeleven' ), get_comment_date(), get_comment_time() )
-							)
-						);
-					?>
-
-						<?php edit_comment_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-					</div><!-- .comment-author .vcard -->
-
-					<?php if ( $comment->comment_approved == '0' ) : ?>
-					<em class="comment-awaiting-moderation"><?php _e( 'Your comment is awaiting moderation.', 'twentyeleven' ); ?></em>
-					<br />
-				<?php endif; ?>
-
-				</footer>
-
-				<div class="comment-content"><?php comment_text(); ?></div>
-
-				<div class="reply">
-					<?php
-					comment_reply_link(
-						array_merge(
-							$args,
-							array(
-								'reply_text' => __( 'Reply <span>&darr;</span>', 'twentyeleven' ),
-								'depth'      => $depth,
-								'max_depth'  => $args['max_depth'],
-							)
-						)
-					);
-					?>
-				</div><!-- .reply -->
-			</article><!-- #comment-## -->
-
-				<?php
-				break;
-		endswitch;
-	}
-endif; // ends check for twentyeleven_comment()
-
-if ( ! function_exists( 'twentyeleven_posted_on' ) ) :
-	/**
-	 * Print HTML with meta information for the current post-date/time and author.
-	 *
-	 * Create your own twentyeleven_posted_on to override in a child theme
-	 *
-	 * @since Twenty Eleven 1.0
-	 */
-	function twentyeleven_posted_on() {
-		printf(
-			__( '<span class="sep">Posted on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'twentyeleven' ),
-			esc_url( get_permalink() ),
-			esc_attr( get_the_time() ),
-			esc_attr( get_the_date( 'c' ) ),
-			esc_html( get_the_date() ),
-			esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
-			esc_attr( sprintf( __( 'View all posts by %s', 'twentyeleven' ), get_the_author() ) ),
-			get_the_author()
-		);
-	}
-endif;
-
-/**
- * Add two classes to the array of body classes.
- *
- * The first is if the site has only had one author with published posts.
- * The second is if a singular post being displayed
- *
- * @since Twenty Eleven 1.0
- *
- * @param array $classes Existing body classes.
- * @return array The filtered array of body classes.
- */
-function twentyeleven_body_classes( $classes ) {
-
-	if ( function_exists( 'is_multi_author' ) && ! is_multi_author() ) {
-		$classes[] = 'single-author';
-	}
-
-	if ( is_singular() && ! is_home() && ! is_page_template( 'showcase.php' ) && ! is_page_template( 'sidebar-page.php' ) ) {
-		$classes[] = 'singular';
-	}
-
-	return $classes;
-}
-add_filter( 'body_class', 'twentyeleven_body_classes' );
-
-/**
- * Retrieve the IDs for images in a gallery.
- *
- * @uses get_post_galleries() First, if available. Falls back to shortcode parsing,
- *                            then as last option uses a get_posts() call.
- *
- * @since Twenty Eleven 1.6
- *
- * @return array List of image IDs from the post gallery.
- */
-function twentyeleven_get_gallery_images() {
-	$images = array();
-
-	if ( function_exists( 'get_post_galleries' ) ) {
-		$galleries = get_post_galleries( get_the_ID(), false );
-		if ( isset( $galleries[0]['ids'] ) ) {
-			$images = explode( ',', $galleries[0]['ids'] );
-		}
-	} else {
-		$pattern = get_shortcode_regex();
-		preg_match( "/$pattern/s", get_the_content(), $match );
-		$atts = shortcode_parse_atts( $match[3] );
-		if ( isset( $atts['ids'] ) ) {
-			$images = explode( ',', $atts['ids'] );
-		}
-	}
-
-	if ( ! $images ) {
-		$images = get_posts(
-			array(
-				'fields'         => 'ids',
-				'numberposts'    => 999,
-				'order'          => 'ASC',
-				'orderby'        => 'menu_order',
-				'post_mime_type' => 'image',
-				'post_parent'    => get_the_ID(),
-				'post_type'      => 'attachment',
-			)
-		);
-	}
-
-	return $images;
-}
-
-/**
- * Modifies tag cloud widget arguments to display all tags in the same font size
- * and use list format for better accessibility.
- *
- * @since Twenty Eleven 2.7
- *
- * @param array $args Arguments for tag cloud widget.
- * @return array The filtered arguments for tag cloud widget.
- */
-function twentyeleven_widget_tag_cloud_args( $args ) {
-	$args['largest']  = 22;
-	$args['smallest'] = 8;
-	$args['unit']     = 'pt';
-	$args['format']   = 'list';
-
-	return $args;
-}
-add_filter( 'widget_tag_cloud_args', 'twentyeleven_widget_tag_cloud_args' );
-
-if ( ! function_exists( 'wp_body_open' ) ) :
-	/**
-	 * Fire the wp_body_open action.
-	 *
-	 * Added for backwards compatibility to support pre 5.2.0 WordPress versions.
-	 *
-	 * @since Twenty Eleven 3.3
-	 */
-	function wp_body_open() {
-		/**
-		 * Triggered after the opening <body> tag.
-		 *
-		 * @since Twenty Eleven 3.3
-		 */
-		do_action( 'wp_body_open' );
-	}
-endif;
+<?php
+/**
+ * Twenty Eleven functions and definitions
+ *
+ * Sets up the theme and provides some helper functions. Some helper functions
+ * are used in the theme as custom template tags. Others are attached to action and
+ * filter hooks in WordPress to change core functionality.
+ *
+ * The first function, twentyeleven_setup(), sets up the theme by registering support
+ * for various features in WordPress, such as post thumbnails, navigation menus, and the like.
+ *
+ * When using a child theme you can override certain functions (those wrapped
+ * in a function_exists() call) by defining them first in your child theme's
+ * functions.php file. The child theme's functions.php file is included before
+ * the parent theme's file, so the child theme functions would be used.
+ *
+ * @link https://developer.wordpress.org/themes/basics/theme-functions/
+ * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
+ *
+ * Functions that are not pluggable (not wrapped in function_exists()) are instead attached
+ * to a filter or action hook. The hook can be removed by using remove_action() or
+ * remove_filter() and you can attach your own function to the hook.
+ *
+ * We can remove the parent theme's hook only after it is attached, which means we need to
+ * wait until setting up the child theme:
+ *
+ * <code>
+ * add_action( 'after_setup_theme', 'my_child_theme_setup' );
+ * function my_child_theme_setup() {
+ *     // We are providing our own filter for excerpt_length (or using the unfiltered value).
+ *     remove_filter( 'excerpt_length', 'twentyeleven_excerpt_length' );
+ *     ...
+ * }
+ * </code>
+ *
+ * For more information on hooks, actions, and filters, see https://developer.wordpress.org/plugins/.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+// Set the content width based on the theme's design and stylesheet.
+if ( ! isset( $content_width ) ) {
+	$content_width = 584;
+}
+
+/*
+ * Tell WordPress to run twentyeleven_setup() when the 'after_setup_theme' hook is run.
+ */
+add_action( 'after_setup_theme', 'twentyeleven_setup' );
+
+if ( ! function_exists( 'twentyeleven_setup' ) ) :
+	/**
+	 * Set up theme defaults and registers support for various WordPress features.
+	 *
+	 * Note that this function is hooked into the after_setup_theme hook, which runs
+	 * before the init hook. The init hook is too late for some features, such as indicating
+	 * support post thumbnails.
+	 *
+	 * To override twentyeleven_setup() in a child theme, add your own twentyeleven_setup to your child theme's
+	 * functions.php file.
+	 *
+	 * @uses load_theme_textdomain()    For translation/localization support.
+	 * @uses add_editor_style()         To style the visual editor.
+	 * @uses add_theme_support()        To add support for post thumbnails, automatic feed links, custom headers
+	 *                                  and backgrounds, and post formats.
+	 * @uses register_nav_menus()       To add support for navigation menus.
+	 * @uses register_default_headers() To register the default custom header images provided with the theme.
+	 * @uses set_post_thumbnail_size()  To set a custom post thumbnail size.
+	 *
+	 * @since Twenty Eleven 1.0
+	 */
+	function twentyeleven_setup() {
+
+		/*
+		 * Make Twenty Eleven available for translation.
+		 * Translations can be added to the /languages/ directory.
+		 * If you're building a theme based on Twenty Eleven, use
+		 * a find and replace to change 'twentyeleven' to the name
+		 * of your theme in all the template files.
+		 */
+		load_theme_textdomain( 'twentyeleven', get_template_directory() . '/languages' );
+
+		// This theme styles the visual editor with editor-style.css to match the theme style.
+		add_editor_style();
+
+		// Load regular editor styles into the new block-based editor.
+		add_theme_support( 'editor-styles' );
+
+		// Load default block styles.
+		add_theme_support( 'wp-block-styles' );
+
+		// Add support for responsive embeds.
+		add_theme_support( 'responsive-embeds' );
+
+		// Add support for custom color scheme.
+		add_theme_support(
+			'editor-color-palette',
+			array(
+				array(
+					'name'  => __( 'Blue', 'twentyeleven' ),
+					'slug'  => 'blue',
+					'color' => '#1982d1',
+				),
+				array(
+					'name'  => __( 'Black', 'twentyeleven' ),
+					'slug'  => 'black',
+					'color' => '#000',
+				),
+				array(
+					'name'  => __( 'Dark Gray', 'twentyeleven' ),
+					'slug'  => 'dark-gray',
+					'color' => '#373737',
+				),
+				array(
+					'name'  => __( 'Medium Gray', 'twentyeleven' ),
+					'slug'  => 'medium-gray',
+					'color' => '#666',
+				),
+				array(
+					'name'  => __( 'Light Gray', 'twentyeleven' ),
+					'slug'  => 'light-gray',
+					'color' => '#e2e2e2',
+				),
+				array(
+					'name'  => __( 'White', 'twentyeleven' ),
+					'slug'  => 'white',
+					'color' => '#fff',
+				),
+			)
+		);
+
+		// Load up our theme options page and related code.
+		require get_template_directory() . '/inc/theme-options.php';
+
+		// Grab Twenty Eleven's Ephemera widget.
+		require get_template_directory() . '/inc/widgets.php';
+
+		// Add default posts and comments RSS feed links to <head>.
+		add_theme_support( 'automatic-feed-links' );
+
+		// This theme uses wp_nav_menu() in one location.
+		register_nav_menu( 'primary', __( 'Primary Menu', 'twentyeleven' ) );
+
+		// Add support for a variety of post formats.
+		add_theme_support( 'post-formats', array( 'aside', 'link', 'gallery', 'status', 'quote', 'image' ) );
+
+		$theme_options = twentyeleven_get_theme_options();
+		if ( 'dark' == $theme_options['color_scheme'] ) {
+			$default_background_color = '1d1d1d';
+		} else {
+			$default_background_color = 'e2e2e2';
+		}
+
+		// Add support for custom backgrounds.
+		add_theme_support(
+			'custom-background',
+			array(
+				/*
+				* Let WordPress know what our default background color is.
+				* This is dependent on our current color scheme.
+				*/
+				'default-color' => $default_background_color,
+			)
+		);
+
+		// This theme uses Featured Images (also known as post thumbnails) for per-post/per-page Custom Header images.
+		add_theme_support( 'post-thumbnails' );
+
+		// Add support for custom headers.
+		$custom_header_support = array(
+			// The default header text color.
+			'default-text-color'     => '000',
+			// The height and width of our custom header.
+			/**
+			 * Filter the Twenty Eleven default header image width.
+			 *
+			 * @since Twenty Eleven 1.0
+			 *
+			 * @param int The default header image width in pixels. Default 1000.
+			 */
+			'width'                  => apply_filters( 'twentyeleven_header_image_width', 1000 ),
+			/**
+			 * Filter the Twenty Eleven default header image height.
+			 *
+			 * @since Twenty Eleven 1.0
+			 *
+			 * @param int The default header image height in pixels. Default 288.
+			 */
+			'height'                 => apply_filters( 'twentyeleven_header_image_height', 288 ),
+			// Support flexible heights.
+			'flex-height'            => true,
+			// Random image rotation by default.
+			'random-default'         => true,
+			// Callback for styling the header.
+			'wp-head-callback'       => 'twentyeleven_header_style',
+			// Callback for styling the header preview in the admin.
+			'admin-head-callback'    => 'twentyeleven_admin_header_style',
+			// Callback used to display the header preview in the admin.
+			'admin-preview-callback' => 'twentyeleven_admin_header_image',
+		);
+
+		add_theme_support( 'custom-header', $custom_header_support );
+
+		if ( ! function_exists( 'get_custom_header' ) ) {
+			// This is all for compatibility with versions of WordPress prior to 3.4.
+			define( 'HEADER_TEXTCOLOR', $custom_header_support['default-text-color'] );
+			define( 'HEADER_IMAGE', '' );
+			define( 'HEADER_IMAGE_WIDTH', $custom_header_support['width'] );
+			define( 'HEADER_IMAGE_HEIGHT', $custom_header_support['height'] );
+			add_custom_image_header( $custom_header_support['wp-head-callback'], $custom_header_support['admin-head-callback'], $custom_header_support['admin-preview-callback'] );
+			add_custom_background();
+		}
+
+		/*
+		 * We'll be using post thumbnails for custom header images on posts and pages.
+		 * We want them to be the size of the header image that we just defined.
+		 * Larger images will be auto-cropped to fit, smaller ones will be ignored. See header.php.
+		 */
+		set_post_thumbnail_size( $custom_header_support['width'], $custom_header_support['height'], true );
+
+		/*
+		 * Add Twenty Eleven's custom image sizes.
+		 * Used for large feature (header) images.
+		 */
+		add_image_size( 'large-feature', $custom_header_support['width'], $custom_header_support['height'], true );
+		// Used for featured posts if a large-feature doesn't exist.
+		add_image_size( 'small-feature', 500, 300 );
+
+		// Default custom headers packaged with the theme. %s is a placeholder for the theme template directory URI.
+		register_default_headers(
+			array(
+				'wheel'      => array(
+					'url'           => '%s/images/headers/wheel.jpg',
+					'thumbnail_url' => '%s/images/headers/wheel-thumbnail.jpg',
+					/* translators: Header image description. */
+					'description'   => __( 'Wheel', 'twentyeleven' ),
+				),
+				'shore'      => array(
+					'url'           => '%s/images/headers/shore.jpg',
+					'thumbnail_url' => '%s/images/headers/shore-thumbnail.jpg',
+					/* translators: Header image description. */
+					'description'   => __( 'Shore', 'twentyeleven' ),
+				),
+				'trolley'    => array(
+					'url'           => '%s/images/headers/trolley.jpg',
+					'thumbnail_url' => '%s/images/headers/trolley-thumbnail.jpg',
+					/* translators: Header image description. */
+					'description'   => __( 'Trolley', 'twentyeleven' ),
+				),
+				'pine-cone'  => array(
+					'url'           => '%s/images/headers/pine-cone.jpg',
+					'thumbnail_url' => '%s/images/headers/pine-cone-thumbnail.jpg',
+					/* translators: Header image description. */
+					'description'   => __( 'Pine Cone', 'twentyeleven' ),
+				),
+				'chessboard' => array(
+					'url'           => '%s/images/headers/chessboard.jpg',
+					'thumbnail_url' => '%s/images/headers/chessboard-thumbnail.jpg',
+					/* translators: Header image description. */
+					'description'   => __( 'Chessboard', 'twentyeleven' ),
+				),
+				'lanterns'   => array(
+					'url'           => '%s/images/headers/lanterns.jpg',
+					'thumbnail_url' => '%s/images/headers/lanterns-thumbnail.jpg',
+					/* translators: Header image description. */
+					'description'   => __( 'Lanterns', 'twentyeleven' ),
+				),
+				'willow'     => array(
+					'url'           => '%s/images/headers/willow.jpg',
+					'thumbnail_url' => '%s/images/headers/willow-thumbnail.jpg',
+					/* translators: Header image description. */
+					'description'   => __( 'Willow', 'twentyeleven' ),
+				),
+				'hanoi'      => array(
+					'url'           => '%s/images/headers/hanoi.jpg',
+					'thumbnail_url' => '%s/images/headers/hanoi-thumbnail.jpg',
+					/* translators: Header image description. */
+					'description'   => __( 'Hanoi Plant', 'twentyeleven' ),
+				),
+			)
+		);
+
+		// Indicate widget sidebars can use selective refresh in the Customizer.
+		add_theme_support( 'customize-selective-refresh-widgets' );
+	}
+endif; // twentyeleven_setup()
+
+/**
+ * Enqueue scripts and styles for front end.
+ *
+ * @since Twenty Eleven 2.9
+ */
+function twentyeleven_scripts_styles() {
+	// Theme block stylesheet.
+	wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20190102' );
+}
+add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' );
+
+/**
+ * Enqueue styles for the block-based editor.
+ *
+ * @since Twenty Eleven 2.9
+ */
+function twentyeleven_block_editor_styles() {
+	// Block styles.
+	wp_enqueue_style( 'twentyeleven-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20190102' );
+}
+add_action( 'enqueue_block_editor_assets', 'twentyeleven_block_editor_styles' );
+
+if ( ! function_exists( 'twentyeleven_header_style' ) ) :
+	/**
+	 * Styles the header image and text displayed on the blog.
+	 *
+	 * @since Twenty Eleven 1.0
+	 */
+	function twentyeleven_header_style() {
+		$text_color = get_header_textcolor();
+
+		// If no custom options for text are set, let's bail.
+		if ( HEADER_TEXTCOLOR == $text_color ) {
+			return;
+		}
+
+		// If we get this far, we have custom styles. Let's do this.
+		?>
+		<style type="text/css" id="twentyeleven-header-css">
+		<?php
+		// Has the text been hidden?
+		if ( 'blank' == $text_color ) :
+			?>
+		#site-title,
+		#site-description {
+			position: absolute;
+			clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
+			clip: rect(1px, 1px, 1px, 1px);
+		}
+			<?php
+			// If the user has set a custom color for the text, use that.
+		else :
+			?>
+		#site-title a,
+		#site-description {
+			color: #<?php echo $text_color; ?>;
+		}
+	<?php endif; ?>
+	</style>
+		<?php
+	}
+endif; // twentyeleven_header_style()
+
+if ( ! function_exists( 'twentyeleven_admin_header_style' ) ) :
+	/**
+	 * Styles the header image displayed on the Appearance > Header admin panel.
+	 *
+	 * Referenced via add_theme_support('custom-header') in twentyeleven_setup().
+	 *
+	 * @since Twenty Eleven 1.0
+	 */
+	function twentyeleven_admin_header_style() {
+		?>
+	<style type="text/css" id="twentyeleven-admin-header-css">
+	.appearance_page_custom-header #headimg {
+		border: none;
+	}
+	#headimg h1,
+	#desc {
+		font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
+	}
+	#headimg h1 {
+		margin: 0;
+	}
+	#headimg h1 a {
+		font-size: 32px;
+		line-height: 36px;
+		text-decoration: none;
+	}
+	#desc {
+		font-size: 14px;
+		line-height: 23px;
+		padding: 0 0 3em;
+	}
+		<?php
+		// If the user has set a custom color for the text, use that.
+		if ( get_header_textcolor() != HEADER_TEXTCOLOR ) :
+			?>
+	#site-title a,
+	#site-description {
+		color: #<?php echo get_header_textcolor(); ?>;
+	}
+	<?php endif; ?>
+	#headimg img {
+		max-width: 1000px;
+		height: auto;
+		width: 100%;
+	}
+	</style>
+		<?php
+	}
+endif; // twentyeleven_admin_header_style()
+
+if ( ! function_exists( 'twentyeleven_admin_header_image' ) ) :
+	/**
+	 * Custom header image markup displayed on the Appearance > Header admin panel.
+	 *
+	 * Referenced via add_theme_support('custom-header') in twentyeleven_setup().
+	 *
+	 * @since Twenty Eleven 1.0
+	 */
+	function twentyeleven_admin_header_image() {
+
+		?>
+		<div id="headimg">
+			<?php
+			$color = get_header_textcolor();
+			$image = get_header_image();
+			$style = 'display: none;';
+			if ( $color && 'blank' !== $color ) {
+				$style = 'color: #' . $color . ';';
+			}
+			?>
+			<h1 class="displaying-header-text"><a id="name" style="<?php echo esc_attr( $style ); ?>" onclick="return false;" href="<?php echo esc_url( home_url( '/' ) ); ?>" tabindex="-1"><?php bloginfo( 'name' ); ?></a></h1>
+		<div id="desc" class="displaying-header-text" style="<?php echo esc_attr( $style ); ?>"><?php bloginfo( 'description' ); ?></div>
+		<?php if ( $image ) : ?>
+			<img src="<?php echo esc_url( $image ); ?>" alt="" />
+		<?php endif; ?>
+		</div>
+		<?php
+	}
+endif; // twentyeleven_admin_header_image()
+
+/**
+ * Set the post excerpt length to 40 words.
+ *
+ * To override this length in a child theme, remove
+ * the filter and add your own function tied to
+ * the excerpt_length filter hook.
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @param int $length The number of excerpt characters.
+ * @return int The filtered number of characters.
+ */
+function twentyeleven_excerpt_length( $length ) {
+	return 40;
+}
+add_filter( 'excerpt_length', 'twentyeleven_excerpt_length' );
+
+if ( ! function_exists( 'twentyeleven_continue_reading_link' ) ) :
+	/**
+	 * Return a "Continue Reading" link for excerpts
+	 *
+	 * @since Twenty Eleven 1.0
+	 *
+	 * @return string The "Continue Reading" HTML link.
+	 */
+	function twentyeleven_continue_reading_link() {
+		return ' <a href="' . esc_url( get_permalink() ) . '">' . __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) . '</a>';
+	}
+endif; // twentyeleven_continue_reading_link()
+
+/**
+ * Replace "[...]" in the Read More link with an ellipsis.
+ *
+ * The "[...]" is appended to automatically generated excerpts.
+ *
+ * To override this in a child theme, remove the filter and add your own
+ * function tied to the excerpt_more filter hook.
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @param string $more The Read More text.
+ * @return The filtered Read More text.
+ */
+function twentyeleven_auto_excerpt_more( $more ) {
+	if ( ! is_admin() ) {
+		return ' &hellip;' . twentyeleven_continue_reading_link();
+	}
+	return $more;
+}
+add_filter( 'excerpt_more', 'twentyeleven_auto_excerpt_more' );
+
+/**
+ * Add a pretty "Continue Reading" link to custom post excerpts.
+ *
+ * To override this link in a child theme, remove the filter and add your own
+ * function tied to the get_the_excerpt filter hook.
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @param string $output The "Continue Reading" link.
+ * @return string The filtered "Continue Reading" link.
+ */
+function twentyeleven_custom_excerpt_more( $output ) {
+	if ( has_excerpt() && ! is_attachment() && ! is_admin() ) {
+		$output .= twentyeleven_continue_reading_link();
+	}
+	return $output;
+}
+add_filter( 'get_the_excerpt', 'twentyeleven_custom_excerpt_more' );
+
+/**
+ * Show a home link for the wp_nav_menu() fallback, wp_page_menu().
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @param array $args The page menu arguments. @see wp_page_menu()
+ * @return array The filtered page menu arguments.
+ */
+function twentyeleven_page_menu_args( $args ) {
+	if ( ! isset( $args['show_home'] ) ) {
+		$args['show_home'] = true;
+	}
+	return $args;
+}
+add_filter( 'wp_page_menu_args', 'twentyeleven_page_menu_args' );
+
+/**
+ * Register sidebars and widgetized areas.
+ *
+ * Also register the default Epherma widget.
+ *
+ * @since Twenty Eleven 1.0
+ */
+function twentyeleven_widgets_init() {
+
+	register_widget( 'Twenty_Eleven_Ephemera_Widget' );
+
+	register_sidebar(
+		array(
+			'name'          => __( 'Main Sidebar', 'twentyeleven' ),
+			'id'            => 'sidebar-1',
+			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
+			'after_widget'  => '</aside>',
+			'before_title'  => '<h3 class="widget-title">',
+			'after_title'   => '</h3>',
+		)
+	);
+
+	register_sidebar(
+		array(
+			'name'          => __( 'Showcase Sidebar', 'twentyeleven' ),
+			'id'            => 'sidebar-2',
+			'description'   => __( 'The sidebar for the optional Showcase Template', 'twentyeleven' ),
+			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
+			'after_widget'  => '</aside>',
+			'before_title'  => '<h3 class="widget-title">',
+			'after_title'   => '</h3>',
+		)
+	);
+
+	register_sidebar(
+		array(
+			'name'          => __( 'Footer Area One', 'twentyeleven' ),
+			'id'            => 'sidebar-3',
+			'description'   => __( 'An optional widget area for your site footer', 'twentyeleven' ),
+			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
+			'after_widget'  => '</aside>',
+			'before_title'  => '<h3 class="widget-title">',
+			'after_title'   => '</h3>',
+		)
+	);
+
+	register_sidebar(
+		array(
+			'name'          => __( 'Footer Area Two', 'twentyeleven' ),
+			'id'            => 'sidebar-4',
+			'description'   => __( 'An optional widget area for your site footer', 'twentyeleven' ),
+			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
+			'after_widget'  => '</aside>',
+			'before_title'  => '<h3 class="widget-title">',
+			'after_title'   => '</h3>',
+		)
+	);
+
+	register_sidebar(
+		array(
+			'name'          => __( 'Footer Area Three', 'twentyeleven' ),
+			'id'            => 'sidebar-5',
+			'description'   => __( 'An optional widget area for your site footer', 'twentyeleven' ),
+			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
+			'after_widget'  => '</aside>',
+			'before_title'  => '<h3 class="widget-title">',
+			'after_title'   => '</h3>',
+		)
+	);
+}
+add_action( 'widgets_init', 'twentyeleven_widgets_init' );
+
+if ( ! function_exists( 'twentyeleven_content_nav' ) ) :
+	/**
+	 * Display navigation to next/previous pages when applicable.
+	 *
+	 * @since Twenty Eleven 1.0
+	 *
+	 * @param string $html_id The HTML id attribute.
+	 */
+	function twentyeleven_content_nav( $html_id ) {
+		global $wp_query;
+
+		if ( $wp_query->max_num_pages > 1 ) :
+			?>
+			<nav id="<?php echo esc_attr( $html_id ); ?>">
+				<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
+				<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyeleven' ) ); ?></div>
+				<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></div>
+			</nav><!-- #nav-above -->
+			<?php
+	endif;
+	}
+endif; // twentyeleven_content_nav()
+
+/**
+ * Return the first link from the post content. If none found, the
+ * post permalink is used as a fallback.
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @uses get_url_in_content() to get the first URL from the post content.
+ *
+ * @return string The first link.
+ */
+function twentyeleven_get_first_url() {
+	$content = get_the_content();
+	$has_url = function_exists( 'get_url_in_content' ) ? get_url_in_content( $content ) : false;
+
+	if ( ! $has_url ) {
+		$has_url = twentyeleven_url_grabber();
+	}
+
+	/** This filter is documented in wp-includes/link-template.php */
+	return ( $has_url ) ? $has_url : apply_filters( 'the_permalink', get_permalink() );
+}
+
+/**
+ * Return the URL for the first link found in the post content.
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @return string|bool URL or false when no link is present.
+ */
+function twentyeleven_url_grabber() {
+	if ( ! preg_match( '/<a\s[^>]*?href=[\'"](.+?)[\'"]/is', get_the_content(), $matches ) ) {
+		return false;
+	}
+
+	return esc_url_raw( $matches[1] );
+}
+
+/**
+ * Count the number of footer sidebars to enable dynamic classes for the footer.
+ *
+ * @since Twenty Eleven 1.0
+ */
+function twentyeleven_footer_sidebar_class() {
+	$count = 0;
+
+	if ( is_active_sidebar( 'sidebar-3' ) ) {
+		$count++;
+	}
+
+	if ( is_active_sidebar( 'sidebar-4' ) ) {
+		$count++;
+	}
+
+	if ( is_active_sidebar( 'sidebar-5' ) ) {
+		$count++;
+	}
+
+	$class = '';
+
+	switch ( $count ) {
+		case '1':
+			$class = 'one';
+			break;
+		case '2':
+			$class = 'two';
+			break;
+		case '3':
+			$class = 'three';
+			break;
+	}
+
+	if ( $class ) {
+		echo 'class="' . esc_attr( $class ) . '"';
+	}
+}
+
+if ( ! function_exists( 'twentyeleven_comment' ) ) :
+	/**
+	 * Template for comments and pingbacks.
+	 *
+	 * To override this walker in a child theme without modifying the comments template
+	 * simply create your own twentyeleven_comment(), and that function will be used instead.
+	 *
+	 * Used as a callback by wp_list_comments() for displaying the comments.
+	 *
+	 * @since Twenty Eleven 1.0
+	 *
+	 * @param object $comment The comment object.
+	 * @param array  $args    An array of comment arguments. @see get_comment_reply_link()
+	 * @param int    $depth   The depth of the comment.
+	 */
+	function twentyeleven_comment( $comment, $args, $depth ) {
+		$GLOBALS['comment'] = $comment;
+		switch ( $comment->comment_type ) :
+			case 'pingback':
+			case 'trackback':
+				?>
+		<li class="post pingback">
+		<p><?php _e( 'Pingback:', 'twentyeleven' ); ?> <?php comment_author_link(); ?><?php edit_comment_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?></p>
+				<?php
+				break;
+			default:
+				?>
+		<li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>">
+		<article id="comment-<?php comment_ID(); ?>" class="comment">
+			<footer class="comment-meta">
+				<div class="comment-author vcard">
+					<?php
+						$avatar_size = 68;
+					if ( '0' != $comment->comment_parent ) {
+						$avatar_size = 39;
+					}
+
+						echo get_avatar( $comment, $avatar_size );
+
+						printf(
+							/* translators: 1: Comment author, 2: Date and time. */
+							__( '%1$s on %2$s <span class="says">said:</span>', 'twentyeleven' ),
+							sprintf( '<span class="fn">%s</span>', get_comment_author_link() ),
+							sprintf(
+								'<a href="%1$s"><time datetime="%2$s">%3$s</time></a>',
+								esc_url( get_comment_link( $comment->comment_ID ) ),
+								get_comment_time( 'c' ),
+								/* translators: 1: Date, 2: Time. */
+								sprintf( __( '%1$s at %2$s', 'twentyeleven' ), get_comment_date(), get_comment_time() )
+							)
+						);
+					?>
+
+						<?php edit_comment_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+					</div><!-- .comment-author .vcard -->
+
+					<?php
+					$commenter = wp_get_current_commenter();
+					if ( $commenter['comment_author_email'] ) {
+						$moderation_note = __( 'Your comment is awaiting moderation.', 'twentyeleven' );
+					} else {
+						$moderation_note = __( 'Your comment is awaiting moderation. This is a preview, your comment will be visible after it has been approved.', 'twentyeleven' );
+					}
+					?>
+
+					<?php if ( '0' == $comment->comment_approved ) : ?>
+					<em class="comment-awaiting-moderation"><?php echo $moderation_note; ?></em>
+					<br />
+					<?php endif; ?>
+
+				</footer>
+
+				<div class="comment-content"><?php comment_text(); ?></div>
+
+				<div class="reply">
+					<?php
+					comment_reply_link(
+						array_merge(
+							$args,
+							array(
+								'reply_text' => __( 'Reply <span>&darr;</span>', 'twentyeleven' ),
+								'depth'      => $depth,
+								'max_depth'  => $args['max_depth'],
+							)
+						)
+					);
+					?>
+				</div><!-- .reply -->
+			</article><!-- #comment-## -->
+
+				<?php
+				break;
+		endswitch;
+	}
+endif; // twentyeleven_comment()
+
+if ( ! function_exists( 'twentyeleven_posted_on' ) ) :
+	/**
+	 * Print HTML with meta information for the current post-date/time and author.
+	 *
+	 * Create your own twentyeleven_posted_on to override in a child theme
+	 *
+	 * @since Twenty Eleven 1.0
+	 */
+	function twentyeleven_posted_on() {
+		printf(
+			/* translators: 1: The permalink, 2: Time, 3: Date and time, 4: Date and time, 5: Author posts, 6: Author post link text, 7: Author display name. */
+			__( '<span class="sep">Posted on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'twentyeleven' ),
+			esc_url( get_permalink() ),
+			esc_attr( get_the_time() ),
+			esc_attr( get_the_date( 'c' ) ),
+			esc_html( get_the_date() ),
+			esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
+			/* translators: %s: Author display name. */
+			esc_attr( sprintf( __( 'View all posts by %s', 'twentyeleven' ), get_the_author() ) ),
+			get_the_author()
+		);
+	}
+endif;
+
+/**
+ * Add two classes to the array of body classes.
+ *
+ * The first is if the site has only had one author with published posts.
+ * The second is if a singular post being displayed
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @param array $classes Existing body classes.
+ * @return array The filtered array of body classes.
+ */
+function twentyeleven_body_classes( $classes ) {
+
+	if ( function_exists( 'is_multi_author' ) && ! is_multi_author() ) {
+		$classes[] = 'single-author';
+	}
+
+	if ( is_singular() && ! is_home() && ! is_page_template( 'showcase.php' ) && ! is_page_template( 'sidebar-page.php' ) ) {
+		$classes[] = 'singular';
+	}
+
+	return $classes;
+}
+add_filter( 'body_class', 'twentyeleven_body_classes' );
+
+/**
+ * Retrieve the IDs for images in a gallery.
+ *
+ * @uses get_post_galleries() First, if available. Falls back to shortcode parsing,
+ *                            then as last option uses a get_posts() call.
+ *
+ * @since Twenty Eleven 1.6
+ *
+ * @return array List of image IDs from the post gallery.
+ */
+function twentyeleven_get_gallery_images() {
+	$images = array();
+
+	if ( function_exists( 'get_post_galleries' ) ) {
+		$galleries = get_post_galleries( get_the_ID(), false );
+		if ( isset( $galleries[0]['ids'] ) ) {
+			$images = explode( ',', $galleries[0]['ids'] );
+		}
+	} else {
+		$pattern = get_shortcode_regex();
+		preg_match( "/$pattern/s", get_the_content(), $match );
+		$atts = shortcode_parse_atts( $match[3] );
+		if ( isset( $atts['ids'] ) ) {
+			$images = explode( ',', $atts['ids'] );
+		}
+	}
+
+	if ( ! $images ) {
+		$images = get_posts(
+			array(
+				'fields'         => 'ids',
+				'numberposts'    => 999,
+				'order'          => 'ASC',
+				'orderby'        => 'menu_order',
+				'post_mime_type' => 'image',
+				'post_parent'    => get_the_ID(),
+				'post_type'      => 'attachment',
+			)
+		);
+	}
+
+	return $images;
+}
+
+/**
+ * Modifies tag cloud widget arguments to display all tags in the same font size
+ * and use list format for better accessibility.
+ *
+ * @since Twenty Eleven 2.7
+ *
+ * @param array $args Arguments for tag cloud widget.
+ * @return array The filtered arguments for tag cloud widget.
+ */
+function twentyeleven_widget_tag_cloud_args( $args ) {
+	$args['largest']  = 22;
+	$args['smallest'] = 8;
+	$args['unit']     = 'pt';
+	$args['format']   = 'list';
+
+	return $args;
+}
+add_filter( 'widget_tag_cloud_args', 'twentyeleven_widget_tag_cloud_args' );
+
+if ( ! function_exists( 'wp_body_open' ) ) :
+	/**
+	 * Fire the wp_body_open action.
+	 *
+	 * Added for backward compatibility to support pre-5.2.0 WordPress versions.
+	 *
+	 * @since Twenty Eleven 3.3
+	 */
+	function wp_body_open() {
+		/**
+		 * Triggered after the opening <body> tag.
+		 *
+		 * @since Twenty Eleven 3.3
+		 */
+		do_action( 'wp_body_open' );
+	}
+endif;
+
+/**
+ * Include a skip to content link at the top of the page so that users can bypass the menu.
+ *
+ * @since Twenty Eleven 3.4
+ */
+function twentyeleven_skip_link() {
+	echo '<div class="skip-link"><a class="assistive-text" href="#content">' . esc_html__( 'Skip to primary content', 'twentyeleven' ) . '</a></div>';
+	if ( ! is_singular() ) {
+		echo '<div class="skip-link"><a class="assistive-text" href="#secondary">' . esc_html__( 'Skip to secondary content', 'twentyeleven' ) . '</a></div>';
+	}
+}
+add_action( 'wp_body_open', 'twentyeleven_skip_link', 5 );
diff --git a/wp-content/themes/twentyeleven/header.php b/wp-content/themes/twentyeleven/header.php
index 39cbe89c1..b29a33a3b 100644
--- a/wp-content/themes/twentyeleven/header.php
+++ b/wp-content/themes/twentyeleven/header.php
@@ -1,155 +1,160 @@
-<?php
-/**
- * Header template for the theme
- *
- * Displays all of the <head> section and everything up till <div id="main">.
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?><!DOCTYPE html>
-<!--[if IE 6]>
-<html id="ie6" <?php language_attributes(); ?>>
-<![endif]-->
-<!--[if IE 7]>
-<html id="ie7" <?php language_attributes(); ?>>
-<![endif]-->
-<!--[if IE 8]>
-<html id="ie8" <?php language_attributes(); ?>>
-<![endif]-->
-<!--[if !(IE 6) & !(IE 7) & !(IE 8)]><!-->
-<html <?php language_attributes(); ?>>
-<!--<![endif]-->
-<head>
-<meta charset="<?php bloginfo( 'charset' ); ?>" />
-<meta name="viewport" content="width=device-width" />
-<title>
-<?php
-	// Print the <title> tag based on what is being viewed.
-	global $page, $paged;
-
-	wp_title( '|', true, 'right' );
-
-	// Add the blog name.
-	bloginfo( 'name' );
-
-	// Add the blog description for the home/front page.
-	$site_description = get_bloginfo( 'description', 'display' );
-if ( $site_description && ( is_home() || is_front_page() ) ) {
-	echo " | $site_description";
-}
-
-	// Add a page number if necessary:
-if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) {
-	echo esc_html( ' | ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) ) );
-}
-
-?>
-	</title>
-<link rel="profile" href="http://gmpg.org/xfn/11" />
-<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
-<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
-<!--[if lt IE 9]>
-<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
-<![endif]-->
-<?php
-	/*
-	 * We add some JavaScript to pages with the comment form
-	 * to support sites with threaded comments (when in use).
-	 */
-if ( is_singular() && get_option( 'thread_comments' ) ) {
-	wp_enqueue_script( 'comment-reply' );
-}
-
-	/*
-	 * Always have wp_head() just before the closing </head>
-	 * tag of your theme, or you will break many plugins, which
-	 * generally use this hook to add elements to <head> such
-	 * as styles, scripts, and meta tags.
-	 */
-	wp_head();
-?>
-</head>
-
-<body <?php body_class(); ?>>
-<?php wp_body_open(); ?>
-<div id="page" class="hfeed">
-	<header id="branding" role="banner">
-			<hgroup>
-				<h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
-				<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
-			</hgroup>
-
-			<?php
-				// Check to see if the header image has been removed
-				$header_image = get_header_image();
-			if ( $header_image ) :
-				// Compatibility with versions of WordPress prior to 3.4.
-				if ( function_exists( 'get_custom_header' ) ) {
-					/*
-					 * We need to figure out what the minimum width should be for our featured image.
-					 * This result would be the suggested width if the theme were to implement flexible widths.
-					 */
-					$header_image_width = get_theme_support( 'custom-header', 'width' );
-				} else {
-					$header_image_width = HEADER_IMAGE_WIDTH;
-				}
-				?>
-			<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
-				<?php
-				/*
-				 * The header image.
-				 * Check if this is a post or page, if it has a thumbnail, and if it's a big one
-				 */
-				if ( is_singular() && has_post_thumbnail( $post->ID ) &&
-						( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), array( $header_image_width, $header_image_width ) ) ) &&
-						$image[1] >= $header_image_width ) :
-					// Houston, we have a new header image!
-					echo get_the_post_thumbnail( $post->ID, 'post-thumbnail' );
-				else :
-					// Compatibility with versions of WordPress prior to 3.4.
-					if ( function_exists( 'get_custom_header' ) ) {
-						$header_image_width  = get_custom_header()->width;
-						$header_image_height = get_custom_header()->height;
-					} else {
-						$header_image_width  = HEADER_IMAGE_WIDTH;
-						$header_image_height = HEADER_IMAGE_HEIGHT;
-					}
-					?>
-					<img src="<?php header_image(); ?>" width="<?php echo esc_attr( $header_image_width ); ?>" height="<?php echo esc_attr( $header_image_height ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" />
-				<?php endif; // end check for featured image or standard header ?>
-			</a>
-			<?php endif; // end check for removed header image ?>
-
-			<?php
-				// Has the text been hidden?
-			if ( 'blank' == get_header_textcolor() ) :
-				$header_image_class = '';
-				if ( $header_image ) {
-					$header_image_class = ' with-image';
-				}
-				?>
-			<div class="only-search<?php echo $header_image_class; ?>">
-				<?php get_search_form(); ?>
-			</div>
-				<?php
-				else :
-					?>
-					<?php get_search_form(); ?>
-			<?php endif; ?>
-
-			<nav id="access" role="navigation">
-				<h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3>
-				<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?>
-				<div class="skip-link"><a class="assistive-text" href="#content"><?php _e( 'Skip to primary content', 'twentyeleven' ); ?></a></div>
-				<?php if ( ! is_singular() ) : ?>
-					<div class="skip-link"><a class="assistive-text" href="#secondary"><?php _e( 'Skip to secondary content', 'twentyeleven' ); ?></a></div>
-				<?php endif; ?>
-				<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assigned to the primary location is the one used. If one isn't assigned, the menu with the lowest ID is used. */ ?>
-				<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
-			</nav><!-- #access -->
-	</header><!-- #branding -->
-
-
-	<div id="main">
+<?php
+/**
+ * Header template for the theme
+ *
+ * Displays all of the <head> section and everything up till <div id="main">.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?><!DOCTYPE html>
+<!--[if IE 6]>
+<html id="ie6" <?php language_attributes(); ?>>
+<![endif]-->
+<!--[if IE 7]>
+<html id="ie7" <?php language_attributes(); ?>>
+<![endif]-->
+<!--[if IE 8]>
+<html id="ie8" <?php language_attributes(); ?>>
+<![endif]-->
+<!--[if !(IE 6) & !(IE 7) & !(IE 8)]><!-->
+<html <?php language_attributes(); ?>>
+<!--<![endif]-->
+<head>
+<meta charset="<?php bloginfo( 'charset' ); ?>" />
+<meta name="viewport" content="width=device-width" />
+<title>
+<?php
+	// Print the <title> tag based on what is being viewed.
+	global $page, $paged;
+
+	wp_title( '|', true, 'right' );
+
+	// Add the blog name.
+	bloginfo( 'name' );
+
+	// Add the blog description for the home/front page.
+	$site_description = get_bloginfo( 'description', 'display' );
+if ( $site_description && ( is_home() || is_front_page() ) ) {
+	echo " | $site_description";
+}
+
+	// Add a page number if necessary:
+if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) {
+	/* translators: %s: Page number. */
+	echo esc_html( ' | ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) ) );
+}
+
+?>
+	</title>
+<link rel="profile" href="http://gmpg.org/xfn/11" />
+<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>?ver=20190507" />
+<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
+<!--[if lt IE 9]>
+<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js?ver=3.7.0" type="text/javascript"></script>
+<![endif]-->
+<?php
+	/*
+	 * We add some JavaScript to pages with the comment form
+	 * to support sites with threaded comments (when in use).
+	 */
+if ( is_singular() && get_option( 'thread_comments' ) ) {
+	wp_enqueue_script( 'comment-reply' );
+}
+
+	/*
+	 * Always have wp_head() just before the closing </head>
+	 * tag of your theme, or you will break many plugins, which
+	 * generally use this hook to add elements to <head> such
+	 * as styles, scripts, and meta tags.
+	 */
+	wp_head();
+?>
+</head>
+
+<body <?php body_class(); ?>>
+<?php wp_body_open(); ?>
+<div id="page" class="hfeed">
+	<header id="branding" role="banner">
+			<hgroup>
+				<h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
+				<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
+			</hgroup>
+
+			<?php
+				// Check to see if the header image has been removed.
+				$header_image = get_header_image();
+			if ( $header_image ) :
+				// Compatibility with versions of WordPress prior to 3.4.
+				if ( function_exists( 'get_custom_header' ) ) {
+					/*
+					 * We need to figure out what the minimum width should be for our featured image.
+					 * This result would be the suggested width if the theme were to implement flexible widths.
+					 */
+					$header_image_width = get_theme_support( 'custom-header', 'width' );
+				} else {
+					$header_image_width = HEADER_IMAGE_WIDTH;
+				}
+				?>
+			<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
+				<?php
+				/*
+				 * The header image.
+				 * Check if this is a post or page, if it has a thumbnail, and if it's a big one
+				 */
+				if ( is_singular() && has_post_thumbnail( $post->ID ) ) {
+					$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), array( $header_image_width, $header_image_width ) );
+					if ( $image && $image[1] >= $header_image_width ) {
+						// Houston, we have a new header image!
+						echo get_the_post_thumbnail( $post->ID, 'post-thumbnail' );
+					}
+				} else {
+					// Compatibility with versions of WordPress prior to 3.4.
+					if ( function_exists( 'get_custom_header' ) ) {
+						$header_image_width  = get_custom_header()->width;
+						$header_image_height = get_custom_header()->height;
+					} else {
+						$header_image_width  = HEADER_IMAGE_WIDTH;
+						$header_image_height = HEADER_IMAGE_HEIGHT;
+					}
+					?>
+					<img src="<?php header_image(); ?>" width="<?php echo esc_attr( $header_image_width ); ?>" height="<?php echo esc_attr( $header_image_height ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" />
+					<?php
+				} // End check for featured image or standard header.
+				?>
+			</a>
+			<?php endif; // End check for removed header image. ?>
+
+			<?php
+				// Has the text been hidden?
+			if ( 'blank' == get_header_textcolor() ) :
+				$header_image_class = '';
+				if ( $header_image ) {
+					$header_image_class = ' with-image';
+				}
+				?>
+			<div class="only-search<?php echo $header_image_class; ?>">
+				<?php get_search_form(); ?>
+			</div>
+				<?php
+				else :
+					?>
+					<?php get_search_form(); ?>
+			<?php endif; ?>
+
+			<nav id="access" role="navigation">
+				<h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3>
+				<?php
+				/*
+				 * Our navigation menu. If one isn't filled out, wp_nav_menu() falls back to wp_page_menu().
+				 * The menu assigned to the primary location is the one used.
+				 * If one isn't assigned, the menu with the lowest ID is used.
+				 */
+				wp_nav_menu( array( 'theme_location' => 'primary' ) );
+				?>
+			</nav><!-- #access -->
+	</header><!-- #branding -->
+
+
+	<div id="main">
diff --git a/wp-content/themes/twentyeleven/image.php b/wp-content/themes/twentyeleven/image.php
index 454ee95fb..7a23e1157 100644
--- a/wp-content/themes/twentyeleven/image.php
+++ b/wp-content/themes/twentyeleven/image.php
@@ -1,137 +1,140 @@
-<?php
-/**
- * Template for displaying image attachments
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-get_header(); ?>
-
-		<div id="primary" class="image-attachment">
-			<div id="content" role="main">
-
-			<?php
-			while ( have_posts() ) :
-				the_post();
-				?>
-
-				<nav id="nav-single">
-					<h3 class="assistive-text"><?php _e( 'Image navigation', 'twentyeleven' ); ?></h3>
-					<span class="nav-previous"><?php previous_image_link( false, __( '&larr; Previous', 'twentyeleven' ) ); ?></span>
-					<span class="nav-next"><?php next_image_link( false, __( 'Next &rarr;', 'twentyeleven' ) ); ?></span>
-				</nav><!-- #nav-single -->
-
-					<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-						<header class="entry-header">
-							<h1 class="entry-title"><?php the_title(); ?></h1>
-
-							<div class="entry-meta">
-								<?php
-									$metadata = wp_get_attachment_metadata();
-									printf(
-										__( '<span class="meta-prep meta-prep-entry-date">Published </span> <span class="entry-date"><abbr class="published" title="%1$s">%2$s</abbr></span> at <a href="%3$s" title="Link to full-size image">%4$s &times; %5$s</a> in <a href="%6$s" title="Return to %7$s" rel="gallery">%8$s</a>', 'twentyeleven' ),
-										esc_attr( get_the_time() ),
-										get_the_date(),
-										esc_url( wp_get_attachment_url() ),
-										$metadata['width'],
-										$metadata['height'],
-										esc_url( get_permalink( $post->post_parent ) ),
-										esc_attr( strip_tags( get_the_title( $post->post_parent ) ) ),
-										get_the_title( $post->post_parent )
-									);
-								?>
-								<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
-							</div><!-- .entry-meta -->
-
-						</header><!-- .entry-header -->
-
-						<div class="entry-content">
-
-							<div class="entry-attachment">
-								<div class="attachment">
-				<?php
-				/*
-				* Grab the IDs of all the image attachments in a gallery so we can get the URL of the next adjacent image in a gallery,
-				* or the first image (if we're looking at the last image in a gallery), or, in a gallery of one, just the link to that image file
-				*/
-				$attachments = array_values(
-					get_children(
-						array(
-							'post_parent'    => $post->post_parent,
-							'post_status'    => 'inherit',
-							'post_type'      => 'attachment',
-							'post_mime_type' => 'image',
-							'order'          => 'ASC',
-							'orderby'        => 'menu_order ID',
-						)
-					)
-				);
-				foreach ( $attachments as $k => $attachment ) {
-					if ( $attachment->ID == $post->ID ) {
-						break;
-					}
-				}
-
-				// If there is more than 1 attachment in a gallery
-				if ( count( $attachments ) > 1 ) {
-					$k++;
-					if ( isset( $attachments[ $k ] ) ) {
-						// get the URL of the next image attachment
-						$next_attachment_url = get_attachment_link( $attachments[ $k ]->ID );
-					} else {      // or get the URL of the first image attachment
-						$next_attachment_url = get_attachment_link( $attachments[0]->ID );
-					}
-				} else {
-					// or, if there's only 1 image, get the URL of the image
-					$next_attachment_url = wp_get_attachment_url();
-				}
-				?>
-									<a href="<?php echo esc_url( $next_attachment_url ); ?>" title="<?php the_title_attribute(); ?>" rel="attachment">
-														<?php
-														/**
-														 * Filter the Twenty Eleven default attachment size.
-														 *
-														 * @since Twenty Eleven 1.0
-														 *
-														 * @param int The height and width attachment size dimensions in pixels. Default 848.
-														 */
-														$attachment_size = apply_filters( 'twentyeleven_attachment_size', 848 );
-														echo wp_get_attachment_image( $post->ID, array( $attachment_size, 1024 ) ); // filterable image width with 1024px limit for image height.
-														?>
-									</a>
-
-									<?php if ( ! empty( $post->post_excerpt ) ) : ?>
-									<div class="entry-caption">
-										<?php the_excerpt(); ?>
-									</div>
-									<?php endif; ?>
-								</div><!-- .attachment -->
-
-							</div><!-- .entry-attachment -->
-
-							<div class="entry-description">
-								<?php the_content(); ?>
-								<?php
-								wp_link_pages(
-									array(
-										'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
-										'after'  => '</div>',
-									)
-								);
-								?>
-							</div><!-- .entry-description -->
-
-						</div><!-- .entry-content -->
-
-					</article><!-- #post-<?php the_ID(); ?> -->
-
-					<?php comments_template(); ?>
-
-				<?php endwhile; // end of the loop. ?>
-
-			</div><!-- #content -->
-		</div><!-- #primary -->
-
-<?php get_footer(); ?>
+<?php
+/**
+ * Template for displaying image attachments
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+get_header(); ?>
+
+		<div id="primary" class="image-attachment">
+			<div id="content" role="main">
+
+			<?php
+			while ( have_posts() ) :
+				the_post();
+				?>
+
+				<nav id="nav-single">
+					<h3 class="assistive-text"><?php _e( 'Image navigation', 'twentyeleven' ); ?></h3>
+					<span class="nav-previous"><?php previous_image_link( false, __( '&larr; Previous', 'twentyeleven' ) ); ?></span>
+					<span class="nav-next"><?php next_image_link( false, __( 'Next &rarr;', 'twentyeleven' ) ); ?></span>
+				</nav><!-- #nav-single -->
+
+					<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+						<header class="entry-header">
+							<h1 class="entry-title"><?php the_title(); ?></h1>
+
+							<div class="entry-meta">
+								<?php
+									$metadata = wp_get_attachment_metadata();
+									printf(
+										/* translators: 1: Time, 2: Date, 3: Image permalink, 4: Image width, 5: Image height, 6: Parent permalink, 7: Parent post title, 8: Parent post title. */
+										__( '<span class="meta-prep meta-prep-entry-date">Published </span> <span class="entry-date"><abbr class="published" title="%1$s">%2$s</abbr></span> at <a href="%3$s" title="Link to full-size image">%4$s &times; %5$s</a> in <a href="%6$s" title="Return to %7$s" rel="gallery">%8$s</a>', 'twentyeleven' ),
+										esc_attr( get_the_time() ),
+										get_the_date(),
+										esc_url( wp_get_attachment_url() ),
+										$metadata['width'],
+										$metadata['height'],
+										esc_url( get_permalink( $post->post_parent ) ),
+										esc_attr( strip_tags( get_the_title( $post->post_parent ) ) ),
+										get_the_title( $post->post_parent )
+									);
+								?>
+								<?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
+							</div><!-- .entry-meta -->
+
+						</header><!-- .entry-header -->
+
+						<div class="entry-content">
+
+							<div class="entry-attachment">
+								<div class="attachment">
+				<?php
+				/*
+				* Grab the IDs of all the image attachments in a gallery so we can get the URL of the next adjacent image in a gallery,
+				* or the first image (if we're looking at the last image in a gallery), or, in a gallery of one, just the link to that image file
+				*/
+				$attachments = array_values(
+					get_children(
+						array(
+							'post_parent'    => $post->post_parent,
+							'post_status'    => 'inherit',
+							'post_type'      => 'attachment',
+							'post_mime_type' => 'image',
+							'order'          => 'ASC',
+							'orderby'        => 'menu_order ID',
+						)
+					)
+				);
+				foreach ( $attachments as $k => $attachment ) {
+					if ( $attachment->ID == $post->ID ) {
+						break;
+					}
+				}
+
+				// If there is more than 1 attachment in a gallery...
+				if ( count( $attachments ) > 1 ) {
+					$k++;
+					if ( isset( $attachments[ $k ] ) ) {
+						// ...get the URL of the next image attachment.
+						$next_attachment_url = get_attachment_link( $attachments[ $k ]->ID );
+					} else {
+						// ...or get the URL of the first image attachment.
+						$next_attachment_url = get_attachment_link( $attachments[0]->ID );
+					}
+				} else {
+					// Or, if there's only 1 image, get the URL of the image.
+					$next_attachment_url = wp_get_attachment_url();
+				}
+				?>
+									<a href="<?php echo esc_url( $next_attachment_url ); ?>" title="<?php the_title_attribute(); ?>" rel="attachment">
+										<?php
+										/**
+										 * Filter the Twenty Eleven default attachment size.
+										 *
+										 * @since Twenty Eleven 1.0
+										 *
+										 * @param int The height and width attachment size dimensions in pixels. Default 848.
+										 */
+										$attachment_size = apply_filters( 'twentyeleven_attachment_size', 848 );
+										// Filterable image width with 1024px limit for image height.
+										echo wp_get_attachment_image( $post->ID, array( $attachment_size, 1024 ) );
+										?>
+									</a>
+
+									<?php if ( ! empty( $post->post_excerpt ) ) : ?>
+									<div class="entry-caption">
+										<?php the_excerpt(); ?>
+									</div>
+									<?php endif; ?>
+								</div><!-- .attachment -->
+
+							</div><!-- .entry-attachment -->
+
+							<div class="entry-description">
+								<?php the_content(); ?>
+								<?php
+								wp_link_pages(
+									array(
+										'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>',
+										'after'  => '</div>',
+									)
+								);
+								?>
+							</div><!-- .entry-description -->
+
+						</div><!-- .entry-content -->
+
+					</article><!-- #post-<?php the_ID(); ?> -->
+
+					<?php comments_template(); ?>
+
+				<?php endwhile; // End of the loop. ?>
+
+			</div><!-- #content -->
+		</div><!-- #primary -->
+
+<?php get_footer(); ?>
diff --git a/wp-content/themes/twentyeleven/inc/theme-customizer.js b/wp-content/themes/twentyeleven/inc/theme-customizer.js
index 002fc9795..253e77222 100644
--- a/wp-content/themes/twentyeleven/inc/theme-customizer.js
+++ b/wp-content/themes/twentyeleven/inc/theme-customizer.js
@@ -1,30 +1,30 @@
-( function( $ ){
-	wp.customize( 'blogname', function( value ) {
-		value.bind( function( to ) {
-			$( '#site-title a' ).text( to );
-		} );
-	} );
-	wp.customize( 'blogdescription', function( value ) {
-		value.bind( function( to ) {
-			$( '#site-description' ).text( to );
-		} );
-	} );
-
-	// Header text color
-	wp.customize( 'header_textcolor', function( value ) {
-		value.bind( function( to ) {
-			if ( 'blank' === to ) {
-				$( '#site-title, #site-title a, #site-description' ).css( {
-					'clip': 'rect(1px, 1px, 1px, 1px)',
-					'position': 'absolute'
-				} );
-			} else {
-				$( '#site-title, #site-title a, #site-description' ).css( {
-					'clip': 'auto',
-					'color': to,
-					'position': 'relative'
-				} );
-			}
-		} );
-	} );
+( function( $ ){
+	wp.customize( 'blogname', function( value ) {
+		value.bind( function( to ) {
+			$( '#site-title a' ).text( to );
+		} );
+	} );
+	wp.customize( 'blogdescription', function( value ) {
+		value.bind( function( to ) {
+			$( '#site-description' ).text( to );
+		} );
+	} );
+
+	// Header text color.
+	wp.customize( 'header_textcolor', function( value ) {
+		value.bind( function( to ) {
+			if ( 'blank' === to ) {
+				$( '#site-title, #site-title a, #site-description' ).css( {
+					'clip': 'rect(1px, 1px, 1px, 1px)',
+					'position': 'absolute'
+				} );
+			} else {
+				$( '#site-title, #site-title a, #site-description' ).css( {
+					'clip': 'auto',
+					'color': to,
+					'position': 'relative'
+				} );
+			}
+		} );
+	} );
 } )( jQuery );
\ No newline at end of file
diff --git a/wp-content/themes/twentyeleven/inc/theme-options.css b/wp-content/themes/twentyeleven/inc/theme-options.css
index 464ab8c46..63295c6fc 100644
--- a/wp-content/themes/twentyeleven/inc/theme-options.css
+++ b/wp-content/themes/twentyeleven/inc/theme-options.css
@@ -1,35 +1,35 @@
-#wpcontent select option {
-	padding-right: 5px;
-}
-.image-radio-option td {
-	padding-top: 15px;
-}
-.image-radio-option label {
-	display: block;
-	float: left;
-	margin: 0 30px 20px 2px;
-	position: relative;
-}
-.image-radio-option input {
-	margin: 0 0 10px;
-}
-.image-radio-option span {
-	display: block;
-	width: 136px;
-}
-.image-radio-option img {
-	margin: 0 0 0 -2px;
-}
-#link-color-example {
-	-moz-border-radius: 4px;
-	-webkit-border-radius: 4px;
-	border-radius: 4px;
-	border: 1px solid #dfdfdf;
-	margin: 0 7px 0 3px;
-	padding: 4px 14px;
-}
-
-body.rtl .image-radio-option label {
-	float: right;
-	margin: 0 2px 20px 30px;
-}
+#wpcontent select option {
+	padding-right: 5px;
+}
+.image-radio-option td {
+	padding-top: 15px;
+}
+.image-radio-option label {
+	display: block;
+	float: left;
+	margin: 0 30px 20px 2px;
+	position: relative;
+}
+.image-radio-option input {
+	margin: 0 0 10px;
+}
+.image-radio-option span {
+	display: block;
+	width: 136px;
+}
+.image-radio-option img {
+	margin: 0 0 0 -2px;
+}
+#link-color-example {
+	-moz-border-radius: 4px;
+	-webkit-border-radius: 4px;
+	border-radius: 4px;
+	border: 1px solid #dfdfdf;
+	margin: 0 7px 0 3px;
+	padding: 4px 14px;
+}
+
+body.rtl .image-radio-option label {
+	float: right;
+	margin: 0 2px 20px 30px;
+}
diff --git a/wp-content/themes/twentyeleven/inc/theme-options.js b/wp-content/themes/twentyeleven/inc/theme-options.js
index 4cfaec151..08357bb6f 100644
--- a/wp-content/themes/twentyeleven/inc/theme-options.js
+++ b/wp-content/themes/twentyeleven/inc/theme-options.js
@@ -1,52 +1,52 @@
-var farbtastic;
-
-(function($){
-	var pickColor = function(a) {
-		farbtastic.setColor(a);
-		$('#link-color').val(a);
-		$('#link-color-example').css('background-color', a);
-	};
-
-	$(document).ready( function() {
-		$('#default-color').wrapInner('<a href="#" />');
-
-		farbtastic = $.farbtastic('#colorPickerDiv', pickColor);
-
-		pickColor( $('#link-color').val() );
-
-		$('.pickcolor').click( function(e) {
-			$('#colorPickerDiv').show();
-			e.preventDefault();
-		});
-
-		$('#link-color').keyup( function() {
-			var a = $('#link-color').val(),
-				b = a;
-
-			a = a.replace(/[^a-fA-F0-9]/, '');
-			if ( '#' + a !== b )
-				$('#link-color').val(a);
-			if ( a.length === 3 || a.length === 6 )
-				pickColor( '#' + a );
-		});
-
-		$(document).mousedown( function() {
-			$('#colorPickerDiv').hide();
-		});
-
-		$('#default-color a').click( function(e) {
-			pickColor( '#' + this.innerHTML.replace(/[^a-fA-F0-9]/, '') );
-			e.preventDefault();
-		});
-
-		$('.image-radio-option.color-scheme input:radio').change( function() {
-			var currentDefault = $('#default-color a'),
-				newDefault = $(this).next().val();
-
-			if ( $('#link-color').val() == currentDefault.text() )
-				pickColor( newDefault );
-
-			currentDefault.text( newDefault );
-		});
-	});
+var farbtastic;
+
+(function($){
+	var pickColor = function(a) {
+		farbtastic.setColor(a);
+		$('#link-color').val(a);
+		$('#link-color-example').css('background-color', a);
+	};
+
+	$(document).ready( function() {
+		$('#default-color').wrapInner('<a href="#" />');
+
+		farbtastic = $.farbtastic('#colorPickerDiv', pickColor);
+
+		pickColor( $('#link-color').val() );
+
+		$('.pickcolor').click( function(e) {
+			$('#colorPickerDiv').show();
+			e.preventDefault();
+		});
+
+		$('#link-color').keyup( function() {
+			var a = $('#link-color').val(),
+				b = a;
+
+			a = a.replace(/[^a-fA-F0-9]/, '');
+			if ( '#' + a !== b )
+				$('#link-color').val(a);
+			if ( a.length === 3 || a.length === 6 )
+				pickColor( '#' + a );
+		});
+
+		$(document).mousedown( function() {
+			$('#colorPickerDiv').hide();
+		});
+
+		$('#default-color a').click( function(e) {
+			pickColor( '#' + this.innerHTML.replace(/[^a-fA-F0-9]/, '') );
+			e.preventDefault();
+		});
+
+		$('.image-radio-option.color-scheme input:radio').change( function() {
+			var currentDefault = $('#default-color a'),
+				newDefault = $(this).next().val();
+
+			if ( $('#link-color').val() == currentDefault.text() )
+				pickColor( newDefault );
+
+			currentDefault.text( newDefault );
+		});
+	});
 })(jQuery);
\ No newline at end of file
diff --git a/wp-content/themes/twentyeleven/inc/theme-options.php b/wp-content/themes/twentyeleven/inc/theme-options.php
index fb2ff32ad..025692e53 100644
--- a/wp-content/themes/twentyeleven/inc/theme-options.php
+++ b/wp-content/themes/twentyeleven/inc/theme-options.php
@@ -1,665 +1,677 @@
-<?php
-/**
- * Twenty Eleven Theme Options
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-/**
- * Properly enqueue styles and scripts for our theme options page.
- *
- * This function is attached to the admin_enqueue_scripts action hook.
- *
- * @since Twenty Eleven 1.0
- *
- * @param string $hook_suffix An admin page's hook suffix.
- */
-function twentyeleven_admin_enqueue_scripts( $hook_suffix ) {
-	wp_enqueue_style( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.css', false, '2011-04-28' );
-	wp_enqueue_script( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.js', array( 'farbtastic' ), '2011-06-10' );
-	wp_enqueue_style( 'farbtastic' );
-}
-add_action( 'admin_print_styles-appearance_page_theme_options', 'twentyeleven_admin_enqueue_scripts' );
-
-/**
- * Register the form setting for our twentyeleven_options array.
- *
- * This function is attached to the admin_init action hook.
- *
- * This call to register_setting() registers a validation callback, twentyeleven_theme_options_validate(),
- * which is used when the option is saved, to ensure that our option values are complete, properly
- * formatted, and safe.
- *
- * @since Twenty Eleven 1.0
- */
-function twentyeleven_theme_options_init() {
-
-	register_setting(
-		'twentyeleven_options',       // Options group, see settings_fields() call in twentyeleven_theme_options_render_page()
-		'twentyeleven_theme_options', // Database option, see twentyeleven_get_theme_options()
-		'twentyeleven_theme_options_validate' // The sanitization callback, see twentyeleven_theme_options_validate()
-	);
-
-	// Register our settings field group
-	add_settings_section(
-		'general', // Unique identifier for the settings section
-		'', // Section title (we don't want one)
-		'__return_false', // Section callback (we don't want anything)
-		'theme_options' // Menu slug, used to uniquely identify the page; see twentyeleven_theme_options_add_page()
-	);
-
-	// Register our individual settings fields
-	add_settings_field(
-		'color_scheme',                             // Unique identifier for the field for this section
-		__( 'Color Scheme', 'twentyeleven' ),       // Setting field label
-		'twentyeleven_settings_field_color_scheme', // Function that renders the settings field
-		'theme_options',                            // Menu slug, used to uniquely identify the page; see twentyeleven_theme_options_add_page()
-		'general'                                   // Settings section. Same as the first argument in the add_settings_section() above
-	);
-
-	add_settings_field( 'link_color', __( 'Link Color', 'twentyeleven' ), 'twentyeleven_settings_field_link_color', 'theme_options', 'general' );
-	add_settings_field( 'layout', __( 'Default Layout', 'twentyeleven' ), 'twentyeleven_settings_field_layout', 'theme_options', 'general' );
-}
-add_action( 'admin_init', 'twentyeleven_theme_options_init' );
-
-/**
- * Change the capability required to save the 'twentyeleven_options' options group.
- *
- * @see twentyeleven_theme_options_init()     First parameter to register_setting() is the name of the options group.
- * @see twentyeleven_theme_options_add_page() The edit_theme_options capability is used for viewing the page.
- *
- * By default, the options groups for all registered settings require the manage_options capability.
- * This filter is required to change our theme options page to edit_theme_options instead.
- * By default, only administrators have either of these capabilities, but the desire here is
- * to allow for finer-grained control for roles and users.
- *
- * @param string $capability The capability used for the page, which is manage_options by default.
- * @return string The capability to actually use.
- */
-function twentyeleven_option_page_capability( $capability ) {
-	return 'edit_theme_options';
-}
-add_filter( 'option_page_capability_twentyeleven_options', 'twentyeleven_option_page_capability' );
-
-/**
- * Add a theme options page to the admin menu, including some help documentation.
- *
- * This function is attached to the admin_menu action hook.
- *
- * @since Twenty Eleven 1.0
- */
-function twentyeleven_theme_options_add_page() {
-	$theme_page = add_theme_page(
-		__( 'Theme Options', 'twentyeleven' ),   // Name of page
-		__( 'Theme Options', 'twentyeleven' ),   // Label in menu
-		'edit_theme_options',                    // Capability required
-		'theme_options',                         // Menu slug, used to uniquely identify the page
-		'twentyeleven_theme_options_render_page' // Function that renders the options page
-	);
-
-	if ( ! $theme_page ) {
-		return;
-	}
-
-	add_action( "load-$theme_page", 'twentyeleven_theme_options_help' );
-}
-add_action( 'admin_menu', 'twentyeleven_theme_options_add_page' );
-
-function twentyeleven_theme_options_help() {
-
-	$help = '<p>' . __( 'Some themes provide customization options that are grouped together on a Theme Options screen. If you change themes, options may change or disappear, as they are theme-specific. Your current theme, Twenty Eleven, provides the following Theme Options:', 'twentyeleven' ) . '</p>' .
-			'<ol>' .
-				'<li>' . __( '<strong>Color Scheme</strong>: You can choose a color palette of "Light" (light background with dark text) or "Dark" (dark background with light text) for your site.', 'twentyeleven' ) . '</li>' .
-				'<li>' . __( '<strong>Link Color</strong>: You can choose the color used for text links on your site. You can enter the HTML color or hex code, or you can choose visually by clicking the "Select a Color" button to pick from a color wheel.', 'twentyeleven' ) . '</li>' .
-				'<li>' . __( '<strong>Default Layout</strong>: You can choose if you want your site&#8217;s default layout to have a sidebar on the left, the right, or not at all.', 'twentyeleven' ) . '</li>' .
-			'</ol>' .
-			'<p>' . __( 'Remember to click "Save Changes" to save any changes you have made to the theme options.', 'twentyeleven' ) . '</p>';
-
-	$sidebar = '<p><strong>' . __( 'For more information:', 'twentyeleven' ) . '</strong></p>' .
-		'<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Theme_Options_Screen" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' .
-		'<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support</a>', 'twentyeleven' ) . '</p>';
-
-	$screen = get_current_screen();
-
-	if ( method_exists( $screen, 'add_help_tab' ) ) {
-		// WordPress 3.3.0
-		$screen->add_help_tab(
-			array(
-				'title'   => __( 'Overview', 'twentyeleven' ),
-				'id'      => 'theme-options-help',
-				'content' => $help,
-			)
-		);
-
-		$screen->set_help_sidebar( $sidebar );
-	} else {
-		// WordPress 3.2.0
-		add_contextual_help( $screen, $help . $sidebar );
-	}
-}
-
-/**
- * Return an array of color schemes registered for Twenty Eleven.
- *
- * @since Twenty Eleven 1.0
- */
-function twentyeleven_color_schemes() {
-	$color_scheme_options = array(
-		'light' => array(
-			'value'              => 'light',
-			'label'              => __( 'Light', 'twentyeleven' ),
-			'thumbnail'          => get_template_directory_uri() . '/inc/images/light.png',
-			'default_link_color' => '#1b8be0',
-		),
-		'dark'  => array(
-			'value'              => 'dark',
-			'label'              => __( 'Dark', 'twentyeleven' ),
-			'thumbnail'          => get_template_directory_uri() . '/inc/images/dark.png',
-			'default_link_color' => '#e4741f',
-		),
-	);
-
-	/**
-	 * Filter the Twenty Eleven color scheme options.
-	 *
-	 * @since Twenty Eleven 1.0
-	 *
-	 * @param array $color_scheme_options An associative array of color scheme options.
-	 */
-	return apply_filters( 'twentyeleven_color_schemes', $color_scheme_options );
-}
-
-/**
- * Return an array of layout options registered for Twenty Eleven.
- *
- * @since Twenty Eleven 1.0
- */
-function twentyeleven_layouts() {
-	$layout_options = array(
-		'content-sidebar' => array(
-			'value'     => 'content-sidebar',
-			'label'     => __( 'Content on left', 'twentyeleven' ),
-			'thumbnail' => get_template_directory_uri() . '/inc/images/content-sidebar.png',
-		),
-		'sidebar-content' => array(
-			'value'     => 'sidebar-content',
-			'label'     => __( 'Content on right', 'twentyeleven' ),
-			'thumbnail' => get_template_directory_uri() . '/inc/images/sidebar-content.png',
-		),
-		'content'         => array(
-			'value'     => 'content',
-			'label'     => __( 'One-column, no sidebar', 'twentyeleven' ),
-			'thumbnail' => get_template_directory_uri() . '/inc/images/content.png',
-		),
-	);
-
-	/**
-	 * Filter the Twenty Eleven layout options.
-	 *
-	 * @since Twenty Eleven 1.0
-	 *
-	 * @param array $layout_options An associative array of layout options.
-	 */
-	return apply_filters( 'twentyeleven_layouts', $layout_options );
-}
-
-/**
- * Return the default options for Twenty Eleven.
- *
- * @since Twenty Eleven 1.0
- *
- * @return array An array of default theme options.
- */
-function twentyeleven_get_default_theme_options() {
-	$default_theme_options = array(
-		'color_scheme' => 'light',
-		'link_color'   => twentyeleven_get_default_link_color( 'light' ),
-		'theme_layout' => 'content-sidebar',
-	);
-
-	if ( is_rtl() ) {
-		$default_theme_options['theme_layout'] = 'sidebar-content';
-	}
-
-	/**
-	 * Filter the Twenty Eleven default options.
-	 *
-	 * @since Twenty Eleven 1.0
-	 *
-	 * @param array $default_theme_options An array of default theme options.
-	 */
-	return apply_filters( 'twentyeleven_default_theme_options', $default_theme_options );
-}
-
-/**
- * Return the default link color for Twenty Eleven, based on color scheme.
- *
- * @since Twenty Eleven 1.0
- *
- * @param string $color_scheme Optional. Color scheme.
- *                             Default null (or the active color scheme).
- * @return string The default link color.
- */
-function twentyeleven_get_default_link_color( $color_scheme = null ) {
-	if ( null === $color_scheme ) {
-		$options      = twentyeleven_get_theme_options();
-		$color_scheme = $options['color_scheme'];
-	}
-
-	$color_schemes = twentyeleven_color_schemes();
-	if ( ! isset( $color_schemes[ $color_scheme ] ) ) {
-		return false;
-	}
-
-	return $color_schemes[ $color_scheme ]['default_link_color'];
-}
-
-/**
- * Return the options array for Twenty Eleven.
- *
- * @since Twenty Eleven 1.0
- */
-function twentyeleven_get_theme_options() {
-	return get_option( 'twentyeleven_theme_options', twentyeleven_get_default_theme_options() );
-}
-
-/**
- * Render the Color Scheme setting field.
- *
- * @since Twenty Eleven 1.3
- */
-function twentyeleven_settings_field_color_scheme() {
-	$options = twentyeleven_get_theme_options();
-
-	foreach ( twentyeleven_color_schemes() as $scheme ) {
-		?>
-	<div class="layout image-radio-option color-scheme">
-	<label class="description">
-		<input type="radio" name="twentyeleven_theme_options[color_scheme]" value="<?php echo esc_attr( $scheme['value'] ); ?>" <?php checked( $options['color_scheme'], $scheme['value'] ); ?> />
-		<input type="hidden" id="default-color-<?php echo esc_attr( $scheme['value'] ); ?>" value="<?php echo esc_attr( $scheme['default_link_color'] ); ?>" />
-		<span>
-			<img src="<?php echo esc_url( $scheme['thumbnail'] ); ?>" width="136" height="122" alt="" />
-			<?php echo esc_html( $scheme['label'] ); ?>
-		</span>
-	</label>
-	</div>
-		<?php
-	}
-}
-
-/**
- * Render the Link Color setting field.
- *
- * @since Twenty Eleven 1.3
- */
-function twentyeleven_settings_field_link_color() {
-	$options = twentyeleven_get_theme_options();
-	?>
-	<input type="text" name="twentyeleven_theme_options[link_color]" id="link-color" value="<?php echo esc_attr( $options['link_color'] ); ?>" />
-	<a href="#" class="pickcolor hide-if-no-js" id="link-color-example"></a>
-	<input type="button" class="pickcolor button hide-if-no-js" value="<?php esc_attr_e( 'Select a Color', 'twentyeleven' ); ?>" />
-	<div id="colorPickerDiv" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
-	<br />
-	<span><?php printf( __( 'Default color: %s', 'twentyeleven' ), '<span id="default-color">' . twentyeleven_get_default_link_color( $options['color_scheme'] ) . '</span>' ); ?></span>
-	<?php
-}
-
-/**
- * Render the Layout setting field.
- *
- * @since Twenty Eleven 1.3
- */
-function twentyeleven_settings_field_layout() {
-	$options = twentyeleven_get_theme_options();
-	foreach ( twentyeleven_layouts() as $layout ) {
-		?>
-		<div class="layout image-radio-option theme-layout">
-		<label class="description">
-			<input type="radio" name="twentyeleven_theme_options[theme_layout]" value="<?php echo esc_attr( $layout['value'] ); ?>" <?php checked( $options['theme_layout'], $layout['value'] ); ?> />
-			<span>
-				<img src="<?php echo esc_url( $layout['thumbnail'] ); ?>" width="136" height="122" alt="" />
-				<?php echo esc_html( $layout['label'] ); ?>
-			</span>
-		</label>
-		</div>
-		<?php
-	}
-}
-
-/**
- * Render the theme options page for Twenty Eleven.
- *
- * @since Twenty Eleven 1.2
- */
-function twentyeleven_theme_options_render_page() {
-	?>
-	<div class="wrap">
-		<?php screen_icon(); ?>
-		<?php $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : get_current_theme(); ?>
-		<h2><?php printf( __( '%s Theme Options', 'twentyeleven' ), $theme_name ); ?></h2>
-		<?php settings_errors(); ?>
-
-		<form method="post" action="options.php">
-			<?php
-				settings_fields( 'twentyeleven_options' );
-				do_settings_sections( 'theme_options' );
-				submit_button();
-			?>
-		</form>
-	</div>
-	<?php
-}
-
-/**
- * Sanitize and validate form input.
- *
- * Accepts an array, return a sanitized array.
- *
- * @see twentyeleven_theme_options_init()
- * @todo set up Reset Options action
- *
- * @since Twenty Eleven 1.0
- *
- * @param array $input An array of form input.
- */
-function twentyeleven_theme_options_validate( $input ) {
-	$output = $defaults = twentyeleven_get_default_theme_options();
-
-	// Color scheme must be in our array of color scheme options
-	if ( isset( $input['color_scheme'] ) && array_key_exists( $input['color_scheme'], twentyeleven_color_schemes() ) ) {
-		$output['color_scheme'] = $input['color_scheme'];
-	}
-
-	// Our defaults for the link color may have changed, based on the color scheme.
-	$output['link_color'] = $defaults['link_color'] = twentyeleven_get_default_link_color( $output['color_scheme'] );
-
-	// Link color must be 3 or 6 hexadecimal characters
-	if ( isset( $input['link_color'] ) && preg_match( '/^#?([a-f0-9]{3}){1,2}$/i', $input['link_color'] ) ) {
-		$output['link_color'] = '#' . strtolower( ltrim( $input['link_color'], '#' ) );
-	}
-
-	// Theme layout must be in our array of theme layout options
-	if ( isset( $input['theme_layout'] ) && array_key_exists( $input['theme_layout'], twentyeleven_layouts() ) ) {
-		$output['theme_layout'] = $input['theme_layout'];
-	}
-
-	/**
-	 * Filter the Twenty Eleven sanitized form input array.
-	 *
-	 * @since Twenty Eleven 1.0
-	 *
-	 * @param array $output   An array of sanitized form output.
-	 * @param array $input    An array of un-sanitized form input.
-	 * @param array $defaults An array of default theme options.
-	 */
-	return apply_filters( 'twentyeleven_theme_options_validate', $output, $input, $defaults );
-}
-
-/**
- * Enqueue the styles for the current color scheme.
- *
- * @since Twenty Eleven 1.0
- */
-function twentyeleven_enqueue_color_scheme() {
-	$options      = twentyeleven_get_theme_options();
-	$color_scheme = $options['color_scheme'];
-
-	if ( 'dark' == $color_scheme ) {
-		wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), null );
-	}
-
-	/**
-	 * Fires after the styles for the Twenty Eleven color scheme are enqueued.
-	 *
-	 * @since Twenty Eleven 1.0
-	 *
-	 * @param string $color_scheme The color scheme.
-	 */
-	do_action( 'twentyeleven_enqueue_color_scheme', $color_scheme );
-}
-add_action( 'wp_enqueue_scripts', 'twentyeleven_enqueue_color_scheme' );
-
-/**
- * Add a style block to the theme for the current link color.
- *
- * This function is attached to the wp_head action hook.
- *
- * @since Twenty Eleven 1.0
- */
-function twentyeleven_print_link_color_style() {
-	$options    = twentyeleven_get_theme_options();
-	$link_color = $options['link_color'];
-
-	$default_options = twentyeleven_get_default_theme_options();
-
-	// Don't do anything if the current link color is the default.
-	if ( $default_options['link_color'] == $link_color ) {
-		return;
-	}
-	?>
-	<style>
-		/* Link color */
-		a,
-		#site-title a:focus,
-		#site-title a:hover,
-		#site-title a:active,
-		.entry-title a:hover,
-		.entry-title a:focus,
-		.entry-title a:active,
-		.widget_twentyeleven_ephemera .comments-link a:hover,
-		section.recent-posts .other-recent-posts a[rel="bookmark"]:hover,
-		section.recent-posts .other-recent-posts .comments-link a:hover,
-		.format-image footer.entry-meta a:hover,
-		#site-generator a:hover {
-			color: <?php echo $link_color; ?>;
-		}
-		section.recent-posts .other-recent-posts .comments-link a:hover {
-			border-color: <?php echo $link_color; ?>;
-		}
-		article.feature-image.small .entry-summary p a:hover,
-		.entry-header .comments-link a:hover,
-		.entry-header .comments-link a:focus,
-		.entry-header .comments-link a:active,
-		.feature-slider a.active {
-			background-color: <?php echo $link_color; ?>;
-		}
-	</style>
-	<?php
-}
-add_action( 'wp_head', 'twentyeleven_print_link_color_style' );
-
-/**
- * Add Twenty Eleven layout classes to the array of body classes.
- *
- * @since Twenty Eleven 1.0
- *
- * @param array $existing_classes An array of existing body classes.
- */
-function twentyeleven_layout_classes( $existing_classes ) {
-	$options        = twentyeleven_get_theme_options();
-	$current_layout = $options['theme_layout'];
-
-	if ( in_array( $current_layout, array( 'content-sidebar', 'sidebar-content' ) ) ) {
-		$classes = array( 'two-column' );
-	} else {
-		$classes = array( 'one-column' );
-	}
-
-	if ( 'content-sidebar' == $current_layout ) {
-		$classes[] = 'right-sidebar';
-	} elseif ( 'sidebar-content' == $current_layout ) {
-		$classes[] = 'left-sidebar';
-	} else {
-		$classes[] = $current_layout;
-	}
-
-	/**
-	 * Filter the Twenty Eleven layout body classes.
-	 *
-	 * @since Twenty Eleven 1.0
-	 *
-	 * @param array  $classes        An array of body classes.
-	 * @param string $current_layout The current theme layout.
-	 */
-	$classes = apply_filters( 'twentyeleven_layout_classes', $classes, $current_layout );
-
-	return array_merge( $existing_classes, $classes );
-}
-add_filter( 'body_class', 'twentyeleven_layout_classes' );
-
-/**
- * Implements Twenty Eleven theme options into Customizer
- *
- * @since Twenty Eleven 1.3
- *
- * @param object $wp_customize Customizer object.
- */
-function twentyeleven_customize_register( $wp_customize ) {
-	$wp_customize->get_setting( 'blogname' )->transport         = 'postMessage';
-	$wp_customize->get_setting( 'blogdescription' )->transport  = 'postMessage';
-	$wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage';
-
-	if ( isset( $wp_customize->selective_refresh ) ) {
-		$wp_customize->selective_refresh->add_partial(
-			'blogname',
-			array(
-				'selector'            => '#site-title a',
-				'container_inclusive' => false,
-				'render_callback'     => 'twentyeleven_customize_partial_blogname',
-			)
-		);
-		$wp_customize->selective_refresh->add_partial(
-			'blogdescription',
-			array(
-				'selector'            => '#site-description',
-				'container_inclusive' => false,
-				'render_callback'     => 'twentyeleven_customize_partial_blogdescription',
-			)
-		);
-	}
-
-	$options  = twentyeleven_get_theme_options();
-	$defaults = twentyeleven_get_default_theme_options();
-
-	$wp_customize->add_setting(
-		'twentyeleven_theme_options[color_scheme]',
-		array(
-			'default'    => $defaults['color_scheme'],
-			'type'       => 'option',
-			'capability' => 'edit_theme_options',
-		)
-	);
-
-	$schemes = twentyeleven_color_schemes();
-	$choices = array();
-	foreach ( $schemes as $scheme ) {
-		$choices[ $scheme['value'] ] = $scheme['label'];
-	}
-
-	$wp_customize->add_control(
-		'twentyeleven_color_scheme',
-		array(
-			'label'    => __( 'Color Scheme', 'twentyeleven' ),
-			'section'  => 'colors',
-			'settings' => 'twentyeleven_theme_options[color_scheme]',
-			'type'     => 'radio',
-			'choices'  => $choices,
-			'priority' => 5,
-		)
-	);
-
-	// Link Color (added to Color Scheme section in Customizer)
-	$wp_customize->add_setting(
-		'twentyeleven_theme_options[link_color]',
-		array(
-			'default'           => twentyeleven_get_default_link_color( $options['color_scheme'] ),
-			'type'              => 'option',
-			'sanitize_callback' => 'sanitize_hex_color',
-			'capability'        => 'edit_theme_options',
-		)
-	);
-
-	$wp_customize->add_control(
-		new WP_Customize_Color_Control(
-			$wp_customize,
-			'link_color',
-			array(
-				'label'    => __( 'Link Color', 'twentyeleven' ),
-				'section'  => 'colors',
-				'settings' => 'twentyeleven_theme_options[link_color]',
-			)
-		)
-	);
-
-	// Default Layout
-	$wp_customize->add_section(
-		'twentyeleven_layout',
-		array(
-			'title'    => __( 'Layout', 'twentyeleven' ),
-			'priority' => 50,
-		)
-	);
-
-	$wp_customize->add_setting(
-		'twentyeleven_theme_options[theme_layout]',
-		array(
-			'type'              => 'option',
-			'default'           => $defaults['theme_layout'],
-			'sanitize_callback' => 'sanitize_key',
-		)
-	);
-
-	$layouts = twentyeleven_layouts();
-	$choices = array();
-	foreach ( $layouts as $layout ) {
-		$choices[ $layout['value'] ] = $layout['label'];
-	}
-
-	$wp_customize->add_control(
-		'twentyeleven_theme_options[theme_layout]',
-		array(
-			'section' => 'twentyeleven_layout',
-			'type'    => 'radio',
-			'choices' => $choices,
-		)
-	);
-}
-add_action( 'customize_register', 'twentyeleven_customize_register' );
-
-/**
- * Render the site title for the selective refresh partial.
- *
- * @since Twenty Eleven 2.4
- * @see twentyeleven_customize_register()
- *
- * @return void
- */
-function twentyeleven_customize_partial_blogname() {
-	bloginfo( 'name' );
-}
-
-/**
- * Render the site tagline for the selective refresh partial.
- *
- * @since Twenty Eleven 2.4
- * @see twentyeleven_customize_register()
- *
- * @return void
- */
-function twentyeleven_customize_partial_blogdescription() {
-	bloginfo( 'description' );
-}
-
-/**
- * Bind JS handlers to make Customizer preview reload changes asynchronously.
- *
- * Used with blogname and blogdescription.
- *
- * @since Twenty Eleven 1.3
- */
-function twentyeleven_customize_preview_js() {
-	wp_enqueue_script( 'twentyeleven-customizer', get_template_directory_uri() . '/inc/theme-customizer.js', array( 'customize-preview' ), '20150401', true );
-}
-add_action( 'customize_preview_init', 'twentyeleven_customize_preview_js' );
+<?php
+/**
+ * Twenty Eleven Theme Options
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+/**
+ * Properly enqueue styles and scripts for our theme options page.
+ *
+ * This function is attached to the admin_enqueue_scripts action hook.
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @param string $hook_suffix An admin page's hook suffix.
+ */
+function twentyeleven_admin_enqueue_scripts( $hook_suffix ) {
+	wp_enqueue_style( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.css', false, '20110602' );
+	wp_enqueue_script( 'twentyeleven-theme-options', get_template_directory_uri() . '/inc/theme-options.js', array( 'farbtastic' ), '20110610' );
+	wp_enqueue_style( 'farbtastic' );
+}
+add_action( 'admin_print_styles-appearance_page_theme_options', 'twentyeleven_admin_enqueue_scripts' );
+
+/**
+ * Register the form setting for our twentyeleven_options array.
+ *
+ * This function is attached to the admin_init action hook.
+ *
+ * This call to register_setting() registers a validation callback, twentyeleven_theme_options_validate(),
+ * which is used when the option is saved, to ensure that our option values are complete, properly
+ * formatted, and safe.
+ *
+ * @since Twenty Eleven 1.0
+ */
+function twentyeleven_theme_options_init() {
+
+	register_setting(
+		'twentyeleven_options',               // Options group, see settings_fields() call in twentyeleven_theme_options_render_page().
+		'twentyeleven_theme_options',         // Database option, see twentyeleven_get_theme_options().
+		'twentyeleven_theme_options_validate' // The sanitization callback, see twentyeleven_theme_options_validate().
+	);
+
+	// Register our settings field group.
+	add_settings_section(
+		'general',        // Unique identifier for the settings section.
+		'',               // Section title (we don't want one).
+		'__return_false', // Section callback (we don't want anything).
+		'theme_options'   // Menu slug, used to uniquely identify the page; see twentyeleven_theme_options_add_page().
+	);
+
+	// Register our individual settings fields.
+	add_settings_field(
+		'color_scheme',                             // Unique identifier for the field for this section.
+		__( 'Color Scheme', 'twentyeleven' ),       // Setting field label.
+		'twentyeleven_settings_field_color_scheme', // Function that renders the settings field.
+		'theme_options',                            // Menu slug, used to uniquely identify the page; see twentyeleven_theme_options_add_page().
+		'general'                                   // Settings section. Same as the first argument in the add_settings_section() above.
+	);
+
+	add_settings_field( 'link_color', __( 'Link Color', 'twentyeleven' ), 'twentyeleven_settings_field_link_color', 'theme_options', 'general' );
+	add_settings_field( 'layout', __( 'Default Layout', 'twentyeleven' ), 'twentyeleven_settings_field_layout', 'theme_options', 'general' );
+}
+add_action( 'admin_init', 'twentyeleven_theme_options_init' );
+
+/**
+ * Change the capability required to save the 'twentyeleven_options' options group.
+ *
+ * @see twentyeleven_theme_options_init()     First parameter to register_setting() is the name of the options group.
+ * @see twentyeleven_theme_options_add_page() The edit_theme_options capability is used for viewing the page.
+ *
+ * By default, the options groups for all registered settings require the manage_options capability.
+ * This filter is required to change our theme options page to edit_theme_options instead.
+ * By default, only administrators have either of these capabilities, but the desire here is
+ * to allow for finer-grained control for roles and users.
+ *
+ * @param string $capability The capability used for the page, which is manage_options by default.
+ * @return string The capability to actually use.
+ */
+function twentyeleven_option_page_capability( $capability ) {
+	return 'edit_theme_options';
+}
+add_filter( 'option_page_capability_twentyeleven_options', 'twentyeleven_option_page_capability' );
+
+/**
+ * Add a theme options page to the admin menu, including some help documentation.
+ *
+ * This function is attached to the admin_menu action hook.
+ *
+ * @since Twenty Eleven 1.0
+ */
+function twentyeleven_theme_options_add_page() {
+	$theme_page = add_theme_page(
+		__( 'Theme Options', 'twentyeleven' ),   // Name of page.
+		__( 'Theme Options', 'twentyeleven' ),   // Label in menu.
+		'edit_theme_options',                    // Capability required.
+		'theme_options',                         // Menu slug, used to uniquely identify the page.
+		'twentyeleven_theme_options_render_page' // Function that renders the options page.
+	);
+
+	if ( ! $theme_page ) {
+		return;
+	}
+
+	add_action( "load-{$theme_page}", 'twentyeleven_theme_options_help' );
+}
+add_action( 'admin_menu', 'twentyeleven_theme_options_add_page' );
+
+function twentyeleven_theme_options_help() {
+
+	$help = '<p>' . __( 'Some themes provide customization options that are grouped together on a Theme Options screen. If you change themes, options may change or disappear, as they are theme-specific. Your current theme, Twenty Eleven, provides the following Theme Options:', 'twentyeleven' ) . '</p>' .
+			'<ol>' .
+				'<li>' . __( '<strong>Color Scheme</strong>: You can choose a color palette of "Light" (light background with dark text) or "Dark" (dark background with light text) for your site.', 'twentyeleven' ) . '</li>' .
+				'<li>' . __( '<strong>Link Color</strong>: You can choose the color used for text links on your site. You can enter the HTML color or hex code, or you can choose visually by clicking the "Select a Color" button to pick from a color wheel.', 'twentyeleven' ) . '</li>' .
+				'<li>' . __( '<strong>Default Layout</strong>: You can choose if you want your site&#8217;s default layout to have a sidebar on the left, the right, or not at all.', 'twentyeleven' ) . '</li>' .
+			'</ol>' .
+			'<p>' . __( 'Remember to click "Save Changes" to save any changes you have made to the theme options.', 'twentyeleven' ) . '</p>';
+
+	$sidebar = '<p><strong>' . __( 'For more information:', 'twentyeleven' ) . '</strong></p>' .
+		'<p>' . __( '<a href="https://wordpress.org/support/article/appearance-customize-screen/" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' .
+		'<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support</a>', 'twentyeleven' ) . '</p>';
+
+	$screen = get_current_screen();
+
+	if ( method_exists( $screen, 'add_help_tab' ) ) {
+		// WordPress 3.3.0.
+		$screen->add_help_tab(
+			array(
+				'title'   => __( 'Overview', 'twentyeleven' ),
+				'id'      => 'theme-options-help',
+				'content' => $help,
+			)
+		);
+
+		$screen->set_help_sidebar( $sidebar );
+	} else {
+		// WordPress 3.2.0.
+		add_contextual_help( $screen, $help . $sidebar );
+	}
+}
+
+/**
+ * Return an array of color schemes registered for Twenty Eleven.
+ *
+ * @since Twenty Eleven 1.0
+ */
+function twentyeleven_color_schemes() {
+	$color_scheme_options = array(
+		'light' => array(
+			'value'              => 'light',
+			'label'              => __( 'Light', 'twentyeleven' ),
+			'thumbnail'          => get_template_directory_uri() . '/inc/images/light.png',
+			'default_link_color' => '#1b8be0',
+		),
+		'dark'  => array(
+			'value'              => 'dark',
+			'label'              => __( 'Dark', 'twentyeleven' ),
+			'thumbnail'          => get_template_directory_uri() . '/inc/images/dark.png',
+			'default_link_color' => '#e4741f',
+		),
+	);
+
+	/**
+	 * Filter the Twenty Eleven color scheme options.
+	 *
+	 * @since Twenty Eleven 1.0
+	 *
+	 * @param array $color_scheme_options An associative array of color scheme options.
+	 */
+	return apply_filters( 'twentyeleven_color_schemes', $color_scheme_options );
+}
+
+/**
+ * Return an array of layout options registered for Twenty Eleven.
+ *
+ * @since Twenty Eleven 1.0
+ */
+function twentyeleven_layouts() {
+	$layout_options = array(
+		'content-sidebar' => array(
+			'value'     => 'content-sidebar',
+			'label'     => __( 'Content on left', 'twentyeleven' ),
+			'thumbnail' => get_template_directory_uri() . '/inc/images/content-sidebar.png',
+		),
+		'sidebar-content' => array(
+			'value'     => 'sidebar-content',
+			'label'     => __( 'Content on right', 'twentyeleven' ),
+			'thumbnail' => get_template_directory_uri() . '/inc/images/sidebar-content.png',
+		),
+		'content'         => array(
+			'value'     => 'content',
+			'label'     => __( 'One-column, no sidebar', 'twentyeleven' ),
+			'thumbnail' => get_template_directory_uri() . '/inc/images/content.png',
+		),
+	);
+
+	/**
+	 * Filter the Twenty Eleven layout options.
+	 *
+	 * @since Twenty Eleven 1.0
+	 *
+	 * @param array $layout_options An associative array of layout options.
+	 */
+	return apply_filters( 'twentyeleven_layouts', $layout_options );
+}
+
+/**
+ * Return the default options for Twenty Eleven.
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @return array An array of default theme options.
+ */
+function twentyeleven_get_default_theme_options() {
+	$default_theme_options = array(
+		'color_scheme' => 'light',
+		'link_color'   => twentyeleven_get_default_link_color( 'light' ),
+		'theme_layout' => 'content-sidebar',
+	);
+
+	if ( is_rtl() ) {
+		$default_theme_options['theme_layout'] = 'sidebar-content';
+	}
+
+	/**
+	 * Filter the Twenty Eleven default options.
+	 *
+	 * @since Twenty Eleven 1.0
+	 *
+	 * @param array $default_theme_options An array of default theme options.
+	 */
+	return apply_filters( 'twentyeleven_default_theme_options', $default_theme_options );
+}
+
+/**
+ * Return the default link color for Twenty Eleven, based on color scheme.
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @param string $color_scheme Optional. Color scheme.
+ *                             Default null (or the active color scheme).
+ * @return string The default link color.
+ */
+function twentyeleven_get_default_link_color( $color_scheme = null ) {
+	if ( null === $color_scheme ) {
+		$options      = twentyeleven_get_theme_options();
+		$color_scheme = $options['color_scheme'];
+	}
+
+	$color_schemes = twentyeleven_color_schemes();
+	if ( ! isset( $color_schemes[ $color_scheme ] ) ) {
+		return false;
+	}
+
+	return $color_schemes[ $color_scheme ]['default_link_color'];
+}
+
+/**
+ * Return the options array for Twenty Eleven.
+ *
+ * @since Twenty Eleven 1.0
+ */
+function twentyeleven_get_theme_options() {
+	return get_option( 'twentyeleven_theme_options', twentyeleven_get_default_theme_options() );
+}
+
+/**
+ * Render the Color Scheme setting field.
+ *
+ * @since Twenty Eleven 1.3
+ */
+function twentyeleven_settings_field_color_scheme() {
+	$options = twentyeleven_get_theme_options();
+
+	foreach ( twentyeleven_color_schemes() as $scheme ) {
+		?>
+	<div class="layout image-radio-option color-scheme">
+	<label class="description">
+		<input type="radio" name="twentyeleven_theme_options[color_scheme]" value="<?php echo esc_attr( $scheme['value'] ); ?>" <?php checked( $options['color_scheme'], $scheme['value'] ); ?> />
+		<input type="hidden" id="default-color-<?php echo esc_attr( $scheme['value'] ); ?>" value="<?php echo esc_attr( $scheme['default_link_color'] ); ?>" />
+		<span>
+			<img src="<?php echo esc_url( $scheme['thumbnail'] ); ?>" width="136" height="122" alt="" />
+			<?php echo esc_html( $scheme['label'] ); ?>
+		</span>
+	</label>
+	</div>
+		<?php
+	}
+}
+
+/**
+ * Render the Link Color setting field.
+ *
+ * @since Twenty Eleven 1.3
+ */
+function twentyeleven_settings_field_link_color() {
+	$options = twentyeleven_get_theme_options();
+	?>
+	<input type="text" name="twentyeleven_theme_options[link_color]" id="link-color" value="<?php echo esc_attr( $options['link_color'] ); ?>" />
+	<a href="#" class="pickcolor hide-if-no-js" id="link-color-example"></a>
+	<input type="button" class="pickcolor button hide-if-no-js" value="<?php esc_attr_e( 'Select a Color', 'twentyeleven' ); ?>" />
+	<div id="colorPickerDiv" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
+	<br />
+	<span>
+	<?php
+	/* translators: %s: Link color. */
+	printf( __( 'Default color: %s', 'twentyeleven' ), '<span id="default-color">' . twentyeleven_get_default_link_color( $options['color_scheme'] ) . '</span>' );
+	?>
+	</span>
+	<?php
+}
+
+/**
+ * Render the Layout setting field.
+ *
+ * @since Twenty Eleven 1.3
+ */
+function twentyeleven_settings_field_layout() {
+	$options = twentyeleven_get_theme_options();
+	foreach ( twentyeleven_layouts() as $layout ) {
+		?>
+		<div class="layout image-radio-option theme-layout">
+		<label class="description">
+			<input type="radio" name="twentyeleven_theme_options[theme_layout]" value="<?php echo esc_attr( $layout['value'] ); ?>" <?php checked( $options['theme_layout'], $layout['value'] ); ?> />
+			<span>
+				<img src="<?php echo esc_url( $layout['thumbnail'] ); ?>" width="136" height="122" alt="" />
+				<?php echo esc_html( $layout['label'] ); ?>
+			</span>
+		</label>
+		</div>
+		<?php
+	}
+}
+
+/**
+ * Render the theme options page for Twenty Eleven.
+ *
+ * @since Twenty Eleven 1.2
+ */
+function twentyeleven_theme_options_render_page() {
+	?>
+	<div class="wrap">
+		<?php screen_icon(); ?>
+		<?php $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : get_current_theme(); ?>
+		<h2>
+		<?php
+		/* translators: %s: Theme name. */
+		printf( __( '%s Theme Options', 'twentyeleven' ), $theme_name );
+		?>
+		</h2>
+		<?php settings_errors(); ?>
+
+		<form method="post" action="options.php">
+			<?php
+				settings_fields( 'twentyeleven_options' );
+				do_settings_sections( 'theme_options' );
+				submit_button();
+			?>
+		</form>
+	</div>
+	<?php
+}
+
+/**
+ * Sanitize and validate form input.
+ *
+ * Accepts an array, return a sanitized array.
+ *
+ * @see twentyeleven_theme_options_init()
+ * @todo set up Reset Options action
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @param array $input An array of form input.
+ */
+function twentyeleven_theme_options_validate( $input ) {
+	$defaults = twentyeleven_get_default_theme_options();
+	$output   = $defaults;
+
+	// Color scheme must be in our array of color scheme options.
+	if ( isset( $input['color_scheme'] ) && array_key_exists( $input['color_scheme'], twentyeleven_color_schemes() ) ) {
+		$output['color_scheme'] = $input['color_scheme'];
+	}
+
+	// Our defaults for the link color may have changed, based on the color scheme.
+	$defaults['link_color'] = twentyeleven_get_default_link_color( $output['color_scheme'] );
+	$output['link_color']   = $defaults['link_color'];
+
+	// Link color must be 3 or 6 hexadecimal characters.
+	if ( isset( $input['link_color'] ) && preg_match( '/^#?([a-f0-9]{3}){1,2}$/i', $input['link_color'] ) ) {
+		$output['link_color'] = '#' . strtolower( ltrim( $input['link_color'], '#' ) );
+	}
+
+	// Theme layout must be in our array of theme layout options.
+	if ( isset( $input['theme_layout'] ) && array_key_exists( $input['theme_layout'], twentyeleven_layouts() ) ) {
+		$output['theme_layout'] = $input['theme_layout'];
+	}
+
+	/**
+	 * Filter the Twenty Eleven sanitized form input array.
+	 *
+	 * @since Twenty Eleven 1.0
+	 *
+	 * @param array $output   An array of sanitized form output.
+	 * @param array $input    An array of un-sanitized form input.
+	 * @param array $defaults An array of default theme options.
+	 */
+	return apply_filters( 'twentyeleven_theme_options_validate', $output, $input, $defaults );
+}
+
+/**
+ * Enqueue the styles for the current color scheme.
+ *
+ * @since Twenty Eleven 1.0
+ */
+function twentyeleven_enqueue_color_scheme() {
+	$options      = twentyeleven_get_theme_options();
+	$color_scheme = $options['color_scheme'];
+
+	if ( 'dark' == $color_scheme ) {
+		wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), '20190404' );
+	}
+
+	/**
+	 * Fires after the styles for the Twenty Eleven color scheme are enqueued.
+	 *
+	 * @since Twenty Eleven 1.0
+	 *
+	 * @param string $color_scheme The color scheme.
+	 */
+	do_action( 'twentyeleven_enqueue_color_scheme', $color_scheme );
+}
+add_action( 'wp_enqueue_scripts', 'twentyeleven_enqueue_color_scheme' );
+
+/**
+ * Add a style block to the theme for the current link color.
+ *
+ * This function is attached to the wp_head action hook.
+ *
+ * @since Twenty Eleven 1.0
+ */
+function twentyeleven_print_link_color_style() {
+	$options    = twentyeleven_get_theme_options();
+	$link_color = $options['link_color'];
+
+	$default_options = twentyeleven_get_default_theme_options();
+
+	// Don't do anything if the current link color is the default.
+	if ( $default_options['link_color'] == $link_color ) {
+		return;
+	}
+	?>
+	<style>
+		/* Link color */
+		a,
+		#site-title a:focus,
+		#site-title a:hover,
+		#site-title a:active,
+		.entry-title a:hover,
+		.entry-title a:focus,
+		.entry-title a:active,
+		.widget_twentyeleven_ephemera .comments-link a:hover,
+		section.recent-posts .other-recent-posts a[rel="bookmark"]:hover,
+		section.recent-posts .other-recent-posts .comments-link a:hover,
+		.format-image footer.entry-meta a:hover,
+		#site-generator a:hover {
+			color: <?php echo $link_color; ?>;
+		}
+		section.recent-posts .other-recent-posts .comments-link a:hover {
+			border-color: <?php echo $link_color; ?>;
+		}
+		article.feature-image.small .entry-summary p a:hover,
+		.entry-header .comments-link a:hover,
+		.entry-header .comments-link a:focus,
+		.entry-header .comments-link a:active,
+		.feature-slider a.active {
+			background-color: <?php echo $link_color; ?>;
+		}
+	</style>
+	<?php
+}
+add_action( 'wp_head', 'twentyeleven_print_link_color_style' );
+
+/**
+ * Add Twenty Eleven layout classes to the array of body classes.
+ *
+ * @since Twenty Eleven 1.0
+ *
+ * @param array $existing_classes An array of existing body classes.
+ */
+function twentyeleven_layout_classes( $existing_classes ) {
+	$options        = twentyeleven_get_theme_options();
+	$current_layout = $options['theme_layout'];
+
+	if ( in_array( $current_layout, array( 'content-sidebar', 'sidebar-content' ) ) ) {
+		$classes = array( 'two-column' );
+	} else {
+		$classes = array( 'one-column' );
+	}
+
+	if ( 'content-sidebar' == $current_layout ) {
+		$classes[] = 'right-sidebar';
+	} elseif ( 'sidebar-content' == $current_layout ) {
+		$classes[] = 'left-sidebar';
+	} else {
+		$classes[] = $current_layout;
+	}
+
+	/**
+	 * Filter the Twenty Eleven layout body classes.
+	 *
+	 * @since Twenty Eleven 1.0
+	 *
+	 * @param array  $classes        An array of body classes.
+	 * @param string $current_layout The current theme layout.
+	 */
+	$classes = apply_filters( 'twentyeleven_layout_classes', $classes, $current_layout );
+
+	return array_merge( $existing_classes, $classes );
+}
+add_filter( 'body_class', 'twentyeleven_layout_classes' );
+
+/**
+ * Implements Twenty Eleven theme options into Customizer
+ *
+ * @since Twenty Eleven 1.3
+ *
+ * @param object $wp_customize Customizer object.
+ */
+function twentyeleven_customize_register( $wp_customize ) {
+	$wp_customize->get_setting( 'blogname' )->transport         = 'postMessage';
+	$wp_customize->get_setting( 'blogdescription' )->transport  = 'postMessage';
+	$wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage';
+
+	if ( isset( $wp_customize->selective_refresh ) ) {
+		$wp_customize->selective_refresh->add_partial(
+			'blogname',
+			array(
+				'selector'            => '#site-title a',
+				'container_inclusive' => false,
+				'render_callback'     => 'twentyeleven_customize_partial_blogname',
+			)
+		);
+		$wp_customize->selective_refresh->add_partial(
+			'blogdescription',
+			array(
+				'selector'            => '#site-description',
+				'container_inclusive' => false,
+				'render_callback'     => 'twentyeleven_customize_partial_blogdescription',
+			)
+		);
+	}
+
+	$options  = twentyeleven_get_theme_options();
+	$defaults = twentyeleven_get_default_theme_options();
+
+	$wp_customize->add_setting(
+		'twentyeleven_theme_options[color_scheme]',
+		array(
+			'default'    => $defaults['color_scheme'],
+			'type'       => 'option',
+			'capability' => 'edit_theme_options',
+		)
+	);
+
+	$schemes = twentyeleven_color_schemes();
+	$choices = array();
+	foreach ( $schemes as $scheme ) {
+		$choices[ $scheme['value'] ] = $scheme['label'];
+	}
+
+	$wp_customize->add_control(
+		'twentyeleven_color_scheme',
+		array(
+			'label'    => __( 'Color Scheme', 'twentyeleven' ),
+			'section'  => 'colors',
+			'settings' => 'twentyeleven_theme_options[color_scheme]',
+			'type'     => 'radio',
+			'choices'  => $choices,
+			'priority' => 5,
+		)
+	);
+
+	// Link Color (added to Color Scheme section in Customizer).
+	$wp_customize->add_setting(
+		'twentyeleven_theme_options[link_color]',
+		array(
+			'default'           => twentyeleven_get_default_link_color( $options['color_scheme'] ),
+			'type'              => 'option',
+			'sanitize_callback' => 'sanitize_hex_color',
+			'capability'        => 'edit_theme_options',
+		)
+	);
+
+	$wp_customize->add_control(
+		new WP_Customize_Color_Control(
+			$wp_customize,
+			'link_color',
+			array(
+				'label'    => __( 'Link Color', 'twentyeleven' ),
+				'section'  => 'colors',
+				'settings' => 'twentyeleven_theme_options[link_color]',
+			)
+		)
+	);
+
+	// Default Layout.
+	$wp_customize->add_section(
+		'twentyeleven_layout',
+		array(
+			'title'    => __( 'Layout', 'twentyeleven' ),
+			'priority' => 50,
+		)
+	);
+
+	$wp_customize->add_setting(
+		'twentyeleven_theme_options[theme_layout]',
+		array(
+			'type'              => 'option',
+			'default'           => $defaults['theme_layout'],
+			'sanitize_callback' => 'sanitize_key',
+		)
+	);
+
+	$layouts = twentyeleven_layouts();
+	$choices = array();
+	foreach ( $layouts as $layout ) {
+		$choices[ $layout['value'] ] = $layout['label'];
+	}
+
+	$wp_customize->add_control(
+		'twentyeleven_theme_options[theme_layout]',
+		array(
+			'section' => 'twentyeleven_layout',
+			'type'    => 'radio',
+			'choices' => $choices,
+		)
+	);
+}
+add_action( 'customize_register', 'twentyeleven_customize_register' );
+
+/**
+ * Render the site title for the selective refresh partial.
+ *
+ * @since Twenty Eleven 2.4
+ * @see twentyeleven_customize_register()
+ *
+ * @return void
+ */
+function twentyeleven_customize_partial_blogname() {
+	bloginfo( 'name' );
+}
+
+/**
+ * Render the site tagline for the selective refresh partial.
+ *
+ * @since Twenty Eleven 2.4
+ * @see twentyeleven_customize_register()
+ *
+ * @return void
+ */
+function twentyeleven_customize_partial_blogdescription() {
+	bloginfo( 'description' );
+}
+
+/**
+ * Bind JS handlers to make Customizer preview reload changes asynchronously.
+ *
+ * Used with blogname and blogdescription.
+ *
+ * @since Twenty Eleven 1.3
+ */
+function twentyeleven_customize_preview_js() {
+	wp_enqueue_script( 'twentyeleven-customizer', get_template_directory_uri() . '/inc/theme-customizer.js', array( 'customize-preview' ), '20150401', true );
+}
+add_action( 'customize_preview_init', 'twentyeleven_customize_preview_js' );
diff --git a/wp-content/themes/twentyeleven/inc/widgets.php b/wp-content/themes/twentyeleven/inc/widgets.php
index 2a0cdb4f5..8c8541424 100644
--- a/wp-content/themes/twentyeleven/inc/widgets.php
+++ b/wp-content/themes/twentyeleven/inc/widgets.php
@@ -1,200 +1,202 @@
-<?php
-/**
- * Widget For displaying post format posts
- *
- * Handles displaying Aside, Link, Status, and Quote Posts available with Twenty Eleven.
- *
- * @link https://codex.wordpress.org/Widgets_API#Developing_Widgets
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-class Twenty_Eleven_Ephemera_Widget extends WP_Widget {
-
-	/**
-	 * PHP5 constructor.
-	 *
-	 * @since Twenty Eleven 2.2
-	 */
-	function __construct() {
-		parent::__construct(
-			'widget_twentyeleven_ephemera',
-			__( 'Twenty Eleven Ephemera', 'twentyeleven' ),
-			array(
-				'classname'                   => 'widget_twentyeleven_ephemera',
-				'description'                 => __( 'Use this widget to list your recent Aside, Status, Quote, and Link posts', 'twentyeleven' ),
-				'customize_selective_refresh' => true,
-			)
-		);
-		$this->alt_option_name = 'widget_twentyeleven_ephemera';
-
-		add_action( 'save_post', array( &$this, 'flush_widget_cache' ) );
-		add_action( 'deleted_post', array( &$this, 'flush_widget_cache' ) );
-		add_action( 'switch_theme', array( &$this, 'flush_widget_cache' ) );
-	}
-
-	/**
-	 * PHP4 constructor.
-	 *
-	 * @since Twenty Eleven 1.0
-	 */
-	function Twenty_Eleven_Ephemera_Widget() {
-		self::__construct();
-	}
-
-	/**
-	 * Outputs the HTML for this widget.
-	 *
-	 * @since Twenty Eleven 1.0
-	 *
-	 * @param array $args     An array of standard parameters for widgets in this theme.
-	 * @param array $instance An array of settings for this widget instance.
-	 */
-	function widget( $args, $instance ) {
-		$cache = wp_cache_get( 'widget_twentyeleven_ephemera', 'widget' );
-
-		if ( ! is_array( $cache ) ) {
-			$cache = array();
-		}
-
-		if ( ! isset( $args['widget_id'] ) ) {
-			$args['widget_id'] = null;
-		}
-
-		if ( ! is_customize_preview() && isset( $cache[ $args['widget_id'] ] ) ) {
-			echo $cache[ $args['widget_id'] ];
-			return;
-		}
-
-		ob_start();
-
-		/** This filter is documented in wp-includes/default-widgets.php */
-		$args['title'] = apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Ephemera', 'twentyeleven' ) : $instance['title'], $instance, $this->id_base );
-
-		if ( ! isset( $instance['number'] ) ) {
-			$instance['number'] = '10';
-		}
-
-		if ( ! $args['number'] = absint( $instance['number'] ) ) {
-			$args['number'] = 10;
-		}
-
-		$ephemera_args = array(
-			'order'          => 'DESC',
-			'posts_per_page' => $args['number'],
-			'no_found_rows'  => true,
-			'post_status'    => 'publish',
-			'post__not_in'   => get_option( 'sticky_posts' ),
-			'tax_query'      => array(
-				array(
-					'taxonomy' => 'post_format',
-					'terms'    => array( 'post-format-aside', 'post-format-link', 'post-format-status', 'post-format-quote' ),
-					'field'    => 'slug',
-					'operator' => 'IN',
-				),
-			),
-		);
-		$ephemera      = new WP_Query( $ephemera_args );
-
-		if ( $ephemera->have_posts() ) :
-			echo $args['before_widget'];
-			echo $args['before_title'];
-			echo $args['title'];
-			echo $args['after_title'];
-			?>
-			<ol>
-			<?php
-			while ( $ephemera->have_posts() ) :
-				$ephemera->the_post();
-				?>
-
-				<?php if ( 'link' != get_post_format() ) : ?>
-
-				<li class="widget-entry-title">
-					<a href="<?php echo esc_url( get_permalink() ); ?>" rel="bookmark"><?php the_title(); ?></a>
-					<span class="comments-link">
-						<?php comments_popup_link( __( '0 <span class="reply">comments &rarr;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &rarr;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &rarr;</span>', 'twentyeleven' ) ); ?>
-					</span>
-				</li>
-
-				<?php else : ?>
-
-				<li class="widget-entry-title">
-					<a href="<?php echo esc_url( twentyeleven_get_first_url() ); ?>" rel="bookmark"><?php the_title(); ?>&nbsp;<span>&rarr;</span></a>
-					<span class="comments-link">
-						<?php comments_popup_link( __( '0 <span class="reply">comments &rarr;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &rarr;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &rarr;</span>', 'twentyeleven' ) ); ?>
-					</span>
-				</li>
-
-				<?php endif; ?>
-
-			<?php endwhile; ?>
-			</ol>
-			<?php
-
-			echo $args['after_widget'];
-
-			// Reset the post globals as this query will have stomped on it
-			wp_reset_postdata();
-
-			// end check for ephemeral posts
-		endif;
-
-		$cache[ $args['widget_id'] ] = ob_get_flush();
-		if ( ! is_customize_preview() ) {
-			wp_cache_set( 'widget_twentyeleven_ephemera', $cache, 'widget' );
-		}
-
-	}
-
-	/**
-	 * Update widget settings.
-	 *
-	 * Deals with the settings when they are saved by the admin. Here is
-	 * where any validation should be dealt with.
-	 *
-	 * @since Twenty Eleven 1.0
-	 */
-	function update( $new_instance, $old_instance ) {
-		$instance           = $old_instance;
-		$instance['title']  = strip_tags( $new_instance['title'] );
-		$instance['number'] = (int) $new_instance['number'];
-		$this->flush_widget_cache();
-
-		$alloptions = wp_cache_get( 'alloptions', 'options' );
-		if ( isset( $alloptions['widget_twentyeleven_ephemera'] ) ) {
-			delete_option( 'widget_twentyeleven_ephemera' );
-		}
-
-		return $instance;
-	}
-
-	/**
-	 * Flush widget cache.
-	 *
-	 * @since Twenty Eleven 1.0
-	 */
-	function flush_widget_cache() {
-		wp_cache_delete( 'widget_twentyeleven_ephemera', 'widget' );
-	}
-
-	/**
-	 * Set up the widget form.
-	 *
-	 * Displays the form for this widget on the Widgets page of the WP Admin area.
-	 *
-	 * @since Twenty Eleven 1.0
-	 */
-	function form( $instance ) {
-		$title  = isset( $instance['title'] ) ? esc_attr( $instance['title'] ) : '';
-		$number = isset( $instance['number'] ) ? absint( $instance['number'] ) : 10;
-		?>
-			<p><label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title:', 'twentyeleven' ); ?></label>
-			<input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" /></p>
-
-			<p><label for="<?php echo esc_attr( $this->get_field_id( 'number' ) ); ?>"><?php _e( 'Number of posts to show:', 'twentyeleven' ); ?></label>
-			<input id="<?php echo esc_attr( $this->get_field_id( 'number' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'number' ) ); ?>" type="text" value="<?php echo esc_attr( $number ); ?>" size="3" /></p>
-		<?php
-	}
-}
+<?php
+/**
+ * Widget For displaying post format posts
+ *
+ * Handles displaying Aside, Link, Status, and Quote Posts available with Twenty Eleven.
+ *
+ * @link https://developer.wordpress.org/themes/functionality/widgets/#developing-widgets
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+class Twenty_Eleven_Ephemera_Widget extends WP_Widget {
+
+	/**
+	 * PHP5 constructor.
+	 *
+	 * @since Twenty Eleven 2.2
+	 */
+	function __construct() {
+		parent::__construct(
+			'widget_twentyeleven_ephemera',
+			__( 'Twenty Eleven Ephemera', 'twentyeleven' ),
+			array(
+				'classname'                   => 'widget_twentyeleven_ephemera',
+				'description'                 => __( 'Use this widget to list your recent Aside, Status, Quote, and Link posts', 'twentyeleven' ),
+				'customize_selective_refresh' => true,
+			)
+		);
+		$this->alt_option_name = 'widget_twentyeleven_ephemera';
+
+		add_action( 'save_post', array( &$this, 'flush_widget_cache' ) );
+		add_action( 'deleted_post', array( &$this, 'flush_widget_cache' ) );
+		add_action( 'switch_theme', array( &$this, 'flush_widget_cache' ) );
+	}
+
+	/**
+	 * PHP4 constructor.
+	 *
+	 * @since Twenty Eleven 1.0
+	 * @deprecated Twenty Eleven 2.2
+	 */
+	function Twenty_Eleven_Ephemera_Widget() {
+		self::__construct();
+	}
+
+	/**
+	 * Outputs the HTML for this widget.
+	 *
+	 * @since Twenty Eleven 1.0
+	 *
+	 * @param array $args     An array of standard parameters for widgets in this theme.
+	 * @param array $instance An array of settings for this widget instance.
+	 */
+	function widget( $args, $instance ) {
+		$cache = wp_cache_get( 'widget_twentyeleven_ephemera', 'widget' );
+
+		if ( ! is_array( $cache ) ) {
+			$cache = array();
+		}
+
+		if ( ! isset( $args['widget_id'] ) ) {
+			$args['widget_id'] = null;
+		}
+
+		if ( ! is_customize_preview() && isset( $cache[ $args['widget_id'] ] ) ) {
+			echo $cache[ $args['widget_id'] ];
+			return;
+		}
+
+		ob_start();
+
+		/** This filter is documented in wp-includes/default-widgets.php */
+		$args['title'] = apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Ephemera', 'twentyeleven' ) : $instance['title'], $instance, $this->id_base );
+
+		if ( ! isset( $instance['number'] ) ) {
+			$instance['number'] = '10';
+		}
+
+		$args['number'] = absint( $instance['number'] );
+		if ( ! $args['number'] ) {
+			$args['number'] = 10;
+		}
+
+		$ephemera_args = array(
+			'order'          => 'DESC',
+			'posts_per_page' => $args['number'],
+			'no_found_rows'  => true,
+			'post_status'    => 'publish',
+			'post__not_in'   => get_option( 'sticky_posts' ),
+			'tax_query'      => array(
+				array(
+					'taxonomy' => 'post_format',
+					'terms'    => array( 'post-format-aside', 'post-format-link', 'post-format-status', 'post-format-quote' ),
+					'field'    => 'slug',
+					'operator' => 'IN',
+				),
+			),
+		);
+		$ephemera      = new WP_Query( $ephemera_args );
+
+		if ( $ephemera->have_posts() ) :
+			echo $args['before_widget'];
+			echo $args['before_title'];
+			echo $args['title'];
+			echo $args['after_title'];
+			?>
+			<ol>
+			<?php
+			while ( $ephemera->have_posts() ) :
+				$ephemera->the_post();
+				?>
+
+				<?php if ( 'link' != get_post_format() ) : ?>
+
+				<li class="widget-entry-title">
+					<a href="<?php echo esc_url( get_permalink() ); ?>" rel="bookmark"><?php the_title(); ?></a>
+					<span class="comments-link">
+						<?php comments_popup_link( __( '0 <span class="reply">comments &rarr;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &rarr;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &rarr;</span>', 'twentyeleven' ) ); ?>
+					</span>
+				</li>
+
+				<?php else : ?>
+
+				<li class="widget-entry-title">
+					<a href="<?php echo esc_url( twentyeleven_get_first_url() ); ?>" rel="bookmark"><?php the_title(); ?>&nbsp;<span>&rarr;</span></a>
+					<span class="comments-link">
+						<?php comments_popup_link( __( '0 <span class="reply">comments &rarr;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &rarr;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &rarr;</span>', 'twentyeleven' ) ); ?>
+					</span>
+				</li>
+
+				<?php endif; ?>
+
+			<?php endwhile; ?>
+			</ol>
+			<?php
+
+			echo $args['after_widget'];
+
+			// Reset the post globals as this query will have stomped on it.
+			wp_reset_postdata();
+
+			// End check for ephemeral posts.
+		endif;
+
+		$cache[ $args['widget_id'] ] = ob_get_flush();
+		if ( ! is_customize_preview() ) {
+			wp_cache_set( 'widget_twentyeleven_ephemera', $cache, 'widget' );
+		}
+
+	}
+
+	/**
+	 * Update widget settings.
+	 *
+	 * Deals with the settings when they are saved by the admin. Here is
+	 * where any validation should be dealt with.
+	 *
+	 * @since Twenty Eleven 1.0
+	 */
+	function update( $new_instance, $old_instance ) {
+		$instance           = $old_instance;
+		$instance['title']  = strip_tags( $new_instance['title'] );
+		$instance['number'] = (int) $new_instance['number'];
+		$this->flush_widget_cache();
+
+		$alloptions = wp_cache_get( 'alloptions', 'options' );
+		if ( isset( $alloptions['widget_twentyeleven_ephemera'] ) ) {
+			delete_option( 'widget_twentyeleven_ephemera' );
+		}
+
+		return $instance;
+	}
+
+	/**
+	 * Flush widget cache.
+	 *
+	 * @since Twenty Eleven 1.0
+	 */
+	function flush_widget_cache() {
+		wp_cache_delete( 'widget_twentyeleven_ephemera', 'widget' );
+	}
+
+	/**
+	 * Set up the widget form.
+	 *
+	 * Displays the form for this widget on the Widgets page of the WP Admin area.
+	 *
+	 * @since Twenty Eleven 1.0
+	 */
+	function form( $instance ) {
+		$title  = isset( $instance['title'] ) ? esc_attr( $instance['title'] ) : '';
+		$number = isset( $instance['number'] ) ? absint( $instance['number'] ) : 10;
+		?>
+			<p><label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title:', 'twentyeleven' ); ?></label>
+			<input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" /></p>
+
+			<p><label for="<?php echo esc_attr( $this->get_field_id( 'number' ) ); ?>"><?php _e( 'Number of posts to show:', 'twentyeleven' ); ?></label>
+			<input id="<?php echo esc_attr( $this->get_field_id( 'number' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'number' ) ); ?>" type="text" value="<?php echo esc_attr( $number ); ?>" size="3" /></p>
+		<?php
+	}
+}
diff --git a/wp-content/themes/twentyeleven/index.php b/wp-content/themes/twentyeleven/index.php
index a7e3c141d..d5788d47b 100644
--- a/wp-content/themes/twentyeleven/index.php
+++ b/wp-content/themes/twentyeleven/index.php
@@ -1,55 +1,55 @@
-<?php
-/**
- * Main template file
- *
- * This is the most generic template file in a WordPress theme
- * and one of the two required files for a theme (the other being style.css).
- * It is used to display a page when nothing more specific matches a query.
- * E.g., it puts together the home page when no home.php file exists.
- * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- */
-
-get_header(); ?>
-
-		<div id="primary">
-			<div id="content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-				<?php twentyeleven_content_nav( 'nav-above' ); ?>
-
-				<?php /* Start the Loop */ ?>
-				<?php
-				while ( have_posts() ) :
-					the_post();
-					?>
-
-					<?php get_template_part( 'content', get_post_format() ); ?>
-
-				<?php endwhile; ?>
-
-				<?php twentyeleven_content_nav( 'nav-below' ); ?>
-
-			<?php else : ?>
-
-				<article id="post-0" class="post no-results not-found">
-					<header class="entry-header">
-						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
-					</header><!-- .entry-header -->
-
-					<div class="entry-content">
-						<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
-						<?php get_search_form(); ?>
-					</div><!-- .entry-content -->
-				</article><!-- #post-0 -->
-
-			<?php endif; ?>
-
-			</div><!-- #content -->
-		</div><!-- #primary -->
-
-<?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php
+/**
+ * Main template file
+ *
+ * This is the most generic template file in a WordPress theme
+ * and one of the two required files for a theme (the other being style.css).
+ * It is used to display a page when nothing more specific matches a query.
+ * E.g., it puts together the home page when no home.php file exists.
+ * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ */
+
+get_header(); ?>
+
+		<div id="primary">
+			<div id="content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+				<?php twentyeleven_content_nav( 'nav-above' ); ?>
+
+				<?php
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+					?>
+
+					<?php get_template_part( 'content', get_post_format() ); ?>
+
+				<?php endwhile; ?>
+
+				<?php twentyeleven_content_nav( 'nav-below' ); ?>
+
+			<?php else : ?>
+
+				<article id="post-0" class="post no-results not-found">
+					<header class="entry-header">
+						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
+					</header><!-- .entry-header -->
+
+					<div class="entry-content">
+						<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
+						<?php get_search_form(); ?>
+					</div><!-- .entry-content -->
+				</article><!-- #post-0 -->
+
+			<?php endif; ?>
+
+			</div><!-- #content -->
+		</div><!-- #primary -->
+
+<?php get_sidebar(); ?>
+<?php get_footer(); ?>
diff --git a/wp-content/themes/twentyeleven/js/html5.js b/wp-content/themes/twentyeleven/js/html5.js
index 6168aacd5..c83dfdc0b 100644
--- a/wp-content/themes/twentyeleven/js/html5.js
+++ b/wp-content/themes/twentyeleven/js/html5.js
@@ -1,8 +1,8 @@
-/*
- HTML5 Shiv v3.7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
-*/
-(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
-a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/[\w\-]+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}</style>";
-c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
-"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:"3.7.0",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);
+/*
+ HTML5 Shiv v3.7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
+*/
+(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
+a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/[\w\-]+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}</style>";
+c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
+"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:"3.7.0",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);
 if(g)return a.createDocumentFragment();for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
\ No newline at end of file
diff --git a/wp-content/themes/twentyeleven/js/showcase.js b/wp-content/themes/twentyeleven/js/showcase.js
index d9fb2fedd..89d523f0b 100644
--- a/wp-content/themes/twentyeleven/js/showcase.js
+++ b/wp-content/themes/twentyeleven/js/showcase.js
@@ -1,17 +1,17 @@
-(function($) {
-	$(document).ready( function() {
-	    $('.feature-slider a').click(function(e) {
-	        $('.featured-posts section.featured-post').css({
-	            opacity: 0,
-	            visibility: 'hidden'
-	        });
-	        $(this.hash).css({
-	            opacity: 1,
-	            visibility: 'visible'
-	        });
-	        $('.feature-slider a').removeClass('active');
-	        $(this).addClass('active');
-	        e.preventDefault();
-	    });
-	});
+(function($) {
+	$(document).ready( function() {
+	    $('.feature-slider a').click(function(e) {
+	        $('.featured-posts section.featured-post').css({
+	            opacity: 0,
+	            visibility: 'hidden'
+	        });
+	        $(this.hash).css({
+	            opacity: 1,
+	            visibility: 'visible'
+	        });
+	        $('.feature-slider a').removeClass('active');
+	        $(this).addClass('active');
+	        e.preventDefault();
+	    });
+	});
 })(jQuery);
\ No newline at end of file
diff --git a/wp-content/themes/twentyeleven/languages/twentyeleven.pot b/wp-content/themes/twentyeleven/languages/twentyeleven.pot
index c4cf638ce..4a62f17b4 100644
--- a/wp-content/themes/twentyeleven/languages/twentyeleven.pot
+++ b/wp-content/themes/twentyeleven/languages/twentyeleven.pot
@@ -1,636 +1,636 @@
-# Copyright (C) 2019 the WordPress team
-# This file is distributed under the GNU General Public License v2 or later.
-msgid ""
-msgstr ""
-"Project-Id-Version: Twenty Eleven 3.3\n"
-"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/twentyeleven\n"
-"POT-Creation-Date: 2019-05-07 18:19:59+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-
-#: 404.php:17
-msgid "This is somewhat embarrassing, isn&rsquo;t it?"
-msgstr ""
-
-#: 404.php:21
-msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching, or one of the links below, can help."
-msgstr ""
-
-#: 404.php:28
-msgid "Most Used Categories"
-msgstr ""
-
-#. translators: %1$s: smilie
-
-#: 404.php:46
-msgid "Try looking in the monthly archives. %1$s"
-msgstr ""
-
-#: archive.php:25
-msgid "Daily Archives: %s"
-msgstr ""
-
-#: archive.php:27
-msgid "Monthly Archives: %s"
-msgstr ""
-
-#: archive.php:27
-msgctxt "monthly archives date format"
-msgid "F Y"
-msgstr ""
-
-#: archive.php:29
-msgid "Yearly Archives: %s"
-msgstr ""
-
-#: archive.php:29
-msgctxt "yearly archives date format"
-msgid "Y"
-msgstr ""
-
-#: archive.php:31
-msgid "Blog Archives"
-msgstr ""
-
-#: archive.php:60 author.php:90 category.php:64 index.php:40 search.php:47
-#: tag.php:65
-msgid "Nothing Found"
-msgstr ""
-
-#: archive.php:64 author.php:94 category.php:68 index.php:44 tag.php:69
-msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
-msgstr ""
-
-#: author.php:29
-msgid "Author Archives: %s"
-msgstr ""
-
-#: author.php:61 content-single.php:70
-msgid "About %s"
-msgstr ""
-
-#: category.php:20
-msgid "Category Archives: %s"
-msgstr ""
-
-#: comments.php:17
-msgid "This post is password protected. Enter the password to view any comments."
-msgstr ""
-
-#. translators: %s: The post title.
-
-#: comments.php:37
-msgid "One thought on &ldquo;%1$s&rdquo;"
-msgstr ""
-
-#. translators: %1$s: The number of comments. %2$s: The post title.
-
-#: comments.php:43
-msgid "%1$s thought on &ldquo;%2$s&rdquo;"
-msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
-msgstr[0] ""
-msgstr[1] ""
-
-#: comments.php:53 comments.php:74
-msgid "Comment navigation"
-msgstr ""
-
-#: comments.php:54 comments.php:75
-msgid "&larr; Older Comments"
-msgstr ""
-
-#: comments.php:55 comments.php:76
-msgid "Newer Comments &rarr;"
-msgstr ""
-
-#: comments.php:87
-msgid "Comments are closed."
-msgstr ""
-
-#: content-aside.php:19
-msgid "Aside"
-msgstr ""
-
-#: content-aside.php:24 content-image.php:23 content-link.php:24
-#: content-quote.php:24 content-status.php:24 content.php:30
-msgid "Reply"
-msgstr ""
-
-#: content-aside.php:24 content-image.php:23 content-link.php:24
-#: content-quote.php:24 content-status.php:24 content.php:30
-msgctxt "comments number"
-msgid "1"
-msgstr ""
-
-#: content-aside.php:24 content-image.php:23 content-link.php:24
-#: content-quote.php:24 content-status.php:24 content.php:30
-msgctxt "comments number"
-msgid "%"
-msgstr ""
-
-#: content-aside.php:35 content-gallery.php:34 content-image.php:29
-#: content-link.php:35 content-quote.php:35 content-status.php:48
-#: content.php:41 functions.php:459
-msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
-msgstr ""
-
-#: content-aside.php:39 content-featured.php:26 content-gallery.php:61
-#: content-image.php:33 content-intro.php:21 content-link.php:39
-#: content-page.php:21 content-quote.php:39 content-single.php:27
-#: content-status.php:52 content.php:45 image.php:119
-msgid "Pages:"
-msgstr ""
-
-#: content-aside.php:51 content-gallery.php:103 content-image.php:75
-#: content-link.php:51 content-quote.php:81 content-status.php:64
-#: content.php:91 showcase.php:214
-msgid "Leave a reply"
-msgstr ""
-
-#: content-aside.php:51 content-gallery.php:103 content-image.php:75
-#: content-link.php:51 content-quote.php:81 content-status.php:64
-#: content.php:91 showcase.php:214
-msgid "<b>1</b> Reply"
-msgstr ""
-
-#: content-aside.php:51 content-gallery.php:103 content-image.php:75
-#: content-link.php:51 content-quote.php:81 content-status.php:64
-#: content.php:91 showcase.php:214
-msgid "<b>%</b> Replies"
-msgstr ""
-
-#: content-aside.php:53 content-featured.php:52 content-gallery.php:106
-#: content-image.php:79 content-intro.php:26 content-link.php:53
-#: content-page.php:28 content-quote.php:84 content-single.php:59
-#: content-status.php:66 content.php:94 functions.php:712 functions.php:743
-#: image.php:45
-msgid "Edit"
-msgstr ""
-
-#. translators: used between list items, there is a space after the comma
-
-#: content-featured.php:36 content-featured.php:45 content-gallery.php:73
-#: content-gallery.php:85 content-image.php:57 content-image.php:66
-#: content-quote.php:51 content-quote.php:63 content-single.php:37
-#: content-single.php:40 content.php:58 content.php:72
-msgid ", "
-msgstr ""
-
-#: content-featured.php:38
-msgid "This entry was posted in %1$s and tagged %2$s. Bookmark the <a href=\"%3$s\" title=\"Permalink to %4$s\" rel=\"bookmark\">permalink</a>."
-msgstr ""
-
-#: content-featured.php:40
-msgid "This entry was posted in %1$s. Bookmark the <a href=\"%3$s\" title=\"Permalink to %4$s\" rel=\"bookmark\">permalink</a>."
-msgstr ""
-
-#: content-gallery.php:19
-msgid "Gallery"
-msgstr ""
-
-#: content-gallery.php:49
-msgid "This gallery contains <a %1$s>%2$s photo</a>."
-msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
-msgstr[0] ""
-msgstr[1] ""
-
-#: content-gallery.php:50 showcase.php:128
-msgid "Permalink to %s"
-msgstr ""
-
-#: content-gallery.php:78 content-image.php:61 content-quote.php:56
-#: content.php:63
-msgid "<span class=\"%1$s\">Posted in</span> %2$s"
-msgstr ""
-
-#: content-gallery.php:93 content-image.php:70 content-quote.php:71
-#: content.php:80
-msgid "<span class=\"%1$s\">Tagged</span> %2$s"
-msgstr ""
-
-#: content-image.php:18
-msgid "Image"
-msgstr ""
-
-#: content-image.php:44
-msgid "<a href=\"%1$s\" rel=\"bookmark\"><time class=\"entry-date\" datetime=\"%2$s\">%3$s</time></a><span class=\"by-author\"> <span class=\"sep\"> by </span> <span class=\"author vcard\"><a class=\"url fn n\" href=\"%4$s\" title=\"%5$s\" rel=\"author\">%6$s</a></span></span>"
-msgstr ""
-
-#: content-image.php:49 functions.php:793
-msgid "View all posts by %s"
-msgstr ""
-
-#: content-link.php:19
-msgid "Link"
-msgstr ""
-
-#: content-quote.php:15
-msgid "Quote"
-msgstr ""
-
-#: content-single.php:42
-msgid "This entry was posted in %1$s and tagged %2$s by <a href=\"%6$s\">%5$s</a>. Bookmark the <a href=\"%3$s\" title=\"Permalink to %4$s\" rel=\"bookmark\">permalink</a>."
-msgstr ""
-
-#: content-single.php:44
-msgid "This entry was posted in %1$s by <a href=\"%6$s\">%5$s</a>. Bookmark the <a href=\"%3$s\" title=\"Permalink to %4$s\" rel=\"bookmark\">permalink</a>."
-msgstr ""
-
-#: content-single.php:46
-msgid "This entry was posted by <a href=\"%6$s\">%5$s</a>. Bookmark the <a href=\"%3$s\" title=\"Permalink to %4$s\" rel=\"bookmark\">permalink</a>."
-msgstr ""
-
-#: content-single.php:74
-msgid "View all posts by %s <span class=\"meta-nav\">&rarr;</span>"
-msgstr ""
-
-#: content-status.php:19
-msgid "Status"
-msgstr ""
-
-#: content.php:16
-msgid "Featured"
-msgstr ""
-
-#: footer.php:34
-msgid "https://wordpress.org/"
-msgstr ""
-
-#: footer.php:34
-msgid "Semantic Personal Publishing Platform"
-msgstr ""
-
-#: footer.php:35
-msgid "Proudly powered by %s"
-msgstr ""
-
-#: functions.php:102
-msgid "Blue"
-msgstr ""
-
-#: functions.php:107
-msgid "Black"
-msgstr ""
-
-#: functions.php:112
-msgid "Dark Gray"
-msgstr ""
-
-#: functions.php:117
-msgid "Medium Gray"
-msgstr ""
-
-#: functions.php:122
-msgid "Light Gray"
-msgstr ""
-
-#: functions.php:127
-msgid "White"
-msgstr ""
-
-#: functions.php:144
-msgid "Primary Menu"
-msgstr ""
-
-#. translators: header image description
-
-#: functions.php:238
-msgid "Wheel"
-msgstr ""
-
-#. translators: header image description
-
-#: functions.php:244
-msgid "Shore"
-msgstr ""
-
-#. translators: header image description
-
-#: functions.php:250
-msgid "Trolley"
-msgstr ""
-
-#. translators: header image description
-
-#: functions.php:256
-msgid "Pine Cone"
-msgstr ""
-
-#. translators: header image description
-
-#: functions.php:262
-msgid "Chessboard"
-msgstr ""
-
-#. translators: header image description
-
-#: functions.php:268
-msgid "Lanterns"
-msgstr ""
-
-#. translators: header image description
-
-#: functions.php:274
-msgid "Willow"
-msgstr ""
-
-#. translators: header image description
-
-#: functions.php:280
-msgid "Hanoi Plant"
-msgstr ""
-
-#: functions.php:532
-msgid "Main Sidebar"
-msgstr ""
-
-#: functions.php:543
-msgid "Showcase Sidebar"
-msgstr ""
-
-#: functions.php:545
-msgid "The sidebar for the optional Showcase Template"
-msgstr ""
-
-#: functions.php:555
-msgid "Footer Area One"
-msgstr ""
-
-#: functions.php:557 functions.php:569 functions.php:581
-msgid "An optional widget area for your site footer"
-msgstr ""
-
-#: functions.php:567
-msgid "Footer Area Two"
-msgstr ""
-
-#: functions.php:579
-msgid "Footer Area Three"
-msgstr ""
-
-#: functions.php:605 single.php:21
-msgid "Post navigation"
-msgstr ""
-
-#: functions.php:606
-msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
-msgstr ""
-
-#: functions.php:607
-msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
-msgstr ""
-
-#: functions.php:712
-msgid "Pingback:"
-msgstr ""
-
-#. translators: 1: comment author, 2: date and time
-
-#: functions.php:731
-msgid "%1$s on %2$s <span class=\"says\">said:</span>"
-msgstr ""
-
-#. translators: 1: date, 2: time
-
-#: functions.php:738
-msgid "%1$s at %2$s"
-msgstr ""
-
-#: functions.php:747
-msgid "Your comment is awaiting moderation."
-msgstr ""
-
-#: functions.php:761
-msgid "Reply <span>&darr;</span>"
-msgstr ""
-
-#: functions.php:787
-msgid "<span class=\"sep\">Posted on </span><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time class=\"entry-date\" datetime=\"%3$s\">%4$s</time></a><span class=\"by-author\"> <span class=\"sep\"> by </span> <span class=\"author vcard\"><a class=\"url fn n\" href=\"%5$s\" title=\"%6$s\" rel=\"author\">%7$s</a></span></span>"
-msgstr ""
-
-#: header.php:45
-msgid "Page %s"
-msgstr ""
-
-#: header.php:143
-msgid "Main menu"
-msgstr ""
-
-#: header.php:145
-msgid "Skip to primary content"
-msgstr ""
-
-#: header.php:147
-msgid "Skip to secondary content"
-msgstr ""
-
-#: image.php:21
-msgid "Image navigation"
-msgstr ""
-
-#: image.php:22
-msgid "&larr; Previous"
-msgstr ""
-
-#: image.php:23
-msgid "Next &rarr;"
-msgstr ""
-
-#: image.php:34
-msgid "<span class=\"meta-prep meta-prep-entry-date\">Published </span> <span class=\"entry-date\"><abbr class=\"published\" title=\"%1$s\">%2$s</abbr></span> at <a href=\"%3$s\" title=\"Link to full-size image\">%4$s &times; %5$s</a> in <a href=\"%6$s\" title=\"Return to %7$s\" rel=\"gallery\">%8$s</a>"
-msgstr ""
-
-#: inc/theme-options.php:56 inc/theme-options.php:564
-msgid "Color Scheme"
-msgstr ""
-
-#: inc/theme-options.php:62 inc/theme-options.php:589
-msgid "Link Color"
-msgstr ""
-
-#: inc/theme-options.php:63
-msgid "Default Layout"
-msgstr ""
-
-#: inc/theme-options.php:95 inc/theme-options.php:96
-msgid "Theme Options"
-msgstr ""
-
-#: inc/theme-options.php:112
-msgid "Some themes provide customization options that are grouped together on a Theme Options screen. If you change themes, options may change or disappear, as they are theme-specific. Your current theme, Twenty Eleven, provides the following Theme Options:"
-msgstr ""
-
-#: inc/theme-options.php:114
-msgid "<strong>Color Scheme</strong>: You can choose a color palette of \"Light\" (light background with dark text) or \"Dark\" (dark background with light text) for your site."
-msgstr ""
-
-#: inc/theme-options.php:115
-msgid "<strong>Link Color</strong>: You can choose the color used for text links on your site. You can enter the HTML color or hex code, or you can choose visually by clicking the \"Select a Color\" button to pick from a color wheel."
-msgstr ""
-
-#: inc/theme-options.php:116
-msgid "<strong>Default Layout</strong>: You can choose if you want your site&#8217;s default layout to have a sidebar on the left, the right, or not at all."
-msgstr ""
-
-#: inc/theme-options.php:118
-msgid "Remember to click \"Save Changes\" to save any changes you have made to the theme options."
-msgstr ""
-
-#: inc/theme-options.php:120
-msgid "For more information:"
-msgstr ""
-
-#: inc/theme-options.php:121
-msgid "<a href=\"https://codex.wordpress.org/Appearance_Theme_Options_Screen\" target=\"_blank\">Documentation on Theme Options</a>"
-msgstr ""
-
-#: inc/theme-options.php:122
-msgid "<a href=\"https://wordpress.org/support/\" target=\"_blank\">Support</a>"
-msgstr ""
-
-#: inc/theme-options.php:130
-msgid "Overview"
-msgstr ""
-
-#: inc/theme-options.php:152
-msgid "Light"
-msgstr ""
-
-#: inc/theme-options.php:158
-msgid "Dark"
-msgstr ""
-
-#: inc/theme-options.php:183
-msgid "Content on left"
-msgstr ""
-
-#: inc/theme-options.php:188
-msgid "Content on right"
-msgstr ""
-
-#: inc/theme-options.php:193
-msgid "One-column, no sidebar"
-msgstr ""
-
-#: inc/theme-options.php:302
-msgid "Select a Color"
-msgstr ""
-
-#: inc/theme-options.php:305
-msgid "Default color: %s"
-msgstr ""
-
-#: inc/theme-options.php:341
-msgid "%s Theme Options"
-msgstr ""
-
-#: inc/theme-options.php:600
-msgid "Layout"
-msgstr ""
-
-#: inc/widgets.php:23
-msgid "Twenty Eleven Ephemera"
-msgstr ""
-
-#: inc/widgets.php:26
-msgid "Use this widget to list your recent Aside, Status, Quote, and Link posts"
-msgstr ""
-
-#: inc/widgets.php:73
-msgid "Ephemera"
-msgstr ""
-
-#: inc/widgets.php:117 inc/widgets.php:126
-msgid "0 <span class=\"reply\">comments &rarr;</span>"
-msgstr ""
-
-#: inc/widgets.php:117 inc/widgets.php:126
-msgid "1 <span class=\"reply\">comment &rarr;</span>"
-msgstr ""
-
-#: inc/widgets.php:117 inc/widgets.php:126
-msgid "% <span class=\"reply\">comments &rarr;</span>"
-msgstr ""
-
-#: inc/widgets.php:193
-msgid "Title:"
-msgstr ""
-
-#: inc/widgets.php:196
-msgid "Number of posts to show:"
-msgstr ""
-
-#: search.php:18
-msgid "Search Results for: %s"
-msgstr ""
-
-#: search.php:51
-msgid "Sorry, but nothing matched your search criteria. Please try again with some different keywords."
-msgstr ""
-
-#: searchform.php:11 searchform.php:12 searchform.php:13
-msgid "Search"
-msgstr ""
-
-#: showcase.php:83
-msgid "Featured Post"
-msgstr ""
-
-#: showcase.php:160
-msgid "Featuring: %s"
-msgstr ""
-
-#: showcase.php:170
-msgid "Recent Posts"
-msgstr ""
-
-#: sidebar.php:19
-msgid "Archives"
-msgstr ""
-
-#: sidebar.php:26
-msgid "Meta"
-msgstr ""
-
-#: single.php:22
-msgid "<span class=\"meta-nav\">&larr;</span> Previous"
-msgstr ""
-
-#: single.php:23
-msgid "Next <span class=\"meta-nav\">&rarr;</span>"
-msgstr ""
-
-#: tag.php:20
-msgid "Tag Archives: %s"
-msgstr ""
-#. Theme Name of the plugin/theme
-msgid "Twenty Eleven"
-msgstr ""
-
-#. Theme URI of the plugin/theme
-msgid "https://wordpress.org/themes/twentyeleven/"
-msgstr ""
-
-#. Description of the plugin/theme
-msgid "The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom \"Ephemera\" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured \"sticky\" posts), and special styles for six different post formats."
-msgstr ""
-
-#. Author of the plugin/theme
-msgid "the WordPress team"
-msgstr ""
-
-#. Author URI of the plugin/theme
-msgid "https://wordpress.org/"
-msgstr ""
-
-#. Template Name of the plugin/theme
-msgid "Showcase Template"
-msgstr ""
-
-#. Template Name of the plugin/theme
-msgid "Sidebar Template"
-msgstr ""
+# Copyright (C) 2019 the WordPress team
+# This file is distributed under the GNU General Public License v2 or later.
+msgid ""
+msgstr ""
+"Project-Id-Version: Twenty Eleven 3.3\n"
+"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/twentyeleven\n"
+"POT-Creation-Date: 2019-05-07 18:19:59+00:00\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+
+#: 404.php:17
+msgid "This is somewhat embarrassing, isn&rsquo;t it?"
+msgstr ""
+
+#: 404.php:21
+msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching, or one of the links below, can help."
+msgstr ""
+
+#: 404.php:28
+msgid "Most Used Categories"
+msgstr ""
+
+#. translators: %1$s: smilie
+
+#: 404.php:46
+msgid "Try looking in the monthly archives. %1$s"
+msgstr ""
+
+#: archive.php:25
+msgid "Daily Archives: %s"
+msgstr ""
+
+#: archive.php:27
+msgid "Monthly Archives: %s"
+msgstr ""
+
+#: archive.php:27
+msgctxt "monthly archives date format"
+msgid "F Y"
+msgstr ""
+
+#: archive.php:29
+msgid "Yearly Archives: %s"
+msgstr ""
+
+#: archive.php:29
+msgctxt "yearly archives date format"
+msgid "Y"
+msgstr ""
+
+#: archive.php:31
+msgid "Blog Archives"
+msgstr ""
+
+#: archive.php:60 author.php:90 category.php:64 index.php:40 search.php:47
+#: tag.php:65
+msgid "Nothing Found"
+msgstr ""
+
+#: archive.php:64 author.php:94 category.php:68 index.php:44 tag.php:69
+msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
+msgstr ""
+
+#: author.php:29
+msgid "Author Archives: %s"
+msgstr ""
+
+#: author.php:61 content-single.php:70
+msgid "About %s"
+msgstr ""
+
+#: category.php:20
+msgid "Category Archives: %s"
+msgstr ""
+
+#: comments.php:17
+msgid "This post is password protected. Enter the password to view any comments."
+msgstr ""
+
+#. translators: %s: The post title.
+
+#: comments.php:37
+msgid "One thought on &ldquo;%1$s&rdquo;"
+msgstr ""
+
+#. translators: %1$s: The number of comments. %2$s: The post title.
+
+#: comments.php:43
+msgid "%1$s thought on &ldquo;%2$s&rdquo;"
+msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
+msgstr[0] ""
+msgstr[1] ""
+
+#: comments.php:53 comments.php:74
+msgid "Comment navigation"
+msgstr ""
+
+#: comments.php:54 comments.php:75
+msgid "&larr; Older Comments"
+msgstr ""
+
+#: comments.php:55 comments.php:76
+msgid "Newer Comments &rarr;"
+msgstr ""
+
+#: comments.php:87
+msgid "Comments are closed."
+msgstr ""
+
+#: content-aside.php:19
+msgid "Aside"
+msgstr ""
+
+#: content-aside.php:24 content-image.php:23 content-link.php:24
+#: content-quote.php:24 content-status.php:24 content.php:30
+msgid "Reply"
+msgstr ""
+
+#: content-aside.php:24 content-image.php:23 content-link.php:24
+#: content-quote.php:24 content-status.php:24 content.php:30
+msgctxt "comments number"
+msgid "1"
+msgstr ""
+
+#: content-aside.php:24 content-image.php:23 content-link.php:24
+#: content-quote.php:24 content-status.php:24 content.php:30
+msgctxt "comments number"
+msgid "%"
+msgstr ""
+
+#: content-aside.php:35 content-gallery.php:34 content-image.php:29
+#: content-link.php:35 content-quote.php:35 content-status.php:48
+#: content.php:41 functions.php:459
+msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
+msgstr ""
+
+#: content-aside.php:39 content-featured.php:26 content-gallery.php:61
+#: content-image.php:33 content-intro.php:21 content-link.php:39
+#: content-page.php:21 content-quote.php:39 content-single.php:27
+#: content-status.php:52 content.php:45 image.php:119
+msgid "Pages:"
+msgstr ""
+
+#: content-aside.php:51 content-gallery.php:103 content-image.php:75
+#: content-link.php:51 content-quote.php:81 content-status.php:64
+#: content.php:91 showcase.php:214
+msgid "Leave a reply"
+msgstr ""
+
+#: content-aside.php:51 content-gallery.php:103 content-image.php:75
+#: content-link.php:51 content-quote.php:81 content-status.php:64
+#: content.php:91 showcase.php:214
+msgid "<b>1</b> Reply"
+msgstr ""
+
+#: content-aside.php:51 content-gallery.php:103 content-image.php:75
+#: content-link.php:51 content-quote.php:81 content-status.php:64
+#: content.php:91 showcase.php:214
+msgid "<b>%</b> Replies"
+msgstr ""
+
+#: content-aside.php:53 content-featured.php:52 content-gallery.php:106
+#: content-image.php:79 content-intro.php:26 content-link.php:53
+#: content-page.php:28 content-quote.php:84 content-single.php:59
+#: content-status.php:66 content.php:94 functions.php:712 functions.php:743
+#: image.php:45
+msgid "Edit"
+msgstr ""
+
+#. translators: used between list items, there is a space after the comma
+
+#: content-featured.php:36 content-featured.php:45 content-gallery.php:73
+#: content-gallery.php:85 content-image.php:57 content-image.php:66
+#: content-quote.php:51 content-quote.php:63 content-single.php:37
+#: content-single.php:40 content.php:58 content.php:72
+msgid ", "
+msgstr ""
+
+#: content-featured.php:38
+msgid "This entry was posted in %1$s and tagged %2$s. Bookmark the <a href=\"%3$s\" title=\"Permalink to %4$s\" rel=\"bookmark\">permalink</a>."
+msgstr ""
+
+#: content-featured.php:40
+msgid "This entry was posted in %1$s. Bookmark the <a href=\"%3$s\" title=\"Permalink to %4$s\" rel=\"bookmark\">permalink</a>."
+msgstr ""
+
+#: content-gallery.php:19
+msgid "Gallery"
+msgstr ""
+
+#: content-gallery.php:49
+msgid "This gallery contains <a %1$s>%2$s photo</a>."
+msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
+msgstr[0] ""
+msgstr[1] ""
+
+#: content-gallery.php:50 showcase.php:128
+msgid "Permalink to %s"
+msgstr ""
+
+#: content-gallery.php:78 content-image.php:61 content-quote.php:56
+#: content.php:63
+msgid "<span class=\"%1$s\">Posted in</span> %2$s"
+msgstr ""
+
+#: content-gallery.php:93 content-image.php:70 content-quote.php:71
+#: content.php:80
+msgid "<span class=\"%1$s\">Tagged</span> %2$s"
+msgstr ""
+
+#: content-image.php:18
+msgid "Image"
+msgstr ""
+
+#: content-image.php:44
+msgid "<a href=\"%1$s\" rel=\"bookmark\"><time class=\"entry-date\" datetime=\"%2$s\">%3$s</time></a><span class=\"by-author\"> <span class=\"sep\"> by </span> <span class=\"author vcard\"><a class=\"url fn n\" href=\"%4$s\" title=\"%5$s\" rel=\"author\">%6$s</a></span></span>"
+msgstr ""
+
+#: content-image.php:49 functions.php:793
+msgid "View all posts by %s"
+msgstr ""
+
+#: content-link.php:19
+msgid "Link"
+msgstr ""
+
+#: content-quote.php:15
+msgid "Quote"
+msgstr ""
+
+#: content-single.php:42
+msgid "This entry was posted in %1$s and tagged %2$s by <a href=\"%6$s\">%5$s</a>. Bookmark the <a href=\"%3$s\" title=\"Permalink to %4$s\" rel=\"bookmark\">permalink</a>."
+msgstr ""
+
+#: content-single.php:44
+msgid "This entry was posted in %1$s by <a href=\"%6$s\">%5$s</a>. Bookmark the <a href=\"%3$s\" title=\"Permalink to %4$s\" rel=\"bookmark\">permalink</a>."
+msgstr ""
+
+#: content-single.php:46
+msgid "This entry was posted by <a href=\"%6$s\">%5$s</a>. Bookmark the <a href=\"%3$s\" title=\"Permalink to %4$s\" rel=\"bookmark\">permalink</a>."
+msgstr ""
+
+#: content-single.php:74
+msgid "View all posts by %s <span class=\"meta-nav\">&rarr;</span>"
+msgstr ""
+
+#: content-status.php:19
+msgid "Status"
+msgstr ""
+
+#: content.php:16
+msgid "Featured"
+msgstr ""
+
+#: footer.php:34
+msgid "https://wordpress.org/"
+msgstr ""
+
+#: footer.php:34
+msgid "Semantic Personal Publishing Platform"
+msgstr ""
+
+#: footer.php:35
+msgid "Proudly powered by %s"
+msgstr ""
+
+#: functions.php:102
+msgid "Blue"
+msgstr ""
+
+#: functions.php:107
+msgid "Black"
+msgstr ""
+
+#: functions.php:112
+msgid "Dark Gray"
+msgstr ""
+
+#: functions.php:117
+msgid "Medium Gray"
+msgstr ""
+
+#: functions.php:122
+msgid "Light Gray"
+msgstr ""
+
+#: functions.php:127
+msgid "White"
+msgstr ""
+
+#: functions.php:144
+msgid "Primary Menu"
+msgstr ""
+
+#. translators: header image description
+
+#: functions.php:238
+msgid "Wheel"
+msgstr ""
+
+#. translators: header image description
+
+#: functions.php:244
+msgid "Shore"
+msgstr ""
+
+#. translators: header image description
+
+#: functions.php:250
+msgid "Trolley"
+msgstr ""
+
+#. translators: header image description
+
+#: functions.php:256
+msgid "Pine Cone"
+msgstr ""
+
+#. translators: header image description
+
+#: functions.php:262
+msgid "Chessboard"
+msgstr ""
+
+#. translators: header image description
+
+#: functions.php:268
+msgid "Lanterns"
+msgstr ""
+
+#. translators: header image description
+
+#: functions.php:274
+msgid "Willow"
+msgstr ""
+
+#. translators: header image description
+
+#: functions.php:280
+msgid "Hanoi Plant"
+msgstr ""
+
+#: functions.php:532
+msgid "Main Sidebar"
+msgstr ""
+
+#: functions.php:543
+msgid "Showcase Sidebar"
+msgstr ""
+
+#: functions.php:545
+msgid "The sidebar for the optional Showcase Template"
+msgstr ""
+
+#: functions.php:555
+msgid "Footer Area One"
+msgstr ""
+
+#: functions.php:557 functions.php:569 functions.php:581
+msgid "An optional widget area for your site footer"
+msgstr ""
+
+#: functions.php:567
+msgid "Footer Area Two"
+msgstr ""
+
+#: functions.php:579
+msgid "Footer Area Three"
+msgstr ""
+
+#: functions.php:605 single.php:21
+msgid "Post navigation"
+msgstr ""
+
+#: functions.php:606
+msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
+msgstr ""
+
+#: functions.php:607
+msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
+msgstr ""
+
+#: functions.php:712
+msgid "Pingback:"
+msgstr ""
+
+#. translators: 1: comment author, 2: date and time
+
+#: functions.php:731
+msgid "%1$s on %2$s <span class=\"says\">said:</span>"
+msgstr ""
+
+#. translators: 1: date, 2: time
+
+#: functions.php:738
+msgid "%1$s at %2$s"
+msgstr ""
+
+#: functions.php:747
+msgid "Your comment is awaiting moderation."
+msgstr ""
+
+#: functions.php:761
+msgid "Reply <span>&darr;</span>"
+msgstr ""
+
+#: functions.php:787
+msgid "<span class=\"sep\">Posted on </span><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time class=\"entry-date\" datetime=\"%3$s\">%4$s</time></a><span class=\"by-author\"> <span class=\"sep\"> by </span> <span class=\"author vcard\"><a class=\"url fn n\" href=\"%5$s\" title=\"%6$s\" rel=\"author\">%7$s</a></span></span>"
+msgstr ""
+
+#: header.php:45
+msgid "Page %s"
+msgstr ""
+
+#: header.php:143
+msgid "Main menu"
+msgstr ""
+
+#: header.php:145
+msgid "Skip to primary content"
+msgstr ""
+
+#: header.php:147
+msgid "Skip to secondary content"
+msgstr ""
+
+#: image.php:21
+msgid "Image navigation"
+msgstr ""
+
+#: image.php:22
+msgid "&larr; Previous"
+msgstr ""
+
+#: image.php:23
+msgid "Next &rarr;"
+msgstr ""
+
+#: image.php:34
+msgid "<span class=\"meta-prep meta-prep-entry-date\">Published </span> <span class=\"entry-date\"><abbr class=\"published\" title=\"%1$s\">%2$s</abbr></span> at <a href=\"%3$s\" title=\"Link to full-size image\">%4$s &times; %5$s</a> in <a href=\"%6$s\" title=\"Return to %7$s\" rel=\"gallery\">%8$s</a>"
+msgstr ""
+
+#: inc/theme-options.php:56 inc/theme-options.php:564
+msgid "Color Scheme"
+msgstr ""
+
+#: inc/theme-options.php:62 inc/theme-options.php:589
+msgid "Link Color"
+msgstr ""
+
+#: inc/theme-options.php:63
+msgid "Default Layout"
+msgstr ""
+
+#: inc/theme-options.php:95 inc/theme-options.php:96
+msgid "Theme Options"
+msgstr ""
+
+#: inc/theme-options.php:112
+msgid "Some themes provide customization options that are grouped together on a Theme Options screen. If you change themes, options may change or disappear, as they are theme-specific. Your current theme, Twenty Eleven, provides the following Theme Options:"
+msgstr ""
+
+#: inc/theme-options.php:114
+msgid "<strong>Color Scheme</strong>: You can choose a color palette of \"Light\" (light background with dark text) or \"Dark\" (dark background with light text) for your site."
+msgstr ""
+
+#: inc/theme-options.php:115
+msgid "<strong>Link Color</strong>: You can choose the color used for text links on your site. You can enter the HTML color or hex code, or you can choose visually by clicking the \"Select a Color\" button to pick from a color wheel."
+msgstr ""
+
+#: inc/theme-options.php:116
+msgid "<strong>Default Layout</strong>: You can choose if you want your site&#8217;s default layout to have a sidebar on the left, the right, or not at all."
+msgstr ""
+
+#: inc/theme-options.php:118
+msgid "Remember to click \"Save Changes\" to save any changes you have made to the theme options."
+msgstr ""
+
+#: inc/theme-options.php:120
+msgid "For more information:"
+msgstr ""
+
+#: inc/theme-options.php:121
+msgid "<a href=\"https://wordpress.org/support/article/appearance-customize-screen/\" target=\"_blank\">Documentation on Theme Options</a>"
+msgstr ""
+
+#: inc/theme-options.php:122
+msgid "<a href=\"https://wordpress.org/support/\" target=\"_blank\">Support</a>"
+msgstr ""
+
+#: inc/theme-options.php:130
+msgid "Overview"
+msgstr ""
+
+#: inc/theme-options.php:152
+msgid "Light"
+msgstr ""
+
+#: inc/theme-options.php:158
+msgid "Dark"
+msgstr ""
+
+#: inc/theme-options.php:183
+msgid "Content on left"
+msgstr ""
+
+#: inc/theme-options.php:188
+msgid "Content on right"
+msgstr ""
+
+#: inc/theme-options.php:193
+msgid "One-column, no sidebar"
+msgstr ""
+
+#: inc/theme-options.php:302
+msgid "Select a Color"
+msgstr ""
+
+#: inc/theme-options.php:305
+msgid "Default color: %s"
+msgstr ""
+
+#: inc/theme-options.php:341
+msgid "%s Theme Options"
+msgstr ""
+
+#: inc/theme-options.php:600
+msgid "Layout"
+msgstr ""
+
+#: inc/widgets.php:23
+msgid "Twenty Eleven Ephemera"
+msgstr ""
+
+#: inc/widgets.php:26
+msgid "Use this widget to list your recent Aside, Status, Quote, and Link posts"
+msgstr ""
+
+#: inc/widgets.php:73
+msgid "Ephemera"
+msgstr ""
+
+#: inc/widgets.php:117 inc/widgets.php:126
+msgid "0 <span class=\"reply\">comments &rarr;</span>"
+msgstr ""
+
+#: inc/widgets.php:117 inc/widgets.php:126
+msgid "1 <span class=\"reply\">comment &rarr;</span>"
+msgstr ""
+
+#: inc/widgets.php:117 inc/widgets.php:126
+msgid "% <span class=\"reply\">comments &rarr;</span>"
+msgstr ""
+
+#: inc/widgets.php:193
+msgid "Title:"
+msgstr ""
+
+#: inc/widgets.php:196
+msgid "Number of posts to show:"
+msgstr ""
+
+#: search.php:18
+msgid "Search Results for: %s"
+msgstr ""
+
+#: search.php:51
+msgid "Sorry, but nothing matched your search criteria. Please try again with some different keywords."
+msgstr ""
+
+#: searchform.php:11 searchform.php:12 searchform.php:13
+msgid "Search"
+msgstr ""
+
+#: showcase.php:83
+msgid "Featured Post"
+msgstr ""
+
+#: showcase.php:160
+msgid "Featuring: %s"
+msgstr ""
+
+#: showcase.php:170
+msgid "Recent Posts"
+msgstr ""
+
+#: sidebar.php:19
+msgid "Archives"
+msgstr ""
+
+#: sidebar.php:26
+msgid "Meta"
+msgstr ""
+
+#: single.php:22
+msgid "<span class=\"meta-nav\">&larr;</span> Previous"
+msgstr ""
+
+#: single.php:23
+msgid "Next <span class=\"meta-nav\">&rarr;</span>"
+msgstr ""
+
+#: tag.php:20
+msgid "Tag Archives: %s"
+msgstr ""
+#. Theme Name of the plugin/theme
+msgid "Twenty Eleven"
+msgstr ""
+
+#. Theme URI of the plugin/theme
+msgid "https://wordpress.org/themes/twentyeleven/"
+msgstr ""
+
+#. Description of the plugin/theme
+msgid "The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom \"Ephemera\" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured \"sticky\" posts), and special styles for six different post formats."
+msgstr ""
+
+#. Author of the plugin/theme
+msgid "the WordPress team"
+msgstr ""
+
+#. Author URI of the plugin/theme
+msgid "https://wordpress.org/"
+msgstr ""
+
+#. Template Name of the plugin/theme
+msgid "Showcase Template"
+msgstr ""
+
+#. Template Name of the plugin/theme
+msgid "Sidebar Template"
+msgstr ""
diff --git a/wp-content/themes/twentyeleven/license.txt b/wp-content/themes/twentyeleven/license.txt
index 5fbe4a70a..d31195ab0 100644
--- a/wp-content/themes/twentyeleven/license.txt
+++ b/wp-content/themes/twentyeleven/license.txt
@@ -1,281 +1,281 @@
-		    GNU GENERAL PUBLIC LICENSE
-		       Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc. 
-              51 Franklin St, Fifth Floor, Boston, MA 02110, USA
-
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-			    Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-		    GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-			    NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-		     END OF TERMS AND CONDITIONS
-
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc. 
+              51 Franklin St, Fifth Floor, Boston, MA 02110, USA
+
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
diff --git a/wp-content/themes/twentyeleven/page.php b/wp-content/themes/twentyeleven/page.php
index 4b322e84f..9acf6e411 100644
--- a/wp-content/themes/twentyeleven/page.php
+++ b/wp-content/themes/twentyeleven/page.php
@@ -1,34 +1,34 @@
-<?php
-/**
- * Template for displaying all pages
- *
- * This is the template that displays all pages by default.
- * Please note that this is the WordPress construct of pages
- * and that other 'pages' on your WordPress site will use a
- * different template.
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-get_header(); ?>
-
-		<div id="primary">
-			<div id="content" role="main">
-
-				<?php
-				while ( have_posts() ) :
-					the_post();
-					?>
-
-					<?php get_template_part( 'content', 'page' ); ?>
-
-					<?php comments_template( '', true ); ?>
-
-				<?php endwhile; // end of the loop. ?>
-
-			</div><!-- #content -->
-		</div><!-- #primary -->
-
-<?php get_footer(); ?>
+<?php
+/**
+ * Template for displaying all pages
+ *
+ * This is the template that displays all pages by default.
+ * Please note that this is the WordPress construct of pages
+ * and that other 'pages' on your WordPress site will use a
+ * different template.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+get_header(); ?>
+
+		<div id="primary">
+			<div id="content" role="main">
+
+				<?php
+				while ( have_posts() ) :
+					the_post();
+					?>
+
+					<?php get_template_part( 'content', 'page' ); ?>
+
+					<?php comments_template( '', true ); ?>
+
+				<?php endwhile; // End of the loop. ?>
+
+			</div><!-- #content -->
+		</div><!-- #primary -->
+
+<?php get_footer(); ?>
diff --git a/wp-content/themes/twentyeleven/readme.txt b/wp-content/themes/twentyeleven/readme.txt
index e67e5225d..3fb2a8b8d 100644
--- a/wp-content/themes/twentyeleven/readme.txt
+++ b/wp-content/themes/twentyeleven/readme.txt
@@ -1,160 +1,164 @@
-=== Twenty Eleven ===
-Contributors: wordpressdotorg
-Requires at least: WordPress 3.2
-Tested up to: WordPress 5.0
-Requires PHP: 5.2.4
-Stable tag: 3.3
-License: GPLv2 or later
-License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
-
-== Description ==
-The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
-
-For more information about Twenty Eleven please go to https://codex.wordpress.org/Twenty_Eleven.
-
-== Installation ==
-
-1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
-2. Type in Twenty Eleven in the search form and press the 'Enter' key in your keyboard.
-3. Click on the 'Activate' button to use your new theme right away.
-4. Go to https://codex.wordpress.org/Twenty_Eleven for a guide to customize this theme.
-5. Navigate to Appearance > Customize in your admin panel.
-
-== Copyright ==
-
-Twenty Eleven WordPress Theme, Copyright 2011-2018 WordPress.org & Automattic.com
-Twenty Eleven is Distributed under the terms of the GNU GPL
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-Twenty Eleven Theme bundles the following third-party resources:
-
-HTML5 Shiv v3.7.0, Copyright 2014 Alexander Farkas
-Licenses: MIT/GPL2
-Source: https://github.com/aFarkas/html5shiv
-
-== Changelog ==
-
-= 3.3 =
-* Released: May 7, 2019
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_3.3
-
-= 3.2 =
-* Released: February 21, 2019
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_3.2
-
-= 3.1 =
-* Released: January 9, 2019
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_3.1
-
-= 3.0 =
-* Released: December 19, 2018
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_3.0
-
-= 2.9 =
-* Released: December 6, 2018
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.9
-
-= 2.8 =
-* Released: May 17, 2018
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.8
-
-= 2.7 =
-* Released: November 14, 2017
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.7
-
-= 2.6 =
-* Released: June 8, 2017
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.6
-
-= 2.5 =
-* Released: August 15, 2016
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.5
-
-= 2.4 =
-* Released: April 12, 2016
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.4
-
-= 2.3 =
-* Released: December 8, 2015
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.3
-
-= 2.2 =
-* Released: August 18, 2015
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.2
-
-= 2.1 =
-* Released: April 23, 2015
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.1
-
-= 2.0 =
-* Released: December 18, 2014
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.0
-
-= 1.9 =
-* Released: September 4, 2014
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.9
-
-= 1.8 =
-* Released: May 8, 2014
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.8
-
-= 1.7 =
-* Released: October 24, 2013
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.7
-
-= 1.6 =
-* Released: August 1, 2013
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.6
-
-= 1.5 =
-* Released: December 11, 2012
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.5
-
-= 1.4 =
-* Released: June 13, 2012
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.4
-
-= 1.3 =
-* Released: December 12, 2011
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.3
-
-= 1.2 =
-* Released: July 12, 2011
-
-https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.2
-
-= 1.1 =
-* Released: July 4, 2011
-
-Initial release.
+=== Twenty Eleven ===
+Contributors: wordpressdotorg
+Requires at least: WordPress 3.2
+Tested up to: 5.0
+Stable tag: 3.4
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
+
+== Description ==
+The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
+
+For more information about Twenty Eleven please go to https://codex.wordpress.org/Twenty_Eleven.
+
+== Installation ==
+
+1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
+2. Type in Twenty Eleven in the search form and press the 'Enter' key in your keyboard.
+3. Click on the 'Activate' button to use your new theme right away.
+4. Go to https://codex.wordpress.org/Twenty_Eleven for a guide to customize this theme.
+5. Navigate to Appearance > Customize in your admin panel.
+
+== Copyright ==
+
+Twenty Eleven WordPress Theme, Copyright 2011-2020 WordPress.org & Automattic.com
+Twenty Eleven is Distributed under the terms of the GNU GPL
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+Twenty Eleven Theme bundles the following third-party resources:
+
+HTML5 Shiv v3.7.0, Copyright 2014 Alexander Farkas
+Licenses: MIT/GPL2
+Source: https://github.com/aFarkas/html5shiv
+
+== Changelog ==
+
+= 3.4 =
+* Released: March 31, 2020
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_3.4
+
+= 3.3 =
+* Released: May 7, 2019
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_3.3
+
+= 3.2 =
+* Released: February 21, 2019
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_3.2
+
+= 3.1 =
+* Released: January 9, 2019
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_3.1
+
+= 3.0 =
+* Released: December 19, 2018
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_3.0
+
+= 2.9 =
+* Released: December 6, 2018
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.9
+
+= 2.8 =
+* Released: May 17, 2018
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.8
+
+= 2.7 =
+* Released: November 14, 2017
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.7
+
+= 2.6 =
+* Released: June 8, 2017
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.6
+
+= 2.5 =
+* Released: August 15, 2016
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.5
+
+= 2.4 =
+* Released: April 12, 2016
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.4
+
+= 2.3 =
+* Released: December 8, 2015
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.3
+
+= 2.2 =
+* Released: August 18, 2015
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.2
+
+= 2.1 =
+* Released: April 23, 2015
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.1
+
+= 2.0 =
+* Released: December 18, 2014
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.0
+
+= 1.9 =
+* Released: September 4, 2014
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.9
+
+= 1.8 =
+* Released: May 8, 2014
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.8
+
+= 1.7 =
+* Released: October 24, 2013
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.7
+
+= 1.6 =
+* Released: August 1, 2013
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.6
+
+= 1.5 =
+* Released: December 11, 2012
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.5
+
+= 1.4 =
+* Released: June 13, 2012
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.4
+
+= 1.3 =
+* Released: December 12, 2011
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.3
+
+= 1.2 =
+* Released: July 12, 2011
+
+https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.2
+
+= 1.1 =
+* Released: July 4, 2011
+
+Initial release.
diff --git a/wp-content/themes/twentyeleven/rtl.css b/wp-content/themes/twentyeleven/rtl.css
index 7aac91053..ac5205e37 100644
--- a/wp-content/themes/twentyeleven/rtl.css
+++ b/wp-content/themes/twentyeleven/rtl.css
@@ -1,589 +1,589 @@
-/*
-Theme Name: Twenty Eleven
-
-Adding support for language written in a Right To Left (RTL) direction is easy -
-it's just a matter of overwriting all the horizontal positioning attributes
-of your CSS stylesheet in a separate stylesheet file named rtl.css.
-
-https://codex.wordpress.org/Right_to_Left_Language_Support
-
-*/
-
-/* =Reset reset
------------------------------------------------ */
-
-caption, th, td {
-	text-align: right;
-}
-
-/* =Structure
------------------------------------------------ */
-
-body {
-	direction:rtl;
-	unicode-bidi:embed;
-}
-
-/* Showcase */
-.page-template-showcase-php section.recent-posts {
-	float: left;
-	margin: 0 31% 0 0;
-}
-.page-template-showcase-php #main .widget-area {
-	float: right;
-	margin: 0 0 0 -22.15%;
-}
-
-/* One column */
-
-.one-column article.feature-image.small .entry-summary a {
-	left: auto;
-	right: -9%;
-}
-
-/* Simplify the pullquotes and pull styles */
-.one-column.singular .entry-meta .edit-link a {
-	right: 0px;
-	left: auto;
-}
-/* Make sure we have room for our comment avatars */
-.one-column .commentlist > li.comment {
-	margin-left: 0;
-	margin-right: 102px;
-}
-/* Make sure the logo and search form don't collide */
-.one-column #branding #searchform {
-	right: auto;
-	left: 40px;
-}
-/* Talking avatars take up too much room at this size */
-.one-column .commentlist > li.comment {
-	margin-right: 0;
-}
-.one-column .commentlist > li.comment .comment-meta,
-.one-column .commentlist > li.comment .comment-content {
-	margin-right: 0;
-	margin-left: 85px;
-}
-.one-column .commentlist .avatar {
-	right: auto;
-	left: 1.625em;
-}
-.one-column .commentlist .children .avatar {
-	left: auto;
-	right: 2.2em;
-}
-
-/* =Global
------------------------------------------------ */
-
-/* Text elements */
-p {
-	margin-bottom: 1.625em;
-}
-ul, ol {
-	margin: 0 2.5em 1.625em 0;
-}
-.ltr ul, .ltr ol {
-	margin: 0 0 1.625em 2.5em;
-}
-blockquote {
-	font-family: Arial, sans-serif;
-}
-blockquote em, blockquote i, blockquote cite {
-	font-style: normal;
-}
-
-/* Forms */
-textarea {
-	padding-left: 0;
-	padding-right: 3px;
-}
-input#s {
-	background-position: 97% 6px;
-	padding: 4px 28px 4px 10px;
-}
-#respond #wp-comment-cookies-consent {
-	margin: 0 0 0 10px;
-}
-
-/* Assistive text */
-#access a.assistive-text:focus {
-	left: auto;
-	right: 7.6%;
-}
-
-/* =Header
------------------------------------------------ */
-
-#site-title {
-	margin-right: 0;
-	margin-left: 270px;
-}
-
-#site-description {
-	margin: 0 0 3.65625em 270px;
-}
-
-/* =Menu
--------------------------------------------------------------- */
-
-#access {
-	float: right;
-}
-#access ul {
-	margin: 0 -0.8125em 0 0;
-	padding-right: 0;
-}
-#access li {
-	float: right;
-}
-#access ul ul {
-	float: right;
-	left: auto;
-	right: 0;
-}
-#access ul ul ul {
-	left: auto;
-	right: 100%;
-}
-
-/* Search Form */
-#branding #searchform {
-	right: auto;
-	left: 7.6%;
-	text-align: left;
-}
-#branding #s {
-	float: left;
-}
-#branding .only-search + #access div {
-	padding-right: 0;
-	padding-left: 205px;
-}
-
-
-/* =Content
------------------------------------------------ */
-.entry-title,
-.entry-header .entry-meta {
-	padding-right: 0;
-	padding-left: 76px;
-}
-.entry-content td,
-.comment-content td {
-	padding: 6px 0 6px 10px;
-}
-.page-link span {
-	margin-right: 0;
-	margin-left: 6px;
-}
-.entry-meta .edit-link a {
-	float: left;
-}
-/* Images */
-
-.wp-caption .wp-caption-text,
-.gallery-caption {
-	font-family: Arial, sans-serif;
-}
-.wp-caption .wp-caption-text {
-	padding: 10px 40px 5px 0px;
-}
-.wp-caption .wp-caption-text:before {
-	margin-right: 0;
-	margin-left: 5px;
-	left: auto;
-	right: 10px;
-}
-#content .gallery-columns-4 .gallery-item {
-	padding-right:0;
-	padding-left:2%;
-}
-
-/* Author Info */
-.singular #author-info {
-	margin: 2.2em -35.4% 0 -35.6%;
-}
-#author-avatar {
-	float: right;
-	margin-right: 0;
-	margin-left: -78px;
-}
-#author-description {
-	float: right;
-	margin-left: 0;
-	margin-right: 108px;
-}
-/* Comments link */
-.entry-header .comments-link a {
-	background-image: url(images/comment-bubble-rtl.png);
-	right: auto;
-	left: 0;
-}
-
-/*
-	Post Formats Headings
-*/
-.singular .entry-title,
-.singular .entry-header .entry-meta {
-	padding-left: 0;
-}
-.singular .entry-header .entry-meta {
-	left: auto;
-	right: 0;
-}
-.singular .entry-meta .edit-link a {
-	left: auto;
-	right: 50px;
-}
-
-
-/* =Gallery
------------------------------------------------ */
-
-.format-gallery .gallery-thumb {
-	float: right;
-	margin: .375em 0 0 1.625em;
-}
-
-
-/* =Status
------------------------------------------------ */
-
-.format-status img.avatar {
-	float: right;
-	margin: 4px 0 2px 10px;
-}
-
-
-/* =Image
------------------------------------------------ */
-
-.indexed.format-image div.entry-meta {
-	float: right;
-}
-/* =error404
-----------------------
-------------------------- */
-.error404 #main .widget {
-	float: right;
-	margin-right: auto;
-	margin-left: 3.7%;
-}
-.error404 #main .widget_archive {
-	margin-left: 0;
-}
-.error404 #main .widget_tag_cloud {
-	margin-left: 0;
-}
-
-/* =Showcase
------------------------------------------------ */
-
-article.intro .edit-link a {
-	right: auto;
-	left: 20px;
-}
-
-/* Featured post */
-section.featured-post {
-	float: right;
-}
-
-/* Small featured post */
-section.featured-post .attachment-small-feature {
-	float: left;
-	margin: 0 0 1.625em -8.9%;
-	right: auto;
-	left: -15px;
-}
-article.feature-image.small {
-	float: right;
-}
-article.feature-image.small .entry-summary p a {
-	left:auto;
-	right: -23.8%;
-	padding: 9px 85px 9px 26px;
-}
-
-/* Large featured post */
-section.feature-image.large .hentry {
-	left:auto;
-	right: 9%;
-	margin: 1.625em 0 0 9%;
-}
-/* Featured Slider */
-.featured-posts .showcase-heading {
-	padding-left: 0;
-	padding-right: 8.9%;
-}
-.featured-posts section.featured-post {
-	left: auto;
-	right: 0;
-}
-#content .feature-slider {
-	right: auto;
-	left: 8.9%;
-}
-.feature-slider li {
-	float: right;
-}
-/* Recent Posts */
-section.recent-posts .other-recent-posts a[rel="bookmark"] {
-	float: right;
-}
-section.recent-posts .other-recent-posts .comments-link a,
-section.recent-posts .other-recent-posts .comments-link > span {
-	padding: 0.3125em 1em 0.3125em 0;
-	right: auto;
-	left: 0;
-	text-align: left;
-}
-
-/* =Attachments
------------------------------------------------ */
-
-/* =Navigation
--------------------------------------------------------------- */
-
-.nav-previous {
-	float: right;
-}
-.nav-next {
-	float: left;
-	text-align: left;
-}
-
-/* Singular navigation */
-#nav-single {
-	float: left;
-	text-align: left;
-}
-#nav-single .nav-next {
-	padding-left: 0;
-	padding-right: .5em;
-}
-
-
-/* =Widgets
------------------------------------------------ */
-
-.widget ul ul {
-	margin-left: 0;
-	margin-right: 1.5em;
-}
-
-/* Twitter */
-.widget_twitter .timesince {
-	margin-right: 0;
-	margin-left: -10px;
-	text-align: left;
-}
-.widget_text ul,
-.widget_text ol {
-	margin: 0 2.5em 1.625em 0;
-}
-
-/* =Comments
------------------------------------------------ */
-
-.commentlist .children li.comment {
-	border-left: none;
-	border-right: 1px solid #ddd;
-	-moz-border-radius: 3px 0  0 3px;
-	border-radius: 3px 0 0 3px;
-}
-.commentlist .children li.comment .comment-meta {
-	margin-left: 0;
-	margin-right: 50px;
-}
-.commentlist .avatar {
-	left: auto;
-	right: -102px;
-}
-.commentlist > li:before {
-	content: url(images/comment-arrow-rtl.png);
-	left:auto;
-	right: -21px;
-}
-.commentlist > li.pingback:before {
-	content: '';
-}
-.commentlist .children .avatar {
-	left: auto;
-	right: 2.2em;
-}
-
-/* Post author highlighting */
-.commentlist > li.bypostauthor:before {
-	content: url(images/comment-arrow-bypostauthor-rtl.png);
-}
-
-/* sidebar-page.php comments */
-/* Make sure we have room for our comment avatars */
-.page-template-sidebar-page-php .commentlist > li.comment,
-.page-template-sidebar-page-php.commentlist .pingback {
-	margin-left: 0;
-	margin-right: 102px;
-}
-
-/* Comment Form */
-#respond .comment-form-author label,
-#respond .comment-form-email label,
-#respond .comment-form-url label,
-#respond .comment-form-comment label {
-	left: auto;
-	right: 4px;
-}
-#respond .comment-form-author label,
-#respond .comment-form-email label,
-#respond .comment-form-url label,
-#respond .comment-form-comment label {
-	-webkit-box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
-	-moz-box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
-	box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
-}
-#respond .comment-form-author .required,
-#respond .comment-form-email .required {
-	left: auto;
-	right: 75%;
-}
-#respond .form-submit {
-	float: left;
-}
-#respond input#submit {
-	left: auto;
-	right: 30px;
-	padding: 5px 22px 5px 42px;
-}
-#respond #cancel-comment-reply-link {
-	margin-left: 0;
-	margin-right: 10px;
-}
-#cancel-comment-reply-link {
-	right: auto;
-	left: 1.625em;
-}
-
-/* =Footer
------------------------------------------------ */
-
-/* Two Footer Widget Areas */
-#supplementary.two .widget-area {
-	float: right;
-	margin-right: 0;
-	margin-left: 3.7%;
-}
-#supplementary.two .widget-area + .widget-area {
-	margin-left: 0;
-}
-
-/* Three Footer Widget Areas */
-#supplementary.three .widget-area {
-	float: right;
-	margin-right: 0;
-	margin-left: 3.7%;
-}
-#supplementary.three .widget-area + .widget-area + .widget-area {
-	margin-left: 0;
-}
-
-/* Site Generator Line */
-#site-generator .sep {
-	background-position: right center;
-}
-
-
-/* =Responsive Structure
------------------------------------------------ */
-
-@media (max-width: 800px) {
-	/* Simplify the showcase template when small feature */
-	section.featured-post .attachment-small-feature,
-	.one-column section.featured-post .attachment-small-feature {
-		float: right;
-	}
-	article.feature-image.small {
-		float: left;
-	}
-	article.feature-image.small .entry-summary p a {
-		right: 0;
-	}
-	.singular .entry-meta .edit-link a {
-		left: auto;
-		right: 0px;
-	}
-	/* Make sure we have room for our comment avatars */
-	.commentlist > li.comment,
-	.commentlist .pingback {
-		margin-left: 0;
-		margin-right: 102px;
-	}
-	/* No need to float footer widgets at this size */
-	#colophon #supplementary .widget-area {
-		margin-left: 0;
-	}
-	/* No need to float 404 widgets at this size */
-	.error404 #main .widget {
-		margin-left: 0;
-	}
-}
-@media (max-width: 650px) {
-	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
-	#site-title,
-	#site-description {
-		margin-left: 0;
-	}
-	/* Talking avatars take up too much room at this size */
-	.commentlist > li.comment,
-	.commentlist > li.pingback {
-		margin-right: 0 !important;
-	}
-	.commentlist .children .avatar {
-		left: auto;
-		right: 2.2em;
-	}
-	/* Use the available space in the smaller comment form */
-	#respond .comment-form-author .required,
-	#respond .comment-form-email .required {
-	    left: auto;
-	    right: 95%;
-	}
-	#content .gallery-columns-3 .gallery-item {
-		padding-right: 0;
-		padding-left:2%;
-	}
-}
-@media (max-width: 450px) {
-	#content .gallery-columns-2 .gallery-item {
-		padding-right:0;
-		padding-left:4%;
-	}
-}
-
-/* =Print
------------------------------------------------ */
-
-@media print {
-	#primary {
-	    float: right;
-	}
-	/* Comments */
-	.commentlist .avatar {
-	    left: auto;
-	    right: 2.2em;
-	}
-	.commentlist li.comment .comment-meta {
-	    margin-left: 0;
-	    margin-right: 50px;
-	}
-}
-
-/* =IE7
------------------------------------------------ */
-
-#ie7 section.recent-posts {
-	margin-right: 0;
-	margin-left: 7.6%;
-}
+/*
+Theme Name: Twenty Eleven
+
+Adding support for language written in a Right To Left (RTL) direction is easy -
+it's just a matter of overwriting all the horizontal positioning attributes
+of your CSS stylesheet in a separate stylesheet file named rtl.css.
+
+https://codex.wordpress.org/Right_to_Left_Language_Support
+
+*/
+
+/* =Reset reset
+----------------------------------------------- */
+
+caption, th, td {
+	text-align: right;
+}
+
+/* =Structure
+----------------------------------------------- */
+
+body {
+	direction:rtl;
+	unicode-bidi:embed;
+}
+
+/* Showcase */
+.page-template-showcase-php section.recent-posts {
+	float: left;
+	margin: 0 31% 0 0;
+}
+.page-template-showcase-php #main .widget-area {
+	float: right;
+	margin: 0 0 0 -22.15%;
+}
+
+/* One column */
+
+.one-column article.feature-image.small .entry-summary a {
+	left: auto;
+	right: -9%;
+}
+
+/* Simplify the pullquotes and pull styles */
+.one-column.singular .entry-meta .edit-link a {
+	right: 0px;
+	left: auto;
+}
+/* Make sure we have room for our comment avatars */
+.one-column .commentlist > li.comment {
+	margin-left: 0;
+	margin-right: 102px;
+}
+/* Make sure the logo and search form don't collide */
+.one-column #branding #searchform {
+	right: auto;
+	left: 40px;
+}
+/* Talking avatars take up too much room at this size */
+.one-column .commentlist > li.comment {
+	margin-right: 0;
+}
+.one-column .commentlist > li.comment .comment-meta,
+.one-column .commentlist > li.comment .comment-content {
+	margin-right: 0;
+	margin-left: 85px;
+}
+.one-column .commentlist .avatar {
+	right: auto;
+	left: 1.625em;
+}
+.one-column .commentlist .children .avatar {
+	left: auto;
+	right: 2.2em;
+}
+
+/* =Global
+----------------------------------------------- */
+
+/* Text elements */
+p {
+	margin-bottom: 1.625em;
+}
+ul, ol {
+	margin: 0 2.5em 1.625em 0;
+}
+.ltr ul, .ltr ol {
+	margin: 0 0 1.625em 2.5em;
+}
+blockquote {
+	font-family: Arial, sans-serif;
+}
+blockquote em, blockquote i, blockquote cite {
+	font-style: normal;
+}
+
+/* Forms */
+textarea {
+	padding-left: 0;
+	padding-right: 3px;
+}
+input#s {
+	background-position: 97% 6px;
+	padding: 4px 28px 4px 10px;
+}
+#respond #wp-comment-cookies-consent {
+	margin: 0 0 0 10px;
+}
+
+/* Assistive text */
+a.assistive-text:focus {
+	left: auto;
+	right: 6px;
+}
+
+/* =Header
+----------------------------------------------- */
+
+#site-title {
+	margin-right: 0;
+	margin-left: 270px;
+}
+
+#site-description {
+	margin: 0 0 3.65625em 270px;
+}
+
+/* =Menu
+-------------------------------------------------------------- */
+
+#access {
+	float: right;
+}
+#access ul {
+	margin: 0 -0.8125em 0 0;
+	padding-right: 0;
+}
+#access li {
+	float: right;
+}
+#access ul ul {
+	float: right;
+	left: auto;
+	right: 0;
+}
+#access ul ul ul {
+	left: auto;
+	right: 100%;
+}
+
+/* Search Form */
+#branding #searchform {
+	right: auto;
+	left: 7.6%;
+	text-align: left;
+}
+#branding #s {
+	float: left;
+}
+#branding .only-search + #access div {
+	padding-right: 0;
+	padding-left: 205px;
+}
+
+
+/* =Content
+----------------------------------------------- */
+.entry-title,
+.entry-header .entry-meta {
+	padding-right: 0;
+	padding-left: 76px;
+}
+.entry-content td,
+.comment-content td {
+	padding: 6px 0 6px 10px;
+}
+.page-link span {
+	margin-right: 0;
+	margin-left: 6px;
+}
+.entry-meta .edit-link a {
+	float: left;
+}
+/* Images */
+
+.wp-caption .wp-caption-text,
+.gallery-caption {
+	font-family: Arial, sans-serif;
+}
+.wp-caption .wp-caption-text {
+	padding: 10px 40px 5px 0px;
+}
+.wp-caption .wp-caption-text:before {
+	margin-right: 0;
+	margin-left: 5px;
+	left: auto;
+	right: 10px;
+}
+#content .gallery-columns-4 .gallery-item {
+	padding-right:0;
+	padding-left:2%;
+}
+
+/* Author Info */
+.singular #author-info {
+	margin: 2.2em -35.4% 0 -35.6%;
+}
+#author-avatar {
+	float: right;
+	margin-right: 0;
+	margin-left: -78px;
+}
+#author-description {
+	float: right;
+	margin-left: 0;
+	margin-right: 108px;
+}
+/* Comments link */
+.entry-header .comments-link a {
+	background-image: url(images/comment-bubble-rtl.png);
+	right: auto;
+	left: 0;
+}
+
+/*
+	Post Formats Headings
+*/
+.singular .entry-title,
+.singular .entry-header .entry-meta {
+	padding-left: 0;
+}
+.singular .entry-header .entry-meta {
+	left: auto;
+	right: 0;
+}
+.singular .entry-meta .edit-link a {
+	left: auto;
+	right: 50px;
+}
+
+
+/* =Gallery
+----------------------------------------------- */
+
+.format-gallery .gallery-thumb {
+	float: right;
+	margin: .375em 0 0 1.625em;
+}
+
+
+/* =Status
+----------------------------------------------- */
+
+.format-status img.avatar {
+	float: right;
+	margin: 4px 0 2px 10px;
+}
+
+
+/* =Image
+----------------------------------------------- */
+
+.indexed.format-image div.entry-meta {
+	float: right;
+}
+/* =error404
+----------------------
+------------------------- */
+.error404 #main .widget {
+	float: right;
+	margin-right: auto;
+	margin-left: 3.7%;
+}
+.error404 #main .widget_archive {
+	margin-left: 0;
+}
+.error404 #main .widget_tag_cloud {
+	margin-left: 0;
+}
+
+/* =Showcase
+----------------------------------------------- */
+
+article.intro .edit-link a {
+	right: auto;
+	left: 20px;
+}
+
+/* Featured post */
+section.featured-post {
+	float: right;
+}
+
+/* Small featured post */
+section.featured-post .attachment-small-feature {
+	float: left;
+	margin: 0 0 1.625em -8.9%;
+	right: auto;
+	left: -15px;
+}
+article.feature-image.small {
+	float: right;
+}
+article.feature-image.small .entry-summary p a {
+	left:auto;
+	right: -23.8%;
+	padding: 9px 85px 9px 26px;
+}
+
+/* Large featured post */
+section.feature-image.large .hentry {
+	left:auto;
+	right: 9%;
+	margin: 1.625em 0 0 9%;
+}
+/* Featured Slider */
+.featured-posts .showcase-heading {
+	padding-left: 0;
+	padding-right: 8.9%;
+}
+.featured-posts section.featured-post {
+	left: auto;
+	right: 0;
+}
+#content .feature-slider {
+	right: auto;
+	left: 8.9%;
+}
+.feature-slider li {
+	float: right;
+}
+/* Recent Posts */
+section.recent-posts .other-recent-posts a[rel="bookmark"] {
+	float: right;
+}
+section.recent-posts .other-recent-posts .comments-link a,
+section.recent-posts .other-recent-posts .comments-link > span {
+	padding: 0.3125em 1em 0.3125em 0;
+	right: auto;
+	left: 0;
+	text-align: left;
+}
+
+/* =Attachments
+----------------------------------------------- */
+
+/* =Navigation
+-------------------------------------------------------------- */
+
+.nav-previous {
+	float: right;
+}
+.nav-next {
+	float: left;
+	text-align: left;
+}
+
+/* Singular navigation */
+#nav-single {
+	float: left;
+	text-align: left;
+}
+#nav-single .nav-next {
+	padding-left: 0;
+	padding-right: .5em;
+}
+
+
+/* =Widgets
+----------------------------------------------- */
+
+.widget ul ul {
+	margin-left: 0;
+	margin-right: 1.5em;
+}
+
+/* Twitter */
+.widget_twitter .timesince {
+	margin-right: 0;
+	margin-left: -10px;
+	text-align: left;
+}
+.widget_text ul,
+.widget_text ol {
+	margin: 0 2.5em 1.625em 0;
+}
+
+/* =Comments
+----------------------------------------------- */
+
+.commentlist .children li.comment {
+	border-left: none;
+	border-right: 1px solid #ddd;
+	-moz-border-radius: 3px 0 0 3px;
+	border-radius: 3px 0 0 3px;
+}
+.commentlist .children li.comment .comment-meta {
+	margin-left: 0;
+	margin-right: 50px;
+}
+.commentlist .avatar {
+	left: auto;
+	right: -102px;
+}
+.commentlist > li:before {
+	content: url(images/comment-arrow-rtl.png);
+	left:auto;
+	right: -21px;
+}
+.commentlist > li.pingback:before {
+	content: '';
+}
+.commentlist .children .avatar {
+	left: auto;
+	right: 2.2em;
+}
+
+/* Post author highlighting */
+.commentlist > li.bypostauthor:before {
+	content: url(images/comment-arrow-bypostauthor-rtl.png);
+}
+
+/* sidebar-page.php comments */
+/* Make sure we have room for our comment avatars */
+.page-template-sidebar-page-php .commentlist > li.comment,
+.page-template-sidebar-page-php.commentlist .pingback {
+	margin-left: 0;
+	margin-right: 102px;
+}
+
+/* Comment Form */
+#respond .comment-form-author label,
+#respond .comment-form-email label,
+#respond .comment-form-url label,
+#respond .comment-form-comment label {
+	left: auto;
+	right: 4px;
+}
+#respond .comment-form-author label,
+#respond .comment-form-email label,
+#respond .comment-form-url label,
+#respond .comment-form-comment label {
+	-webkit-box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
+	-moz-box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
+	box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
+}
+#respond .comment-form-author .required,
+#respond .comment-form-email .required {
+	left: auto;
+	right: 75%;
+}
+#respond .form-submit {
+	float: left;
+}
+#respond input#submit {
+	left: auto;
+	right: 30px;
+	padding: 5px 22px 5px 42px;
+}
+#respond #cancel-comment-reply-link {
+	margin-left: 0;
+	margin-right: 10px;
+}
+#cancel-comment-reply-link {
+	right: auto;
+	left: 1.625em;
+}
+
+/* =Footer
+----------------------------------------------- */
+
+/* Two Footer Widget Areas */
+#supplementary.two .widget-area {
+	float: right;
+	margin-right: 0;
+	margin-left: 3.7%;
+}
+#supplementary.two .widget-area + .widget-area {
+	margin-left: 0;
+}
+
+/* Three Footer Widget Areas */
+#supplementary.three .widget-area {
+	float: right;
+	margin-right: 0;
+	margin-left: 3.7%;
+}
+#supplementary.three .widget-area + .widget-area + .widget-area {
+	margin-left: 0;
+}
+
+/* Site Generator Line */
+#site-generator .sep {
+	background-position: right center;
+}
+
+
+/* =Responsive Structure
+----------------------------------------------- */
+
+@media (max-width: 800px) {
+	/* Simplify the showcase template when small feature */
+	section.featured-post .attachment-small-feature,
+	.one-column section.featured-post .attachment-small-feature {
+		float: right;
+	}
+	article.feature-image.small {
+		float: left;
+	}
+	article.feature-image.small .entry-summary p a {
+		right: 0;
+	}
+	.singular .entry-meta .edit-link a {
+		left: auto;
+		right: 0px;
+	}
+	/* Make sure we have room for our comment avatars */
+	.commentlist > li.comment,
+	.commentlist .pingback {
+		margin-left: 0;
+		margin-right: 102px;
+	}
+	/* No need to float footer widgets at this size */
+	#colophon #supplementary .widget-area {
+		margin-left: 0;
+	}
+	/* No need to float 404 widgets at this size */
+	.error404 #main .widget {
+		margin-left: 0;
+	}
+}
+@media (max-width: 650px) {
+	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
+	#site-title,
+	#site-description {
+		margin-left: 0;
+	}
+	/* Talking avatars take up too much room at this size */
+	.commentlist > li.comment,
+	.commentlist > li.pingback {
+		margin-right: 0 !important;
+	}
+	.commentlist .children .avatar {
+		left: auto;
+		right: 2.2em;
+	}
+	/* Use the available space in the smaller comment form */
+	#respond .comment-form-author .required,
+	#respond .comment-form-email .required {
+		left: auto;
+		right: 95%;
+	}
+	#content .gallery-columns-3 .gallery-item {
+		padding-right: 0;
+		padding-left:2%;
+	}
+}
+@media (max-width: 450px) {
+	#content .gallery-columns-2 .gallery-item {
+		padding-right:0;
+		padding-left:4%;
+	}
+}
+
+/* =Print
+----------------------------------------------- */
+
+@media print {
+	#primary {
+		float: right;
+	}
+	/* Comments */
+	.commentlist .avatar {
+		left: auto;
+		right: 2.2em;
+	}
+	.commentlist li.comment .comment-meta {
+		margin-left: 0;
+		margin-right: 50px;
+	}
+}
+
+/* =IE7
+----------------------------------------------- */
+
+#ie7 section.recent-posts {
+	margin-right: 0;
+	margin-left: 7.6%;
+}
diff --git a/wp-content/themes/twentyeleven/search.php b/wp-content/themes/twentyeleven/search.php
index 62fbfc2ff..9ec1e751a 100644
--- a/wp-content/themes/twentyeleven/search.php
+++ b/wp-content/themes/twentyeleven/search.php
@@ -1,62 +1,67 @@
-<?php
-/**
- * Template for displaying Search Results pages
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-get_header(); ?>
-
-		<section id="primary">
-			<div id="content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-				<header class="page-header">
-					<h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyeleven' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
-				</header>
-
-				<?php twentyeleven_content_nav( 'nav-above' ); ?>
-
-				<?php /* Start the Loop */ ?>
-				<?php
-				while ( have_posts() ) :
-					the_post();
-					?>
-
-					<?php
-						/*
-						 * Include the Post-Format-specific template for the content.
-						 * If you want to overload this in a child theme then include a file
-						 * called content-___.php (where ___ is the Post Format name) and that
-						 * will be used instead.
-						 */
-						get_template_part( 'content', get_post_format() );
-					?>
-
-				<?php endwhile; ?>
-
-				<?php twentyeleven_content_nav( 'nav-below' ); ?>
-
-			<?php else : ?>
-
-				<article id="post-0" class="post no-results not-found">
-					<header class="entry-header">
-						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
-					</header><!-- .entry-header -->
-
-					<div class="entry-content">
-						<p><?php _e( 'Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'twentyeleven' ); ?></p>
-						<?php get_search_form(); ?>
-					</div><!-- .entry-content -->
-				</article><!-- #post-0 -->
-
-			<?php endif; ?>
-
-			</div><!-- #content -->
-		</section><!-- #primary -->
-
-<?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php
+/**
+ * Template for displaying Search Results pages
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+get_header(); ?>
+
+		<section id="primary">
+			<div id="content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+				<header class="page-header">
+					<h1 class="page-title">
+					<?php
+					/* translators: %s: Search query. */
+					printf( __( 'Search Results for: %s', 'twentyeleven' ), '<span>' . get_search_query() . '</span>' );
+					?>
+					</h1>
+				</header>
+
+				<?php twentyeleven_content_nav( 'nav-above' ); ?>
+
+				<?php
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+					?>
+
+					<?php
+						/*
+						 * Include the Post-Format-specific template for the content.
+						 * If you want to overload this in a child theme then include a file
+						 * called content-___.php (where ___ is the Post Format name) and that
+						 * will be used instead.
+						 */
+						get_template_part( 'content', get_post_format() );
+					?>
+
+				<?php endwhile; ?>
+
+				<?php twentyeleven_content_nav( 'nav-below' ); ?>
+
+			<?php else : ?>
+
+				<article id="post-0" class="post no-results not-found">
+					<header class="entry-header">
+						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
+					</header><!-- .entry-header -->
+
+					<div class="entry-content">
+						<p><?php _e( 'Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'twentyeleven' ); ?></p>
+						<?php get_search_form(); ?>
+					</div><!-- .entry-content -->
+				</article><!-- #post-0 -->
+
+			<?php endif; ?>
+
+			</div><!-- #content -->
+		</section><!-- #primary -->
+
+<?php get_sidebar(); ?>
+<?php get_footer(); ?>
diff --git a/wp-content/themes/twentyeleven/searchform.php b/wp-content/themes/twentyeleven/searchform.php
index bd8cdca1b..0337f83c6 100644
--- a/wp-content/themes/twentyeleven/searchform.php
+++ b/wp-content/themes/twentyeleven/searchform.php
@@ -1,14 +1,14 @@
-<?php
-/**
- * Template for displaying search forms in Twenty Eleven
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-	<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
-		<label for="s" class="assistive-text"><?php _e( 'Search', 'twentyeleven' ); ?></label>
-		<input type="text" class="field" name="s" id="s" placeholder="<?php esc_attr_e( 'Search', 'twentyeleven' ); ?>" />
-		<input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'twentyeleven' ); ?>" />
-	</form>
+<?php
+/**
+ * Template for displaying search forms in Twenty Eleven
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+	<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
+		<label for="s" class="assistive-text"><?php _e( 'Search', 'twentyeleven' ); ?></label>
+		<input type="text" class="field" name="s" id="s" placeholder="<?php esc_attr_e( 'Search', 'twentyeleven' ); ?>" />
+		<input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'twentyeleven' ); ?>" />
+	</form>
diff --git a/wp-content/themes/twentyeleven/showcase.php b/wp-content/themes/twentyeleven/showcase.php
index f0b1da96f..c7b76446b 100644
--- a/wp-content/themes/twentyeleven/showcase.php
+++ b/wp-content/themes/twentyeleven/showcase.php
@@ -1,248 +1,254 @@
-<?php
-/**
- * Template Name: Showcase Template
- *
- * Description: A Page Template that showcases Sticky Posts, Asides, and Blog Posts.
- *
- * The showcase template in Twenty Eleven consists of a featured posts section using sticky posts,
- * another recent posts area (with the latest post shown in full and the rest as a list)
- * and a left sidebar holding aside posts.
- *
- * We are creating two queries to fetch the proper posts and a custom widget for the sidebar.
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-// Enqueue showcase script for the slider
-wp_enqueue_script( 'twentyeleven-showcase', get_template_directory_uri() . '/js/showcase.js', array( 'jquery' ), '2011-04-28' );
-
-get_header(); ?>
-
-		<div id="primary" class="showcase">
-			<div id="content" role="main">
-
-				<?php
-				while ( have_posts() ) :
-					the_post();
-					?>
-
-					<?php
-					/*
-					 * We are using a heading by rendering the_content
-					 * If we have content for this page, let's display it.
-					 */
-					if ( '' != get_the_content() ) {
-						get_template_part( 'content', 'intro' );
-					}
-					?>
-
-				<?php endwhile; ?>
-
-				<?php
-					/*
-					 * Begin the featured posts section.
-					 *
-					 * See if we have any sticky posts and use them to create our featured posts.
-					 * We limit the featured posts at ten.
-					 */
-					$sticky = get_option( 'sticky_posts' );
-
-					// Proceed only if sticky posts exist.
-				if ( ! empty( $sticky ) ) :
-
-					$featured_args = array(
-						'post__in'       => $sticky,
-						'post_status'    => 'publish',
-						'posts_per_page' => 10,
-						'no_found_rows'  => true,
-					);
-
-					// The Featured Posts query.
-					$featured = new WP_Query( $featured_args );
-
-					// Proceed only if published posts exist
-					if ( $featured->have_posts() ) :
-
-						/*
-						* We will need to count featured posts starting from zero
-						* to create the slider navigation.
-						*/
-						$counter_slider = 0;
-
-						// Compatibility with versions of WordPress prior to 3.4.
-						if ( function_exists( 'get_custom_header' ) ) {
-							$header_image_width = get_theme_support( 'custom-header', 'width' );
-						} else {
-							$header_image_width = HEADER_IMAGE_WIDTH;
-						}
-						?>
-
-					<div class="featured-posts">
-					<h1 class="showcase-heading"><?php _e( 'Featured Post', 'twentyeleven' ); ?></h1>
-
-						<?php
-						// Let's roll.
-						while ( $featured->have_posts() ) :
-							$featured->the_post();
-
-							// Increase the counter.
-							$counter_slider++;
-
-							/*
-							* We're going to add a class to our featured post for featured images
-							* by default it'll have the feature-text class.
-							*/
-							$feature_class = 'feature-text';
-
-							if ( has_post_thumbnail() ) {
-								// ... but if it has a featured image let's add some class
-								$feature_class = 'feature-image small';
-
-								// Hang on. Let's check this here image out.
-								$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), array( $header_image_width, $header_image_width ) );
-
-								// Is it bigger than or equal to our header?
-								if ( $image[1] >= $header_image_width ) {
-									// If bigger, let's add a BIGGER class. It's EXTRA classy now.
-									$feature_class = 'feature-image large';
-								}
-							}
-							?>
-
-					<section class="featured-post <?php echo esc_attr( $feature_class ); ?>" id="featured-post-<?php echo esc_attr( $counter_slider ); ?>">
-
-							<?php
-								/*
-								 * If the thumbnail is as big as the header image
-								 * make it a large featured post, otherwise render it small
-								 */
-							if ( has_post_thumbnail() ) {
-								if ( $image[1] >= $header_image_width ) {
-									$thumbnail_size = 'large-feature';
-								} else {
-									$thumbnail_size = 'small-feature';
-								}
-								?>
-						<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_post_thumbnail( $thumbnail_size ); ?></a>
-								<?php
-							}
-							?>
-							<?php get_template_part( 'content', 'featured' ); ?>
-					</section>
-						<?php endwhile; ?>
-
-						<?php
-						// Show slider only if we have more than one featured post.
-						if ( $featured->post_count > 1 ) :
-							?>
-					<nav class="feature-slider">
-					<ul>
-							<?php
-
-							// Reset the counter so that we end up with matching elements
-							$counter_slider = 0;
-
-							// Begin from zero
-							rewind_posts();
-
-							// Let's roll again.
-							while ( $featured->have_posts() ) :
-								$featured->the_post();
-								$counter_slider++;
-								if ( 1 == $counter_slider ) {
-									$class = ' class="active"';
-								} else {
-									$class = '';
-								}
-								?>
-					<li><a href="#featured-post-<?php echo esc_attr( $counter_slider ); ?>" title="<?php echo esc_attr( sprintf( __( 'Featuring: %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ) ); ?>"<?php echo $class; ?>></a></li>
-						<?php endwhile; ?>
-					</ul>
-					</nav>
-					<?php endif; // End check for more than one sticky post. ?>
-					</div><!-- .featured-posts -->
-					<?php endif; // End check for published posts. ?>
-				<?php endif; // End check for sticky posts. ?>
-
-				<section class="recent-posts">
-					<h1 class="showcase-heading"><?php _e( 'Recent Posts', 'twentyeleven' ); ?></h1>
-
-					<?php
-
-					// Display our recent posts, showing full content for the very latest, ignoring Aside posts.
-					$recent_args = array(
-						'order'         => 'DESC',
-						'post__not_in'  => get_option( 'sticky_posts' ),
-						'tax_query'     => array(
-							array(
-								'taxonomy' => 'post_format',
-								'terms'    => array( 'post-format-aside', 'post-format-link', 'post-format-quote', 'post-format-status' ),
-								'field'    => 'slug',
-								'operator' => 'NOT IN',
-							),
-						),
-						'no_found_rows' => true,
-					);
-
-					// Our new query for the Recent Posts section.
-					$recent = new WP_Query( $recent_args );
-
-					// The first Recent post is displayed normally
-					if ( $recent->have_posts() ) :
-						$recent->the_post();
-
-						// Set $more to 0 in order to only get the first part of the post.
-						global $more;
-						$more = 0;
-
-						get_template_part( 'content', get_post_format() );
-
-						echo '<ol class="other-recent-posts">';
-
-					endif;
-
-					// For all other recent posts, just display the title and comment status.
-					while ( $recent->have_posts() ) :
-						$recent->the_post();
-						?>
-
-						<li class="entry-title">
-							<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>
-							<span class="comments-link">
-								<?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?>
-							</span>
-						</li>
-
-						<?php
-					endwhile;
-
-					// If we had some posts, close the <ol>
-					if ( $recent->post_count > 0 ) {
-						echo '</ol>';
-					}
-					?>
-				</section><!-- .recent-posts -->
-
-				<div class="widget-area" role="complementary">
-					<?php if ( ! dynamic_sidebar( 'sidebar-2' ) ) : ?>
-
-						<?php
-						the_widget(
-							'Twenty_Eleven_Ephemera_Widget',
-							'',
-							array(
-								'before_title' => '<h3 class="widget-title">',
-								'after_title'  => '</h3>',
-							)
-						);
-						?>
-
-					<?php endif; // end sidebar widget area ?>
-				</div><!-- .widget-area -->
-
-			</div><!-- #content -->
-		</div><!-- #primary -->
-
-<?php get_footer(); ?>
+<?php
+/**
+ * Template Name: Showcase Template
+ *
+ * Description: A Page Template that showcases Sticky Posts, Asides, and Blog Posts.
+ *
+ * The showcase template in Twenty Eleven consists of a featured posts section using sticky posts,
+ * another recent posts area (with the latest post shown in full and the rest as a list)
+ * and a left sidebar holding aside posts.
+ *
+ * We are creating two queries to fetch the proper posts and a custom widget for the sidebar.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+// Enqueue showcase script for the slider.
+wp_enqueue_script( 'twentyeleven-showcase', get_template_directory_uri() . '/js/showcase.js', array( 'jquery' ), '20110429' );
+
+get_header(); ?>
+
+		<div id="primary" class="showcase">
+			<div id="content" role="main">
+
+				<?php
+				while ( have_posts() ) :
+					the_post();
+					?>
+
+					<?php
+					/*
+					 * We are using a heading by rendering the_content
+					 * If we have content for this page, let's display it.
+					 */
+					if ( '' != get_the_content() ) {
+						get_template_part( 'content', 'intro' );
+					}
+					?>
+
+				<?php endwhile; ?>
+
+				<?php
+					/*
+					 * Begin the featured posts section.
+					 *
+					 * See if we have any sticky posts and use them to create our featured posts.
+					 * We limit the featured posts at ten.
+					 */
+					$sticky = get_option( 'sticky_posts' );
+
+					// Proceed only if sticky posts exist.
+				if ( ! empty( $sticky ) ) :
+
+					$featured_args = array(
+						'post__in'       => $sticky,
+						'post_status'    => 'publish',
+						'posts_per_page' => 10,
+						'no_found_rows'  => true,
+					);
+
+					// The Featured Posts query.
+					$featured = new WP_Query( $featured_args );
+
+					// Proceed only if published posts exist.
+					if ( $featured->have_posts() ) :
+
+						/*
+						* We will need to count featured posts starting from zero
+						* to create the slider navigation.
+						*/
+						$counter_slider = 0;
+
+						// Compatibility with versions of WordPress prior to 3.4.
+						if ( function_exists( 'get_custom_header' ) ) {
+							$header_image_width = get_theme_support( 'custom-header', 'width' );
+						} else {
+							$header_image_width = HEADER_IMAGE_WIDTH;
+						}
+						?>
+
+					<div class="featured-posts">
+					<h1 class="showcase-heading"><?php _e( 'Featured Post', 'twentyeleven' ); ?></h1>
+
+						<?php
+						// Let's roll.
+						while ( $featured->have_posts() ) :
+							$featured->the_post();
+
+							// Increase the counter.
+							$counter_slider++;
+
+							/*
+							* We're going to add a class to our featured post for featured images.
+							* By default it will have the feature-text class.
+							*/
+							$feature_class = 'feature-text';
+
+							if ( has_post_thumbnail() ) {
+								// ...but if it has a featured image let's add some class.
+								$feature_class = 'feature-image small';
+
+								// Hang on. Let's check this here image out.
+								$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), array( $header_image_width, $header_image_width ) );
+
+								// Is it bigger than or equal to our header?
+								if ( $image[1] >= $header_image_width ) {
+									// If bigger, let's add a BIGGER class. It's EXTRA classy now.
+									$feature_class = 'feature-image large';
+								}
+							}
+							?>
+
+					<section class="featured-post <?php echo esc_attr( $feature_class ); ?>" id="featured-post-<?php echo esc_attr( $counter_slider ); ?>">
+
+							<?php
+								/*
+								 * If the thumbnail is as big as the header image
+								 * make it a large featured post, otherwise render it small
+								 */
+							if ( has_post_thumbnail() ) {
+								if ( $image[1] >= $header_image_width ) {
+									$thumbnail_size = 'large-feature';
+								} else {
+									$thumbnail_size = 'small-feature';
+								}
+
+								/* translators: %s: Post title. */
+								$title = sprintf( __( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) );
+								?>
+						<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( $title ); ?>" rel="bookmark"><?php the_post_thumbnail( $thumbnail_size ); ?></a>
+								<?php
+							}
+							?>
+							<?php get_template_part( 'content', 'featured' ); ?>
+					</section>
+						<?php endwhile; ?>
+
+						<?php
+						// Show slider only if we have more than one featured post.
+						if ( $featured->post_count > 1 ) :
+							?>
+					<nav class="feature-slider">
+					<ul>
+							<?php
+
+							// Reset the counter so that we end up with matching elements.
+							$counter_slider = 0;
+
+							// Begin from zero.
+							rewind_posts();
+
+							// Let's roll again.
+							while ( $featured->have_posts() ) :
+								$featured->the_post();
+								$counter_slider++;
+								if ( 1 == $counter_slider ) {
+									$class = ' class="active"';
+								} else {
+									$class = '';
+								}
+
+								/* translators: %s: Post title. */
+								$title = sprintf( __( 'Featuring: %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) );
+								?>
+					<li><a href="#featured-post-<?php echo esc_attr( $counter_slider ); ?>" title="<?php echo esc_attr( $title ); ?>"<?php echo $class; ?>></a></li>
+						<?php endwhile; ?>
+					</ul>
+					</nav>
+					<?php endif; // End check for more than one sticky post. ?>
+					</div><!-- .featured-posts -->
+					<?php endif; // End check for published posts. ?>
+				<?php endif; // End check for sticky posts. ?>
+
+				<section class="recent-posts">
+					<h1 class="showcase-heading"><?php _e( 'Recent Posts', 'twentyeleven' ); ?></h1>
+
+					<?php
+
+					// Display our recent posts, showing full content for the very latest, ignoring Aside posts.
+					$recent_args = array(
+						'order'         => 'DESC',
+						'post__not_in'  => get_option( 'sticky_posts' ),
+						'tax_query'     => array(
+							array(
+								'taxonomy' => 'post_format',
+								'terms'    => array( 'post-format-aside', 'post-format-link', 'post-format-quote', 'post-format-status' ),
+								'field'    => 'slug',
+								'operator' => 'NOT IN',
+							),
+						),
+						'no_found_rows' => true,
+					);
+
+					// Our new query for the Recent Posts section.
+					$recent = new WP_Query( $recent_args );
+
+					// The first Recent post is displayed normally.
+					if ( $recent->have_posts() ) :
+						$recent->the_post();
+
+						// Set $more to 0 in order to only get the first part of the post.
+						global $more;
+						$more = 0;
+
+						get_template_part( 'content', get_post_format() );
+
+						echo '<ol class="other-recent-posts">';
+
+					endif;
+
+					// For all other recent posts, just display the title and comment status.
+					while ( $recent->have_posts() ) :
+						$recent->the_post();
+						?>
+
+						<li class="entry-title">
+							<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>
+							<span class="comments-link">
+								<?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?>
+							</span>
+						</li>
+
+						<?php
+					endwhile;
+
+					// If we had some posts, close the <ol>.
+					if ( $recent->post_count > 0 ) {
+						echo '</ol>';
+					}
+					?>
+				</section><!-- .recent-posts -->
+
+				<div class="widget-area" role="complementary">
+					<?php if ( ! dynamic_sidebar( 'sidebar-2' ) ) : ?>
+
+						<?php
+						the_widget(
+							'Twenty_Eleven_Ephemera_Widget',
+							'',
+							array(
+								'before_title' => '<h3 class="widget-title">',
+								'after_title'  => '</h3>',
+							)
+						);
+						?>
+
+					<?php endif; // End sidebar widget area. ?>
+				</div><!-- .widget-area -->
+
+			</div><!-- #content -->
+		</div><!-- #primary -->
+
+<?php get_footer(); ?>
diff --git a/wp-content/themes/twentyeleven/sidebar-footer.php b/wp-content/themes/twentyeleven/sidebar-footer.php
index d7f0a00f8..d67f8d2d3 100644
--- a/wp-content/themes/twentyeleven/sidebar-footer.php
+++ b/wp-content/themes/twentyeleven/sidebar-footer.php
@@ -1,44 +1,44 @@
-<?php
-/**
- * Footer widget areas
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-?>
-
-<?php
-	/*
-	 * The footer widget area is triggered if any of the areas
-	 * have widgets. So let's check that first.
-	 *
-	 * If none of the sidebars have widgets, then let's bail early.
-	 */
-if ( ! is_active_sidebar( 'sidebar-3' )
-		&& ! is_active_sidebar( 'sidebar-4' )
-		&& ! is_active_sidebar( 'sidebar-5' )
-	) {
-	return;
-}
-	// If we get this far, we have widgets. Let do this.
-?>
-<div id="supplementary" <?php twentyeleven_footer_sidebar_class(); ?>>
-	<?php if ( is_active_sidebar( 'sidebar-3' ) ) : ?>
-	<div id="first" class="widget-area" role="complementary">
-		<?php dynamic_sidebar( 'sidebar-3' ); ?>
-	</div><!-- #first .widget-area -->
-	<?php endif; ?>
-
-	<?php if ( is_active_sidebar( 'sidebar-4' ) ) : ?>
-	<div id="second" class="widget-area" role="complementary">
-		<?php dynamic_sidebar( 'sidebar-4' ); ?>
-	</div><!-- #second .widget-area -->
-	<?php endif; ?>
-
-	<?php if ( is_active_sidebar( 'sidebar-5' ) ) : ?>
-	<div id="third" class="widget-area" role="complementary">
-		<?php dynamic_sidebar( 'sidebar-5' ); ?>
-	</div><!-- #third .widget-area -->
-	<?php endif; ?>
-</div><!-- #supplementary -->
+<?php
+/**
+ * Footer widget areas
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+?>
+
+<?php
+	/*
+	 * The footer widget area is triggered if any of the areas
+	 * have widgets. So let's check that first.
+	 *
+	 * If none of the sidebars have widgets, then let's bail early.
+	 */
+if ( ! is_active_sidebar( 'sidebar-3' )
+		&& ! is_active_sidebar( 'sidebar-4' )
+		&& ! is_active_sidebar( 'sidebar-5' )
+	) {
+	return;
+}
+	// If we get this far, we have widgets. Let do this.
+?>
+<div id="supplementary" <?php twentyeleven_footer_sidebar_class(); ?>>
+	<?php if ( is_active_sidebar( 'sidebar-3' ) ) : ?>
+	<div id="first" class="widget-area" role="complementary">
+		<?php dynamic_sidebar( 'sidebar-3' ); ?>
+	</div><!-- #first .widget-area -->
+	<?php endif; ?>
+
+	<?php if ( is_active_sidebar( 'sidebar-4' ) ) : ?>
+	<div id="second" class="widget-area" role="complementary">
+		<?php dynamic_sidebar( 'sidebar-4' ); ?>
+	</div><!-- #second .widget-area -->
+	<?php endif; ?>
+
+	<?php if ( is_active_sidebar( 'sidebar-5' ) ) : ?>
+	<div id="third" class="widget-area" role="complementary">
+		<?php dynamic_sidebar( 'sidebar-5' ); ?>
+	</div><!-- #third .widget-area -->
+	<?php endif; ?>
+</div><!-- #supplementary -->
diff --git a/wp-content/themes/twentyeleven/sidebar-page.php b/wp-content/themes/twentyeleven/sidebar-page.php
index a12f1a233..e74c66291 100644
--- a/wp-content/themes/twentyeleven/sidebar-page.php
+++ b/wp-content/themes/twentyeleven/sidebar-page.php
@@ -1,32 +1,32 @@
-<?php
-/**
- * Template Name: Sidebar Template
- *
- * Description: A Page Template that adds a sidebar to pages.
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-get_header(); ?>
-
-		<div id="primary">
-			<div id="content" role="main">
-
-				<?php
-				while ( have_posts() ) :
-					the_post();
-					?>
-
-					<?php get_template_part( 'content', 'page' ); ?>
-
-					<?php comments_template( '', true ); ?>
-
-				<?php endwhile; // end of the loop. ?>
-
-			</div><!-- #content -->
-		</div><!-- #primary -->
-
-<?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php
+/**
+ * Template Name: Sidebar Template
+ *
+ * Description: A Page Template that adds a sidebar to pages.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+get_header(); ?>
+
+		<div id="primary">
+			<div id="content" role="main">
+
+				<?php
+				while ( have_posts() ) :
+					the_post();
+					?>
+
+					<?php get_template_part( 'content', 'page' ); ?>
+
+					<?php comments_template( '', true ); ?>
+
+				<?php endwhile; // End of the loop. ?>
+
+			</div><!-- #content -->
+		</div><!-- #primary -->
+
+<?php get_sidebar(); ?>
+<?php get_footer(); ?>
diff --git a/wp-content/themes/twentyeleven/sidebar.php b/wp-content/themes/twentyeleven/sidebar.php
index 67fb7e5f1..3ff40988c 100644
--- a/wp-content/themes/twentyeleven/sidebar.php
+++ b/wp-content/themes/twentyeleven/sidebar.php
@@ -1,36 +1,36 @@
-<?php
-/**
- * Sidebar containing the main widget area
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-$options        = twentyeleven_get_theme_options();
-$current_layout = $options['theme_layout'];
-
-if ( 'content' != $current_layout ) :
-	?>
-		<div id="secondary" class="widget-area" role="complementary">
-			<?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
-
-				<aside id="archives" class="widget">
-					<h3 class="widget-title"><?php _e( 'Archives', 'twentyeleven' ); ?></h3>
-					<ul>
-						<?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
-					</ul>
-				</aside>
-
-				<aside id="meta" class="widget">
-					<h3 class="widget-title"><?php _e( 'Meta', 'twentyeleven' ); ?></h3>
-					<ul>
-						<?php wp_register(); ?>
-						<li><?php wp_loginout(); ?></li>
-						<?php wp_meta(); ?>
-					</ul>
-				</aside>
-
-			<?php endif; // end sidebar widget area ?>
-		</div><!-- #secondary .widget-area -->
-<?php endif; ?>
+<?php
+/**
+ * Sidebar containing the main widget area
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+$options        = twentyeleven_get_theme_options();
+$current_layout = $options['theme_layout'];
+
+if ( 'content' != $current_layout ) :
+	?>
+		<div id="secondary" class="widget-area" role="complementary">
+			<?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
+
+				<aside id="archives" class="widget">
+					<h3 class="widget-title"><?php _e( 'Archives', 'twentyeleven' ); ?></h3>
+					<ul>
+						<?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
+					</ul>
+				</aside>
+
+				<aside id="meta" class="widget">
+					<h3 class="widget-title"><?php _e( 'Meta', 'twentyeleven' ); ?></h3>
+					<ul>
+						<?php wp_register(); ?>
+						<li><?php wp_loginout(); ?></li>
+						<?php wp_meta(); ?>
+					</ul>
+				</aside>
+
+			<?php endif; // End sidebar widget area. ?>
+		</div><!-- #secondary .widget-area -->
+<?php endif; ?>
diff --git a/wp-content/themes/twentyeleven/single.php b/wp-content/themes/twentyeleven/single.php
index b1ebd8a67..0a378af58 100644
--- a/wp-content/themes/twentyeleven/single.php
+++ b/wp-content/themes/twentyeleven/single.php
@@ -1,35 +1,35 @@
-<?php
-/**
- * Template for displaying all single posts
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-get_header(); ?>
-
-		<div id="primary">
-			<div id="content" role="main">
-
-				<?php
-				while ( have_posts() ) :
-					the_post();
-					?>
-
-					<nav id="nav-single">
-						<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
-						<span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">&larr;</span> Previous', 'twentyeleven' ) ); ?></span>
-						<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></span>
-					</nav><!-- #nav-single -->
-
-					<?php get_template_part( 'content-single', get_post_format() ); ?>
-
-					<?php comments_template( '', true ); ?>
-
-				<?php endwhile; // end of the loop. ?>
-
-			</div><!-- #content -->
-		</div><!-- #primary -->
-
-<?php get_footer(); ?>
+<?php
+/**
+ * Template for displaying all single posts
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+get_header(); ?>
+
+		<div id="primary">
+			<div id="content" role="main">
+
+				<?php
+				while ( have_posts() ) :
+					the_post();
+					?>
+
+					<nav id="nav-single">
+						<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
+						<span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">&larr;</span> Previous', 'twentyeleven' ) ); ?></span>
+						<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></span>
+					</nav><!-- #nav-single -->
+
+					<?php get_template_part( 'content-single', get_post_format() ); ?>
+
+					<?php comments_template( '', true ); ?>
+
+				<?php endwhile; // End of the loop. ?>
+
+			</div><!-- #content -->
+		</div><!-- #primary -->
+
+<?php get_footer(); ?>
diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css
index bda46c7df..34a9e6cce 100644
--- a/wp-content/themes/twentyeleven/style.css
+++ b/wp-content/themes/twentyeleven/style.css
@@ -1,2824 +1,2843 @@
-/*
-Theme Name: Twenty Eleven
-Theme URI: https://wordpress.org/themes/twentyeleven/
-Author: the WordPress team
-Author URI: https://wordpress.org/
-Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
-Version: 3.3
-License: GNU General Public License v2 or later
-License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
-Text Domain: twentyeleven
-*/
-
-/* =Reset default browser CSS. Based on work by Eric Meyer.
--------------------------------------------------------------- */
-
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td {
-	border: 0;
-	font-family: inherit;
-	font-size: 100%;
-	font-style: inherit;
-	font-weight: inherit;
-	margin: 0;
-	outline: 0;
-	padding: 0;
-	vertical-align: baseline;
-}
-:focus {/* remember to define focus styles! */
-	outline: 0;
-}
-body {
-	background: #fff;
-	line-height: 1;
-}
-ol, ul {
-	list-style: none;
-}
-table {/* tables still need 'cellspacing="0"' in the markup */
-	border-collapse: separate;
-	border-spacing: 0;
-}
-caption, th, td {
-	font-weight: normal;
-	text-align: left;
-}
-blockquote:before, blockquote:after,
-q:before, q:after {
-	content: "";
-}
-blockquote, q {
-	quotes: "" "";
-}
-a img {
-	border: 0;
-}
-article, aside, details, figcaption, figure,
-footer, header, hgroup, menu, nav, section {
-	display: block;
-}
-
-
-/* =Structure
------------------------------------------------ */
-
-body {
-	padding: 0 2em;
-}
-#page {
-	margin: 2em auto;
-	max-width: 1000px;
-}
-#branding hgroup {
-	margin: 0 7.6%;
-}
-#access div {
-	margin: 0 7.6%;
-}
-#primary {
-	float: left;
-	margin: 0 -26.4% 0 0;
-	width: 100%;
-}
-#content {
-	margin: 0 34% 0 7.6%;
-	width: 58.4%;
-}
-#secondary {
-	float: right;
-	margin-right: 7.6%;
-	width: 18.8%;
-}
-
-/* Singular */
-.singular #primary {
-	margin: 0;
-}
-.singular #content,
-.left-sidebar.singular #content {
-	margin: 0 7.6%;
-	position: relative;
-	width: auto;
-}
-.singular .entry-header,
-.singular .entry-content,
-.singular footer.entry-meta,
-.singular #comments-title {
-	margin: 0 auto;
-	width: 68.9%;
-}
-
-/* Attachments */
-.singular .image-attachment .entry-content {
-	margin: 0 auto;
-	width: auto;
-}
-.singular .image-attachment .entry-description {
-	margin: 0 auto;
-	width: 68.9%;
-}
-
-/* Showcase */
-.page-template-showcase-php #primary,
-.left-sidebar.page-template-showcase-php #primary {
-	margin: 0;
-}
-.page-template-showcase-php #content,
-.left-sidebar.page-template-showcase-php #content {
-	margin: 0 7.6%;
-	width: auto;
-}
-.page-template-showcase-php section.recent-posts {
-	float: right;
-	margin: 0 0 0 31%;
-	width: 69%;
-}
-.page-template-showcase-php #main .widget-area {
-	float: left;
-	margin: 0 -22.15% 0 0;
-	width: 22.15%;
-}
-
-/* error404 */
-.error404 #primary {
-	float: none;
-	margin: 0;
-}
-.error404 #primary #content {
-	margin: 0 7.6%;
-	width: auto;
-}
-
-/* Alignment */
-.alignleft {
-	display: inline;
-	float: left;
-	margin-right: 1.625em;
-}
-.alignright {
-	display: inline;
-	float: right;
-	margin-left: 1.625em;
-}
-.aligncenter {
-	clear: both;
-	display: block;
-	margin-left: auto;
-	margin-right: auto;
-}
-
-/* Right Content */
-.left-sidebar #primary {
-	float: right;
-	margin: 0 0 0 -26.4%;
-	width: 100%;
-}
-.left-sidebar #content {
-	margin: 0 7.6% 0 34%;
-	width: 58.4%;
-}
-.left-sidebar #secondary {
-	float: left;
-	margin-left: 7.6%;
-	margin-right: 0;
-	width: 18.8%;
-}
-
-/* One column */
-.one-column #page {
-	max-width: 690px;
-}
-.one-column #content {
-	margin: 0 7.6%;
-	width: auto;
-}
-.one-column #nav-below {
-	border-bottom: 1px solid #ddd;
-	margin-bottom: 1.625em;
-}
-.one-column #secondary {
-	float: none;
-	margin: 0 7.6%;
-	width: auto;
-}
-/* Simplify the showcase template */
-.one-column .page-template-showcase-php section.recent-posts {
-	float: none;
-	margin: 0;
-	width: 100%;
-}
-.one-column .page-template-showcase-php #main .widget-area {
-	float: none;
-	margin: 0;
-	width: auto;
-}
-.one-column .page-template-showcase-php .other-recent-posts {
-	border-bottom: 1px solid #ddd;
-}
-/* Simplify the showcase template when small feature */
-.one-column section.featured-post .attachment-small-feature {
-	border: none;
-	display: block;
-	height: auto;
-	max-width: 60%;
-	position: static;
-}
-.one-column article.feature-image.small {
-	margin: 0 0 1.625em;
-	padding: 0;
-}
-.one-column article.feature-image.small .entry-title {
-	font-size: 20px;
-	line-height: 1.3em;
-}
-.one-column article.feature-image.small .entry-summary {
-	height: 150px;
-	overflow: hidden;
-	padding: 0;
-	text-overflow: ellipsis;
-}
-.one-column article.feature-image.small .entry-summary a {
-	left: -9%;
-}
-/* Remove the margin on singular articles */
-.one-column.singular .entry-header,
-.one-column.singular .entry-content,
-.one-column.singular footer.entry-meta,
-.one-column.singular #comments-title {
-	width: 100%;
-}
-/* Simplify the pullquotes and pull styles */
-.one-column.singular blockquote.pull {
-	margin: 0 0 1.625em;
-}
-.one-column.singular .pull.alignleft {
-	margin: 0 1.625em 0 0;
-}
-.one-column.singular .pull.alignright {
-	margin: 0 0 0 1.625em;
-}
-.one-column.singular .entry-meta .edit-link a {
-	position: absolute;
-	left: 0;
-	top: 40px;
-}
-.one-column.singular #author-info {
-	margin: 2.2em -8.8% 0;
-	padding: 20px 8.8%;
-}
-/* Make sure we have room for our comment avatars */
-.one-column .commentlist > li.comment {
-	margin-left: 102px;
-	width: auto;
-}
-/* Make sure the logo and search form don't collide */
-.one-column #branding #searchform {
-	right: 40px;
-	top: 4em;
-}
-/* Talking avatars take up too much room at this size */
-.one-column .commentlist > li.comment {
-	margin-left: 0;
-}
-.one-column .commentlist > li.comment .comment-meta,
-.one-column .commentlist > li.comment .comment-content {
-	margin-right: 85px;
-}
-.one-column .commentlist .avatar {
-	background: transparent;
-	display: block;
-	padding: 0;
-	top: 1.625em;
-	left: auto;
-	right: 1.625em;
-}
-.one-column .commentlist .children .avatar {
-	background: none;
-	padding: 0;
-	position: absolute;
-	top: 2.2em;
-	left: 2.2em;
-}
-.one-column #respond {
-	width: auto;
-}
-
-
-/* =Global
------------------------------------------------ */
-
-body, input, textarea {
-	color: #373737;
-	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
-	font-weight: 300;
-	line-height: 1.625;
-}
-body {
-	background: #e2e2e2;
-}
-#page {
-	background: #fff;
-}
-
-/* Headings */
-h1,h2,h3,h4,h5,h6 {
-	clear: both;
-}
-hr {
-	background-color: #ccc;
-	border: 0;
-	height: 1px;
-	margin-bottom: 1.625em;
-}
-
-/* Text elements */
-p {
-	margin-bottom: 1.625em;
-}
-ul, ol {
-	margin: 0 0 1.625em 2.5em;
-}
-ul {
-	list-style: square;
-}
-ol {
-	list-style-type: decimal;
-}
-ol ol {
-	list-style: upper-alpha;
-}
-ol ol ol {
-	list-style: lower-roman;
-}
-ol ol ol ol {
-	list-style: lower-alpha;
-}
-ul ul, ol ol, ul ol, ol ul {
-	margin-bottom: 0;
-}
-dl {
-	margin: 0 1.625em;
-}
-dt {
-	font-weight: bold;
-}
-dd {
-	margin-bottom: 1.625em;
-}
-strong {
-	font-weight: bold;
-}
-cite, em, i {
-	font-style: italic;
-}
-blockquote {
-	font-family: Georgia, "Bitstream Charter", serif;
-	font-style: italic;
-	font-weight: normal;
-	margin: 0 3em;
-}
-blockquote em, blockquote i, blockquote cite {
-	font-style: normal;
-}
-blockquote cite {
-	color: #666;
-	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
-	font-weight: 300;
-	letter-spacing: 0.05em;
-	text-transform: uppercase;
-}
-pre {
-	background: #f4f4f4;
-	font: 13px "Courier 10 Pitch", Courier, monospace;
-	line-height: 1.5;
-	margin-bottom: 1.625em;
-	overflow: auto;
-	padding: 0.75em 1.625em;
-}
-code, kbd, samp, var {
-	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
-}
-abbr, acronym, dfn {
-	border-bottom: 1px dotted #666;
-	cursor: help;
-}
-address {
-	display: block;
-	margin: 0 0 1.625em;
-}
-ins {
-	background: #fff9c0;
-	text-decoration: none;
-}
-sup,
-sub {
-	font-size: 10px;
-	height: 0;
-	line-height: 1;
-	position: relative;
-	vertical-align: baseline;
-}
-sup {
-	bottom: 1ex;
-}
-sub {
-	top: .5ex;
-}
-small {
-	font-size: smaller;
-}
-
-/* Forms */
-input[type=text],
-input[type=password],
-input[type=email],
-input[type=url],
-input[type=number],
-textarea {
-	background: #fafafa;
-	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
-	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
-	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
-	border: 1px solid #ddd;
-	color: #888;
-}
-input[type=text]:focus,
-input[type=password]:focus,
-input[type=email]:focus,
-input[type=url]:focus,
-input[type=number]:focus,
-textarea:focus {
-	color: #373737;
-}
-textarea {
-	padding-left: 3px;
-	width: 98%;
-}
-input[type=text],
-input[type=password],
-input[type=email],
-input[type=url],
-input[type=number] {
-	padding: 3px;
-}
-input#s {
-	background: url(images/search.png) no-repeat 5px 6px;
-	-moz-border-radius: 2px;
-	border-radius: 2px;
-	font-size: 14px;
-	height: 22px;
-	line-height: 1.2em;
-	padding: 4px 10px 4px 28px;
-}
-input#searchsubmit {
-	display: none;
-}
-
-/* Links */
-a {
-	color: #1982d1;
-	text-decoration: none;
-}
-a:focus,
-a:active,
-a:hover {
-	text-decoration: underline;
-}
-
-/* Assistive text */
-.assistive-text,
-.screen-reader-text {
-	position: absolute !important;
-	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
-	clip: rect(1px, 1px, 1px, 1px);
-	overflow: hidden;
-	height: 1px;
-	width: 1px;
-}
-#access a.assistive-text:focus,
-.screen-reader-text:hover,
-.screen-reader-text:active,
-.screen-reader-text:focus {
-	background: #eee;
-	border-bottom: 1px solid #ddd;
-	color: #1982d1;
-	clip: auto !important;
-	font-size: 12px;
-	height: auto;
-	position: absolute;
-	text-decoration: underline;
-	top: 0;
-	left: 7.6%;
-	width: auto;
-}
-
-
-/* =Header
------------------------------------------------ */
-
-#branding {
-	border-top: 2px solid #bbb;
-	padding-bottom: 10px;
-	position: relative;
-	z-index: 9999;
-}
-#site-title {
-	margin-right: 270px;
-	padding: 3.65625em 0 0;
-}
-#site-title a {
-	color: #111;
-	font-size: 30px;
-	font-weight: bold;
-	line-height: 36px;
-	text-decoration: none;
-}
-#site-title a:hover,
-#site-title a:focus,
-#site-title a:active {
-	color: #1982d1;
-}
-#site-description {
-	color: #7a7a7a;
-	font-size: 14px;
-	margin: 0 270px 3.65625em 0;
-}
-#branding img {
-	height: auto;
-	display: block;
-	width: 100%;
-}
-
-
-/* =Menu
--------------------------------------------------------------- */
-
-#access {
-	background: #222; /* Show a solid color for older browsers */
-	background: -moz-linear-gradient(#252525, #0a0a0a);
-	background: -o-linear-gradient(#252525, #0a0a0a);
-	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
-	background: -webkit-linear-gradient(#252525, #0a0a0a);
-	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-	clear: both;
-	display: block;
-	float: left;
-	margin: 0 auto 6px;
-	width: 100%;
-}
-#access ul {
-	font-size: 13px;
-	list-style: none;
-	margin: 0 0 0 -0.8125em;
-	padding-left: 0;
-}
-#access li {
-	float: left;
-	position: relative;
-}
-#access a {
-	color: #eee;
-	display: block;
-	line-height: 3.333em;
-	padding: 0 1.2125em;
-	text-decoration: none;
-}
-#access ul ul {
-	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
-	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
-	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
-	display: none;
-	float: left;
-	margin: 0;
-	position: absolute;
-	top: 3.333em;
-	left: 0;
-	width: 188px;
-	z-index: 99999;
-}
-#access ul ul ul {
-	left: 100%;
-	top: 0;
-}
-#access ul ul a {
-	background: #f9f9f9;
-	border-bottom: 1px dotted #ddd;
-	color: #444;
-	font-size: 13px;
-	font-weight: normal;
-	height: auto;
-	line-height: 1.4em;
-	padding: 10px 10px;
-	width: 168px;
-}
-#access li:hover > a,
-#access ul ul :hover > a,
-#access a:focus {
-	background: #efefef;
-}
-#access li:hover > a,
-#access a:focus {
-	background: #f9f9f9; /* Show a solid color for older browsers */
-	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
-	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
-	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
-	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
-	color: #373737;
-}
-#access ul li:hover > ul {
-	display: block;
-}
-#access .current-menu-item > a,
-#access .current-menu-ancestor > a,
-#access .current_page_item > a,
-#access .current_page_ancestor > a {
-	font-weight: bold;
-}
-
-/* Search Form */
-#branding #searchform {
-	position: absolute;
-	top: 3.8em;
-	right: 7.6%;
-	text-align: right;
-}
-#branding #searchform div {
-	margin: 0;
-}
-#branding #s {
-	float: right;
-	-webkit-transition-duration: 400ms;
-	-webkit-transition-property: width, background;
-	-webkit-transition-timing-function: ease;
-	-moz-transition-duration: 400ms;
-	-moz-transition-property: width, background;
-	-moz-transition-timing-function: ease;
-	-o-transition-duration: 400ms;
-	-o-transition-property: width, background;
-	-o-transition-timing-function: ease;
-	width: 72px;
-}
-#branding #s:focus {
-	background-color: #f9f9f9;
-	width: 196px;
-}
-#branding #searchsubmit {
-	display: none;
-}
-#branding .only-search #searchform {
-	top: 5px;
-	z-index: 1;
-}
-#branding .only-search #s {
-	background-color: #666;
-	border-color: #000;
-	color: #222;
-}
-#branding .only-search #s,
-#branding .only-search #s:focus {
-	width: 85%;
-}
-#branding .only-search #s:focus {
-	background-color: #bbb;
-}
-#branding .with-image #searchform {
-	top: auto;
-	bottom: -27px;
-	max-width: 195px;
-}
-#branding .only-search + #access div {
-	padding-right: 205px;
-}
-
-
-/* =Content
------------------------------------------------ */
-
-#main {
-	clear: both;
-	padding: 1.625em 0 0;
-}
-.page-title {
-	color: #666;
-	font-size: 10px;
-	font-weight: 500;
-	letter-spacing: 0.1em;
-	line-height: 2.6em;
-	margin: 0 0 2.6em;
-	text-transform: uppercase;
-}
-.page-title a {
-	font-size: 12px;
-	font-weight: bold;
-	letter-spacing: 0;
-	text-transform: none;
-}
-.hentry,
-.no-results {
-	border-bottom: 1px solid #ddd;
-	margin: 0 0 1.625em;
-	padding: 0 0 1.625em;
-	position: relative;
-}
-.hentry:last-child,
-.no-results {
-	border-bottom: none;
-}
-.blog .sticky .entry-header .entry-meta {
-	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
-	clip: rect(1px, 1px, 1px, 1px);
-	position: absolute !important;
-}
-.entry-title,
-.entry-header .entry-meta {
-	padding-right: 76px;
-}
-.entry-title {
-	clear: both;
-	color: #222;
-	font-size: 26px;
-	font-weight: bold;
-	line-height: 1.5em;
-	padding-bottom: .3em;
-	padding-top: 15px;
-}
-.entry-title,
-.entry-title a {
-	color: #222;
-	text-decoration: none;
-}
-.entry-title a:hover,
-.entry-title a:focus,
-.entry-title a:active {
-	color: #1982d1;
-}
-.entry-meta {
-	color: #666;
-	clear: both;
-	font-size: 12px;
-	line-height: 18px;
-}
-.entry-meta a {
-	font-weight: bold;
-}
-.single-author .entry-meta .by-author {
-	display: none;
-}
-.entry-content,
-.entry-summary {
-	padding: 1.625em 0 0;
-}
-.entry-content .more-link {
-	white-space: nowrap;
-}
-.entry-content h1,
-.entry-content h2,
-.comment-content h1,
-.comment-content h2 {
-	color: #000;
-	font-weight: bold;
-	margin: 0 0 .8125em;
-}
-.entry-content h3,
-.comment-content h3 {
-	font-size: 10px;
-	letter-spacing: 0.1em;
-	line-height: 2.6em;
-	text-transform: uppercase;
-}
-.entry-content table,
-.comment-content table {
-	border-bottom: 1px solid #ddd;
-	margin: 0 0 1.625em;
-	width: 100%;
-}
-.entry-content th,
-.comment-content th {
-	color: #666;
-	font-size: 10px;
-	font-weight: 500;
-	letter-spacing: 0.1em;
-	line-height: 2.6em;
-	text-transform: uppercase;
-}
-.entry-content td,
-.comment-content td {
-	border-top: 1px solid #ddd;
-	padding: 6px 10px 6px 0;
-}
-.entry-content #s {
-	width: 75%;
-}
-.comment-content ul,
-.comment-content ol {
-	margin-bottom: 1.625em;
-}
-.comment-content ul ul,
-.comment-content ol ol,
-.comment-content ul ol,
-.comment-content ol ul {
-	margin-bottom: 0;
-}
-dl.gallery-item {
-	margin: 0;
-}
-.page-link {
-	clear: both;
-	display: block;
-	margin: 0 0 1.625em;
-}
-.page-link a {
-	background: #eee;
-	color: #373737;
-	margin: 0;
-	padding: 2px 3px;
-	text-decoration: none;
-}
-.page-link a:hover {
-	background: #888;
-	color: #fff;
-	font-weight: bold;
-}
-.page-link span {
-	margin-right: 6px;
-}
-.entry-meta .edit-link a,
-.commentlist .edit-link a {
-	background: #eee;
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	color: #666;
-	float: right;
-	font-size: 12px;
-	line-height: 1.5em;
-	font-weight: 300;
-	text-decoration: none;
-	padding: 0 8px;
-}
-.entry-meta .edit-link a:hover,
-.commentlist .edit-link a:hover {
-	background: #888;
-	color: #fff;
-}
-.entry-content .edit-link {
-	clear: both;
-	display: block;
-}
-
-/* Images */
-.entry-content img,
-.comment-content img,
-.widget img {
-	max-width: 100%; /* Fluid images for posts, comments, and widgets */
-}
-img[class*="align"],
-img[class*="wp-image-"],
-img[class*="attachment-"] {
-	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
-}
-img.size-full,
-img.size-large {
-	max-width: 97.5%;
-	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
-	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
-}
-.entry-content img.wp-smiley {
-	border: none;
-	margin-bottom: 0;
-	margin-top: 0;
-	padding: 0;
-}
-img.alignleft,
-img.alignright,
-img.aligncenter {
-	margin-bottom: 1.625em;
-}
-p img,
-.wp-caption {
-	margin-top: 0.4em;
-}
-.wp-caption {
-	background: #eee;
-	margin-bottom: 1.625em;
-	max-width: 96%;
-	max-width: calc( 100% - 18px );
-	padding: 9px;
-}
-.wp-caption img {
-	display: block;
-	max-width: 98%;
-	max-width: calc( 100% - 14px );
-}
-.wp-caption .wp-caption-text,
-.gallery-caption {
-	color: #666;
-	font-family: Georgia, serif;
-	font-size: 12px;
-}
-.wp-caption .wp-caption-text {
-	margin-bottom: 0.6em;
-	padding: 10px 0 5px 40px;
-	position: relative;
-}
-.wp-caption .wp-caption-text:before {
-	color: #666;
-	content: '\2014';
-	font-size: 14px;
-	font-style: normal;
-	font-weight: bold;
-	margin-right: 5px;
-	position: absolute;
-	left: 10px;
-	top: 7px;
-}
-#content .gallery {
-	margin: 0 auto 1.625em;
-}
-#content .gallery a img {
-	border: none;
-}
-img#wpstats {
-	display: block;
-	margin: 0 auto 1.625em;
-}
-#content .gallery-columns-4 .gallery-item {
-	width: 23%;
-	padding-right: 2%;
-}
-#content .gallery-columns-4 .gallery-item img {
-	width: 100%;
-	height: auto;
-}
-
-/* Image borders */
-img[class*="align"],
-img[class*="wp-image-"],
-#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
-	border: 1px solid #ddd;
-	padding: 6px;
-	max-width: 97.5%;
-	max-width: calc( 100% - 14px );
-}
-.wp-caption img {
-	border-color: #eee;
-}
-a:focus img[class*="align"],
-a:hover img[class*="align"],
-a:active img[class*="align"],
-a:focus img[class*="wp-image-"],
-a:hover img[class*="wp-image-"],
-a:active img[class*="wp-image-"],
-#content .gallery .gallery-icon a:focus img,
-#content .gallery .gallery-icon a:hover img,
-#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
-	background: #eee;
-	border-color: #bbb;
-}
-.wp-caption a:focus img,
-.wp-caption a:active img,
-.wp-caption a:hover img {/* ... including captioned images! */
-	background: #fff;
-	border-color: #ddd;
-}
-
-/* Make sure videos and embeds fit their containers */
-embed,
-iframe,
-object {
-	max-width: 100%;
-}
-.entry-content .twitter-tweet-rendered {
-	max-width: 100% !important; /* Override the Twitter embed fixed width */
-}
-
-/* Password Protected Posts */
-.post-password-required .entry-header .comments-link {
-	margin: 1.625em 0 0;
-}
-.post-password-required input[type=password] {
-	margin: 0.8125em 0;
-}
-.post-password-required input[type=password]:focus {
-	background: #f7f7f7;
-}
-
-/* Author Info */
-#author-info {
-	font-size: 12px;
-	overflow: hidden;
-}
-.singular #author-info {
-	background: #f9f9f9;
-	border-top: 1px solid #ddd;
-	border-bottom: 1px solid #ddd;
-	margin: 2.2em -35.6% 0 -35.4%;
-	padding: 20px 35.4%;
-}
-.archive #author-info {
-	border-bottom: 1px solid #ddd;
-	margin: 0 0 2.2em;
-	padding: 0 0 2.2em;
-}
-#author-avatar {
-	float: left;
-	margin-right: -78px;
-}
-#author-avatar img {
-	background: #fff;
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	-webkit-box-shadow: 0 1px 2px #bbb;
-	-moz-box-shadow: 0 1px 2px #bbb;
-	box-shadow: 0 1px 2px #bbb;
-	padding: 3px;
-}
-#author-description {
-	float: left;
-	margin-left: 108px;
-}
-#author-description h2 {
-	color: #000;
-	font-size: 15px;
-	font-weight: bold;
-	margin: 5px 0 10px;
-}
-
-/* Comments link */
-.entry-header .comments-link a {
-	background: #eee url(images/comment-bubble.png) no-repeat;
-	color: #666;
-	font-size: 13px;
-	font-weight: normal;
-	line-height: 35px;
-	overflow: hidden;
-	padding: 0 0 0;
-	position: absolute;
-	top: 1.5em;
-	right: 0;
-	text-align: center;
-	text-decoration: none;
-	width: 43px;
-	height: 36px;
-}
-.entry-header .comments-link a:hover,
-.entry-header .comments-link a:focus,
-.entry-header .comments-link a:active {
-	background-color: #1982d1;
-	color: #fff;
-	color: rgba(255,255,255,0.8);
-}
-.entry-header .comments-link .leave-reply {
-	visibility: hidden;
-}
-
-/*
-Post Formats Headings
-To hide the headings, display: none the ".entry-header .entry-format" selector,
-and remove the padding rules below.
-*/
-.entry-header .entry-format {
-	color: #666;
-	font-size: 10px;
-	font-weight: 500;
-	letter-spacing: 0.1em;
-	line-height: 2.6em;
-	position: absolute;
-	text-transform: uppercase;
-	top: -5px;
-}
-.entry-header hgroup .entry-title {
-	padding-top: 15px;
-}
-article.format-aside .entry-content,
-article.format-link .entry-content,
-article.format-status .entry-content {
-	padding: 20px 0 0;
-}
-article.format-status .entry-content {
-	min-height: 65px;
-}
-.recent-posts .entry-header .entry-format {
-	display: none;
-}
-.recent-posts .entry-header hgroup .entry-title {
-	padding-top: 0;
-}
-
-/* Singular content styles for Posts and Pages */
-.singular .hentry {
-	border-bottom: none;
-	padding: 4.875em 0 0;
-	position: relative;
-}
-.singular.page .hentry {
-	padding: 3.5em 0 0;
-}
-.singular .entry-title {
-	color: #000;
-	font-size: 36px;
-	font-weight: bold;
-	line-height: 48px;
-}
-.singular .entry-title,
-.singular .entry-header .entry-meta {
-	padding-right: 0;
-}
-.singular .entry-header .entry-meta {
-	position: absolute;
-	top: 0;
-	left: 0;
-}
-blockquote.pull {
-	font-size: 21px;
-	font-weight: bold;
-	line-height: 1.6125em;
-	margin: 0 0 1.625em;
-	text-align: center;
-}
-.singular blockquote.pull {
-	margin: 0 -22.25% 1.625em;
-}
-.pull.alignleft {
-	margin: 0 1.625em 0 0;
-	text-align: right;
-}
-.singular .pull.alignleft {
-	margin: 0 1.625em 0 -22.25%;
-}
-.pull.alignright {
-	margin: 0 0 0 1.625em;
-	text-align: left;
-}
-blockquote.pull.alignleft,
-blockquote.pull.alignright {
-	width: 33%;
-}
-.singular .pull.alignright {
-	margin: 0 -22.25% 0 1.625em;
-}
-.singular blockquote.pull.alignleft,
-.singular blockquote.pull.alignright {
-	width: 33%;
-}
-.singular .entry-meta .edit-link a {
-	bottom: auto;
-	left: 50px;
-	position: absolute;
-	right: auto;
-	top: 80px;
-}
-
-
-/* =Aside
------------------------------------------------ */
-
-.format-aside .entry-title,
-.format-aside .entry-header .comments-link {
-	display: none;
-}
-.singular .format-aside .entry-title {
-	display: block;
-}
-.format-aside .entry-content {
-	padding: 0;
-}
-.singular .format-aside .entry-content {
-	padding: 1.625em 0 0;
-}
-
-
-/* =Link
------------------------------------------------ */
-
-.format-link .entry-title,
-.format-link .entry-header .comments-link {
-	display: none;
-}
-.singular .format-link .entry-title {
-	display: block;
-}
-.format-link .entry-content {
-	padding: 0;
-}
-.singular .format-link .entry-content {
-	padding: 1.625em 0 0;
-}
-
-
-/* =Gallery
------------------------------------------------ */
-
-.format-gallery .gallery-thumb {
-	float: left;
-	display: block;
-	margin: .375em 1.625em 0 0;
-	max-width: 100%;
-}
-
-
-/* =Status
------------------------------------------------ */
-
-.format-status .entry-title,
-.format-status .entry-header .comments-link {
-	display: none;
-}
-.singular .format-status .entry-title {
-	display: block;
-}
-.format-status .entry-content {
-	padding: 0;
-}
-.singular .format-status .entry-content {
-	padding: 1.625em 0 0;
-}
-.format-status img.avatar {
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	-webkit-box-shadow: 0 1px 2px #ccc;
-	-moz-box-shadow: 0 1px 2px #ccc;
-	box-shadow: 0 1px 2px #ccc;
-	float: left;
-	margin: 4px 10px 2px 0;
-	padding: 0;
-}
-
-/* =Standard
------------------------------------------------ */
-
-.format-standard .wp-video,
-.format-standard .wp-audio-shortcode,
-.format-audio .wp-audio-shortcode,
-.format-standard .video-player {
-	margin-bottom: 24px;
-}
-
-/* =Quote
------------------------------------------------ */
-
-.format-quote blockquote {
-	color: #555;
-	font-size: 17px;
-	margin: 0;
-}
-
-
-/* =Image
------------------------------------------------ */
-
-.indexed.format-image .entry-header {
-	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
-}
-.indexed.format-image .entry-content {
-	padding-top: 0.5em;
-}
-.indexed.format-image .entry-content p {
-	margin: 1em 0;
-}
-.indexed.format-image .entry-content p:first-child,
-.indexed.format-image .entry-content p:first-child a,
-.indexed.format-image .entry-content p:first-child img {
-	display: block;
-	margin: 0;
-}
-.indexed.format-image .entry-content .wp-caption .wp-caption-text {
-	margin: 0;
-	padding-bottom: 1em;
-}
-.indexed.format-image footer.entry-meta {
-	background: #ddd;
-	overflow: hidden;
-	padding: 4%;
-	max-width: 96%;
-}
-.indexed.format-image div.entry-meta {
-	display: inline-block;
-	float: left;
-	width: 35%;
-}
-.indexed.format-image div.entry-meta + div.entry-meta {
-	float: none;
-	width: 65%;
-}
-.indexed.format-image .entry-meta span.cat-links,
-.indexed.format-image .entry-meta span.tag-links,
-.indexed.format-image .entry-meta span.comments-link {
-	display: block;
-}
-.indexed.format-image footer.entry-meta a {
-	color: #444;
-}
-.indexed.format-image footer.entry-meta a:hover {
-	color: #fff;
-}
-#content .indexed.format-image img {
-	border: none;
-	max-width: 100%;
-	padding: 0;
-}
-.indexed.format-image .wp-caption {
-	background: #111;
-	margin-bottom: 0;
-	max-width: 96%;
-	padding: 2% 2% 0;
-}
-.indexed.format-image .wp-caption .wp-caption-text {
-	color: #ddd;
-}
-.indexed.format-image .wp-caption .wp-caption-text:before {
-	color: #444;
-}
-.indexed.format-image a:hover img {
-	opacity: 0.8;
-}
-
-
-/* =error404
------------------------------------------------ */
-
-.error404 #main #searchform {
-	background: #f9f9f9;
-	border: 1px solid #ddd;
-	border-width: 1px 0;
-	margin: 0 -8.9% 1.625em;
-	overflow: hidden;
-	padding: 1.625em 8.9%;
-}
-.error404 #main #s {
-	width: 95%;
-}
-.error404 #main .widget {
-	clear: none;
-	float: left;
-	margin-right: 3.7%;
-	width: 30.85%;
-}
-.error404 #main .widget_archive {
-	margin-right: 0;
-}
-.error404 #main .widget_tag_cloud {
-	float: none;
-	margin-right: 0;
-	width: 100%;
-}
-.error404 .widgettitle {
-	font-size: 10px;
-	letter-spacing: 0.1em;
-	line-height: 2.6em;
-	text-transform: uppercase;
-}
-
-
-/* =Showcase
------------------------------------------------ */
-
-h1.showcase-heading {
-	color: #666;
-	font-size: 10px;
-	font-weight: 500;
-	letter-spacing: 0.1em;
-	line-height: 2.6em;
-	text-transform: uppercase;
-}
-
-/* Intro */
-article.intro {
-	background: #f9f9f9;
-	border-bottom: none;
-	margin: -1.855em -8.9% 1.625em;
-	padding: 0 8.9%;
-}
-article.intro .entry-title {
-	display: none;
-}
-article.intro .entry-content {
-	color: #111;
-	font-size: 16px;
-	padding: 1.625em 0 0.625em;
-}
-article.intro .edit-link a {
-	background: #aaa;
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	color: #fff;
-	font-size: 12px;
-	padding: 0 8px;
-	position: absolute;
-	top: 30px;
-	right: 20px;
-	text-decoration: none;
-}
-article.intro .edit-link a:hover,
-article.intro .edit-link a:focus,
-article.intro .edit-link a:active {
-	background: #777;
-}
-
-/* Featured post */
-section.featured-post {
-	float: left;
-	margin: -1.625em -8.9% 1.625em;
-	padding: 1.625em 8.9% 0;
-	position: relative;
-	width: 100%;
-}
-section.featured-post .hentry {
-	border: none;
-	color: #666;
-	margin: 0;
-}
-section.featured-post .entry-meta {
-	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
-	clip: rect(1px, 1px, 1px, 1px);
-	position: absolute !important;
-}
-
-/* Small featured post */
-section.featured-post .attachment-small-feature {
-	float: right;
-	height: auto;
-	margin: 0 -8.9% 1.625em 0;
-	max-width: 59%;
-	position: relative;
-	right: -15px;
-}
-section.featured-post.small {
-	padding-top: 0;
-}
-section.featured-post .attachment-small-feature:hover,
-section.featured-post .attachment-small-feature:focus,
-section.featured-post .attachment-small-feature:active {
-	opacity: .8;
-}
-article.feature-image.small {
-	float: left;
-	margin: 0 0 1.625em;
-	width: 45%;
-}
-article.feature-image.small .entry-title {
-	line-height: 1.2em;
-}
-article.feature-image.small .entry-summary {
-	color: #555;
-	font-size: 13px;
-}
-article.feature-image.small .entry-summary p a {
-	background: #222;
-	color: #eee;
-	display: block;
-	left: -23.8%;
-	padding: 9px 26px 9px 85px;
-	position: relative;
-	text-decoration: none;
-	top: 20px;
-	width: 180px;
-	z-index: 1;
-}
-article.feature-image.small .entry-summary p a:hover {
-	background: #1982d1;
-	color: #eee;
-	color: rgba(255,255,255,0.8);
-}
-
-/* Large featured post */
-section.feature-image.large {
-	border: none;
-	max-height: 288px;
-	padding: 0;
-	width: 100%;
-}
-section.feature-image.large .showcase-heading {
-	display: none;
-}
-section.feature-image.large .hentry {
-	border-bottom: none;
-	left: 9%;
-	margin: 1.625em 9% 0 0;
-	position: absolute;
-	top: 0;
-}
-article.feature-image.large .entry-title a {
-	background: #222;
-	background: rgba(0,0,0,0.8);
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	color: #fff;
-	display: inline-block;
-	font-weight: 300;
-	padding: .2em 20px;
-}
-section.feature-image.large:hover .entry-title a,
-section.feature-image.large .entry-title:hover a {
-	background: #eee;
-	background: rgba(255,255,255,0.8);
-	color: #222;
-}
-article.feature-image.large .entry-summary {
-	display: none;
-}
-section.feature-image.large img {
-	display: block;
-	height: auto;
-	max-width: 117.9%;
-	padding: 0 0 6px;
-}
-
-/* Featured Slider */
-.featured-posts {
-	border-bottom: 1px solid #ddd;
-	display: block;
-	height: 328px;
-	margin: 1.625em -8.9% 20px;
-	max-width: 1000px;
-	padding: 0;
-	position: relative;
-	overflow: hidden;
-}
-.featured-posts .showcase-heading {
-	padding-left: 8.9%;
-}
-.featured-posts section.featured-post {
-	background: #fff;
-	height: 288px;
-	left: 0;
-	margin: 0;
-	position: absolute;
-	top: 30px;
-	width: auto;
-}
-.featured-posts section.featured-post.large {
-	max-width: 100%;
-	overflow: hidden;
-}
-.featured-posts section.featured-post {
-	-webkit-transition-duration: 200ms;
-	-webkit-transition-property: opacity, visibility;
-	-webkit-transition-timing-function: ease;
-	-moz-transition-duration: 200ms;
-	-moz-transition-property: opacity, visibility;
-	-moz-transition-timing-function: ease;
-}
-.featured-posts section.featured-post {
-	opacity: 0;
-	visibility: hidden;
-}
-.featured-posts #featured-post-1 {
-	opacity: 1;
-	visibility: visible;
-}
-.featured-post .feature-text:after,
-.featured-post .feature-image.small:after {
-	content: ' ';
-	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
-	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
-	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
-	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
-	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
-	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
-	width: 100%;
-	height: 45px;
-	position: absolute;
-	top: 230px;
-}
-.featured-post .feature-image.small:after {
-	top: 253px;
-}
-#content .feature-slider {
-	top: 5px;
-	right: 8.9%;
-	overflow: visible;
-	position: absolute;
-}
-.feature-slider ul {
-	list-style-type: none;
-	margin: 0;
-}
-.feature-slider li {
-	float: left;
-	margin: 0 6px;
-}
-.feature-slider a {
-	background: #3c3c3c;
-	background: rgba(60,60,60,0.9);
-	-moz-border-radius: 12px;
-	border-radius: 12px;
-	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
-	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
-	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
-	display: block;
-	width: 14px;
-	height: 14px;
-}
-.feature-slider a.active {
-	background: #1982d1;
-	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
-	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
-	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
-	cursor: default;
-	opacity: 0.5;
-}
-
-/* Recent Posts */
-section.recent-posts {
-	padding: 0 0 1.625em;
-}
-section.recent-posts .hentry {
-	border: none;
-	margin: 0;
-}
-section.recent-posts .other-recent-posts {
-	border-bottom: 1px solid #ddd;
-	list-style: none;
-	margin: 0;
-}
-section.recent-posts .other-recent-posts li {
-	padding: 0.3125em 0;
-	position: relative;
-}
-section.recent-posts .other-recent-posts .entry-title {
-	border-top: 1px solid #ddd;
-	font-size: 17px;
-}
-section.recent-posts .other-recent-posts a[rel="bookmark"] {
-	color: #373737;
-	float: left;
-	max-width: 84%;
-}
-section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
-	content: '-';
-	color: transparent;
-	font-size: 11px;
-}
-section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
-}
-section.recent-posts .other-recent-posts .comments-link a,
-section.recent-posts .other-recent-posts .comments-link > span {
-	border-bottom: 2px solid #999;
-	bottom: -2px;
-	color: #444;
-	display: block;
-	font-size: 10px;
-	font-weight: 500;
-	line-height: 2.76333em;
-	padding: 0.3125em 0 0.3125em 1em;
-	position: absolute;
-	right: 0;
-	text-align: right;
-	text-transform: uppercase;
-	z-index: 1;
-}
-section.recent-posts .other-recent-posts .comments-link > span {
-	border-color: #bbb;
-	color: #888;
-}
-section.recent-posts .other-recent-posts .comments-link a:hover {
-	color: #1982d1;
-	border-color: #1982d1;
-}
-section.recent-posts .other-recent-posts li:after {
-	clear: both;
-	content: '.';
-	display: block;
-	height: 0;
-	visibility: hidden;
-}
-
-
-/* =Attachments
------------------------------------------------ */
-
-.image-attachment div.attachment {
-	background: #f9f9f9;
-	border: 1px solid #ddd;
-	border-width: 1px 0;
-	margin: 0 -8.9% 1.625em;
-	overflow: hidden;
-	padding: 1.625em 1.625em 0;
-	text-align: center;
-}
-.image-attachment div.attachment img {
-	display: block;
-	height: auto;
-	margin: 0 auto 1.625em;
-	max-width: 100%;
-}
-.image-attachment div.attachment a img {
-	border-color: #f9f9f9;
-}
-.image-attachment div.attachment a:focus img,
-.image-attachment div.attachment a:hover img,
-.image-attachment div.attachment a:active img {
-	border-color: #ddd;
-	background: #fff;
-}
-.image-attachment .entry-caption p {
-	font-size: 10px;
-	letter-spacing: 0.1em;
-	line-height: 2.6em;
-	margin: 0 0 2.6em;
-	text-transform: uppercase;
-}
-
-/* =Media
--------------------------------------------------------------- */
-
-audio,
-video {
-	display: inline-block;
-	max-width: 100%;
-}
-
-.attachment .entry-content .mejs-container {
-	margin-bottom: 24px;
-}
-
-/* =Navigation
--------------------------------------------------------------- */
-
-#content nav {
-	clear: both;
-	overflow: hidden;
-	padding: 0 0 1.625em;
-}
-#content nav a {
-	font-size: 12px;
-	font-weight: bold;
-	line-height: 2.2em;
-}
-#nav-above {
-	padding: 0 0 1.625em;
-}
-#nav-above {
-	display: none;
-}
-.paged #nav-above {
-	display: block;
-}
-.nav-previous {
-	float: left;
-	width: 50%;
-}
-.nav-next {
-	float: right;
-	text-align: right;
-	width: 50%;
-}
-#content nav .meta-nav {
-	font-weight: normal;
-}
-
-/* Singular navigation */
-#nav-single {
-	float: right;
-	position: relative;
-	top: -0.3em;
-	text-align: right;
-	z-index: 1;
-}
-#nav-single .nav-previous,
-#nav-single .nav-next {
-	width: auto;
-}
-#nav-single .nav-next {
-	padding-left: .5em;
-}
-#nav-single .nav-previous {
-	padding-right: .5em;
-}
-
-
-/* =Widgets
------------------------------------------------ */
-
-.widget-area {
-	font-size: 12px;
-}
-.widget {
-	word-wrap: break-word;
-	-webkit-hyphens: auto;
-	-moz-hyphens: auto;
-	hyphens: auto;
-	clear: both;
-	margin: 0 0 2.2em;
-}
-.widget-title {
-	color: #666;
-	font-size: 10px;
-	font-weight: 500;
-	letter-spacing: 0.1em;
-	line-height: 2.6em;
-	text-transform: uppercase;
-}
-.widget ul {
-	font-size: 15px;
-	margin: 0;
-}
-.widget ul ul {
-	margin-left: 1.5em;
-}
-.widget ul li {
-	color: #777;
-	font-size: 13px;
-}
-.widget a {
-	font-weight: bold;
-	text-decoration: none;
-}
-.widget a:hover,
-.widget a:focus,
-.widget a:active {
-	text-decoration: underline;
-}
-
-/* Search Widget */
-.widget_search form {
-	margin: 0 0 1.625em;
-}
-.widget_search #s {
-	width: 77%;
-}
-.widget_search #searchsubmit {
-	background: #ddd;
-	border: 1px solid #ccc;
-	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
-	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
-	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
-	color: #888;
-	font-size: 13px;
-	line-height: 25px;
-	position: relative;
-	top: -2px;
-}
-.widget_search #searchsubmit:active {
-	background: #1982d1;
-	border-color: #0861a5;
-	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
-	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
-	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
-	color: #bfddf3;
-}
-
-/* Ephemera Widget */
-section.ephemera ol,
-.widget_twentyeleven_ephemera ol {
-	list-style: square;
-	margin: 5px 0 0;
-}
-.widget_twentyeleven_ephemera .widget-entry-title {
-	font-size: 15px;
-	font-weight: bold;
-	padding: 0;
-}
-.widget_twentyeleven_ephemera .comments-link a,
-.widget_twentyeleven_ephemera .comments-link > span {
-	color: #666;
-	display: block;
-	font-size: 10px;
-	font-weight: 500;
-	line-height: 2.76333em;
-	text-transform: uppercase;
-}
-section.ephemera .entry-title .comments-link a:hover,
-.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
-}
-section.ephemera .entry-title a span {
-	color: #29628d;
-}
-
-/* Twitter */
-.widget_twitter li {
-	list-style-type: none;
-	margin-bottom: 14px;
-}
-.widget_twitter .timesince {
-	display: block;
-	font-size: 11px;
-	margin-right: -10px;
-	text-align: right;
-}
-
-/* Widget Image */
-.widget_image img,
-.widget_media_image img {
-	border: 0;
-	padding: 0;
-	height: auto;
-	max-width: 100%;
-}
-@media (min-width: 1024px) {
-	.widget_media_image .size-thumbnail {
-		padding: 6px;
-	}
-}
-
-/* Calendar Widget */
-.widget_calendar #wp-calendar {
-	color: #555;
-	width: 95%;
-	text-align: center;
-}
-.widget_calendar #wp-calendar caption,
-.widget_calendar #wp-calendar td,
-.widget_calendar #wp-calendar th {
-	text-align: center;
-}
-.widget_calendar #wp-calendar caption {
-	font-size: 11px;
-	font-weight: 500;
-	padding: 5px 0 3px 0;
-	text-transform: uppercase;
-}
-.widget_calendar #wp-calendar th {
-	background: #f4f4f4;
-	border-top: 1px solid #ccc;
-	border-bottom: 1px solid #ccc;
-	font-weight: bold;
-}
-.widget_calendar #wp-calendar tfoot td {
-	background: #f4f4f4;
-	border-top: 1px solid #ccc;
-	border-bottom: 1px solid #ccc;
-}
-
-/* Text Widget */
-.widget_text ul,
-.widget_text ol {
-	margin: 0 0 1.625em 2.5em;
-}
-.widget_text ul ul,
-.widget_text ol ol,
-.widget_text ul ol,
-.widget_text ol ul {
-	margin-bottom: 0;
-}
-
-/* Tag Cloud Widget */
-.tagcloud ul {
-	list-style-type: none;
-}
-
-.tagcloud ul li {
-	display: inline-block;
-}
-
-/* Helps galleries in widget areas look presentable in most cases. */
-#page .widget-area .gallery-columns-2 img,
-#page .widget-area .gallery-columns-3 img,
-#page .widget-area .gallery-columns-4 img,
-#page .widget-area .gallery-columns-5 img,
-#page .widget-area .gallery-columns-6 img,
-#page .widget-area .gallery-columns-7 img,
-#page .widget-area .gallery-columns-8 img,
-#page .widget-area .gallery-columns-9 img {
-	border: none;
-	max-width: 90%;
-	width: auto;
-}
-
-/* =Comments
------------------------------------------------ */
-
-#comments-title {
-	color: #666;
-	font-size: 10px;
-	font-weight: 500;
-	line-height: 2.6em;
-	padding: 0 0 2.6em;
-	text-transform: uppercase;
-}
-.nopassword,
-.nocomments {
-	color: #aaa;
-	font-size: 24px;
-	font-weight: 100;
-	margin: 26px 0;
-	text-align: center;
-}
-.commentlist {
-	list-style: none;
-	margin: 0 auto;
-	width: 68.9%;
-}
-.content .commentlist,
-.page-template-sidebar-page-php .commentlist {
-	width: 100%; /* reset the width for the one-column and sidebar page layout */
-}
-.commentlist > li.comment {
-	background: #f6f6f6;
-	border: 1px solid #ddd;
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	margin: 0 0 1.625em;
-	padding: 1.625em;
-	position: relative;
-}
-.commentlist .pingback {
-	margin: 0 0 1.625em;
-	padding: 0 1.625em;
-}
-.commentlist .children {
-	list-style: none;
-	margin: 0;
-}
-.commentlist .children li.comment {
-	background: #fff;
-	border-left: 1px solid #ddd;
-	-moz-border-radius: 0 3px 3px 0;
-	border-radius: 0 3px 3px 0;
-	margin: 1.625em 0 0;
-	padding: 1.625em;
-	position: relative;
-}
-.commentlist .children li.comment .fn {
-	display: block;
-}
-.comment-meta .fn {
-	font-style: normal;
-}
-.comment-meta {
-	color: #666;
-	font-size: 12px;
-	line-height: 2.2em;
-}
-.commentlist .children li.comment .comment-meta {
-	line-height: 1.625em;
-	margin-left: 50px;
-}
-.commentlist .children li.comment .comment-content {
-	margin: 1.625em 0 0;
-	word-wrap: break-word;
-	-webkit-hyphens: auto;
-	-moz-hyphens: auto;
-	hyphens: auto;
-}
-.comment-meta a {
-	font-weight: bold;
-}
-.comment-meta a:focus,
-.comment-meta a:active,
-.comment-meta a:hover {
-}
-.commentlist .avatar {
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	-webkit-box-shadow: 0 1px 2px #ccc;
-	-moz-box-shadow: 0 1px 2px #ccc;
-	box-shadow: 0 1px 2px #ccc;
-	left: -102px;
-	padding: 0;
-	position: absolute;
-	top: 0;
-}
-.commentlist > li:before {
-	content: url(images/comment-arrow.png);
-	left: -21px;
-	position: absolute;
-}
-.commentlist > li.pingback:before {
-	content: '';
-}
-.commentlist .children .avatar {
-	background: none;
-	-webkit-box-shadow: none;
-	-moz-box-shadow: none;
-	box-shadow: none;
-	left: 2.2em;
-	padding: 0;
-	top: 2.2em;
-}
-a.comment-reply-link {
-	background: #eee;
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	color: #666;
-	display: inline-block;
-	font-size: 12px;
-	padding: 0 8px;
-	text-decoration: none;
-}
-a.comment-reply-link:hover,
-a.comment-reply-link:focus,
-a.comment-reply-link:active {
-	background: #888;
-	color: #fff;
-}
-a.comment-reply-link > span {
-	display: inline-block;
-	position: relative;
-	top: -1px;
-}
-
-/* Post author highlighting */
-.commentlist > li.bypostauthor {
-	background: #ddd;
-	border-color: #d3d3d3;
-}
-.commentlist > li.bypostauthor .comment-meta {
-	color: #575757;
-}
-.commentlist > li.bypostauthor .comment-meta a:focus,
-.commentlist > li.bypostauthor .comment-meta a:active,
-.commentlist > li.bypostauthor .comment-meta a:hover {
-}
-.commentlist > li.bypostauthor:before {
-	content: url(images/comment-arrow-bypostauthor.png);
-}
-
-/* Post Author threaded comments */
-.commentlist .children > li.bypostauthor {
-	background: #ddd;
-	border-color: #d3d3d3;
-}
-
-/* sidebar-page.php comments */
-/* Make sure we have room for our comment avatars */
-.page-template-sidebar-page-php .commentlist > li.comment,
-.page-template-sidebar-page-php.commentlist .pingback {
-	margin-left: 102px;
-	width: auto;
-}
-/* And a full-width comment form */
-.page-template-sidebar-page-php #respond {
-	width: auto;
-}
-
-/* Comment Form */
-#respond {
-	background: #ddd;
-	border: 1px solid #d3d3d3;
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	margin: 0 auto 1.625em;
-	padding: 1.625em;
-	position: relative;
-	width: 68.9%;
-}
-#respond input[type="text"],
-#respond textarea {
-	background: #fff;
-	border: 4px solid #eee;
-	-moz-border-radius: 5px;
-	border-radius: 5px;
-	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
-	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
-	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
-	position: relative;
-	padding: 10px;
-	text-indent: 80px;
-}
-#respond .comment-form-author,
-#respond .comment-form-email,
-#respond .comment-form-url,
-#respond .comment-form-comment {
-	position: relative;
-}
-#respond .comment-form-author label,
-#respond .comment-form-email label,
-#respond .comment-form-url label,
-#respond .comment-form-comment label {
-	background: #eee;
-	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
-	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
-	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
-	color: #555;
-	display: inline-block;
-	font-size: 13px;
-	left: 4px;
-	min-width: 60px;
-	padding: 4px 10px;
-	position: relative;
-	top: 40px;
-	z-index: 1;
-}
-#respond input[type="text"]:focus,
-#respond textarea:focus {
-	text-indent: 0;
-	z-index: 1;
-}
-#respond textarea {
-	resize: vertical;
-	width: 95%;
-}
-#respond .comment-form-author .required,
-#respond .comment-form-email .required {
-	color: #bd3500;
-	font-size: 22px;
-	font-weight: bold;
-	left: 75%;
-	position: absolute;
-	z-index: 1;
-}
-#respond .comment-notes,
-#respond .logged-in-as {
-	font-size: 13px;
-}
-#respond p {
-	margin: 10px 0;
-}
-#respond .form-submit {
-	float: right;
-	margin: -20px 0 10px;
-}
-#respond input#submit {
-	background: #222;
-	border: none;
-	-moz-border-radius: 3px;
-	border-radius: 3px;
-	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-	color: #eee;
-	cursor: pointer;
-	font-size: 15px;
-	margin: 20px 0;
-	padding: 5px 42px 5px 22px;
-	position: relative;
-	left: 30px;
-	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
-}
-#respond input#submit:active {
-	background: #1982d1;
-	color: #bfddf3;
-}
-#respond #cancel-comment-reply-link {
-	color: #666;
-	margin-left: 10px;
-	text-decoration: none;
-}
-#respond .logged-in-as a:hover,
-#respond #cancel-comment-reply-link:hover {
-	text-decoration: underline;
-}
-.commentlist #respond {
-	margin: 1.625em 0 0;
-	width: auto;
-}
-#reply-title {
-	color: #373737;
-	font-size: 24px;
-	font-weight: bold;
-	line-height: 30px;
-}
-#cancel-comment-reply-link {
-	color: #888;
-	display: block;
-	font-size: 10px;
-	font-weight: normal;
-	line-height: 2.2em;
-	letter-spacing: 0.05em;
-	position: absolute;
-	right: 1.625em;
-	text-decoration: none;
-	text-transform: uppercase;
-	top: 1.1em;
-}
-#cancel-comment-reply-link:focus,
-#cancel-comment-reply-link:active,
-#cancel-comment-reply-link:hover {
-	color: #ff4b33;
-}
-#respond label {
-	line-height: 2.2em;
-}
-#respond input[type=text] {
-	display: block;
-	height: 24px;
-	width: 75%;
-}
-#respond p {
-	font-size: 12px;
-}
-#respond #wp-comment-cookies-consent {
-	margin: 0 10px 0 0;
-}
-p.comment-form-comment {
-	margin: 0;
-}
-.form-allowed-tags {
-	display: none;
-}
-
-
-/* =Footer
------------------------------------------------ */
-
-#colophon {
-	clear: both;
-}
-#supplementary {
-	border-top: 1px solid #ddd;
-	padding: 1.625em 7.6%;
-	overflow: hidden;
-}
-
-/* Two Footer Widget Areas */
-#supplementary.two .widget-area {
-	float: left;
-	margin-right: 3.7%;
-	width: 48.1%;
-}
-#supplementary.two .widget-area + .widget-area {
-	margin-right: 0;
-}
-
-/* Three Footer Widget Areas */
-#supplementary.three .widget-area {
-	float: left;
-	margin-right: 3.7%;
-	width: 30.85%;
-}
-#supplementary.three .widget-area + .widget-area + .widget-area {
-	margin-right: 0;
-}
-
-/* Site Generator Line */
-#site-generator {
-	background: #f9f9f9;
-	border-top: 1px solid #ddd;
-	color: #666;
-	font-size: 12px;
-	line-height: 2.2em;
-	padding: 2.2em 0.5em;
-	text-align: center;
-}
-#site-generator a {
-	color: #555;
-	font-weight: bold;
-}
-#site-generator span[role=separator] {
-	padding: 0 0.25em 0 0.5em
-}
-#site-generator span[role=separator]::before {
-	content: '\007c';
-}
-
-
-/* =Responsive Structure
------------------------------------------------ */
-
-/* Does the same thing as <meta name="viewport" content="width=device-width">,
- * but in the future W3C standard way. -ms- prefix is required for IE10+ to
- * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
- * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
- */
-@-ms-viewport {
-	width: device-width;
-}
-@viewport {
-	width: device-width;
-}
-
-@media (max-width: 800px) {
-	/* Simplify the basic layout */
-	#main #content {
-		margin: 0 7.6%;
-		width: auto;
-	}
-	#nav-below {
-		border-bottom: 1px solid #ddd;
-		margin-bottom: 1.625em;
-	}
-	#main #secondary {
-		float: none;
-		margin: 0 7.6%;
-		width: auto;
-	}
-	/* Simplify the showcase template */
-	.page-template-showcase-php .featured-posts {
-		min-height: 280px;
-	}
-	.featured-posts section.featured-post {
-		height: auto;
-	}
-	.page-template-showcase-php section.recent-posts {
-		float: none;
-		margin: 0;
-		width: 100%;
-	}
-	.page-template-showcase-php #main .widget-area {
-		float: none;
-		margin: 0;
-		width: auto;
-	}
-	.page-template-showcase-php .other-recent-posts {
-		border-bottom: 1px solid #ddd;
-	}
-	/* Simplify the showcase template when small feature */
-	section.featured-post .attachment-small-feature,
-	.one-column section.featured-post .attachment-small-feature {
-		border: none;
-		display: block;
-		float: left;
-		height: auto;
-		margin: 0.625em auto 1.025em;
-		max-width: 30%;
-		position: static;
-	}
-	article.feature-image.small {
-		float: right;
-		margin: 0 0 1.625em;
-		width: 64%;
-	}
-	.one-column article.feature-image.small .entry-summary {
-		height: auto;
-	}
-	article.feature-image.small .entry-summary p a {
-		left: 0;
-		padding-left: 20px;
-		padding-right: 20px;
-		width: auto;
-	}
-	/* Remove the margin on singular articles */
-	.singular .entry-header,
-	.singular .entry-content,
-	.singular footer.entry-meta,
-	.singular #comments-title {
-		width: 100%;
-	}
-	/* Simplify the pullquotes and pull styles */
-	.singular blockquote.pull {
-		margin: 0 0 1.625em;
-	}
-	.singular .pull.alignleft {
-		margin: 0 1.625em 0 0;
-	}
-	.singular .pull.alignright {
-		margin: 0 0 0 1.625em;
-	}
-	.singular .entry-meta .edit-link a {
-		left: 0;
-		position: absolute;
-		top: 40px;
-	}
-	.singular #author-info {
-		margin: 2.2em -8.8% 0;
-		padding: 20px 8.8%;
-	}
-	/* Make sure we have room for our comment avatars */
-	.commentlist {
-		width: 100%;
-	}
-	.commentlist > li.comment,
-	.commentlist .pingback {
-		margin-left: 102px;
-		width: auto;
-	}
-	/* And a full-width comment form */
-	#respond {
-		width: auto;
-	}
-	/* No need to float footer widgets at this size */
-	#colophon #supplementary .widget-area {
-		float: none;
-		margin-right: 0;
-		width: auto;
-	}
-	/* No need to float 404 widgets at this size */
-	.error404 #main .widget {
-		float: none;
-		margin-right: 0;
-		width: auto;
-	}
-}
-@media (max-width: 650px) {
-	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
-	body, input, textarea {
-		font-size: 13px;
-	}
-	#site-title a {
-		font-size: 24px;
-	}
-	#site-description {
-		font-size: 12px;
-	}
-	#access ul {
-		font-size: 12px;
-	}
-	#branding .only-search + #access div {
-		padding-right: 0;
-	}
-	article.intro .entry-content {
-		font-size: 12px;
-	}
-	.entry-title {
-		font-size: 21px;
-	}
-	.featured-post .entry-title {
-		font-size: 14px;
-	}
-	.singular .entry-title {
-		font-size: 28px;
-	}
-	.entry-meta {
-		font-size: 12px;
-	}
-	blockquote {
-		margin: 0;
-	}
-	blockquote.pull {
-		font-size: 17px;
-	}
-	/* Reposition the site title and description slightly */
-	#site-title {
-		padding: 5.30625em 0 0;
-	}
-	#site-title,
-	#site-description {
-		margin-right: 0;
-	}
-	/* Make sure the logo and search form don't collide */
-	#branding #searchform {
-		top: 1.625em !important;
-	}
-	/* Floated content doesn't work well at this size */
-	.alignleft,
-	.alignright {
-		display: block;
-		float: none;
-		margin-left: 0;
-		margin-right: 0;
-	}
-	/* Make sure the post-post navigation doesn't collide with anything */
-	#nav-single {
-		display: block;
-		position: static;
-	}
-	.singular .hentry {
-		padding: 1.625em 0 0;
-	}
-	.singular.page .hentry {
-		padding: 1.625em 0 0;
-	}
-	.singular .entry-header .entry-meta,
-	.singular .entry-header .entry-format,
-	.singular .entry-meta .edit-link a {
-		position: static;
-	}
-	/* Talking avatars take up too much room at this size */
-	.commentlist > li.comment,
-	.commentlist > li.pingback {
-		margin-left: 0 !important;
-	}
-	.commentlist .avatar {
-		background: transparent;
-		display: block;
-		padding: 0;
-		position: static;
-	}
-	.commentlist .children .avatar {
-		background: none;
-		left: 2.2em;
-		padding: 0;
-		position: absolute;
-		top: 2.2em;
-	}
-	/* Use the available space in the smaller comment form */
-	#respond input[type="text"] {
-		width: 95%;
-	}
-	#respond .comment-form-author .required,
-	#respond .comment-form-email .required {
-		left: 95%;
-	}
-	#content .gallery-columns-3 .gallery-item {
-		width: 31%;
-		padding-right: 2%;
-	}
-	#content .gallery-columns-3 .gallery-item img {
-		width: 100%;
-		height: auto;
-	}
-}
-@media (max-width: 450px) {
-	#content .gallery-columns-2 .gallery-item {
-		width: 45%;
-		padding-right: 4%;
-	}
-	#content .gallery-columns-2 .gallery-item img {
-		width: 100%;
-		height: auto;
-	}
-}
-@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
-	body {
-		padding: 0;
-	}
-	#page {
-		margin-top: 0;
-	}
-	#branding {
-		border-top: none;
-	}
-}
-
-
-/* =Print
------------------------------------------------ */
-
-@media print {
-	body {
-		background: none !important;
-		font-size: 10pt;
-	}
-	footer.entry-meta a[rel=bookmark]:link:after,
-	footer.entry-meta a[rel=bookmark]:visited:after {
-		content: " [" attr(href) "] "; /* Show URLs */
-	}
-	#page {
-		clear: both !important;
-		display: block !important;
-		float: none !important;
-		max-width: 100%;
-		position: relative !important;
-	}
-	#branding {
-		border-top: none !important;
-		padding: 0;
-	}
-	#branding hgroup {
-		margin: 0;
-	}
-	#site-title a {
-		font-size: 21pt;
-	}
-	#site-description {
-		font-size: 10pt;
-	}
-	#branding #searchform {
-		display: none;
-	}
-	#branding img {
-		display: none;
-	}
-	#access {
-		display: none;
-	}
-	#main {
-		border-top: none;
-		box-shadow: none;
-	}
-	#primary {
-		float: left;
-		margin: 0;
-		width: 100%;
-	}
-	#content {
-		margin: 0;
-		width: auto;
-	}
-	.singular #content {
-		margin: 0;
-		width: 100%;
-	}
-	.singular .entry-header .entry-meta {
-		position: static;
-	}
-	.entry-meta .edit-link a {
-		display: none;
-	}
-	#content nav {
-		display: none;
-	}
-	.singular .entry-header,
-	.singular .entry-content,
-	.singular footer.entry-meta,
-	.singular #comments-title {
-		margin: 0;
-		width: 100%;
-	}
-	.singular .hentry {
-		padding: 0;
-	}
-	.entry-title,
-	.singular .entry-title {
-		font-size: 21pt;
-	}
-	.entry-meta {
-		font-size: 10pt;
-	}
-	.entry-header .comments-link {
-		display: none;
-	}
-	.page-link {
-		display: none;
-	}
-	.singular #author-info {
-		background: none;
-		border-bottom: none;
-		border-top: none;
-		margin: 2.2em 0 0;
-		padding: 0;
-	}
-	#respond {
-		display: none;
-	}
-	.widget-area {
-		display: none;
-	}
-	#colophon {
-		display: none;
-	}
-
-	/* Comments */
-	.commentlist > li.comment {
-		background: none;
-		border: 1px solid #ddd;
-		-moz-border-radius: 3px 3px 3px 3px;
-		border-radius: 3px 3px 3px 3px;
-		margin: 0 auto 1.625em;
-		padding: 1.625em;
-		position: relative;
-		width: auto;
-	}
-	.commentlist .avatar {
-		height: 39px;
-		left: 2.2em;
-		top: 2.2em;
-		width: 39px;
-	}
-	.commentlist li.comment .comment-meta {
-		line-height: 1.625em;
-		margin-left: 50px;
-	}
-	.commentlist li.comment .fn {
-		display: block;
-	}
-	.commentlist li.comment .comment-content {
-		margin: 1.625em 0 0;
-	}
-	.commentlist .comment-edit-link {
-		display: none;
-	}
-	.commentlist > li::before,
-	.commentlist > li.bypostauthor::before {
-		content: '';
-	}
-	.commentlist .reply {
-		display: none;
-	}
-
-	/* Post author highlighting */
-	.commentlist > li.bypostauthor {
-		color: #444;
-	}
-	.commentlist > li.bypostauthor .comment-meta {
-		color: #666;
-	}
-	.commentlist > li.bypostauthor:before {
-		content: none;
-	}
-
-	/* Post Author threaded comments */
-	.commentlist .children > li.bypostauthor {
-		background: #fff;
-		border-color: #ddd;
-	}
-	.commentlist .children > li.bypostauthor > article,
-	.commentlist .children > li.bypostauthor > article .comment-meta {
-		color: #666;
-	}
-}
-
-
-/* =IE7
------------------------------------------------ */
-
-#ie7 article.intro {
-	margin-left: -7.6%;
-	margin-right: -7.6%;
-	padding-left: -7.6%;
-	padding-right: -7.6%;
-	max-width: 1000px;
-}
-#ie7 .featured-posts {
-	margin: 0 -7.6%;
-}
-#ie7 .featured-post {
-	margin-left: 0;
-	margin-right: 0;
-	max-width: 100%;
-}
-#ie7 section.recent-posts {
-	margin-right: 7.6%;
-}
-
-
-/* =IE8
------------------------------------------------ */
-
-#ie8 section.feature-image.large img {
-	width: auto;
-}
-#ie8 section.featured-post .attachment-small-feature {
-	max-width: none;
-}
+/*
+Theme Name: Twenty Eleven
+Theme URI: https://wordpress.org/themes/twentyeleven/
+Author: the WordPress team
+Author URI: https://wordpress.org/
+Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
+Version: 3.4
+Requires PHP: 5.2.4
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
+Text Domain: twentyeleven
+*/
+
+/* =Reset default browser CSS. Based on work by Eric Meyer.
+-------------------------------------------------------------- */
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+	border: 0;
+	font-family: inherit;
+	font-size: 100%;
+	font-style: inherit;
+	font-weight: inherit;
+	margin: 0;
+	outline: 0;
+	padding: 0;
+	vertical-align: baseline;
+}
+:focus {/* remember to define focus styles! */
+	outline: 0;
+}
+body {
+	background: #fff;
+	line-height: 1;
+}
+ol, ul {
+	list-style: none;
+}
+table {/* tables still need 'cellspacing="0"' in the markup */
+	border-collapse: separate;
+	border-spacing: 0;
+}
+caption, th, td {
+	font-weight: normal;
+	text-align: left;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+	content: "";
+}
+blockquote, q {
+	quotes: "" "";
+}
+a img {
+	border: 0;
+}
+article, aside, details, figcaption, figure,
+footer, header, hgroup, menu, nav, section {
+	display: block;
+}
+
+
+/* =Structure
+----------------------------------------------- */
+
+body {
+	padding: 0 2em;
+}
+#page {
+	margin: 2em auto;
+	max-width: 1000px;
+}
+#branding hgroup {
+	margin: 0 7.6%;
+}
+#access div {
+	margin: 0 7.6%;
+}
+#primary {
+	float: left;
+	margin: 0 -26.4% 0 0;
+	width: 100%;
+}
+#content {
+	margin: 0 34% 0 7.6%;
+	width: 58.4%;
+}
+#secondary {
+	float: right;
+	margin-right: 7.6%;
+	width: 18.8%;
+}
+
+/* Singular */
+.singular #primary {
+	margin: 0;
+}
+.singular #content,
+.left-sidebar.singular #content {
+	margin: 0 7.6%;
+	position: relative;
+	width: auto;
+}
+.singular .entry-header,
+.singular .entry-content,
+.singular footer.entry-meta,
+.singular #comments-title {
+	margin: 0 auto;
+	width: 68.9%;
+}
+
+/* Attachments */
+.singular .image-attachment .entry-content {
+	margin: 0 auto;
+	width: auto;
+}
+.singular .image-attachment .entry-description {
+	margin: 0 auto;
+	width: 68.9%;
+}
+
+/* Showcase */
+.page-template-showcase-php #primary,
+.left-sidebar.page-template-showcase-php #primary {
+	margin: 0;
+}
+.page-template-showcase-php #content,
+.left-sidebar.page-template-showcase-php #content {
+	margin: 0 7.6%;
+	width: auto;
+}
+.page-template-showcase-php section.recent-posts {
+	float: right;
+	margin: 0 0 0 31%;
+	width: 69%;
+}
+.page-template-showcase-php #main .widget-area {
+	float: left;
+	margin: 0 -22.15% 0 0;
+	width: 22.15%;
+}
+
+/* error404 */
+.error404 #primary {
+	float: none;
+	margin: 0;
+}
+.error404 #primary #content {
+	margin: 0 7.6%;
+	width: auto;
+}
+
+/* Alignment */
+.alignleft {
+	display: inline;
+	float: left;
+	margin-right: 1.625em;
+}
+.alignright {
+	display: inline;
+	float: right;
+	margin-left: 1.625em;
+}
+.aligncenter {
+	clear: both;
+	display: block;
+	margin-left: auto;
+	margin-right: auto;
+}
+
+/* Right Content */
+.left-sidebar #primary {
+	float: right;
+	margin: 0 0 0 -26.4%;
+	width: 100%;
+}
+.left-sidebar #content {
+	margin: 0 7.6% 0 34%;
+	width: 58.4%;
+}
+.left-sidebar #secondary {
+	float: left;
+	margin-left: 7.6%;
+	margin-right: 0;
+	width: 18.8%;
+}
+
+/* One column */
+.one-column #page {
+	max-width: 690px;
+}
+.one-column #content {
+	margin: 0 7.6%;
+	width: auto;
+}
+.one-column #nav-below {
+	border-bottom: 1px solid #ddd;
+	margin-bottom: 1.625em;
+}
+.one-column #secondary {
+	float: none;
+	margin: 0 7.6%;
+	width: auto;
+}
+/* Simplify the showcase template */
+.one-column .page-template-showcase-php section.recent-posts {
+	float: none;
+	margin: 0;
+	width: 100%;
+}
+.one-column .page-template-showcase-php #main .widget-area {
+	float: none;
+	margin: 0;
+	width: auto;
+}
+.one-column .page-template-showcase-php .other-recent-posts {
+	border-bottom: 1px solid #ddd;
+}
+/* Simplify the showcase template when small feature */
+.one-column section.featured-post .attachment-small-feature {
+	border: none;
+	display: block;
+	height: auto;
+	max-width: 60%;
+	position: static;
+}
+.one-column article.feature-image.small {
+	margin: 0 0 1.625em;
+	padding: 0;
+}
+.one-column article.feature-image.small .entry-title {
+	font-size: 20px;
+	line-height: 1.3em;
+}
+.one-column article.feature-image.small .entry-summary {
+	height: 150px;
+	overflow: hidden;
+	padding: 0;
+	text-overflow: ellipsis;
+}
+.one-column article.feature-image.small .entry-summary a {
+	left: -9%;
+}
+/* Remove the margin on singular articles */
+.one-column.singular .entry-header,
+.one-column.singular .entry-content,
+.one-column.singular footer.entry-meta,
+.one-column.singular #comments-title {
+	width: 100%;
+}
+/* Simplify the pullquotes and pull styles */
+.one-column.singular blockquote.pull {
+	margin: 0 0 1.625em;
+}
+.one-column.singular .pull.alignleft {
+	margin: 0 1.625em 0 0;
+}
+.one-column.singular .pull.alignright {
+	margin: 0 0 0 1.625em;
+}
+.one-column.singular .entry-meta .edit-link a {
+	position: absolute;
+	left: 0;
+	top: 40px;
+}
+.one-column.singular #author-info {
+	margin: 2.2em -8.8% 0;
+	padding: 20px 8.8%;
+}
+/* Make sure we have room for our comment avatars */
+.one-column .commentlist > li.comment {
+	margin-left: 102px;
+	width: auto;
+}
+/* Make sure the logo and search form don't collide */
+.one-column #branding #searchform {
+	right: 40px;
+	top: 4em;
+}
+/* Talking avatars take up too much room at this size */
+.one-column .commentlist > li.comment {
+	margin-left: 0;
+}
+.one-column .commentlist > li.comment .comment-meta,
+.one-column .commentlist > li.comment .comment-content {
+	margin-right: 85px;
+}
+.one-column .commentlist .avatar {
+	background: transparent;
+	display: block;
+	padding: 0;
+	top: 1.625em;
+	left: auto;
+	right: 1.625em;
+}
+.one-column .commentlist .children .avatar {
+	background: none;
+	padding: 0;
+	position: absolute;
+	top: 2.2em;
+	left: 2.2em;
+}
+.one-column #respond {
+	width: auto;
+}
+
+
+/* =Global
+----------------------------------------------- */
+
+body, input, textarea {
+	color: #373737;
+	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
+	font-weight: 300;
+	line-height: 1.625;
+}
+body {
+	background: #e2e2e2;
+}
+#page {
+	background: #fff;
+}
+
+/* Headings */
+h1,h2,h3,h4,h5,h6 {
+	clear: both;
+}
+hr {
+	background-color: #ccc;
+	border: 0;
+	height: 1px;
+	margin-bottom: 1.625em;
+}
+
+/* Text elements */
+p {
+	margin-bottom: 1.625em;
+}
+ul, ol {
+	margin: 0 0 1.625em 2.5em;
+}
+ul {
+	list-style: square;
+}
+ol {
+	list-style-type: decimal;
+}
+ol ol {
+	list-style: upper-alpha;
+}
+ol ol ol {
+	list-style: lower-roman;
+}
+ol ol ol ol {
+	list-style: lower-alpha;
+}
+ul ul, ol ol, ul ol, ol ul {
+	margin-bottom: 0;
+}
+dl {
+	margin: 0 1.625em;
+}
+dt {
+	font-weight: bold;
+}
+dd {
+	margin-bottom: 1.625em;
+}
+strong {
+	font-weight: bold;
+}
+cite, em, i {
+	font-style: italic;
+}
+blockquote {
+	font-family: Georgia, "Bitstream Charter", serif;
+	font-style: italic;
+	font-weight: normal;
+	margin: 0 3em;
+}
+blockquote em, blockquote i, blockquote cite {
+	font-style: normal;
+}
+blockquote cite {
+	color: #666;
+	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
+	font-weight: 300;
+	letter-spacing: 0.05em;
+	text-transform: uppercase;
+}
+pre {
+	background: #f4f4f4;
+	font: 13px "Courier 10 Pitch", Courier, monospace;
+	line-height: 1.5;
+	margin-bottom: 1.625em;
+	overflow: auto;
+	padding: 0.75em 1.625em;
+}
+code, kbd, samp, var {
+	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
+}
+abbr, acronym, dfn {
+	border-bottom: 1px dotted #666;
+	cursor: help;
+}
+address {
+	display: block;
+	margin: 0 0 1.625em;
+}
+ins {
+	background: #fff9c0;
+	text-decoration: none;
+}
+sup,
+sub {
+	font-size: 10px;
+	height: 0;
+	line-height: 1;
+	position: relative;
+	vertical-align: baseline;
+}
+sup {
+	bottom: 1ex;
+}
+sub {
+	top: .5ex;
+}
+small {
+	font-size: smaller;
+}
+
+/* Forms */
+input[type=text],
+input[type=password],
+input[type=email],
+input[type=url],
+input[type=number],
+textarea {
+	background: #fafafa;
+	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
+	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
+	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
+	border: 1px solid #ddd;
+	color: #888;
+}
+input[type=text]:focus,
+input[type=password]:focus,
+input[type=email]:focus,
+input[type=url]:focus,
+input[type=number]:focus,
+textarea:focus {
+	color: #373737;
+}
+textarea {
+	padding-left: 3px;
+	width: 98%;
+}
+input[type=text],
+input[type=password],
+input[type=email],
+input[type=url],
+input[type=number] {
+	padding: 3px;
+}
+input#s {
+	background: url(images/search.png) no-repeat 5px 6px;
+	-moz-border-radius: 2px;
+	border-radius: 2px;
+	font-size: 14px;
+	height: 22px;
+	line-height: 1.2em;
+	padding: 4px 10px 4px 28px;
+}
+input#searchsubmit {
+	display: none;
+}
+
+/* Links */
+a {
+	color: #1982d1;
+	text-decoration: none;
+}
+a:focus,
+a:active,
+a:hover {
+	text-decoration: underline;
+}
+
+/* Assistive text */
+.assistive-text,
+.screen-reader-text {
+	position: absolute !important;
+	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
+	clip: rect(1px, 1px, 1px, 1px);
+	overflow: hidden;
+	height: 1px;
+	width: 1px;
+}
+
+a.assistive-text:focus,
+.screen-reader-text:hover,
+.screen-reader-text:active,
+.screen-reader-text:focus {
+	background-color: #f1f1f1;
+	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
+	clip: auto !important;
+	clip-path: none;
+	color: #21759b;
+	display: block;
+	font-size: 14px;
+	font-weight: bold;
+	height: auto;
+	left: 6px;
+	line-height: normal;
+	padding: 17px 22px 15px;
+	text-decoration: none;
+	top: 7px;
+	width: auto;
+	z-index: 100000;
+	/* Above WP toolbar. */
+}
+
+/* =Header
+----------------------------------------------- */
+
+#branding {
+	border-top: 2px solid #bbb;
+	padding-bottom: 10px;
+	position: relative;
+	z-index: 9999;
+}
+#site-title {
+	margin-right: 270px;
+	padding: 3.65625em 0 0;
+}
+#site-title a {
+	color: #111;
+	font-size: 30px;
+	font-weight: bold;
+	line-height: 36px;
+	text-decoration: none;
+}
+#site-title a:hover,
+#site-title a:focus,
+#site-title a:active {
+	color: #1982d1;
+}
+#site-description {
+	color: #7a7a7a;
+	font-size: 14px;
+	margin: 0 270px 3.65625em 0;
+}
+#branding img {
+	height: auto;
+	display: block;
+	width: 100%;
+}
+
+
+/* =Menu
+-------------------------------------------------------------- */
+
+#access {
+	background: #222; /* Show a solid color for older browsers */
+	background: -moz-linear-gradient(#252525, #0a0a0a);
+	background: -o-linear-gradient(#252525, #0a0a0a);
+	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
+	background: -webkit-linear-gradient(#252525, #0a0a0a);
+	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
+	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
+	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
+	clear: both;
+	display: block;
+	float: left;
+	margin: 0 auto 6px;
+	width: 100%;
+}
+#access ul {
+	font-size: 13px;
+	list-style: none;
+	margin: 0 0 0 -0.8125em;
+	padding-left: 0;
+}
+#access li {
+	float: left;
+	position: relative;
+}
+#access a {
+	color: #eee;
+	display: block;
+	line-height: 3.333em;
+	padding: 0 1.2125em;
+	text-decoration: none;
+}
+#access ul ul {
+	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
+	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
+	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
+	display: none;
+	float: left;
+	margin: 0;
+	position: absolute;
+	top: 3.333em;
+	left: 0;
+	width: 188px;
+	z-index: 99999;
+}
+#access ul ul ul {
+	left: 100%;
+	top: 0;
+}
+#access ul ul a {
+	background: #f9f9f9;
+	border-bottom: 1px dotted #ddd;
+	color: #444;
+	font-size: 13px;
+	font-weight: normal;
+	height: auto;
+	line-height: 1.4em;
+	padding: 10px 10px;
+	width: 168px;
+}
+#access li:hover > a,
+#access ul ul :hover > a,
+#access a:focus {
+	background: #efefef;
+}
+#access li:hover > a,
+#access a:focus {
+	background: #f9f9f9; /* Show a solid color for older browsers */
+	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
+	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
+	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
+	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
+	color: #373737;
+}
+#access ul li:hover > ul {
+	display: block;
+}
+#access .current-menu-item > a,
+#access .current-menu-ancestor > a,
+#access .current_page_item > a,
+#access .current_page_ancestor > a {
+	font-weight: bold;
+}
+
+/* Search Form */
+#branding #searchform {
+	position: absolute;
+	top: 3.8em;
+	right: 7.6%;
+	text-align: right;
+}
+#branding #searchform div {
+	margin: 0;
+}
+#branding #s {
+	float: right;
+	-webkit-transition-duration: 400ms;
+	-webkit-transition-property: width, background;
+	-webkit-transition-timing-function: ease;
+	-moz-transition-duration: 400ms;
+	-moz-transition-property: width, background;
+	-moz-transition-timing-function: ease;
+	-o-transition-duration: 400ms;
+	-o-transition-property: width, background;
+	-o-transition-timing-function: ease;
+	width: 72px;
+}
+#branding #s:focus {
+	background-color: #f9f9f9;
+	width: 196px;
+}
+#branding #searchsubmit {
+	display: none;
+}
+#branding .only-search #searchform {
+	top: 5px;
+	z-index: 1;
+}
+#branding .only-search #s {
+	background-color: #666;
+	border-color: #000;
+	color: #222;
+}
+#branding .only-search #s,
+#branding .only-search #s:focus {
+	width: 85%;
+}
+#branding .only-search #s:focus {
+	background-color: #bbb;
+}
+#branding .with-image #searchform {
+	top: auto;
+	bottom: -27px;
+	max-width: 195px;
+}
+#branding .only-search + #access div {
+	padding-right: 205px;
+}
+
+
+/* =Content
+----------------------------------------------- */
+
+#main {
+	clear: both;
+	padding: 1.625em 0 0;
+}
+.page-title {
+	color: #666;
+	font-size: 10px;
+	font-weight: 500;
+	letter-spacing: 0.1em;
+	line-height: 2.6em;
+	margin: 0 0 2.6em;
+	text-transform: uppercase;
+}
+.page-title a {
+	font-size: 12px;
+	font-weight: bold;
+	letter-spacing: 0;
+	text-transform: none;
+}
+.hentry,
+.no-results {
+	border-bottom: 1px solid #ddd;
+	margin: 0 0 1.625em;
+	padding: 0 0 1.625em;
+	position: relative;
+}
+.hentry:last-child,
+.no-results {
+	border-bottom: none;
+}
+.blog .sticky .entry-header .entry-meta {
+	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
+	clip: rect(1px, 1px, 1px, 1px);
+	position: absolute !important;
+}
+.entry-title,
+.entry-header .entry-meta {
+	padding-right: 76px;
+}
+.entry-title {
+	clear: both;
+	color: #222;
+	font-size: 26px;
+	font-weight: bold;
+	line-height: 1.5em;
+	padding-bottom: .3em;
+	padding-top: 15px;
+}
+.entry-title,
+.entry-title a {
+	color: #222;
+	text-decoration: none;
+}
+.entry-title a:hover,
+.entry-title a:focus,
+.entry-title a:active {
+	color: #1982d1;
+}
+.entry-meta {
+	color: #666;
+	clear: both;
+	font-size: 12px;
+	line-height: 18px;
+}
+.entry-meta a {
+	font-weight: bold;
+}
+.single-author .entry-meta .by-author {
+	display: none;
+}
+.entry-content,
+.entry-summary {
+	padding: 1.625em 0 0;
+}
+.entry-content .more-link {
+	white-space: nowrap;
+}
+.entry-content h1,
+.entry-content h2,
+.comment-content h1,
+.comment-content h2 {
+	color: #000;
+	font-weight: bold;
+	margin: 0 0 .8125em;
+}
+.entry-content h3,
+.comment-content h3 {
+	font-size: 10px;
+	letter-spacing: 0.1em;
+	line-height: 2.6em;
+	text-transform: uppercase;
+}
+.entry-content table,
+.comment-content table {
+	border-bottom: 1px solid #ddd;
+	margin: 0 0 1.625em;
+	width: 100%;
+}
+.entry-content th,
+.comment-content th {
+	color: #666;
+	font-size: 10px;
+	font-weight: 500;
+	letter-spacing: 0.1em;
+	line-height: 2.6em;
+	text-transform: uppercase;
+}
+.entry-content td,
+.comment-content td {
+	border-top: 1px solid #ddd;
+	padding: 6px 10px 6px 0;
+}
+.entry-content #s {
+	width: 75%;
+}
+.comment-content ul,
+.comment-content ol {
+	margin-bottom: 1.625em;
+}
+.comment-content ul ul,
+.comment-content ol ol,
+.comment-content ul ol,
+.comment-content ol ul {
+	margin-bottom: 0;
+}
+dl.gallery-item {
+	margin: 0;
+}
+.page-link {
+	clear: both;
+	display: block;
+	margin: 0 0 1.625em;
+}
+.page-link a {
+	background: #eee;
+	color: #373737;
+	margin: 0;
+	padding: 2px 3px;
+	text-decoration: none;
+}
+.page-link a:hover {
+	background: #888;
+	color: #fff;
+	font-weight: bold;
+}
+.page-link span {
+	margin-right: 6px;
+}
+.entry-meta .edit-link a,
+.commentlist .edit-link a {
+	background: #eee;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	color: #666;
+	float: right;
+	font-size: 12px;
+	line-height: 1.5em;
+	font-weight: 300;
+	text-decoration: none;
+	padding: 0 8px;
+}
+.entry-meta .edit-link a:hover,
+.commentlist .edit-link a:hover {
+	background: #888;
+	color: #fff;
+}
+.entry-content .edit-link {
+	clear: both;
+	display: block;
+}
+
+/* Images */
+.entry-content img,
+.comment-content img,
+.widget img {
+	max-width: 100%; /* Fluid images for posts, comments, and widgets */
+}
+img[class*="align"],
+img[class*="wp-image-"],
+img[class*="attachment-"] {
+	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
+}
+img.size-full,
+img.size-large {
+	max-width: 97.5%;
+	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
+	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
+}
+.entry-content img.wp-smiley {
+	border: none;
+	margin-bottom: 0;
+	margin-top: 0;
+	padding: 0;
+}
+img.alignleft,
+img.alignright,
+img.aligncenter {
+	margin-bottom: 1.625em;
+}
+p img,
+.wp-caption {
+	margin-top: 0.4em;
+}
+.wp-caption {
+	background: #eee;
+	margin-bottom: 1.625em;
+	max-width: 96%;
+	max-width: calc( 100% - 18px );
+	padding: 9px;
+}
+.wp-caption img {
+	display: block;
+	max-width: 98%;
+	max-width: calc( 100% - 14px );
+}
+.wp-caption .wp-caption-text,
+.gallery-caption {
+	color: #666;
+	font-family: Georgia, serif;
+	font-size: 12px;
+}
+.wp-caption .wp-caption-text {
+	margin-bottom: 0.6em;
+	padding: 10px 0 5px 40px;
+	position: relative;
+}
+.wp-caption .wp-caption-text:before {
+	color: #666;
+	content: '\2014';
+	font-size: 14px;
+	font-style: normal;
+	font-weight: bold;
+	margin-right: 5px;
+	position: absolute;
+	left: 10px;
+	top: 7px;
+}
+#content .gallery {
+	margin: 0 auto 1.625em;
+}
+#content .gallery a img {
+	border: none;
+}
+img#wpstats {
+	display: block;
+	margin: 0 auto 1.625em;
+}
+#content .gallery-columns-4 .gallery-item {
+	width: 23%;
+	padding-right: 2%;
+}
+#content .gallery-columns-4 .gallery-item img {
+	width: 100%;
+	height: auto;
+}
+
+/* Image borders */
+img[class*="align"],
+img[class*="wp-image-"],
+#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
+	border: 1px solid #ddd;
+	padding: 6px;
+	max-width: 97.5%;
+	max-width: calc( 100% - 14px );
+}
+.wp-caption img {
+	border-color: #eee;
+}
+a:focus img[class*="align"],
+a:hover img[class*="align"],
+a:active img[class*="align"],
+a:focus img[class*="wp-image-"],
+a:hover img[class*="wp-image-"],
+a:active img[class*="wp-image-"],
+#content .gallery .gallery-icon a:focus img,
+#content .gallery .gallery-icon a:hover img,
+#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
+	background: #eee;
+	border-color: #bbb;
+}
+.wp-caption a:focus img,
+.wp-caption a:active img,
+.wp-caption a:hover img {/* ... including captioned images! */
+	background: #fff;
+	border-color: #ddd;
+}
+
+/* Make sure videos and embeds fit their containers */
+embed,
+iframe,
+object {
+	max-width: 100%;
+}
+.entry-content .twitter-tweet-rendered {
+	max-width: 100% !important; /* Override the Twitter embed fixed width */
+}
+
+/* Password Protected Posts */
+.post-password-required .entry-header .comments-link {
+	margin: 1.625em 0 0;
+}
+.post-password-required input[type=password] {
+	margin: 0.8125em 0;
+}
+.post-password-required input[type=password]:focus {
+	background: #f7f7f7;
+}
+
+/* Author Info */
+#author-info {
+	font-size: 12px;
+	overflow: hidden;
+}
+.singular #author-info {
+	background: #f9f9f9;
+	border-top: 1px solid #ddd;
+	border-bottom: 1px solid #ddd;
+	margin: 2.2em -35.6% 0 -35.4%;
+	padding: 20px 35.4%;
+}
+.archive #author-info {
+	border-bottom: 1px solid #ddd;
+	margin: 0 0 2.2em;
+	padding: 0 0 2.2em;
+}
+#author-avatar {
+	float: left;
+	margin-right: -78px;
+}
+#author-avatar img {
+	background: #fff;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	-webkit-box-shadow: 0 1px 2px #bbb;
+	-moz-box-shadow: 0 1px 2px #bbb;
+	box-shadow: 0 1px 2px #bbb;
+	padding: 3px;
+}
+#author-description {
+	float: left;
+	margin-left: 108px;
+}
+#author-description h2 {
+	color: #000;
+	font-size: 15px;
+	font-weight: bold;
+	margin: 5px 0 10px;
+}
+
+/* Comments link */
+.entry-header .comments-link a {
+	background: #eee url(images/comment-bubble.png) no-repeat;
+	color: #666;
+	font-size: 13px;
+	font-weight: normal;
+	line-height: 35px;
+	overflow: hidden;
+	padding: 0 0 0;
+	position: absolute;
+	top: 1.5em;
+	right: 0;
+	text-align: center;
+	text-decoration: none;
+	width: 43px;
+	height: 36px;
+}
+.entry-header .comments-link a:hover,
+.entry-header .comments-link a:focus,
+.entry-header .comments-link a:active {
+	background-color: #1982d1;
+	color: #fff;
+	color: rgba(255,255,255,0.8);
+}
+.entry-header .comments-link .leave-reply {
+	visibility: hidden;
+}
+
+/*
+Post Formats Headings
+To hide the headings, display: none the ".entry-header .entry-format" selector,
+and remove the padding rules below.
+*/
+.entry-header .entry-format {
+	color: #666;
+	font-size: 10px;
+	font-weight: 500;
+	letter-spacing: 0.1em;
+	line-height: 2.6em;
+	position: absolute;
+	text-transform: uppercase;
+	top: -5px;
+}
+.entry-header hgroup .entry-title {
+	padding-top: 15px;
+}
+article.format-aside .entry-content,
+article.format-link .entry-content,
+article.format-status .entry-content {
+	padding: 20px 0 0;
+}
+article.format-status .entry-content {
+	min-height: 65px;
+}
+.recent-posts .entry-header .entry-format {
+	display: none;
+}
+.recent-posts .entry-header hgroup .entry-title {
+	padding-top: 0;
+}
+
+/* Singular content styles for Posts and Pages */
+.singular .hentry {
+	border-bottom: none;
+	padding: 4.875em 0 0;
+	position: relative;
+}
+.singular.page .hentry {
+	padding: 3.5em 0 0;
+}
+.singular .entry-title {
+	color: #000;
+	font-size: 36px;
+	font-weight: bold;
+	line-height: 48px;
+}
+.singular .entry-title,
+.singular .entry-header .entry-meta {
+	padding-right: 0;
+}
+.singular .entry-header .entry-meta {
+	position: absolute;
+	top: 0;
+	left: 0;
+}
+blockquote.pull {
+	font-size: 21px;
+	font-weight: bold;
+	line-height: 1.6125em;
+	margin: 0 0 1.625em;
+	text-align: center;
+}
+.singular blockquote.pull {
+	margin: 0 -22.25% 1.625em;
+}
+.pull.alignleft {
+	margin: 0 1.625em 0 0;
+	text-align: right;
+}
+.singular .pull.alignleft {
+	margin: 0 1.625em 0 -22.25%;
+}
+.pull.alignright {
+	margin: 0 0 0 1.625em;
+	text-align: left;
+}
+blockquote.pull.alignleft,
+blockquote.pull.alignright {
+	width: 33%;
+}
+.singular .pull.alignright {
+	margin: 0 -22.25% 0 1.625em;
+}
+.singular blockquote.pull.alignleft,
+.singular blockquote.pull.alignright {
+	width: 33%;
+}
+.singular .entry-meta .edit-link a {
+	bottom: auto;
+	left: 50px;
+	position: absolute;
+	right: auto;
+	top: 80px;
+}
+
+
+/* =Aside
+----------------------------------------------- */
+
+.format-aside .entry-title,
+.format-aside .entry-header .comments-link {
+	display: none;
+}
+.singular .format-aside .entry-title {
+	display: block;
+}
+.format-aside .entry-content {
+	padding: 0;
+}
+.singular .format-aside .entry-content {
+	padding: 1.625em 0 0;
+}
+
+
+/* =Link
+----------------------------------------------- */
+
+.format-link .entry-title,
+.format-link .entry-header .comments-link {
+	display: none;
+}
+.singular .format-link .entry-title {
+	display: block;
+}
+.format-link .entry-content {
+	padding: 0;
+}
+.singular .format-link .entry-content {
+	padding: 1.625em 0 0;
+}
+
+
+/* =Gallery
+----------------------------------------------- */
+
+.format-gallery .gallery-thumb {
+	float: left;
+	display: block;
+	margin: .375em 1.625em 0 0;
+	max-width: 100%;
+}
+
+
+/* =Status
+----------------------------------------------- */
+
+.format-status .entry-title,
+.format-status .entry-header .comments-link {
+	display: none;
+}
+.singular .format-status .entry-title {
+	display: block;
+}
+.format-status .entry-content {
+	padding: 0;
+}
+.singular .format-status .entry-content {
+	padding: 1.625em 0 0;
+}
+.format-status img.avatar {
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	-webkit-box-shadow: 0 1px 2px #ccc;
+	-moz-box-shadow: 0 1px 2px #ccc;
+	box-shadow: 0 1px 2px #ccc;
+	float: left;
+	margin: 4px 10px 2px 0;
+	padding: 0;
+}
+
+/* =Standard
+----------------------------------------------- */
+
+.format-standard .wp-video,
+.format-standard .wp-audio-shortcode,
+.format-audio .wp-audio-shortcode,
+.format-standard .video-player {
+	margin-bottom: 24px;
+}
+
+/* =Quote
+----------------------------------------------- */
+
+.format-quote blockquote {
+	color: #555;
+	font-size: 17px;
+	margin: 0;
+}
+
+
+/* =Image
+----------------------------------------------- */
+
+.indexed.format-image .entry-header {
+	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
+}
+.indexed.format-image .entry-content {
+	padding-top: 0.5em;
+}
+.indexed.format-image .entry-content p {
+	margin: 1em 0;
+}
+.indexed.format-image .entry-content p:first-child,
+.indexed.format-image .entry-content p:first-child a,
+.indexed.format-image .entry-content p:first-child img {
+	display: block;
+	margin: 0;
+}
+.indexed.format-image .entry-content .wp-caption .wp-caption-text {
+	margin: 0;
+	padding-bottom: 1em;
+}
+.indexed.format-image footer.entry-meta {
+	background: #ddd;
+	overflow: hidden;
+	padding: 4%;
+	max-width: 96%;
+}
+.indexed.format-image div.entry-meta {
+	display: inline-block;
+	float: left;
+	width: 35%;
+}
+.indexed.format-image div.entry-meta + div.entry-meta {
+	float: none;
+	width: 65%;
+}
+.indexed.format-image .entry-meta span.cat-links,
+.indexed.format-image .entry-meta span.tag-links,
+.indexed.format-image .entry-meta span.comments-link {
+	display: block;
+}
+.indexed.format-image footer.entry-meta a {
+	color: #444;
+}
+.indexed.format-image footer.entry-meta a:hover {
+	color: #fff;
+}
+#content .indexed.format-image img {
+	border: none;
+	max-width: 100%;
+	padding: 0;
+}
+.indexed.format-image .wp-caption {
+	background: #111;
+	margin-bottom: 0;
+	max-width: 96%;
+	padding: 2% 2% 0;
+}
+.indexed.format-image .wp-caption .wp-caption-text {
+	color: #ddd;
+}
+.indexed.format-image .wp-caption .wp-caption-text:before {
+	color: #444;
+}
+.indexed.format-image a:hover img {
+	opacity: 0.8;
+}
+
+
+/* =error404
+----------------------------------------------- */
+
+.error404 #main #searchform {
+	background: #f9f9f9;
+	border: 1px solid #ddd;
+	border-width: 1px 0;
+	margin: 0 -8.9% 1.625em;
+	overflow: hidden;
+	padding: 1.625em 8.9%;
+}
+.error404 #main #s {
+	width: 95%;
+}
+.error404 #main .widget {
+	clear: none;
+	float: left;
+	margin-right: 3.7%;
+	width: 30.85%;
+}
+.error404 #main .widget_archive {
+	margin-right: 0;
+}
+.error404 #main .widget_tag_cloud {
+	float: none;
+	margin-right: 0;
+	width: 100%;
+}
+.error404 .widgettitle {
+	font-size: 10px;
+	letter-spacing: 0.1em;
+	line-height: 2.6em;
+	text-transform: uppercase;
+}
+
+
+/* =Showcase
+----------------------------------------------- */
+
+h1.showcase-heading {
+	color: #666;
+	font-size: 10px;
+	font-weight: 500;
+	letter-spacing: 0.1em;
+	line-height: 2.6em;
+	text-transform: uppercase;
+}
+
+/* Intro */
+article.intro {
+	background: #f9f9f9;
+	border-bottom: none;
+	margin: -1.855em -8.9% 1.625em;
+	padding: 0 8.9%;
+}
+article.intro .entry-title {
+	display: none;
+}
+article.intro .entry-content {
+	color: #111;
+	font-size: 16px;
+	padding: 1.625em 0 0.625em;
+}
+article.intro .edit-link a {
+	background: #aaa;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	color: #fff;
+	font-size: 12px;
+	padding: 0 8px;
+	position: absolute;
+	top: 30px;
+	right: 20px;
+	text-decoration: none;
+}
+article.intro .edit-link a:hover,
+article.intro .edit-link a:focus,
+article.intro .edit-link a:active {
+	background: #777;
+}
+
+/* Featured post */
+section.featured-post {
+	float: left;
+	margin: -1.625em -8.9% 1.625em;
+	padding: 1.625em 8.9% 0;
+	position: relative;
+	width: 100%;
+}
+section.featured-post .hentry {
+	border: none;
+	color: #666;
+	margin: 0;
+}
+section.featured-post .entry-meta {
+	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
+	clip: rect(1px, 1px, 1px, 1px);
+	position: absolute !important;
+}
+
+/* Small featured post */
+section.featured-post .attachment-small-feature {
+	float: right;
+	height: auto;
+	margin: 0 -8.9% 1.625em 0;
+	max-width: 59%;
+	position: relative;
+	right: -15px;
+}
+section.featured-post.small {
+	padding-top: 0;
+}
+section.featured-post .attachment-small-feature:hover,
+section.featured-post .attachment-small-feature:focus,
+section.featured-post .attachment-small-feature:active {
+	opacity: .8;
+}
+article.feature-image.small {
+	float: left;
+	margin: 0 0 1.625em;
+	width: 45%;
+}
+article.feature-image.small .entry-title {
+	line-height: 1.2em;
+}
+article.feature-image.small .entry-summary {
+	color: #555;
+	font-size: 13px;
+}
+article.feature-image.small .entry-summary p a {
+	background: #222;
+	color: #eee;
+	display: block;
+	left: -23.8%;
+	padding: 9px 26px 9px 85px;
+	position: relative;
+	text-decoration: none;
+	top: 20px;
+	width: 180px;
+	z-index: 1;
+}
+article.feature-image.small .entry-summary p a:hover {
+	background: #1982d1;
+	color: #eee;
+	color: rgba(255,255,255,0.8);
+}
+
+/* Large featured post */
+section.feature-image.large {
+	border: none;
+	max-height: 288px;
+	padding: 0;
+	width: 100%;
+}
+section.feature-image.large .showcase-heading {
+	display: none;
+}
+section.feature-image.large .hentry {
+	border-bottom: none;
+	left: 9%;
+	margin: 1.625em 9% 0 0;
+	position: absolute;
+	top: 0;
+}
+article.feature-image.large .entry-title a {
+	background: #222;
+	background: rgba(0,0,0,0.8);
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	color: #fff;
+	display: inline-block;
+	font-weight: 300;
+	padding: .2em 20px;
+}
+section.feature-image.large:hover .entry-title a,
+section.feature-image.large .entry-title:hover a {
+	background: #eee;
+	background: rgba(255,255,255,0.8);
+	color: #222;
+}
+article.feature-image.large .entry-summary {
+	display: none;
+}
+section.feature-image.large img {
+	display: block;
+	height: auto;
+	max-width: 117.9%;
+	padding: 0 0 6px;
+}
+
+/* Featured Slider */
+.featured-posts {
+	border-bottom: 1px solid #ddd;
+	display: block;
+	height: 328px;
+	margin: 1.625em -8.9% 20px;
+	max-width: 1000px;
+	padding: 0;
+	position: relative;
+	overflow: hidden;
+}
+.featured-posts .showcase-heading {
+	padding-left: 8.9%;
+}
+.featured-posts section.featured-post {
+	background: #fff;
+	height: 288px;
+	left: 0;
+	margin: 0;
+	position: absolute;
+	top: 30px;
+	width: auto;
+}
+.featured-posts section.featured-post.large {
+	max-width: 100%;
+	overflow: hidden;
+}
+.featured-posts section.featured-post {
+	-webkit-transition-duration: 200ms;
+	-webkit-transition-property: opacity, visibility;
+	-webkit-transition-timing-function: ease;
+	-moz-transition-duration: 200ms;
+	-moz-transition-property: opacity, visibility;
+	-moz-transition-timing-function: ease;
+}
+.featured-posts section.featured-post {
+	opacity: 0;
+	visibility: hidden;
+}
+.featured-posts #featured-post-1 {
+	opacity: 1;
+	visibility: visible;
+}
+.featured-post .feature-text:after,
+.featured-post .feature-image.small:after {
+	content: ' ';
+	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
+	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
+	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
+	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
+	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
+	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
+	width: 100%;
+	height: 45px;
+	position: absolute;
+	top: 230px;
+}
+.featured-post .feature-image.small:after {
+	top: 253px;
+}
+#content .feature-slider {
+	top: 5px;
+	right: 8.9%;
+	overflow: visible;
+	position: absolute;
+}
+.feature-slider ul {
+	list-style-type: none;
+	margin: 0;
+}
+.feature-slider li {
+	float: left;
+	margin: 0 6px;
+}
+.feature-slider a {
+	background: #3c3c3c;
+	background: rgba(60,60,60,0.9);
+	-moz-border-radius: 12px;
+	border-radius: 12px;
+	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
+	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
+	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
+	display: block;
+	width: 14px;
+	height: 14px;
+}
+.feature-slider a.active {
+	background: #1982d1;
+	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
+	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
+	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
+	cursor: default;
+	opacity: 0.5;
+}
+
+/* Recent Posts */
+section.recent-posts {
+	padding: 0 0 1.625em;
+}
+section.recent-posts .hentry {
+	border: none;
+	margin: 0;
+}
+section.recent-posts .other-recent-posts {
+	border-bottom: 1px solid #ddd;
+	list-style: none;
+	margin: 0;
+}
+section.recent-posts .other-recent-posts li {
+	padding: 0.3125em 0;
+	position: relative;
+}
+section.recent-posts .other-recent-posts .entry-title {
+	border-top: 1px solid #ddd;
+	font-size: 17px;
+}
+section.recent-posts .other-recent-posts a[rel="bookmark"] {
+	color: #373737;
+	float: left;
+	max-width: 84%;
+}
+section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
+	content: '-';
+	color: transparent;
+	font-size: 11px;
+}
+section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
+}
+section.recent-posts .other-recent-posts .comments-link a,
+section.recent-posts .other-recent-posts .comments-link > span {
+	border-bottom: 2px solid #999;
+	bottom: -2px;
+	color: #444;
+	display: block;
+	font-size: 10px;
+	font-weight: 500;
+	line-height: 2.76333em;
+	padding: 0.3125em 0 0.3125em 1em;
+	position: absolute;
+	right: 0;
+	text-align: right;
+	text-transform: uppercase;
+	z-index: 1;
+}
+section.recent-posts .other-recent-posts .comments-link > span {
+	border-color: #bbb;
+	color: #888;
+}
+section.recent-posts .other-recent-posts .comments-link a:hover {
+	color: #1982d1;
+	border-color: #1982d1;
+}
+section.recent-posts .other-recent-posts li:after {
+	clear: both;
+	content: '.';
+	display: block;
+	height: 0;
+	visibility: hidden;
+}
+
+
+/* =Attachments
+----------------------------------------------- */
+
+.image-attachment div.attachment {
+	background: #f9f9f9;
+	border: 1px solid #ddd;
+	border-width: 1px 0;
+	margin: 0 -8.9% 1.625em;
+	overflow: hidden;
+	padding: 1.625em 1.625em 0;
+	text-align: center;
+}
+.image-attachment div.attachment img {
+	display: block;
+	height: auto;
+	margin: 0 auto 1.625em;
+	max-width: 100%;
+}
+.image-attachment div.attachment a img {
+	border-color: #f9f9f9;
+}
+.image-attachment div.attachment a:focus img,
+.image-attachment div.attachment a:hover img,
+.image-attachment div.attachment a:active img {
+	border-color: #ddd;
+	background: #fff;
+}
+.image-attachment .entry-caption p {
+	font-size: 10px;
+	letter-spacing: 0.1em;
+	line-height: 2.6em;
+	margin: 0 0 2.6em;
+	text-transform: uppercase;
+}
+
+/* =Media
+-------------------------------------------------------------- */
+
+audio,
+video {
+	display: inline-block;
+	max-width: 100%;
+}
+
+.attachment .entry-content .mejs-container {
+	margin-bottom: 24px;
+}
+
+/* =Navigation
+-------------------------------------------------------------- */
+
+#content nav {
+	clear: both;
+	overflow: hidden;
+	padding: 0 0 1.625em;
+}
+#content nav a {
+	font-size: 12px;
+	font-weight: bold;
+	line-height: 2.2em;
+}
+#nav-above {
+	padding: 0 0 1.625em;
+}
+#nav-above {
+	display: none;
+}
+.paged #nav-above {
+	display: block;
+}
+.nav-previous {
+	float: left;
+	width: 50%;
+}
+.nav-next {
+	float: right;
+	text-align: right;
+	width: 50%;
+}
+#content nav .meta-nav {
+	font-weight: normal;
+}
+
+/* Singular navigation */
+#nav-single {
+	float: right;
+	position: relative;
+	top: -0.3em;
+	text-align: right;
+	z-index: 1;
+}
+#nav-single .nav-previous,
+#nav-single .nav-next {
+	width: auto;
+}
+#nav-single .nav-next {
+	padding-left: .5em;
+}
+#nav-single .nav-previous {
+	padding-right: .5em;
+}
+
+
+/* =Widgets
+----------------------------------------------- */
+
+.widget-area {
+	font-size: 12px;
+}
+.widget {
+	word-wrap: break-word;
+	-webkit-hyphens: auto;
+	-moz-hyphens: auto;
+	hyphens: auto;
+	clear: both;
+	margin: 0 0 2.2em;
+}
+.widget-title {
+	color: #666;
+	font-size: 10px;
+	font-weight: 500;
+	letter-spacing: 0.1em;
+	line-height: 2.6em;
+	text-transform: uppercase;
+}
+.widget ul {
+	font-size: 15px;
+	margin: 0;
+}
+.widget ul ul {
+	margin-left: 1.5em;
+}
+.widget ul li {
+	color: #777;
+	font-size: 13px;
+}
+.widget a {
+	font-weight: bold;
+	text-decoration: none;
+}
+.widget a:hover,
+.widget a:focus,
+.widget a:active {
+	text-decoration: underline;
+}
+
+/* Search Widget */
+.widget_search form {
+	margin: 0 0 1.625em;
+}
+.widget_search #s {
+	width: 77%;
+}
+.widget_search #searchsubmit {
+	background: #ddd;
+	border: 1px solid #ccc;
+	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
+	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
+	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
+	color: #888;
+	font-size: 13px;
+	line-height: 25px;
+	position: relative;
+	top: -2px;
+}
+.widget_search #searchsubmit:active {
+	background: #1982d1;
+	border-color: #0861a5;
+	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
+	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
+	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
+	color: #bfddf3;
+}
+
+/* Ephemera Widget */
+section.ephemera ol,
+.widget_twentyeleven_ephemera ol {
+	list-style: square;
+	margin: 5px 0 0;
+}
+.widget_twentyeleven_ephemera .widget-entry-title {
+	font-size: 15px;
+	font-weight: bold;
+	padding: 0;
+}
+.widget_twentyeleven_ephemera .comments-link a,
+.widget_twentyeleven_ephemera .comments-link > span {
+	color: #666;
+	display: block;
+	font-size: 10px;
+	font-weight: 500;
+	line-height: 2.76333em;
+	text-transform: uppercase;
+}
+section.ephemera .entry-title .comments-link a:hover,
+.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
+}
+section.ephemera .entry-title a span {
+	color: #29628d;
+}
+
+/* Twitter */
+.widget_twitter li {
+	list-style-type: none;
+	margin-bottom: 14px;
+}
+.widget_twitter .timesince {
+	display: block;
+	font-size: 11px;
+	margin-right: -10px;
+	text-align: right;
+}
+
+/* Widget Image */
+.widget_image img,
+.widget_media_image img {
+	border: 0;
+	padding: 0;
+	height: auto;
+	max-width: 100%;
+}
+@media (min-width: 1024px) {
+	.widget_media_image .size-thumbnail {
+		padding: 6px;
+	}
+}
+
+/* Calendar Widget */
+.widget_calendar #wp-calendar {
+	color: #555;
+	width: 95%;
+	text-align: center;
+}
+.widget_calendar #wp-calendar caption,
+.widget_calendar #wp-calendar td,
+.widget_calendar #wp-calendar th {
+	text-align: center;
+}
+.widget_calendar #wp-calendar caption {
+	font-size: 11px;
+	font-weight: 500;
+	padding: 5px 0 3px 0;
+	text-transform: uppercase;
+}
+.widget_calendar #wp-calendar th {
+	background: #f4f4f4;
+	border-top: 1px solid #ccc;
+	border-bottom: 1px solid #ccc;
+	font-weight: bold;
+}
+.widget_calendar #wp-calendar tfoot td {
+	background: #f4f4f4;
+	border-top: 1px solid #ccc;
+	border-bottom: 1px solid #ccc;
+}
+.widget_calendar .wp-calendar-nav {
+	display: table;
+	width: 95%;
+}
+.widget_calendar .wp-calendar-nav span {
+	display: table-cell;
+	text-align: center;
+}
+.widget_calendar .wp-calendar-nav-prev,
+.widget_calendar .wp-calendar-nav-next {
+	width: 40%;
+}
+
+/* Text Widget */
+.widget_text ul,
+.widget_text ol {
+	margin: 0 0 1.625em 2.5em;
+}
+.widget_text ul ul,
+.widget_text ol ol,
+.widget_text ul ol,
+.widget_text ol ul {
+	margin-bottom: 0;
+}
+
+/* Tag Cloud Widget */
+.tagcloud ul {
+	list-style-type: none;
+}
+
+.tagcloud ul li {
+	display: inline-block;
+}
+
+/* Helps galleries in widget areas look presentable in most cases. */
+#page .widget-area .gallery-columns-2 img,
+#page .widget-area .gallery-columns-3 img,
+#page .widget-area .gallery-columns-4 img,
+#page .widget-area .gallery-columns-5 img,
+#page .widget-area .gallery-columns-6 img,
+#page .widget-area .gallery-columns-7 img,
+#page .widget-area .gallery-columns-8 img,
+#page .widget-area .gallery-columns-9 img {
+	border: none;
+	max-width: 90%;
+	width: auto;
+}
+
+/* =Comments
+----------------------------------------------- */
+
+#comments-title {
+	color: #666;
+	font-size: 10px;
+	font-weight: 500;
+	line-height: 2.6em;
+	padding: 0 0 2.6em;
+	text-transform: uppercase;
+}
+.nopassword,
+.nocomments {
+	color: #aaa;
+	font-size: 24px;
+	font-weight: 100;
+	margin: 26px 0;
+	text-align: center;
+}
+.commentlist {
+	list-style: none;
+	margin: 0 auto;
+	width: 68.9%;
+}
+.content .commentlist,
+.page-template-sidebar-page-php .commentlist {
+	width: 100%; /* reset the width for the one-column and sidebar page layout */
+}
+.commentlist > li.comment {
+	background: #f6f6f6;
+	border: 1px solid #ddd;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	margin: 0 0 1.625em;
+	padding: 1.625em;
+	position: relative;
+}
+.commentlist .pingback {
+	margin: 0 0 1.625em;
+	padding: 0 1.625em;
+}
+.commentlist .children {
+	list-style: none;
+	margin: 0;
+}
+.commentlist .children li.comment {
+	background: #fff;
+	border-left: 1px solid #ddd;
+	-moz-border-radius: 0 3px 3px 0;
+	border-radius: 0 3px 3px 0;
+	margin: 1.625em 0 0;
+	padding: 1.625em;
+	position: relative;
+}
+.commentlist .children li.comment .fn {
+	display: block;
+}
+.comment-meta .fn {
+	font-style: normal;
+}
+.comment-meta {
+	color: #666;
+	font-size: 12px;
+	line-height: 2.2em;
+}
+.commentlist .children li.comment .comment-meta {
+	line-height: 1.625em;
+	margin-left: 50px;
+}
+.commentlist .children li.comment .comment-content {
+	margin: 1.625em 0 0;
+	word-wrap: break-word;
+	-webkit-hyphens: auto;
+	-moz-hyphens: auto;
+	hyphens: auto;
+}
+.comment-meta a {
+	font-weight: bold;
+}
+.comment-meta a:focus,
+.comment-meta a:active,
+.comment-meta a:hover {
+}
+.commentlist .avatar {
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	-webkit-box-shadow: 0 1px 2px #ccc;
+	-moz-box-shadow: 0 1px 2px #ccc;
+	box-shadow: 0 1px 2px #ccc;
+	left: -102px;
+	padding: 0;
+	position: absolute;
+	top: 0;
+}
+.commentlist > li:before {
+	content: url(images/comment-arrow.png);
+	left: -21px;
+	position: absolute;
+}
+.commentlist > li.pingback:before {
+	content: '';
+}
+.commentlist .children .avatar {
+	background: none;
+	-webkit-box-shadow: none;
+	-moz-box-shadow: none;
+	box-shadow: none;
+	left: 2.2em;
+	padding: 0;
+	top: 2.2em;
+}
+a.comment-reply-link {
+	background: #eee;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	color: #666;
+	display: inline-block;
+	font-size: 12px;
+	padding: 0 8px;
+	text-decoration: none;
+}
+a.comment-reply-link:hover,
+a.comment-reply-link:focus,
+a.comment-reply-link:active {
+	background: #888;
+	color: #fff;
+}
+a.comment-reply-link > span {
+	display: inline-block;
+	position: relative;
+	top: -1px;
+}
+
+/* Post author highlighting */
+.commentlist > li.bypostauthor {
+	background: #ddd;
+	border-color: #d3d3d3;
+}
+.commentlist > li.bypostauthor .comment-meta {
+	color: #575757;
+}
+.commentlist > li.bypostauthor .comment-meta a:focus,
+.commentlist > li.bypostauthor .comment-meta a:active,
+.commentlist > li.bypostauthor .comment-meta a:hover {
+}
+.commentlist > li.bypostauthor:before {
+	content: url(images/comment-arrow-bypostauthor.png);
+}
+
+/* Post Author threaded comments */
+.commentlist .children > li.bypostauthor {
+	background: #ddd;
+	border-color: #d3d3d3;
+}
+
+/* sidebar-page.php comments */
+/* Make sure we have room for our comment avatars */
+.page-template-sidebar-page-php .commentlist > li.comment,
+.page-template-sidebar-page-php.commentlist .pingback {
+	margin-left: 102px;
+	width: auto;
+}
+/* And a full-width comment form */
+.page-template-sidebar-page-php #respond {
+	width: auto;
+}
+
+/* Comment Form */
+#respond {
+	background: #ddd;
+	border: 1px solid #d3d3d3;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	margin: 0 auto 1.625em;
+	padding: 1.625em;
+	position: relative;
+	width: 68.9%;
+}
+#respond input[type="text"],
+#respond textarea {
+	background: #fff;
+	border: 4px solid #eee;
+	-moz-border-radius: 5px;
+	border-radius: 5px;
+	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
+	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
+	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
+	position: relative;
+	padding: 10px;
+	text-indent: 80px;
+}
+#respond .comment-form-author,
+#respond .comment-form-email,
+#respond .comment-form-url,
+#respond .comment-form-comment {
+	position: relative;
+}
+#respond .comment-form-author label,
+#respond .comment-form-email label,
+#respond .comment-form-url label,
+#respond .comment-form-comment label {
+	background: #eee;
+	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
+	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
+	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
+	color: #555;
+	display: inline-block;
+	font-size: 13px;
+	left: 4px;
+	min-width: 60px;
+	padding: 4px 10px;
+	position: relative;
+	top: 40px;
+	z-index: 1;
+}
+#respond input[type="text"]:focus,
+#respond textarea:focus {
+	text-indent: 0;
+	z-index: 1;
+}
+#respond textarea {
+	resize: vertical;
+	width: 95%;
+}
+#respond .comment-form-author .required,
+#respond .comment-form-email .required {
+	color: #bd3500;
+	font-size: 22px;
+	font-weight: bold;
+	left: 75%;
+	position: absolute;
+	z-index: 1;
+}
+#respond .comment-notes,
+#respond .logged-in-as {
+	font-size: 13px;
+}
+#respond p {
+	margin: 10px 0;
+}
+#respond .form-submit {
+	float: right;
+	margin: -20px 0 10px;
+}
+#respond input#submit {
+	background: #222;
+	border: none;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
+	color: #eee;
+	cursor: pointer;
+	font-size: 15px;
+	margin: 20px 0;
+	padding: 5px 42px 5px 22px;
+	position: relative;
+	left: 30px;
+	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
+}
+#respond input#submit:active {
+	background: #1982d1;
+	color: #bfddf3;
+}
+#respond #cancel-comment-reply-link {
+	color: #666;
+	margin-left: 10px;
+	text-decoration: none;
+}
+#respond .logged-in-as a:hover,
+#respond #cancel-comment-reply-link:hover {
+	text-decoration: underline;
+}
+.commentlist #respond {
+	margin: 1.625em 0 0;
+	width: auto;
+}
+#reply-title {
+	color: #373737;
+	font-size: 24px;
+	font-weight: bold;
+	line-height: 30px;
+}
+#cancel-comment-reply-link {
+	color: #888;
+	display: block;
+	font-size: 10px;
+	font-weight: normal;
+	line-height: 2.2em;
+	letter-spacing: 0.05em;
+	position: absolute;
+	right: 1.625em;
+	text-decoration: none;
+	text-transform: uppercase;
+	top: 1.1em;
+}
+#cancel-comment-reply-link:focus,
+#cancel-comment-reply-link:active,
+#cancel-comment-reply-link:hover {
+	color: #ff4b33;
+}
+#respond label {
+	line-height: 2.2em;
+}
+#respond input[type=text] {
+	display: block;
+	height: 24px;
+	width: 75%;
+}
+#respond p {
+	font-size: 12px;
+}
+#respond #wp-comment-cookies-consent {
+	margin: 0 10px 0 0;
+}
+p.comment-form-comment {
+	margin: 0;
+}
+.form-allowed-tags {
+	display: none;
+}
+
+
+/* =Footer
+----------------------------------------------- */
+
+#colophon {
+	clear: both;
+}
+#supplementary {
+	border-top: 1px solid #ddd;
+	padding: 1.625em 7.6%;
+	overflow: hidden;
+}
+
+/* Two Footer Widget Areas */
+#supplementary.two .widget-area {
+	float: left;
+	margin-right: 3.7%;
+	width: 48.1%;
+}
+#supplementary.two .widget-area + .widget-area {
+	margin-right: 0;
+}
+
+/* Three Footer Widget Areas */
+#supplementary.three .widget-area {
+	float: left;
+	margin-right: 3.7%;
+	width: 30.85%;
+}
+#supplementary.three .widget-area + .widget-area + .widget-area {
+	margin-right: 0;
+}
+
+/* Site Generator Line */
+#site-generator {
+	background: #f9f9f9;
+	border-top: 1px solid #ddd;
+	color: #666;
+	font-size: 12px;
+	line-height: 2.2em;
+	padding: 2.2em 0.5em;
+	text-align: center;
+}
+#site-generator a {
+	color: #555;
+	font-weight: bold;
+}
+#site-generator span[role=separator] {
+	padding: 0 0.25em 0 0.5em
+}
+#site-generator span[role=separator]::before {
+	content: '\007c';
+}
+
+
+/* =Responsive Structure
+----------------------------------------------- */
+
+/* Does the same thing as <meta name="viewport" content="width=device-width">,
+ * but in the future W3C standard way. -ms- prefix is required for IE10+ to
+ * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
+ * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
+ */
+@-ms-viewport {
+	width: device-width;
+}
+@viewport {
+	width: device-width;
+}
+
+@media (max-width: 800px) {
+	/* Simplify the basic layout */
+	#main #content {
+		margin: 0 7.6%;
+		width: auto;
+	}
+	#nav-below {
+		border-bottom: 1px solid #ddd;
+		margin-bottom: 1.625em;
+	}
+	#main #secondary {
+		float: none;
+		margin: 0 7.6%;
+		width: auto;
+	}
+	/* Simplify the showcase template */
+	.page-template-showcase-php .featured-posts {
+		min-height: 280px;
+	}
+	.featured-posts section.featured-post {
+		height: auto;
+	}
+	.page-template-showcase-php section.recent-posts {
+		float: none;
+		margin: 0;
+		width: 100%;
+	}
+	.page-template-showcase-php #main .widget-area {
+		float: none;
+		margin: 0;
+		width: auto;
+	}
+	.page-template-showcase-php .other-recent-posts {
+		border-bottom: 1px solid #ddd;
+	}
+	/* Simplify the showcase template when small feature */
+	section.featured-post .attachment-small-feature,
+	.one-column section.featured-post .attachment-small-feature {
+		border: none;
+		display: block;
+		float: left;
+		height: auto;
+		margin: 0.625em auto 1.025em;
+		max-width: 30%;
+		position: static;
+	}
+	article.feature-image.small {
+		float: right;
+		margin: 0 0 1.625em;
+		width: 64%;
+	}
+	.one-column article.feature-image.small .entry-summary {
+		height: auto;
+	}
+	article.feature-image.small .entry-summary p a {
+		left: 0;
+		padding-left: 20px;
+		padding-right: 20px;
+		width: auto;
+	}
+	/* Remove the margin on singular articles */
+	.singular .entry-header,
+	.singular .entry-content,
+	.singular footer.entry-meta,
+	.singular #comments-title {
+		width: 100%;
+	}
+	/* Simplify the pullquotes and pull styles */
+	.singular blockquote.pull {
+		margin: 0 0 1.625em;
+	}
+	.singular .pull.alignleft {
+		margin: 0 1.625em 0 0;
+	}
+	.singular .pull.alignright {
+		margin: 0 0 0 1.625em;
+	}
+	.singular .entry-meta .edit-link a {
+		left: 0;
+		position: absolute;
+		top: 40px;
+	}
+	.singular #author-info {
+		margin: 2.2em -8.8% 0;
+		padding: 20px 8.8%;
+	}
+	/* Make sure we have room for our comment avatars */
+	.commentlist {
+		width: 100%;
+	}
+	.commentlist > li.comment,
+	.commentlist .pingback {
+		margin-left: 102px;
+		width: auto;
+	}
+	/* And a full-width comment form */
+	#respond {
+		width: auto;
+	}
+	/* No need to float footer widgets at this size */
+	#colophon #supplementary .widget-area {
+		float: none;
+		margin-right: 0;
+		width: auto;
+	}
+	/* No need to float 404 widgets at this size */
+	.error404 #main .widget {
+		float: none;
+		margin-right: 0;
+		width: auto;
+	}
+}
+@media (max-width: 650px) {
+	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
+	body, input, textarea {
+		font-size: 13px;
+	}
+	#site-title a {
+		font-size: 24px;
+	}
+	#site-description {
+		font-size: 12px;
+	}
+	#access ul {
+		font-size: 12px;
+	}
+	#branding .only-search + #access div {
+		padding-right: 0;
+	}
+	article.intro .entry-content {
+		font-size: 12px;
+	}
+	.entry-title {
+		font-size: 21px;
+	}
+	.featured-post .entry-title {
+		font-size: 14px;
+	}
+	.singular .entry-title {
+		font-size: 28px;
+	}
+	.entry-meta {
+		font-size: 12px;
+	}
+	blockquote {
+		margin: 0;
+	}
+	blockquote.pull {
+		font-size: 17px;
+	}
+	/* Reposition the site title and description slightly */
+	#site-title {
+		padding: 5.30625em 0 0;
+	}
+	#site-title,
+	#site-description {
+		margin-right: 0;
+	}
+	/* Make sure the logo and search form don't collide */
+	#branding #searchform {
+		top: 1.625em !important;
+	}
+	/* Floated content doesn't work well at this size */
+	.alignleft,
+	.alignright {
+		display: block;
+		float: none;
+		margin-left: 0;
+		margin-right: 0;
+	}
+	/* Make sure the post-post navigation doesn't collide with anything */
+	#nav-single {
+		display: block;
+		position: static;
+	}
+	.singular .hentry {
+		padding: 1.625em 0 0;
+	}
+	.singular.page .hentry {
+		padding: 1.625em 0 0;
+	}
+	.singular .entry-header .entry-meta,
+	.singular .entry-header .entry-format,
+	.singular .entry-meta .edit-link a {
+		position: static;
+	}
+	/* Talking avatars take up too much room at this size */
+	.commentlist > li.comment,
+	.commentlist > li.pingback {
+		margin-left: 0 !important;
+	}
+	.commentlist .avatar {
+		background: transparent;
+		display: block;
+		padding: 0;
+		position: static;
+	}
+	.commentlist .children .avatar {
+		background: none;
+		left: 2.2em;
+		padding: 0;
+		position: absolute;
+		top: 2.2em;
+	}
+	/* Use the available space in the smaller comment form */
+	#respond input[type="text"] {
+		width: 95%;
+	}
+	#respond .comment-form-author .required,
+	#respond .comment-form-email .required {
+		left: 95%;
+	}
+	#content .gallery-columns-3 .gallery-item {
+		width: 31%;
+		padding-right: 2%;
+	}
+	#content .gallery-columns-3 .gallery-item img {
+		width: 100%;
+		height: auto;
+	}
+}
+@media (max-width: 450px) {
+	#content .gallery-columns-2 .gallery-item {
+		width: 45%;
+		padding-right: 4%;
+	}
+	#content .gallery-columns-2 .gallery-item img {
+		width: 100%;
+		height: auto;
+	}
+}
+@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
+	body {
+		padding: 0;
+	}
+	#page {
+		margin-top: 0;
+	}
+	#branding {
+		border-top: none;
+	}
+}
+
+
+/* =Print
+----------------------------------------------- */
+
+@media print {
+	body {
+		background: none !important;
+		font-size: 10pt;
+	}
+	footer.entry-meta a[rel=bookmark]:link:after,
+	footer.entry-meta a[rel=bookmark]:visited:after {
+		content: " [" attr(href) "] "; /* Show URLs */
+	}
+	#page {
+		clear: both !important;
+		display: block !important;
+		float: none !important;
+		max-width: 100%;
+		position: relative !important;
+	}
+	#branding {
+		border-top: none !important;
+		padding: 0;
+	}
+	#branding hgroup {
+		margin: 0;
+	}
+	#site-title a {
+		font-size: 21pt;
+	}
+	#site-description {
+		font-size: 10pt;
+	}
+	#branding #searchform {
+		display: none;
+	}
+	#branding img {
+		display: none;
+	}
+	#access {
+		display: none;
+	}
+	#main {
+		border-top: none;
+		box-shadow: none;
+	}
+	#primary {
+		float: left;
+		margin: 0;
+		width: 100%;
+	}
+	#content {
+		margin: 0;
+		width: auto;
+	}
+	.singular #content {
+		margin: 0;
+		width: 100%;
+	}
+	.singular .entry-header .entry-meta {
+		position: static;
+	}
+	.entry-meta .edit-link a {
+		display: none;
+	}
+	#content nav {
+		display: none;
+	}
+	.singular .entry-header,
+	.singular .entry-content,
+	.singular footer.entry-meta,
+	.singular #comments-title {
+		margin: 0;
+		width: 100%;
+	}
+	.singular .hentry {
+		padding: 0;
+	}
+	.entry-title,
+	.singular .entry-title {
+		font-size: 21pt;
+	}
+	.entry-meta {
+		font-size: 10pt;
+	}
+	.entry-header .comments-link {
+		display: none;
+	}
+	.page-link {
+		display: none;
+	}
+	.singular #author-info {
+		background: none;
+		border-bottom: none;
+		border-top: none;
+		margin: 2.2em 0 0;
+		padding: 0;
+	}
+	#respond {
+		display: none;
+	}
+	.widget-area {
+		display: none;
+	}
+	#colophon {
+		display: none;
+	}
+
+	/* Comments */
+	.commentlist > li.comment {
+		background: none;
+		border: 1px solid #ddd;
+		-moz-border-radius: 3px 3px 3px 3px;
+		border-radius: 3px 3px 3px 3px;
+		margin: 0 auto 1.625em;
+		padding: 1.625em;
+		position: relative;
+		width: auto;
+	}
+	.commentlist .avatar {
+		height: 39px;
+		left: 2.2em;
+		top: 2.2em;
+		width: 39px;
+	}
+	.commentlist li.comment .comment-meta {
+		line-height: 1.625em;
+		margin-left: 50px;
+	}
+	.commentlist li.comment .fn {
+		display: block;
+	}
+	.commentlist li.comment .comment-content {
+		margin: 1.625em 0 0;
+	}
+	.commentlist .comment-edit-link {
+		display: none;
+	}
+	.commentlist > li::before,
+	.commentlist > li.bypostauthor::before {
+		content: '';
+	}
+	.commentlist .reply {
+		display: none;
+	}
+
+	/* Post author highlighting */
+	.commentlist > li.bypostauthor {
+		color: #444;
+	}
+	.commentlist > li.bypostauthor .comment-meta {
+		color: #666;
+	}
+	.commentlist > li.bypostauthor:before {
+		content: none;
+	}
+
+	/* Post Author threaded comments */
+	.commentlist .children > li.bypostauthor {
+		background: #fff;
+		border-color: #ddd;
+	}
+	.commentlist .children > li.bypostauthor > article,
+	.commentlist .children > li.bypostauthor > article .comment-meta {
+		color: #666;
+	}
+}
+
+
+/* =IE7
+----------------------------------------------- */
+
+#ie7 article.intro {
+	margin-left: -7.6%;
+	margin-right: -7.6%;
+	padding-left: -7.6%;
+	padding-right: -7.6%;
+	max-width: 1000px;
+}
+#ie7 .featured-posts {
+	margin: 0 -7.6%;
+}
+#ie7 .featured-post {
+	margin-left: 0;
+	margin-right: 0;
+	max-width: 100%;
+}
+#ie7 section.recent-posts {
+	margin-right: 7.6%;
+}
+
+
+/* =IE8
+----------------------------------------------- */
+
+#ie8 section.feature-image.large img {
+	width: auto;
+}
+#ie8 section.featured-post .attachment-small-feature {
+	max-width: none;
+}
diff --git a/wp-content/themes/twentyeleven/tag.php b/wp-content/themes/twentyeleven/tag.php
index cec930374..f03f3efd4 100644
--- a/wp-content/themes/twentyeleven/tag.php
+++ b/wp-content/themes/twentyeleven/tag.php
@@ -1,80 +1,81 @@
-<?php
-/**
- * Template used to display Tag Archive pages
- *
- * @package WordPress
- * @subpackage Twenty_Eleven
- * @since Twenty Eleven 1.0
- */
-
-get_header(); ?>
-
-		<section id="primary">
-			<div id="content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-				<header class="page-header">
-					<h1 class="page-title">
-					<?php
-						printf( __( 'Tag Archives: %s', 'twentyeleven' ), '<span>' . single_tag_title( '', false ) . '</span>' );
-					?>
-					</h1>
-
-					<?php
-						$tag_description = tag_description();
-					if ( ! empty( $tag_description ) ) {
-						/**
-						 * Filter the default Twenty Eleven tag description.
-						 *
-						 * @since Twenty Eleven 1.0
-						 *
-						 * @param string The default tag description.
-						 */
-						echo apply_filters( 'tag_archive_meta', '<div class="tag-archive-meta">' . $tag_description . '</div>' );
-					}
-					?>
-				</header>
-
-				<?php twentyeleven_content_nav( 'nav-above' ); ?>
-
-				<?php /* Start the Loop */ ?>
-				<?php
-				while ( have_posts() ) :
-					the_post();
-					?>
-
-					<?php
-						/*
-						 * Include the Post-Format-specific template for the content.
-						 * If you want to overload this in a child theme then include a file
-						 * called content-___.php (where ___ is the Post Format name) and that
-						 * will be used instead.
-						 */
-						get_template_part( 'content', get_post_format() );
-					?>
-
-				<?php endwhile; ?>
-
-				<?php twentyeleven_content_nav( 'nav-below' ); ?>
-
-			<?php else : ?>
-
-				<article id="post-0" class="post no-results not-found">
-					<header class="entry-header">
-						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
-					</header><!-- .entry-header -->
-
-					<div class="entry-content">
-						<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
-						<?php get_search_form(); ?>
-					</div><!-- .entry-content -->
-				</article><!-- #post-0 -->
-
-			<?php endif; ?>
-
-			</div><!-- #content -->
-		</section><!-- #primary -->
-
-<?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php
+/**
+ * Template used to display Tag Archive pages
+ *
+ * @package WordPress
+ * @subpackage Twenty_Eleven
+ * @since Twenty Eleven 1.0
+ */
+
+get_header(); ?>
+
+		<section id="primary">
+			<div id="content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+				<header class="page-header">
+					<h1 class="page-title">
+					<?php
+						/* translators: %s: Tag title. */
+						printf( __( 'Tag Archives: %s', 'twentyeleven' ), '<span>' . single_tag_title( '', false ) . '</span>' );
+					?>
+					</h1>
+
+					<?php
+						$tag_description = tag_description();
+					if ( ! empty( $tag_description ) ) {
+						/**
+						 * Filter the default Twenty Eleven tag description.
+						 *
+						 * @since Twenty Eleven 1.0
+						 *
+						 * @param string The default tag description.
+						 */
+						echo apply_filters( 'tag_archive_meta', '<div class="tag-archive-meta">' . $tag_description . '</div>' );
+					}
+					?>
+				</header>
+
+				<?php twentyeleven_content_nav( 'nav-above' ); ?>
+
+				<?php
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+					?>
+
+					<?php
+						/*
+						 * Include the Post-Format-specific template for the content.
+						 * If you want to overload this in a child theme then include a file
+						 * called content-___.php (where ___ is the Post Format name) and that
+						 * will be used instead.
+						 */
+						get_template_part( 'content', get_post_format() );
+					?>
+
+				<?php endwhile; ?>
+
+				<?php twentyeleven_content_nav( 'nav-below' ); ?>
+
+			<?php else : ?>
+
+				<article id="post-0" class="post no-results not-found">
+					<header class="entry-header">
+						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
+					</header><!-- .entry-header -->
+
+					<div class="entry-content">
+						<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p>
+						<?php get_search_form(); ?>
+					</div><!-- .entry-content -->
+				</article><!-- #post-0 -->
+
+			<?php endif; ?>
+
+			</div><!-- #content -->
+		</section><!-- #primary -->
+
+<?php get_sidebar(); ?>
+<?php get_footer(); ?>
-- 
GitLab