/* Stylesheet generated from TextMate theme
 *
 * iPlastic
 * 
 *
 */

.text pre .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}
.text pre span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
/* String */
.text pre .string {
	color: #0A6809;
}

/* Number */
.text pre .constant_numeric {
	color: #0066FF;
}

/* Regular ex.text pression */
.text pre .string_regexp {
	color: #FF0080;
}

/* Keyword */
.text pre .keyword {
	color: #2229CE;
}

/* Identifier */
.text pre .constant_language {
	color: #9700CC;
}

/* Exception */
.text pre .support_class_exception {
	color: #990000;
}

/* Function name */
.text pre .entity_name_function {
	color: #C66000;
}

/* Class name */
.text pre .entity_name_class {
	color: #C66000;
}

/* Arguments */
.text pre .variable_parameter {
	font-style: italic;
}

/* Comment */
.text pre .comment {
	color: #0066FF;
	font-style: italic;
}

/* Embedded source */
.text pre .text .source {
	color: #000000;
	background-color: #F2F0EB;
}

/* Tag */
.text pre .meta_tag, .text pre .declaration_tag {
	color: #0033CC;
}

/* Constant */
.text pre .constant, .text pre .support_constant {
	color: #6782D3;
}

/* Support */
.text pre .support {
	color: #3333FF;
}

/* Storage */
.text pre .storage {
}

/* Section name */
.text pre .entity_name_section {
	text-decoration: underline;
}

/* Frame title */
.text pre .entity_name_frame {
	color: #000000;
}

/* XML Declaration */
.text pre .meta_xml-processing, .text pre .declaration_xml-processing {
	color: #333333;
}

/* Tag Attribute */
.text pre .entity_other_attribute-name {
	color: #3366CC;
	font-style: italic;
}

/* Tag Name */
.text pre .entity_name_tag {
}


