a {
  color: #016086;
}
a:visited {
  color: #149172;
}
a:hover, a:visited:hover {
  color: #8E001C;
  text-decoration: none;
}
body {
  background-color: #320712;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}
h3 {
  color: #989781;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.breadcrumb {
  font-size:60%;
  margin:-15px 0px 15px -15px;
}
.breadcrumb, .breadcrumb a {
  color:aaa;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 730px;
  text-align: left;
}
#header {
	background-color: #8E001C;
	border-bottom: 14px solid #320712;
	color: white;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#site-title {
  color: white;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#main {
  background-color: #FBF7E4;
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 500px;
}
#content {
  padding: 25px;
  border-right: 1px dotted #410712;
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #410712;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content span.subtitle {
  font-style: italic;
  font-size: 110%;
  margin-top: -0.4ex;
  margin-left: 2em;
}
#content p, #content li {
  line-height: 160%;
}
#content li {
  margin-bottom:.8em;
}
#content .info {
  color: #989781;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #eeeed0;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#content img {
  margin: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	padding-top:0px;
}
#sidebar-wrapper {
  float: right;
  width: 225px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  color: #555;
  float: left;
  font-size: 80%;
	text-align: center;
  padding-top: 1px;
  padding-bottom: 2px;
  width: 100%;
}
#footer a {
	color: #555;
}
#content code {
	font-size: 120%;
	font-family: Consolas, Monaco, "Lucida Console", monospace;
}

/* Stylesheet generated from TextMate theme
 *
 * Sunburst
 * (π) Soryu, 2005
 *
 */

div.textmate-source {
	margin: 0;
	padding: 0 0 0 2px;
	font-family: Consolas, Monaco, "Lucida Console", monospace;
	font-size: 13px;
	line-height: 1.3em;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
}

div.textmate-source.sunburst {
	color: #F8F8F8;
	background-color: #000000;
}

div.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}
div.textmate-source.sunburst span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
div.textmate-source.sunburst ::selection {
	background-color: rgba(231, 231, 231, 0.30);
}
/* Comment */
div.textmate-source.sunburst .comment {
	color: #AEAEAE;
	font-style: italic;
}

/* Constant */
div.textmate-source.sunburst .constant {
	color: #3387CC;
}

/* Entity */
div.textmate-source.sunburst .entity {
	color: #89BDFF;
}

/* Keyword */
div.textmate-source.sunburst .keyword {
	color: #E28964;
}

/* Storage */
div.textmate-source.sunburst .storage {
	color: #99CF50;
}

/* String */
div.textmate-source.sunburst .string {
	color: #65B042;
}

/* Support */
div.textmate-source.sunburst .support {
	color: #9B859D;
}

/* Variable */
div.textmate-source.sunburst .variable {
	color: #FFFFFF;
}

/* Invalid – Deprecated */
div.textmate-source.sunburst .invalid_deprecated {
	color: #FD5FF1;
	font-style: italic;
	text-decoration: underline;
}

/* Invalid – Illegal */
div.textmate-source.sunburst .invalid_illegal {
	color: #FD5FF1;
	background-color: rgba(86, 45, 86, 0.75);
}

/* ♦ Embedded Source (Bright) */
div.textmate-source.sunburst .text .source {
	background-color: rgba(177, 179, 186, 0.03);
}

/* ♦ Entity inherited-class */
div.textmate-source.sunburst .entity_other_inherited-class {
	color: #9B5C2E;
	font-style: italic;
}

/* ♦ String embedded-source */
div.textmate-source.sunburst .string_quoted .source {
	color: #DAEFA3;
}

/* ♦ String constant */
div.textmate-source.sunburst .string .constant {
	color: #DDF2A4;
}

/* ♦ String.regexp */
div.textmate-source.sunburst .string_regexp {
	color: #E9C062;
}

/* ♦ String.regexp.«special» */
div.textmate-source.sunburst .string_regexp .constant_character_escape, div.textmate-source.sunburst .string_regexp .source_ruby_embedded, div.textmate-source.sunburst .string_regexp .string_regexp_arbitrary-repitition {
	color: #CF7D34;
}

/* ♦ String variable */
div.textmate-source.sunburst .string .variable {
	color: #8A9A95;
}

/* ♦ Support.function */
div.textmate-source.sunburst .support_function {
	color: #DAD085;
}

/* ♦ Support.constant */
div.textmate-source.sunburst .support_constant {
	color: #CF6A4C;
}

/* c C/C++ Preprocessor Line */
div.textmate-source.sunburst .meta_preprocessor_c {
	color: #8996A8;
}

/* c C/C++ Preprocessor Directive */
div.textmate-source.sunburst .meta_preprocessor_c .keyword {
	color: #AFC4DB;
}

/* j Entity Name Type */
div.textmate-source.sunburst .entity_name_type {
	text-decoration: underline;
}

/* j Cast */
div.textmate-source.sunburst .meta_cast {
	color: #676767;
	font-style: italic;
}

