.wp_syntax {
  color: #100;
/*  background-color: #f9f9f9; */
  background-color: #ffeee7;
/*  border: 1px solid silver; */
  border: 1px solid #ffb59a;
  margin: 0 0 1.5em 0;
  overflow: auto;
}

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
/*  width: 100%; */
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
/*  background-color: #def;
  background-color: #ff4400; */
  background: #ff4400 url('/wp-content/themes/volatile/images/gradient.png') repeat-x fixed top;
  color: white;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: 50%;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 12px;
  line-height: 1.333;
}
