/* @override http://www.robot04.com/blog/wp-content/plugins/ig_syntax_hilite/css/syntax_hilite_css.css */

.syntax_hilite, li .syntax_hilite { 
	background-color:#FEFEFE;
	font-size:11px; 
	font-family: Monaco, monospace;
	padding: 20px;
	
	/* 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:720px; 
border-top: 1px dashed #aaa;
border-bottom: 1px dashed #aaa;
background: #eee;}
/* change this line to set the width of code box in a list */
li .syntax_hilite { width:740px; }
.igBar, li .igBar { 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	border-top:1px solid #EEEEEE;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;	
}
/* change this line to set the width of plain text bar above code box */
.igBar { width:750px; }
/* change this line to set the width of plain text bar above code box in a list */
li .igBar { width:759px; }
.igBar a, .igBar a:hover {
	margin:0px 5px 0px 10px; 
	color: #666;
	text-decoration:none;
}
.syntax_hilite .langName { 
	color: #fe6001;
	padding-bottom: 30px;
	font-size: 20px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold; 
	}
.syntax_hilite textarea { 
	margin:0px -5px -2px 0px;
	border:none;
}
.actionscript{
	padding-top: 20px;
	
}
span{
	font-weight: normal;
	color: #666;
}

