/* @override http://seanmurph.com/weblog/wp-content/themes/wpcandy1/wpcandy/code.css */

/* Stylesheet generated from TextMate theme
 *
 * LAZY
 * 
 *
 */

/* Mostly to improve view within the TextMate HTML viewer */
body {
	margin: 0;
	padding: 0;
}

pre.textmate-source {
	margin: 0;
	padding: 0 0 0 2px;
	font-family: Monaco, monospace;
/*  font-size: 10px;*/
	line-height: 1.3em;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
}

strong {
	font-weight: bold;
	color: #313131;
}



pre.textmate-source.lazy {
	color: #000000;
}

pre.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
}
pre.textmate-source.lazy span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
pre.textmate-source.lazy ::selection {
}
/* Comment */
pre.textmate-source.lazy .comment {
	color: #8C868F;
}

/* Constant */
pre.textmate-source.lazy .constant {
	color: #3B5BB5;
}

/* Entity */
pre.textmate-source.lazy .entity {
	color: #3B5BB5;
}

/* Latex Entity */
pre.textmate-source.lazy .text_tex_latex .entity {
	color: #D62A28;
}

/* Keyword */
pre.textmate-source.lazy .keyword, pre.textmate-source.lazy .storage {
	color: #287dd4;
}

/* String */
pre.textmate-source.lazy .string, pre.textmate-source.lazy .meta_verbatim {
	color: #409B1C;
}

/* Support */
pre.textmate-source.lazy .support {
	color: #287dd4;
}

/* Variable */
pre.textmate-source.lazy .variable {
}

/* Invalid – Deprecated */
pre.textmate-source.lazy .invalid_deprecated {
	color: #990000;
	font-style: italic;
}

/* Invalid – Illegal */
pre.textmate-source.lazy .invalid_illegal {
	color: #F8F8F8;
}

/* Superclass */
pre.textmate-source.lazy .entity_other_inherited-class {
	color: #3B5BB5;
	font-style: italic;
}

/* String interpolation */
pre.textmate-source.lazy .string .constant_other_placeholder {
	color: #671EBB;
}

/* meta.function-call.py */
pre.textmate-source.lazy .meta_function-call_py {
	color: #3E4558;
}

/* meta.tag */
pre.textmate-source.lazy .meta_tag, pre.textmate-source.lazy .meta_tag .entity {
	color: #3A4A64;
}

/* OCaml variant */
pre.textmate-source.lazy .keyword_type_variant {
	color: #7F90AA;
}

/* OCaml operator */
pre.textmate-source.lazy .source_ocaml .keyword_operator {
	color: #000000;
}

/* OCaml infix operator */
pre.textmate-source.lazy .source_ocaml .keyword_operator_symbol_infix {
	color: #3B5BB5;
}

/* OCaml prefix operator */
pre.textmate-source.lazy .source_ocaml .keyword_operator_symbol_prefix {
	color: #3B5BB5;
}

/* OCaml infix f-p operator */
pre.textmate-source.lazy .source_ocaml .keyword_operator_symbol_infix_floating-point {
	text-decoration: underline;
}

/* OCaml prefix f-p operator */
pre.textmate-source.lazy .source_ocaml .keyword_operator_symbol_prefix_floating-point {
	text-decoration: underline;
}

/* OCaml f-p constant */
pre.textmate-source.lazy .source_ocaml .constant_numeric_floating-point {
	text-decoration: underline;
}