/* ✘ Doctype/XML Processing */
div.textmate-source.sunburst .meta_sgml_html .meta_doctype, div.textmate-source.sunburst .meta_sgml_html .meta_doctype .entity, div.textmate-source.sunburst .meta_sgml_html .meta_doctype .string, div.textmate-source.sunburst .meta_xml-processing, div.textmate-source.sunburst .meta_xml-processing .entity, div.textmate-source.sunburst .meta_xml-processing .string {
	color: #494949;
}

/* ✘ Meta.tag.«all» */
div.textmate-source.sunburst .meta_tag, div.textmate-source.sunburst .meta_tag .entity {
	color: #89BDFF;
}

/* ✘ Meta.tag.inline */
div.textmate-source.sunburst .source .entity_name_tag, div.textmate-source.sunburst .source .entity_other_attribute-name, div.textmate-source.sunburst .meta_tag_inline, div.textmate-source.sunburst .meta_tag_inline .entity {
	color: #E0C589;
}

/* ✘ Namespaces */
div.textmate-source.sunburst .entity_name_tag_namespace, div.textmate-source.sunburst .entity_other_attribute-name_namespace {
	color: #E18964;
}

/* § css tag-name */
div.textmate-source.sunburst .meta_selector_css .entity_name_tag {
	color: #CDA869;
}

/* § css:pseudo-class */
div.textmate-source.sunburst .meta_selector_css .entity_other_attribute-name_tag_pseudo-class {
	color: #8F9D6A;
}

/* § css#id */
div.textmate-source.sunburst .meta_selector_css .entity_other_attribute-name_id {
	color: #8B98AB;
}

/* § css.class */
div.textmate-source.sunburst .meta_selector_css .entity_other_attribute-name_class {
	color: #9B703F;
}

/* § css property-name: */
div.textmate-source.sunburst .support_type_property-name_css {
	color: #C5AF75;
}

/* § css property-value; */
div.textmate-source.sunburst .meta_property-group .support_constant_property-value_css, div.textmate-source.sunburst .meta_property-value .support_constant_property-value_css {
	color: #F9EE98;
}

/* § css @at-rule */
div.textmate-source.sunburst .meta_preprocessor_at-rule .keyword_control_at-rule {
	color: #8693A5;
}

/* § css additional-constants */
div.textmate-source.sunburst .meta_property-value .support_constant_named-color_css, div.textmate-source.sunburst .meta_property-value .constant {
	color: #DD7B3B;
}

/* § css constructor.argument */
div.textmate-source.sunburst .meta_constructor_argument_css {
	color: #8F9D6A;
}

/* ⎇ diff.header */
div.textmate-source.sunburst .meta_diff, div.textmate-source.sunburst .meta_diff_header {
	color: #F8F8F8;
	font-style: italic;
	background-color: #0E2231;
}

/* ⎇ diff.deleted */
div.textmate-source.sunburst .markup_deleted {
	color: #F8F8F8;
	background-color: #420E09;
}

/* ⎇ diff.changed */
div.textmate-source.sunburst .markup_changed {
	color: #F8F8F8;
	background-color: #4A410D;
}

/* ⎇ diff.inserted */
div.textmate-source.sunburst .markup_inserted {
	color: #F8F8F8;
	background-color: #253B22;
}

/* Markup: Italic */
div.textmate-source.sunburst .markup_italic {
	color: #E9C062;
	font-style: italic;
}

/* Markup: Bold */
div.textmate-source.sunburst .markup_bold {
	color: #E9C062;
	font-weight: bold;
}

/* Markup: Underline */
div.textmate-source.sunburst .markup_underline {
	color: #E18964;
	text-decoration: underline;
}

/* Markup: Strikethrough */
div.textmate-source.sunburst .markup_other_strikethrough {
	color: #282828;
	background-color: #000000;
}

/* Markup: Quote */
div.textmate-source.sunburst .markup_quote {
	color: #E1D4B9;
	font-style: italic;
	background-color: rgba(254, 224, 156, 0.07);
}

/* Markup: Heading */
div.textmate-source.sunburst .markup_heading, div.textmate-source.sunburst .markup_heading .entity {
	color: #FEDCC5;
	background-color: #632D04;
}

/* Markup: List */
div.textmate-source.sunburst .markup_list {
	color: #E1D4B9;
}

/* Markup: Raw */
div.textmate-source.sunburst .markup_raw {
	color: #578BB3;
	background-color: rgba(177, 179, 186, 0.03);
}

/* Markup: Comment */
div.textmate-source.sunburst .markup .comment {
	color: #F67B37;
	font-style: italic;
}

/* Markup: Separator */
div.textmate-source.sunburst .meta_separator {
	color: #60A633;
	background-color: #242424;
}

/* Log Entry */
div.textmate-source.sunburst .meta_line_entry_logfile, div.textmate-source.sunburst .meta_line_exit_logfile {
	background-color: rgba(238, 238, 238, 0.16);
}

/* Log Entry Error */
div.textmate-source.sunburst .meta_line_error_logfile {
	background-color: #751012;
}


