/* Shortcode */
#buckets-shortcode .handlediv, #buckets-shortcode .hndle { display: none; }
#buckets-shortcode { 
	background: #bcbcbc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e3e3e3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e3e3e3)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f3f3f3, #e3e3e3); /* for firefox 3.6+ */ 
	border: 1px solid #ccc;
	padding: 0px 20px 10px;
}
#buckets-shortcode p { text-shadow: 0px 1px 0px #fff; }
.bucket-shortcode { position: relative; border-radius: 3px; border: 1px solid #f7f7f7; font-weight: bold; background-color: #e5f4f9; color: #555; padding: 10px; margin-top: 10px; box-shadow: inset 0px 0px 3px #333; }
.bucket-shortcode:hover { background: #b6dbed; }
#copy { opacity: .7; background: url(../img/copy_icon.png) no-repeat top left; display: block; float: left; width: 18px; height: 20px; margin-top: -2px; margin-right: 20px; text-indent: -9999px;}
.bucket-shortcode:hover #copy { opacity: 1; }
#cody { display: none; }
.bucket-shortcode .bucket-shortcode-tooltip { display: none; position: absolute; left: -25px; top: -20px; padding: 3px 8px; background: #2b2b2b; border-radius: 5px; border-bottom: 1px solid #f3f3f3; color: #fff; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#2b2b2b'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#2b2b2b)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4b4b4b, #2b2b2b); /* for firefox 3.6+ */
}




/* Publish Meta */
#minor-publishing, #misc-publishing-actions { display: none; }
#publish { border-radius: 5px; }
