/* @override http://adventures.local/stylesheets/base.css */

/* 1. GLOBAL RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,cite,code,h1,h2,h3,h4,h5,h6,th,var {
	font-style: normal;
	font-weight: normal;
}

ul, ul li {
	list-style: none;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 1.0em;
}

fieldset,img,abbr {
	border: 0;
}

html
{
	height: 99%;
	margin-bottom: 1px;
}

/* GitHub Overwrite */

.gist {
	color: #000;
}

.gist div {
	padding: 0;
	margin: 0;
}

.gist .gist-file {
	border: 1px solid #dedede;
    font-family: Monaco, "Courier New", monospace;
	margin-bottom: 1em;
}

.gist .gist-file .gist-meta {
	overflow: hidden;
	font-size: 85%;
	padding: .5em 1em;
	color: #666;
}

.gist .gist-file .gist-data {
	overflow: auto;
}

.gist .gist-file .gist-data pre {
	font-family: 'Bitstream Vera Sans Mono', 'Courier', monospace;
	background: transparent !important;
	margin-top: 0 !important;
	border: none;
}

.gist .gist-file .gist-data .gist-highlight {
	background: transparent !important;
}

.gist .gist-file .gist-data .gist-line-numbers {
	background-color: #ececec;
	color: #aaa;
	border-right: 1px solid #ddd;
	text-align: right;
}

.gist .gist-file .gist-data .gist-line-numbers span {
	clear: right;
	display: block;
}

#main .gist-data {
	padding: 10px;
	border: 0;
}

/* Twilight Syntax Overwrite */

#main .gist {
	line-height: 1.2em;
	border: 0;
}

#main .gist-meta {
	background: #f0ffee;
	padding: 1em;
	border: 0;
	font: 0.8em/1em Georgia, serif;
}

.gist .gist-file .gist-data {
	background-color: #141414;
}

#main .gist .gist-file .gist-syntax {
	color: #F8F8F8;
	background-color: #1f1f1f;
}

.gist .gist-syntax .c {
	color: #5F5A60;
	font-style: italic
}

/* Comment */

.gist .gist-syntax .err {
	color: #a61717;
	background-color: #e3d2d2
}

/* Error */

.gist .gist-syntax .k {
	color: #CDA869;
	font-weight: bold
}

/* Keyword */

.gist .gist-syntax .o {
	color: #CDA869;
	font-weight: bold
}

/* Operator */

.gist .gist-syntax .cm {
	color: #5F5A60;
	font-style: italic
}

/* Comment.Multiline */

.gist .gist-syntax .cp {
	color: #999999;
	font-weight: bold
}

/* Comment.Preproc */

.gist .gist-syntax .c1 {
	color: #5F5A60;
	font-style: italic
}

/* Comment.Single */

.gist .gist-syntax .cs {
	color: #999999;
	font-weight: bold;
	font-style: italic
}

/* Comment.Special */

.gist .gist-syntax .gd {
	color: #CDA869;
	background-color: #ffdddd
}

/* Generic.Deleted */

.gist .gist-syntax .gd .x {
	color: #CDA869;
	background-color: #ffaaaa
}

/* Generic.Deleted.Specific */

.gist .gist-syntax .ge {
	color: #CDA869;
	font-style: italic
}

/* Generic.Emph */

.gist .gist-syntax .gr {
	color: #aa0000
}

/* Generic.Error */

.gist .gist-syntax .gh {
	color: #999999
}

/* Generic.Heading */

.gist .gist-syntax .gi {
	color: #CDA869;
	background-color: #ddffdd
}

/* Generic.Inserted */

.gist .gist-syntax .gi .x {
	color: #CDA869;
	background-color: #aaffaa
}

/* Generic.Inserted.Specific */

.gist .gist-syntax .go {
	color: #888888
}

/* Generic.Output */

.gist .gist-syntax .gp {
	color: #9B703F
}

/* Generic.Prompt */

.gist .gist-syntax .gs {
	font-weight: bold
}

/* Generic.Strong */

.gist .gist-syntax .gu {
	color: #aaaaaa
}

