html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.code-area {
    width:100%;
}

.code-link {
    padding-left:1em;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.code-link a {
    text-decoration: none;
    font-size: 0.8em;
}

pre.highlight {
    margin: 0;
}

pre.highlight ol {
    margin: 0;
    color: #333;
}

.af { color:#00C }
.an { color:#007 }
.av { color:#700 }
.aw { color:#C00 }
.bi { color:#509; font-weight:bold }
.c  { color:#888 }

.ch { color:#04D }
.ch .k { color:#04D }
.ch .dl { color:#039 }

.cl { color:#B06; font-weight:bold }
.co { color:#036; font-weight:bold }
.cr { color:#0A0 }
.cv { color:#369 }
.df { color:#099; font-weight:bold }
.di { color:#088; font-weight:bold }
.dl { color:black }
.do { color:#970 }
.ds { color:#D42; font-weight:bold }
.e  { color:#666; font-weight:bold }
.en { color:#800; font-weight:bold }
.er { color:#F00; background-color:#FAA }
.ex { color:#F00; font-weight:bold }
.fl { color:#60E; font-weight:bold }
.fu { color:#06B; font-weight:bold }
.gv { color:#d70; font-weight:bold }
.hx { color:#058; font-weight:bold }
.i  { color:#00D; font-weight:bold }
.ic { color:#B44; font-weight:bold }

.il { background: #eee }
.il .il { background: #ddd }
.il .il .il { background: #ccc }
.il .dl { font-weight: bold ! important; color: #888 ! important }

.in { color:#B2B; font-weight:bold }
.iv { color:#33B }
.la { color:#970; font-weight:bold }
.lv { color:#963 }
.oc { color:#40E; font-weight:bold }
.on { color:#000; font-weight:bold }
.op { }
.pc { color:#038; font-weight:bold }
.pd { color:#369; font-weight:bold }
.pp { color:#579 }
.pt { color:#339; font-weight:bold }
.r  { color:#080; font-weight:bold }

.rx { background-color:#fff0ff }
.rx .k { color:#808 }
.rx .dl { color:#404 }
.rx .mod { color:#C2C }
.rx .fu  { color:#404; font-weight: bold }

.s  { background-color:#fff0f0 }
.s  .s { background-color:#ffe0e0 }
.s  .s  .s { background-color:#ffd0d0 }
.s  .k { color:#D20 }
.s  .dl { color:#710 }

.sh { background-color:#f0fff0 }
.sh .k { color:#2B2 }
.sh .dl { color:#161 }

.sy { color:#A60 }
.sy .k { color:#A60 }
.sy .dl { color:#630 }

.ta { color:#070 }
.tf { color:#070; font-weight:bold }
.ts { color:#D70; font-weight:bold }
.ty { color:#339; font-weight:bold }
.v  { color:#036 }
.xt { color:#444 }
#header {
  background: black;
  color: white;
}

#header div {
  width: 46.25em;
  margin: 0em auto;
  text-align: left;
  padding: 3.375em 0em;
  background: #000 url(/assets/images/homeplanet.jpg) no-repeat scroll top right;
}

#header a, #header a:hover, #header a:link, #header a:visited {
  color: #aaa;
}

#header h3 {
  color: #888;
}

#main-menu {
  background: #f9f9f9;
}

#main-menu ul {
  font-size: 1em;
  list-style: none;
  width: 46.25em;
  height: 2.25em;
  margin: 0em auto;
  border-left: 2px solid white;
}

#main-menu li {
  display: inline;
  font-size: 0.875em;
  line-height: 1.2857em;
}

#main-menu li a {
  display: block;
  float: left;
  width: 10.4em;
  background: #f9f9f9;
  text-decoration: none;
  font-variant: small-caps;
  padding: 0.6429em 0;
  border-right: 2px solid white;
  border-bottom: none;
  text-align: center;
  color: #666;
}

#main-menu li a:hover {
  background: #f3f3f3;
}

#wrap {
clear: left;
  width: 46.25em;
  margin: 1.5em auto;
  background: #fff;
  text-align: left;
}

#markdown-help {
  margin-bottom: 1.125em;
}

#footer {
  background: #f9f9f9;
}

#footer p {
  width: 46.25em;
  margin: 0em auto;
  text-align: center;
}
body {
  font-size: 1em;
  font-family: helvetica, arial, verdana, sans-serif;
/*  background: url(/assets/images/baseline.gif);*/
  color: #444444;
}

h1, h2, h3, h4 {
  font-family: "Palatino", "Times New Roman", serif;
}

h1 {
  font-size: 2.25em;
  line-height: 1em;
  font-variant: small-caps;
  letter-spacing: 0.125em;
}

h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 1.5em 0em 0.75em 0em;
}

h3 {
  font-size: 1.125em;
  line-height: 1em;
  margin: 1em 0em 1em 0em;
}

h4 {
  font-size: 0.875em;
  line-height: 1.2857em;
  margin: 1.2857em 0em;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
  line-height: 1em;
  color: #444444;
  border: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
  border: none;
}

p, ol, ul, code, pre.highlight ol {
  font-size: 0.750em;
  line-height: 1.5em;
  margin: 1.5em;
  display: block;
}

p strong {
  font-weight: bold;
}

p em {
  font-style: italic;
}

blockquote, pre, pre.highlight {
  margin: 0em 1em;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

div.code-link {
  margin: -0.1em 1.6em 0em 1.6em;
  background: #f9f9f9;
  font-size: 0.625em;
  line-height: 1.7em;
}

div.code-link a {
}


blockquote p:first-child, pre ol:first-child, pre code:first-child {
  margin-top: 1.3333em
}

div.date {
  font-weight: bold;
  color: #888;
}

ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

ol.comments {
  font-size: 1em;
  margin: 0 1em;
  list-style: decimal outside;
  line-height: 1em;
}

hr {
  margin: 0 0 -0.125em 0;
}

p label {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

input[type='text'], select, textarea {
    margin: 0;
    background: #fff;
    border: 1px solid #aaa;
    padding: 1px 4px 0px 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.25em;
    display: block;
    height: 1.25em;
}

input[type='hidden'] {
  display: none;
}

textarea {
  line-height: inherit;
}

textarea {
  font-size: 1em;
  height: 14.75em;
}

form p.submit {
  height: 4.5em;
  margin: 1.5em 0em 0em 0em;
}

a {
  text-decoration: none;
  color: #444444;
  font-weight: bold;
  border-bottom: 1px dotted #444444;
}

a:hover {
  border-bottom: 1px solid #444444;
}

#footer p {
  text-align: center;
  font-size: 0.625em;
  line-height: 1.8em;
  font-variant: small-caps;

