h1, h2, h3 {
	color: black;
	border-style: solid;
	border-width: thin;
	padding: 4px;
}
h1 {
	text: black;
	background: #F0B0B0;
}
h2 {
	text: black;
	background: #B0F0B0;
}
h3 {
	text: black;
	background: #B0B0F0;
}

body {
	padding-top: 0;
	margin-top: 125px;
	margin-right: 200px;

	/*color: black;*/
	/*background-color: white;*/
}

div.block {
	font-size: 50%;
	border: 1px solid #a0a0a0;
	background-color: #e0e0e0;
	padding: 4px;
}

form {
	font-family: "verdana", sans-serif;

	margin: 0;
	padding: 0;
	margin-left: 25px;
}

/* <h1> is used for the dates */
h1 {
	margin-top: 50px;

	font-family: "trebuchet ms", "verdana", sans-serif;
	font-weight: bold;
	/*font-size: 125%;*/

	/*color: rgb(215, 7, 81);*/
}

div.block h1 {
	margin-top: 0;
}


/** #banner
 * This is the banner that goes across the top for decorative purposes.
 * 
 * It's absolutely positioned to avoid error.
 */
#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 64px;

	/*background-color: silver;*/
	border-bottom: 1px solid black;
}

#banner #logo {
	position: absolute;
	top: 24px;
	left: 10px;
}

#banner #name {
	position: absolute;
	top: 20px;
	left: 85px;
}

#banner #earth {
	position: absolute;
	top: 0px;
	right: 0px;
}

#banner #blurb {
	position: absolute;
	top: 64px;
	left: 100px;

	padding: 0;
	margin: 0;

	font-family: "trebuchet ms", "verdana", sans-serif;
	font-size: 10px;
}


/** .entry
 * An entry from somebody's weblog.
 * <h2> is used for entry titles.
 * #date is used for the entry date at the bottom.
 */
.entry {
	margin-bottom: 25px;
	padding-left: 25px;

	clear: both;
}

img.face {
	float: right;

	margin: 4px;
	margin-top: 0;
	padding: 8px;
	padding-top: 0;

	z-index: 1;
	/*background-color: white;*/
	/* border: 1px dashed rgb(100, 100, 100); */
}

.entry h2 {
	font-family: "trebuchet ms", "verdana", sans-serif;
	font-weight: bold;
	font-size: 100%;

	margin-left: -25px;
	border-bottom: 1px solid rgb(125, 125, 125);
}

.entry h2 a {
	text-decoration: none;
	color: rgb(75, 75, 75);
}

.entry h2 a:hover {
	text-decoration: underline;
	color: blue;
}

.entry .date {
	font-family: "trebuchet ms", "verdana", sans-serif;
	font-size: 80%;
	color: rgb(125, 125, 125);
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

.entry .date a:hover {
	text-decoration: underline;
	color: blue;
}


/** #sidebar
 * This is the bar that goes down the side in which we put the weblogroll
 * and planetarium.
 * 
 * It's absolutely positioned to avoid error.
 */
#sidebar {
	position: absolute;
	top: 125px;
	right: 10px;
	width: 170px;

	z-index: 1;
	/*background-color: white;*/
	border: 1px dashed /*rgb(215, 7, 81)*/;

	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;

	font-family: "trebuchet ms", "verdana", sans-serif;
	font-size: 75%;
}

#sidebar h2 {
	font-family: "trebuchet ms", "verdana", sans-serif;
	font-weight: bold;
	font-size: 1.1em;

	margin-top: 0.5em;
	margin-bottom: 0.5em;

	text: black;
	background: #F0B0B0;
}

#sidebar p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#sidebar ul li {
	display: block;
	padding: 0;
	margin: 0;
}

#sidebar img.button {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
	margin-right: 2px;
	margin-bottom: 2px;
}

/* IE doesn't support .first-child, so do this the old-fashioned way */
#sidebar div {
	border-top: 1px dashed /*rgb(215, 7, 81)*/;
}
#sidebar #about {
	border-top: none;
}

#sidebar .message {
	cursor: help;
	border-bottom: 1px dashed red;
}

#sidebar a.message:hover {
	cursor: help;
	background-color: #ff0000;
	color: #ffffff !important;
	text-decoration: none !important;
}
