Index: wp-content/themes/twentyeleven/style.css
===================================================================
--- wp-content/themes/twentyeleven/style.css	(revision 37050)
+++ wp-content/themes/twentyeleven/style.css	(working copy)
@@ -532,6 +532,7 @@
 #site-title {
 	margin-right: 270px;
 	padding: 3.65625em 0 0;
+	
 }
 #site-title a {
 	color: #111;
@@ -539,6 +540,7 @@
 	font-weight: bold;
 	line-height: 36px;
 	text-decoration: none;
+	word-wrap: break-word;
 }
 #site-title a:hover,
 #site-title a:focus,
Index: wp-content/themes/twentyfifteen/style.css
===================================================================
--- wp-content/themes/twentyfifteen/style.css	(revision 37050)
+++ wp-content/themes/twentyfifteen/style.css	(working copy)
@@ -1314,6 +1314,7 @@
 	font-weight: 700;
 	line-height: 1.3636;
 	margin-bottom: 0;
+	word-wrap: break-word;
 }
 
 .custom-logo {
Index: wp-content/themes/twentyfourteen/style.css
===================================================================
--- wp-content/themes/twentyfourteen/style.css	(revision 37050)
+++ wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -877,6 +877,7 @@
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
+	word-wrap: break-word;
 }
 
 /* Search in the header */
Index: wp-content/themes/twentyten/style.css
===================================================================
--- wp-content/themes/twentyten/style.css	(revision 37050)
+++ wp-content/themes/twentyten/style.css	(working copy)
@@ -362,6 +362,7 @@
 	color: #000;
 	font-weight: bold;
 	text-decoration: none;
+	word-wrap: break-word;
 }
 #site-description {
 	clear: right;
Index: wp-content/themes/twentythirteen/style.css
===================================================================
--- wp-content/themes/twentythirteen/style.css	(revision 37050)
+++ wp-content/themes/twentythirteen/style.css	(working copy)
@@ -840,6 +840,7 @@
 	line-height: 1;
 	margin: 0;
 	padding: 58px 0 10px;
+	word-wrap: break-word;
 }
 
 .site-description {
Index: wp-content/themes/twentytwelve/style.css
===================================================================
--- wp-content/themes/twentytwelve/style.css	(revision 37050)
+++ wp-content/themes/twentytwelve/style.css	(working copy)
@@ -559,6 +559,7 @@
 	color: #515151;
 	display: inline-block;
 	text-decoration: none;
+	word-wrap: break-word;
 }
 .site-header h1 a:hover,
 .site-header h2 a:hover {
@@ -1776,3 +1777,5 @@
 		margin-left: 3.57142857rem;
 	}
 }
+
+
