/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	background: none !important;
	text-align: left !important;
	float: none !important;
	vertical-align: baseline !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	height: auto !important;
	width: auto !important;
	line-height: 1.1em !important;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 1em !important;
	min-height: inherit !important; /* For IE8, FF & WebKit */
	min-height: auto !important; /* For IE7 */
}

.syntaxhighlighter {
	width: 99% !important; /* 99% fixes IE8 horizontal scrollbar */
	margin: 1em 0 1em 0 !important;
	padding: 1px !important; /* adds a little border on top and bottom */
	position: relative !important;
}
.syntaxhighlighter.source {
  overflow: hidden !important;
}
.syntaxhighlighter .bold {
  font-weight: bold !important;
}
.syntaxhighlighter .italic {
  font-style: italic !important;
}
.syntaxhighlighter .line {
  white-space: pre !important;
}
.syntaxhighlighter table {
  width: 100% !important;
}
.syntaxhighlighter table caption {
  text-align: left !important;
  padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
  width: 100% !important;
}
.syntaxhighlighter table td.code .container {
  position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: white !important;
  padding-left: 1em !important;
  overflow: hidden !important;
  white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
  text-align: right !important;
  padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter table td.code .line {
  padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
  padding-left: 0em !important;
}
.syntaxhighlighter.show {
  display: block !important;
}
.syntaxhighlighter.collapsed table {
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em !important;
  font-size: 1em !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
  display: inline !important;
  margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
  padding: 0 !important;
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}
.syntaxhighlighter .toolbar {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 11px !important;
  height: 11px !important;
  font-size: 10px !important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
  display: inline !important;
}
.syntaxhighlighter .toolbar a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
  display: none !important;
}
.syntaxhighlighter.ie {
  font-size: .9em !important;
  padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
  line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
  padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}
.syntaxhighlighter.printing .line .number {
  color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
  color: black !important;
}
.syntaxhighlighter.printing .toolbar {
  display: none !important;
}
.syntaxhighlighter.printing a {
  text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
  color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
  color: blue !important;
}
.syntaxhighlighter.printing .keyword {
  color: #006699 !important;
  font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
  color: gray !important;
}
.syntaxhighlighter.printing .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
  color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
  color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
  font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
  color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
  color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
  color: black !important;
}


/* Sausage Pastebin */

html, body
{
	padding:0;
	margin:0;
	height:100%;
}

body
{
	background-color:#e8dec9;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:10pt;
}

.page
{
	position:absolute;
	top:48pt;
	left:6pt;
	bottom:28pt;
	right:142pt;
	overflow:auto;
}

.aside
{
	position:absolute;
	width:120pt;
	top:48pt;
	bottom:28pt;
	right:6pt;
	/*overflow:auto;*/
	overflow:hidden;
	background-color:#d1bd94;
	border:solid #a18245 1px;
}

.source
{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:auto;
	background-color:white;
}

a
{
	color:#473a1f;
}

a:hover
{
	color:#6b572e;
}

h1
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:18pt;
	margin:0;
	padding:4pt 8pt;
	font-family:Tahoma, Helvetica, Arial, Verdana, sans-serif;
	background-color:#ba9c5e;
	color:black;
	font-size:16pt;
	border:solid #a18245 1px;
	border-width:0 0 1px 0;
}

.menu
{
	position:absolute;
	top:7pt;
	right:12pt;
	font-size:10pt;
	text-decoration:none;
	font-family:Verdana, sans-serif;
	font-weight:bold;
}

.menu a
{
	display:inline-block;
	margin:0 2pt;
	text-decoration:none;
}

h2
{
	bottom:26pt;
	padding:1pt 0;
	overflow:hidden;
	text-align:center;
	font-size:10pt;
	background-color:#ba9c5e;
	border-radius:4pt 4pt 0 0;
	-moz-border-radius:4pt 4pt 0 0;
}

.page-title
{
	position:absolute;
	top:34pt;
	left:4pt;
	right:140pt;
	margin:0;
	border:solid #a18245 1px;
}

.aside-title
{
	position:absolute;
	width:124pt;
	top:34pt;
	right:4pt;
	margin:0;
	border:solid #a18245 1px;
}

.message
{
	display:block;
	position:absolute;
	top:40pt;
	left:12pt;
	right:148pt;
	padding:2pt 0;
	border:solid #a15445 1px;
	text-align:center;
	background-color:#d19e94;
	color:#592f26;
	font-weight:bold;
	font-size:11pt;
}

.latest-pastes ul, .latest-pastes ul li
{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

.latest-pastes ul li
{
	padding:0.3em 0.5ex;
	border:dotted #a18245 1px;
	border-width:0 0 1px 0;
	overflow:hidden;
	text-align:right;
	font-size:8pt;
	color:#8f743d;
}

.latest-pastes ul li a
{
	float:left;
	height:9pt;
	text-align:left;
	font-size:8.5pt;
	text-decoration:none;
	font-weight:bold;
}

.paste-form
{
	background-color:#d1bd94;
	border:solid #a18245 1px;
}

.paste
{
	background-color:#d1bd94;
	border:solid #a18245 1px;
}

.paste .syntaxhighlighter
{
	margin:0 !important;
	min-width:100% !important;
}

.paste-form form
{
	display:block;
	padding:0 12pt;
}

.paste-form label
{
	display:inline-block;
	width:60pt;
	text-align:right;
	font-weight:bold;
}

.paste-form input, .paste-form select, .paste-form button
{
	width:100pt;
	margin:6pt 0;
}

.paste-form input[type=checkbox]
{
	width:auto;
}

.paste-form input#name
{
	width:200pt;
}

.browse table
{
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
	background-color:#d1bd94;
}

.browse table, .browse th, .browse td
{
	border:solid #a18245 1px;
}

.pastes table col.no
{
	width:20pt;
}

.pastes table col.lang
{
	width:80pt;
}

.pastes table col.date
{
	width:100pt;
}

.browse table td
{
	overflow:hidden;
	padding:2px;
}

.browse .pagination
{
	margin:6pt;
	font-weight:bold;
}

.browse .pagination a
{
	display:inline-block;
	width:2.6ex;
	height:1.2em;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	border:solid #a18245 1px;
	margin:2pt 0;
}

.browse .pagination a:hover, .browse .pagination .current-page
{
	background-color:#a18245;
}

.footer
{
	position:absolute;
	width:auto;
	left:0;
	bottom:0;
	right:0;
	height:11pt;
	padding:4pt;
	font-family:Tahoma, Helvetica, Arial, Verdana, sans-serif;
	background-color:#ba9c5e;
	border:solid #a18245 1px;
	border-width:1px 0 0 0;
	font-size:10pt;
	overflow:hidden;
}

.footer .theme-select
{
	display:block;
	position:absolute;
	top:1pt;
	right:1pt;
	font-weight:bold;
}

.footer a
{
	font-weight:bold;
}

.syntaxhighlighter
{
	white-space:nowrap;
}

hr
{
	border-style:solid #a18245 1px;
	border-width:0 0 1px 0;
	height:0;
	color:#a18245;
	background-color:#a18245;
}

