ul
{
	list-style-image: url('../images/marker.gif')
}
li
{
	line-height: 200%;
}
a:link
{
	color: #6699ff;
}
a:visited
{
	color: #808080;
}
a:active
{
	color: #ffffff;
}
div.planet
{
	background-image: url('../images/planet.png');
	position:absolute;
	left:50%;
	top:40%;
	height: 450px;
	width: 450px;
	z-index:-1
}
div.button_how_pre
{
	background-image: url('../images/button_how.gif');
	visibility:hidden;
}
div.button_up_how_pre
{
	background-image: url('../images/button_up_how.gif');
	visibility:hidden;
}
div.button_home_how_pre
{
	background-image: url('../images/button_home_how.gif');
	visibility:hidden;
}
div.button_back_how_pre
{
	background-image: url('../images/button_back_how.gif');
	visibility:hidden;
}
div.poem_holder
{
	margin-left: 32px;
	margin-right: auto;
	vertical-align: bottom;
}
div.poem
{
	font-style: italic;
}
div.link_bar
{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
	height:32px;
}
div.bottom_bar
{
	width: 192px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
	height:32px;
}
div.center_text
{
	text-align: center;
}
a.link_bar
{
	width:120px;
	height:32px;
	line-height: 32px;
	background-repeat: no-repeat;
	font-weight: bold;
	float: left;
	vertical-align: bottom;
	text-align: center;

	background-image: url('../images/button.gif');

}
a.link_bar:hover
{
	color: #ffffff;
	background-image: url('../images/button_how.gif');
}
a.link_bar:link
{
	color: #e9e9e9;
	text-decoration: none;
}
a.link_bar:visited
{
	color: #e9e9e9;
	text-decoration: none;
}

a.back_button
{
	width:64px;
	height:32px;
	background-repeat: no-repeat;
	float: left;
	vertical-align: bottom;
	background-position:center; 

	background-image: url('../images/button_back.gif');

}
a.back_button:hover
{
	background-image: url('../images/button_back_how.gif');
}

a.up_button
{
	width:64px;
	height:32px;
	background-repeat: no-repeat;
	float: left;
	vertical-align: bottom;
	background-position:center; 

	background-image: url('../images/button_up.gif');

}
a.up_button:hover
{
	background-image: url('../images/button_up_how.gif');
}

a.home_button
{
	width:64px;
	height:32px;
	background-repeat: no-repeat;
	float: left;
	vertical-align: bottom;
	background-position:center; 

	background-image: url('../images/button_home2.gif');

}
a.home_button:hover
{
	background-image: url('../images/button_home2_how.gif');
}

a.h2_link
{
	font-size: 110%;
}
p.title_image
{
	text-align: center;
	width: auto;
	height: auto;
}
p.title_image > img
{
	width: 420px;
	height: 200px;
}
p.general_image
{
	width: auto;
	height: auto;
}
p.copy_note
{
	font-style: italic;
}
p.code
{
	font-family: monospace;
}
body
{
	background-color: black;
	background-image: url('../images/stars.png');
	color: #d3e0f0;
	font-family: arial;
	line-height: 20px;
    margin-left: 50px;
    margin-right: 50px;
}
@media (min-width: 1441px) {
  body {
    margin-left: 10%;
    margin-right: 10%;
  }
}
h1
{
	text-align: center;
	font-size: 200%;
}
h2
{
	font-size: 110%;
	font-style: normal;
}
table.image_gallery
{
	width: 100%;
	border-spacing: 50px;
	text-align: center;
	font-style: italic;
}
img
{
	border: none;
}

/*
And now, the source highlighting stuff
*/

.comment { color: #449944;}
.pre { color: #000099; }
.string { color: #009900; }
.char { color: #009900; }
.float { color: #6B69DE; }
.int { color: #6B69DE; }
.bool { color: #000000; font-weight: bold; }
.type { color: #FFB638; }
.flow { color: #FFB638; }
.keyword { color: #990000; }
.operator { color: #4CB6AA; }

/*
pandoc's source highlighting.
*/
code {
	font-size: 12pt;
}
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
pre.sourceCode {
  border-top: solid #6699FF 2px;
  border-bottom: solid #6699FF 2px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
  { counter-reset: source-line 0; }
pre.numberSource code > span
  { position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
  { content: counter(source-line);
    position: relative; left: -1em; text-align: right; vertical-align: baseline;
    border: none; display: inline-block;
    -webkit-touch-callout: none; -webkit-user-select: none;
    -khtml-user-select: none; -moz-user-select: none;
    -ms-user-select: none; user-select: none;
    padding: 0 4px; width: 4em;
    color: #aaaaaa;
  }
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa;  padding-left: 4px; }
div.sourceCode
  {   }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { color: #6B69DE; } /* BuiltIn */
code span.cf { color: #FFB638; font-weight: bold; } /* ControlFlow */
code span.ch { color: #009900; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #449944; } /* Comment */
code span.cv { color: #60a0b0; } /* CommentVar */
code span.do { color: #ba2121; } /* Documentation */
code span.dt { color: #FFB638; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #6B69DE; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { color: #008000; font-weight: bold; } /* Import */
code span.in { color: #60a0b0; } /* Information */
code span.kw { color: #FFB638; font-weight: bold; } /* Keyword */
code span.op { color: #4CB6AA; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #4CB6AA; } /* Preprocessor */
code span.sc { color: #009900; } /* SpecialChar */
code span.ss { color: #009900; } /* SpecialString */
code span.st { color: #009900; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; } /* Warning */
