Index: wp-content/themes/twentythirteen/style.css
===================================================================
--- wp-content/themes/twentythirteen/style.css	(revision 24309)
+++ wp-content/themes/twentythirteen/style.css	(working copy)
@@ -971,6 +971,7 @@
 
 .hentry {
 	padding: 40px 0;
+	word-wrap: break-word;
 }
 
 .entry-header,
@@ -1107,7 +1108,6 @@
 	-moz-hyphens:    auto;
 	-ms-hyphens:     auto;
 	hyphens:         auto;
-	word-wrap: break-word;
 }
 
 .entry-content a,
@@ -2272,6 +2272,13 @@
 	margin-bottom: 10px;
 }
 
+.comment-author .fn {
+	-webkit-hyphens: auto;
+	-moz-hyphens:    auto;
+	-ms-hyphens:     auto;
+	hyphens:         auto;
+}
+
 .comment-author .fn,
 .comment-author .url,
 .comment-reply-link,
@@ -2505,6 +2512,7 @@
 .site-main .widget-area {
 	float: right;
 	width: 300px;
+	word-wrap: break-word;
 }
 
 
@@ -2522,7 +2530,6 @@
 	hyphens:         auto;
 	margin: 0 0 24px;
 	padding: 20px;
-	word-wrap: break-word;
 }
 
 .widget .widget-title {
