/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/MT/mt-static/themes-base/blog.css);
@import url(/MT/mt-static/themes/cityscape-portland/screen.css);
/* end StyleCatcher imports */


/* SUPERPRE SYNTAX HIGHLIGHT */

.synSpecial { color: #c000c0; }
.synType { color: #008000; }
.synComment { color: #0000c0; }
.synPreProc { color: #c000c0; }
.synIdentifier { color: #008080; }
.synConstant { color: #c00000; }
.synStatement { color: #804000; }

pre{
  border: 1px #999 dotted;
  margin-left: 1em;
  margin-right: 1em;
  padding: 1em;

  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}