/* Stylesheet generated from TextMate theme
 *
 * Mac Classic
 * 
 *
 */

/* Mostly to improve view within the TextMate HTML viewer */
pre.textmate-source {
/*	margin: 2px;*/
	padding: 2px 2px 2px 2px;
/*	border: 1px dashed gray;*/
	font-family: Anonymous, monospace;
	font-size: 12px;
	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 {
	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 span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
pre.textmate-source ::selection {
	background-color: rgba(77, 151, 255, 0.33);
}
/* Comment */
pre.textmate-source .comment {
	color: #0066FF;
	font-style: italic;
}

/* Keyword */
pre.textmate-source .keyword, pre.textmate-source .storage {
	color: #0000FF;
	font-weight: bold;
}

/* Number */
pre.textmate-source .constant_numeric {
	color: #0000CD;
}

/* User-defined constant */
pre.textmate-source .constant {
	color: #C5060B;
	font-weight: bold;
}

/* Built-in constant */
pre.textmate-source .constant_language {
	color: #585CF6;
	font-weight: bold;
}

/* Variable */
pre.textmate-source .variable_language, pre.textmate-source .variable_other {
	color: #318495;
}

/* String */
pre.textmate-source .string {
	color: #036A07;
}

/* String interpolation */
pre.textmate-source .constant_character_escape, pre.textmate-source .string .source {
	color: #26B31A;
}

/* Preprocessor line */
pre.textmate-source .meta_preprocessor {
	color: #1A921C;
}

/* Preprocessor directive */
pre.textmate-source .keyword_control_import {
	color: #0C450D;
	font-weight: bold;
}

/* Function name */
pre.textmate-source .entity_name_function, pre.textmate-source .support_function_any-method {
	color: #0000A2;
	font-weight: bold;
}

/* Type name */
pre.textmate-source .entity_name_type {
	text-decoration: underline;
}

/* Inherited class name */
pre.textmate-source .entity_other_inherited-class {
	font-style: italic;
}

/* Function parameter */
pre.textmate-source .variable_parameter {
	font-style: italic;
}

/* Function argument and result types */
pre.textmate-source .storage_type_method {
	color: #70727E;
}

/* Section */
pre.textmate-source .meta_section .entity_name_section, pre.textmate-source .declaration_section .entity_name_section {
	font-style: italic;
}

/* Library function */
pre.textmate-source .support_function {
	color: #3C4C72;
	font-weight: bold;
}

/* Library object */
pre.textmate-source .support_class, pre.textmate-source .support_type {
	color: #6D79DE;
	font-weight: bold;
}

/* Library constant */
pre.textmate-source .support_constant {
	color: #06960E;
	font-weight: bold;
}

/* Library variable */
pre.textmate-source .support_variable {
	color: #21439C;
	font-weight: bold;
}

/* JS: Operator */
pre.textmate-source .keyword_operator_js {
	color: #687687;
}

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

/* Invalid trailing whitespace */
pre.textmate-source .invalid_deprecated_trailing-whitespace {
	background-color: #FFD0D0;
}

/* Embedded source */
pre.textmate-source .text .source, pre.textmate-source .string_unquoted {
	background-color: rgba(0, 0, 0, 0.05);
}

/* Embedded embedded source */
pre.textmate-source .text .source .string_unquoted, pre.textmate-source .text .source .text .source {
	background-color: rgba(0, 0, 0, 0.06);
}

/* Markup XML declaration */
pre.textmate-source .meta_tag_preprocessor_xml {
	color: #68685B;
}

/* Markup DOCTYPE */
pre.textmate-source .meta_tag_sgml_doctype, pre.textmate-source .meta_tag_sgml_doctype .entity, pre.textmate-source .meta_tag_sgml_doctype .string, pre.textmate-source .meta_tag_preprocessor_xml, pre.textmate-source .meta_tag_preprocessor_xml .entity, pre.textmate-source .meta_tag_preprocessor_xml .string {
	color: #888888;
}

/* Markup DTD */
pre.textmate-source .string_quoted_docinfo_doctype_DTD {
	font-style: italic;
}

/* Markup tag */
pre.textmate-source .meta_tag, pre.textmate-source .declaration_tag {
	color: #1C02FF;
}

/* Markup name of tag */
pre.textmate-source .entity_name_tag {
	font-weight: bold;
}

/* Markup tag attribute */
pre.textmate-source .entity_other_attribute-name {
	font-style: italic;
}

/* Markup: Heading */
pre.textmate-source .markup_heading {
	color: #0C07FF;
	font-weight: bold;
}

/* Markup: Quote */
pre.textmate-source .markup_quote {
	color: #000000;
	font-style: italic;
}

/* Markup: List */
pre.textmate-source .markup_list {
	color: #B90690;
}

/* ========== */
/* = Source = */
/* ========== */
div.textmate-view {
	border: 1px solid black;
/*	display: table-cell;*/
	background: url(img/tm_statusbar_fill.png);
	background-repeat:  repeat-x;
	background-position: 0px 99%;
	line-height: 1.1em;
}
pre.numbers {
	float: left;
	color: gray;
	background: url(img/tm_border.png) repeat-y;
	width: 30px;
	padding: 0;
	padding-left: 60px;
	border: none;
	margin: 0;
}
div.textmate-view pre.textmate-source2 {
	background: none;
	border: none;
	padding: 0;
	padding-right: 5px;
	float: left;
	margin: 0;
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	overflow: scroll;
}
div.statusbar {
	background: url(img/tm_statusbar.png) no-repeat;
	clear: both;
	padding: 0;
	margin: 0;
	height: 37px;
	padding-left: 210px;
	padding-top: 2px;
}
