--- blueprint.css	2010-03-22 18:07:58.000000000 +0500
+++ blueprint.css	2010-04-14 17:13:45.393554700 +0500
@@ -513,4 +513,20 @@ textarea, input {
   vertical-align: inherit;
 }
 
-/* @end */
\ No newline at end of file
+/* @end */
+
+/* @group Block tools */
+
+div.skinr-region.with-block-editing div.edit {
+  right:34px; /* Prevent overlapping of SkinR's gear by Blueprint's block tools */
+}
+
+/* Optionally hide SkinR's gear by default */
+.skinr-links-wrapper {
+  display:none !important;
+}
+.block:hover .skinr-links-wrapper {
+  display:block !important; /* Show SkinR's gear if mouse hovers block */
+}
+
+/* @end */
