Index: wp-content/themes/twentyeleven/style.css
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-content/themes/twentyeleven/style.css	(revision 21271)
+++ wp-content/themes/twentyeleven/style.css	(revision )
@@ -95,6 +95,7 @@
 	float: right;
 	margin-right: 7.6%;
 	width: 18.8%;
+	word-wrap: break-word;
 }
 
 /* Singular */
\ No newline at end of file
Index: wp-content/themes/twentyten/style.css
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-content/themes/twentyten/style.css	(revision 21271)
+++ wp-content/themes/twentyten/style.css	(revision )
@@ -79,6 +79,7 @@
 	float: right;
 	overflow: hidden;
 	width: 220px;
+	word-wrap: break-word;
 }
 #secondary {
 	clear: right;
\ No newline at end of file
Index: wp-content/themes/twentytwelve/style.css
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-content/themes/twentytwelve/style.css	(revision 21271)
+++ wp-content/themes/twentytwelve/style.css	(revision )
@@ -478,11 +478,13 @@
 #secondary {
 	margin: 24px 0 0;
 	margin: 1.714285714rem 0 0;
+	word-wrap: break-word;
 }
 @media screen and (min-width: 600px) {
 	#secondary {
 		float: right;
 		width: 26.041666667%;
+		word-wrap: break-word;
 	}
 }
 
\ No newline at end of file
