/* Stylesheet generated from TextMate theme
 *
 * IDLE
 * 
 *
 */

/* 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;
}

pre.textmate-source.idle {
	color: #000000;
	background-color: #FFFFFF;
}

pre.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}
pre.textmate-source.idle span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
pre.textmate-source.idle ::selection {
	background-color: #BAD6FD;
}
/* Comment */
pre.textmate-source.idle .comment {
	color: #0080FF;
}

/* String */
pre.textmate-source.idle .string {
	color: #00A33F;
}

/* Number */
pre.textmate-source.idle .constant_numeric {
}

/* Built-in constant */
pre.textmate-source.idle .constant_language {
	color: #A535AE;
}

/* User-defined constant */
pre.textmate-source.idle .constant_character, pre.textmate-source.idle .constant_other {
}

/* Variable */
pre.textmate-source.idle .variable_language, pre.textmate-source.idle .variable_other {
}

/* Keyword */
pre.textmate-source.idle .keyword {
	color: #FF5600;
}

/* Storage */
pre.textmate-source.idle .storage {
	color: #FF5600;
}

/* Type name */
pre.textmate-source.idle .entity_name_type {
	color: #21439C;
}

/* Inherited class */
pre.textmate-source.idle .entity_other_inherited-class {
}

/* Function name */
pre.textmate-source.idle .entity_name_function {
	color: #21439C;
}

/* Function argument */
pre.textmate-source.idle .variable_parameter {
}

/* Tag name */
pre.textmate-source.idle .entity_name_tag {
}

/* Tag attribute */
pre.textmate-source.idle .entity_other_attribute-name {
}

/* Library function */
pre.textmate-source.idle .support_function {
	color: #A535AE;
}

/* Library constant */
pre.textmate-source.idle .support_constant {
	color: #A535AE;
}

/* Library class/type */
pre.textmate-source.idle .support_type, pre.textmate-source.idle .support_class {
	color: #A535AE;
}

/* Library variable */
pre.textmate-source.idle .support_variable {
	color: #A535AE;
}

/* Invalid */
pre.textmate-source.idle .invalid {
	color: #FFFFFF;
	background-color: #990000;
}

/* String interpolation */
pre.textmate-source.idle .constant_other_placeholder_py {
	color: #990000;
}


