/**
 * Pastie theme
 *
 * @author pygments.org
 * @author pastie.org
 * @author Simon Potter
 * @version 1.0
 */
pre {
  /* original is white background with no border */
  background-color: #FFF;
  /*border: 1px solid #E5EBF0*/
  color: #000;
  font-size: 13px;
  line-height: 16px;
  overflow: auto;
}

pre, code {
  font-family: monospace;
  padding: 6px;
}

pre .comment, code .comment {
  color: #888;
}

pre .keyword, pre .selector, pre .storage.module, pre .storage.class, pre .storage.function, code .keyword, code .selector, code .storage.module, code .storage.class, code .storage.function {
  color: #080;
  font-weight: bold;
}

pre .keyword.operator, code .keyword.operator {
  color: #000;
  font-weight: normal;
}

pre .constant.language, code .constant.language {
  color: #038;
  font-weight: bold;
}

pre .constant.symbol, pre .class, pre .constant, code .constant.symbol, code .class, code .constant {
  color: #036;
  font-weight: bold;
}

pre .keyword.namespace, pre .entity.name.class, code .keyword.namespace, code .entity.name.class {
  color: #B06;
  font-weight: bold;
}

pre .constant.numeric, code .constant.numeric {
  color: #00D;
  font-weight: bold;
}

pre .string, pre .comment.docstring, code .string, code .comment.docstring {
  color: #D20;
}

pre .string.regexp, code .string.regexp {
  background-color: #FFF0FF;
  color: #808;
}

pre .variable.instance, code .variable.instance {
  color: #33B;
}

pre .entity.name.function, code .entity.name.function {
  color: #06B;
  font-weight: bold;
}

pre .support.tag-name, pre .entity.tag.script, pre .entity.tag.style, code .support.tag-name, code .entity.tag.script, code .entity.tag.style {
  color: #070;
}

pre .support.attribute, code .support.attribute {
  color: #007;
}

pre .entity.name.tag, pre .storage.type, code .entity.name.tag, code .storage.type {
  color: #070;
  font-weight: bold;
}

pre .variable.self, pre .support.function, code .variable.self, code .support.function {
  color: #038;
  font-weight: bold;
}

pre .entity.function, pre .support.magic, pre.support.method, code .entity.function, code .support.magic, code.support.method {
  color: #C00;
  font-weight: bold;
}
/*# sourceMappingURL=pastie.css.map */