/* Stylesheet generated from TextMate theme
 *
 * Theocacao
 * 
 *
 */

pre.textmate-source {
	margin: 0px -22px -20px 0px;
	padding: 10px;
	font-family: Monaco, monospace;
	font-size: 12px;
	line-height: 1.5em;
	word-wrap: break-word;
	border: 2px solid #c5c5c5;

	white-space: normal;
		
	/*
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	*/
}

pre.textmate-source.theocacao {
	color: #232323;
	background-color: #ECECEC;
}

pre.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}
pre.textmate-source.theocacao span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
pre.textmate-source.theocacao ::selection {
	background-color: #AAAAAA;
}
/* Comment */
pre.textmate-source.theocacao .comment {
	color: #75715E;
	background-color: #DBDBDB;
}

/* String */
pre.textmate-source.theocacao .string {
	color: #2979CD;
}

/* Number */
pre.textmate-source.theocacao .constant_numeric {
	color: #AE81FF;
}

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

/* User-defined constant */
pre.textmate-source.theocacao .constant_character, pre.textmate-source.theocacao .constant_other {
	color: #AE81FF;
}

/* Variable */
pre.textmate-source.theocacao .variable {
	color: #88611A;
	font-style: italic;
}

/* Keyword */
pre.textmate-source.theocacao .keyword {
	color: #6C6C6C;
	background-color: #FAFAFA;
}

/* Storage */
pre.textmate-source.theocacao .storage {
	color: #F92672;
}

/* Storage type */
pre.textmate-source.theocacao .storage_type {
	color: #A26900;
}

/* Class name */
pre.textmate-source.theocacao .entity_name_class {
	color: #A6E22E;
	text-decoration: underline;
}

/* Inherited class */
pre.textmate-source.theocacao .entity_other_inherited-class {
	color: #88611A;
	font-style: italic;
}

/* Function name */
pre.textmate-source.theocacao .entity_name_function {
	color: #005AAD;
}

/* Function argument */
pre.textmate-source.theocacao .variable_parameter {
	color: #676767;
	font-style: italic;
}

/* Tag name */
pre.textmate-source.theocacao .entity_name_tag {
	color: #F92672;
}

/* Tag attribute */
pre.textmate-source.theocacao .entity_other_attribute-name {
	color: #DAC53D;
}

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

/* Library constant */
pre.textmate-source.theocacao .support_constant {
	color: #5D6427;
}

/* Library class/type */
pre.textmate-source.theocacao .support_type, pre.textmate-source.theocacao .support_class {
	color: #852C1A;
}

/* Library variable */
pre.textmate-source.theocacao .support_other_variable {
	color: #FFFFFF;
}

/* Invalid */
pre.textmate-source.theocacao .invalid {
	color: #F8F8F0;
	background-color: #F92672;
}

/* Invalid deprecated */
pre.textmate-source.theocacao .invalid_deprecated {
	color: #F8F8F0;
	background-color: #AE81FF;
}
