.syntax_hilite, li .syntax_hilite {
	font-size:12px;
	font-family:'Courier New',Courier,monospace;
	background: url(/wp-content/plugins/ig_syntax_hilite/img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #EFEFEF;
	color: #555;
	width: 540px;
	display: block;
	margin-bottom: 12px;
	padding: 8px 10px;
	line-height: 12px;
	/* comment the line below to remove scrolling in code boxes */
	overflow:auto; white-space:nowrap;
}

/* change this line to set the width of code box */
.syntax_hilite { width:515px; }

.syntax_hilite ol, .syntax_hilite ol li {
	list-style:none;
	padding:0;
	margin:0;
}

html > body .entry .syntax_hilite ol {
	padding:0;
}
html > body .entry .syntax_hilite li {
	margin:0;
}
/* change this line to set the width of code box in a list */
li .syntax_hilite { width:540px; }


/* change this line to set the width of plain text bar above code box */
.igBar { width:540px; }

/* change this line to set the width of plain text bar above code box in a list */
li .igBar { width:545px; }

.igBar a, .igBar a:hover {
	margin:0px 5px 0px 10px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.igBar, li .igBar {
	background-color:#EFEFEF;
	font-family:arial,helvetica,sans-serif;
	border-left:1px solid #EEE;
	border-top:1px solid #EEE;
	border-right:1px solid #EEE;
}

.syntax_hilite .langName { color:#000000; font-weight:bold; }
.syntax_hilite textarea { margin:0px -5px -2px 0px; border:none; }
