body {
/*	border-right: 1px solid black; */
	border-right: 1px solid #555555;
	margin-right: 200px;

	padding-left: 15px;
	padding-right: 20px;
	background-color: white;
}

h1 {
/* Planet name (top right) */
	margin-top: 0px;
	padding-top: 10px;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: lowercase;
	text-align: right;

	color: #777777;
}

h2 {
/* daily date stamp */
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
/*	color: #200080;*/
	color: #777777;

	margin-left: -20px;
}

h3 {
/* Per-bunch-of-articles feed title */
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;

/*	background-color: #a0c0ff;
	border: 1px solid #5080b0;
	background-color: #FFD48D;
	border: 1px solid #777777;
*/
	background-color: white;
	border-left: 3px solid #004499;
	border-bottom: 3px solid #004499;


	padding: 2px 3px 1px 3px;
	margin-bottom: 0.7em;
	margin-top: 1.5em;
}

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

h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	padding: -1em;
	margin-top: 0.75em;
	margin-bottom: 0.2em;

}

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

img.face {
	float: right;
	margin-top: -3em;
}

.entry {
	margin-bottom: 0;
	margin-top: 0;
}

.entry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size:70%;
	color: grey;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

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

.sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;

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

	padding-top: 20px;
	padding-left: 0px;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 85%;
}

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: black;

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

.sidebar ul {
	padding-left: 1em;
	margin-left: 0px;

	list-style-type: none;
}

.sidebar ul li:hover {
	color: grey;
}

.sidebar ul li a {
        text-decoration: none;
	color: #777777;
}

.sidebar ul li a:visited {
	color: #777777;
}

.sidebar ul li a:hover {
        text-decoration: underline;
}

.sidebar ul li a img {
        border: 0;
}

.sidebar p {
	border-top: 1px solid grey;
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

.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;
}

a:hover {
	text-decoration: underline !important;
	color: blue !important;
}
