/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes/base-weblog.css);
@import url(/mt/mt-static/themes/theme-powell_street/theme-powell_street.css);
.code {
  border-top:		1px solid black;
  border-left:		1px solid black;
  border-right:		3px solid #666;
  border-bottom:	3px solid #666;
  background:		white;
  color:		black;
  font-size:		14px;
  font-family:		courier;
  -moz-border-radius:	10px;
}

.box {
  border-top:		1px solid #366;
  border-left:		1px solid #366;
  border-right:		3px solid #033;
  border-bottom:	3px solid #033;
  background:		#399;
  color:		white;
  font-size:		12px;
  padding:		10px;
  -moz-border-radius:	10px;
}

pre {
  white-space:          pre-wrap;       /* css-3 */
  white-space:          -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space:          -pre-wrap;      /* Opera 4-6 */
  white-space:          -o-pre-wrap;    /* Opera 7 */
  word-wrap:            break-word;     /* Internet Explorer 5.5+ */
}
/* end StyleCatcher imports */