/* Generic.Subheading */

.gist .gist-syntax .gt {
	color: #aa0000
}

/* Generic.Traceback */

.gist .gist-syntax .kc {
	color: #CDA869;
	font-weight: bold
}

/* Keyword.Constant */

.gist .gist-syntax .kd {
	color: #CDA869;
	font-weight: bold
}

/* Keyword.Declaration */

.gist .gist-syntax .kp {
	color: #CDA869;
	font-weight: bold
}

/* Keyword.Pseudo */

.gist .gist-syntax .kr {
	color: #CDA869;
	font-weight: bold
}

/* Keyword.Reserved */

.gist .gist-syntax .kt {
	color: #445588;
	font-weight: bold
}

/* Keyword.Type */

.gist .gist-syntax .m {
	color: #009999
}

/* Literal.Number */

.gist .gist-syntax .s {
	color: #8F9D6A
}

/* Literal.String */

.gist .gist-syntax .na {
	color: #7587A6
}

/* Name.Attribute */

.gist .gist-syntax .nb {
	color: #7587A6
}

/* Name.Builtin */

.gist .gist-syntax .nc {
	color: #445588;
	font-weight: bold
}

/* Name.Class */

.gist .gist-syntax .no {
	color: #7587A6
}

/* Name.Constant */

.gist .gist-syntax .ni {
	color: #800080
}

/* Name.Entity */

.gist .gist-syntax .ne {
	color: #9B703F;
	font-weight: bold
}

/* Name.Exception */

.gist .gist-syntax .nf {
	color: #9B703F;
	font-weight: bold
}

/* Name.Function */

.gist .gist-syntax .nn {
	color: #9B703F
}

/* Name.Namespace */

.gist .gist-syntax .nt {
	color: #000080
}

/* Name.Tag */

.gist .gist-syntax .nv {
	color: #7587A6
}

/* Name.Variable */

.gist .gist-syntax .ow {
	color: #CDA869;
	font-weight: bold
}

/* Operator.Word */

.gist .gist-syntax .w {
	color: #bbbbbb
}

/* Text.Whitespace */

.gist .gist-syntax .mf {
	color: #009999
}

/* Literal.Number.Float */

.gist .gist-syntax .mh {
	color: #009999
}

/* Literal.Number.Hex */

.gist .gist-syntax .mi {
	color: #009999
}

/* Literal.Number.Integer */

.gist .gist-syntax .mo {
	color: #009999
}

/* Literal.Number.Oct */

.gist .gist-syntax .sb {
	color: #8F9D6A
}

/* Literal.String.Backtick */

.gist .gist-syntax .sc {
	color: #8F9D6A
}

/* Literal.String.Char */

.gist .gist-syntax .sd {
	color: #8F9D6A
}

/* Literal.String.Doc */

.gist .gist-syntax .s2 {
	color: #8F9D6A
}

/* Literal.String.Double */

.gist .gist-syntax .se {
	color: #8F9D6A
}

/* Literal.String.Escape */

.gist .gist-syntax .sh {
	color: #8F9D6A
}

/* Literal.String.Heredoc */

.gist .gist-syntax .si {
	color: #8F9D6A
}

/* Literal.String.Interpol */

.gist .gist-syntax .sx {
	color: #8F9D6A
}

/* Literal.String.Other */

.gist .gist-syntax .sr {
	color: #F9EE98
}

/* Literal.String.Regex */

.gist .gist-syntax .s1 {
	color: #8F9D6A
}

/* Literal.String.Single */

.gist .gist-syntax .ss {
	color: #990073
}

/* Literal.String.Symbol */

.gist .gist-syntax .bp {
	color: #999999
}

/* Name.Builtin.Pseudo */

.gist .gist-syntax .vc {
	color: #7587A6
}

/* Name.Variable.Class */

.gist .gist-syntax .vg {
	color: #7587A6
}

/* Name.Variable.Global */

.gist .gist-syntax .vi {
	color: #7587A6
}

/* Name.Variable.Instance */

.gist .gist-syntax .il {
	color: #009999
}

/* Literal.Number.Integer.Long */