
* {
	padding: 0;
	margin: 0;
}

body.eclipse {
	background: #013;
	color: #bbb;
	text-align: center;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode",
			"Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans",
			"Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	height: 100%;
}

p {
	padding: 0.8em 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul.navigation {
	color: #888;
	font-size: 85%;
	padding: 3em 0;
	margin: 0;
}

ul.navigation li {
	display: inline;
	padding: 0 1em;
	margin: 0;
}

ul.navigation a:hover {
	color: #bbb;
}


/* -- entry page ---- */

body.entry {
	padding-top: 200px;
}

/* -- info pages ----*/

h1 {
	font-size: 1.2em;
}

h2 {
	padding-top: 2em;
	font-size: inherit;
	font-weight: bold;
}

h3 {
	padding-top: 1em;
	font-size: inherit;
	font-weight: normal;
	font-style: italic;
}

div.content {
	width: 600px;
	background: #d8d8d8;
	margin: 3em auto 1em;
	padding: 1em 3em 3em;
	text-align: left;
	color: #000;
	Xcolor: #fff;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

.content a {
	color: #016;
}

.content hr {
	position: relative;
	height: 1px;
	margin: 3em 0 2em;
	border: 0;
	border-top: 1px solid #888;
}

.content ul {
	padding: 0.8em 0;
}

.content ul li {
	margin-left: 1.25em;
}








