/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.364 (October 15 2009)
 * 
 * @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>.
 */
/**
 * Emacs SyntaxHighlighter theme based on theme by Joshua Emmons
 * http://www.skia.net/
 */

/************************************
 * Interface elements.
 ************************************/

#mainContent .syntaxhighlighter,
#mainContent .syntaxhighlighter div,
#mainContent .syntaxhighlighter code,
#mainContent .syntaxhighlighter table,
#mainContent .syntaxhighlighter table td,
#mainContent .syntaxhighlighter table tr,
#mainContent .syntaxhighlighter table tbody
{
	line-height: 1.3 !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #aa865d;
}


.syntaxhighlighter
{
	margin: 1% !important;
	padding: 5px 5px 5px 0 !important;
	background-color: #333 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 96.5% !important;
}

.toolbar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Gutter line numbers */
.syntaxhighlighter .line .number
{
	color: #D3D3D3 !important;
}

/* Add border to the lines */
.syntaxhighlighter .line .content
{
	border-left: 1px solid #222 !important;
	border-bottom: 1px solid #222 !important;
	color: #B9BDB6 !important;
}

.syntaxhighlighter .line .number
{
	border-bottom: 1px solid #222 !important;
	background: #333 !important;
}

.syntaxhighlighter .line table
{
	width: 100% !important;
}

.syntaxhighlighter.printing .line .content 
{
	border: 0 !important;
}

/* First line */
.syntaxhighlighter .line.alt1
{
	background-color: #000 !important;
}

/* Second line */
.syntaxhighlighter .line.alt2
{
	background-color: #000 !important;
}

/* Highlighed line number */
.syntaxhighlighter .line.highlighted .number
{
	background-color: #435A5F !important;
	color: #fff !important;
}

/* Highlighed line */
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2
{
	background-color: #435A5F !important;
}

.syntaxhighlighter .toolbar
{
	background-color: #333333 !important;
	border: #333333 solid 1px !important;
}

.syntaxhighlighter .toolbar a
{
	color: #646763 !important;
}

.syntaxhighlighter .toolbar a:hover
{
	color: #9CCFF4 !important;
}

/************************************
 * Actual syntax highlighter colors.
 ************************************/
.syntaxhighlighter .line .number code
{
	color: #ccc;
}

.syntaxhighlighter .plain,
.syntaxhighlighter .plain a
{ 
	color: #d4ae6e !important;
}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a
{ 
	color: #ff9933 !important;
}

.syntaxhighlighter .string,
.syntaxhighlighter .string a
{
	color: #e36e45 !important; 
}

.syntaxhighlighter .keyword
{ 
	color: #bf8038 !important; 
}

.syntaxhighlighter .preprocessor 
{ 
	color: #AEC4DE !important; 
}

.syntaxhighlighter .variable 
{ 
	color: #FFAA3E !important; 
}

.syntaxhighlighter .value
{ 
	color: #8387dd !important; 
}

.syntaxhighlighter .functions
{ 
	color: #81CEF9 !important; 
}

.syntaxhighlighter .constants
{ 
	color: #75996b !important; 
}

.syntaxhighlighter .script
{ 
	background-color: #990000 !important;
}

.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a
{ 
	color: #EBDB8D !important; 
}

.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a
{ 
	color: #FF7D27 !important; 
}

.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a
{ 
	color: #AEC4DE !important; 
}
