/*
	Dani llops
	Para el theme 75ll - 25/02/2011
*/

.syntax_hilite { 
	font-family:'Courier New',Courier,monospace;
	font-size:14px;
	width:628px;
	border:3px solid #323232;
	padding:10px 5px 0px 20px;
	margin-bottom:20px;
	/* comment the line below to remove scrolling in code boxes */
	/*overflow:auto;
	white-space:nowrap;*/
}
.syntax_hilite ol {
	margin-bottom:10px;
}
.syntax_hilite li {
	margin-bottom:0px !important;
}

/* Titulo plain-text*/
.igBar { 
	margin-top:20px;
}
.igBar a{
}

.syntax_hilite .langName { 
	color:#555;
	font-weight:bold; 
}

.syntax_hilite textarea {
	margin:0px -25px -2px 0px;
	border:none;
}
.syntax_hilite textarea li {
	margin:0px 0px 0px -30px;
	border:none;
}

/*** En los comentarios ***/
#comments .syntax_hilite {
	width:575px;
	margin-left:60px;
}
#comments ul.children .syntax_hilite {
	width:515px;
}
#comments ul.children ul.children .syntax_hilite {
	width:455px;
}

#comments .syntax_hilite ol li {
	list-style: decimal outside;
}
#comments .syntax_hilite ol {
	margin-left:20px;
}
#comments .syntax_hilite li {
	padding:0px 0px;
	border:none;
}
#comments .igBar { 
	margin-left:60px;
}
#comments .igBar a{
	background-color:#E9E9E9;
	padding:0px 2px;
}
