/* Generated by less 2.5.1 */
/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.382 (June 24 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2009 Alex Gorbatchev.
 *
 * @license
 * This file is part of SyntaxHighlighter.
 * 
 * SyntaxHighlighter is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * SyntaxHighlighter is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
/**
 * RDark SyntaxHighlighter theme based on theme by Radu Dineiu
 * http://www.vim.org/scripts/script.php?script_id=1732
 */
/************************************
 * Interface elements.
 ************************************/
.syntaxhighlighter {
  background-color: #333333 !important;
  padding: 20px 0 !important;
}
/* Gutter line numbers */
.syntaxhighlighter .line .number {
  color: #cccccc !important;
}
/* Add border to the lines */
.syntaxhighlighter .line .content {
  border-left: 3px solid #efdd0c !important;
  color: #cccccc !important;
}
.syntaxhighlighter.printing .line .content {
  border: 0 !important;
}
/* First line */
.syntaxhighlighter .line.alt1 {
  background-color: #333333 !important;
}
/* Second line */
.syntaxhighlighter .line.alt2 {
  background-color: #333333 !important;
}
/* Highlighed line number */
.syntaxhighlighter .line.highlighted .number {
  background-color: #efdd0c !important;
  color: #ffffff !important;
}
/* Highlighed line */
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {
  background-color: #efdd0c !important;
}
.syntaxhighlighter .toolbar {
  background-color: #333333 !important;
}
.syntaxhighlighter .toolbar a {
  color: #646763 !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: #efdd0c !important;
}
/************************************
 * Actual syntax highlighter colors.
 ************************************/
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
  color: #cccccc !important;
}
.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
  color: #878a85 !important;
  font-style: italic!important;
}
.syntaxhighlighter .string,
.syntaxhighlighter .string a {
  color: #e6d938 !important;
}
.syntaxhighlighter .keyword {
  color: #c69207 !important;
}
.syntaxhighlighter .preprocessor {
  color: #efdd0c !important;
}
.syntaxhighlighter .variable {
  color: #ffaa3e !important;
}
.syntaxhighlighter .value {
  color: #ede40c !important;
}
.syntaxhighlighter .functions {
  color: #ffaa3e !important;
}
.syntaxhighlighter .constants {
  color: #efdd0c !important;
}
.syntaxhighlighter .script {
  background-color: #efdd0c !important;
}
.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {
  color: #efdd0c !important;
  font-weight: bold!important;
}
.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a {
  color: #ffffff !important;
}
.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a {
  color: #ffaa3e !important;
}
