body {
	border-right: 1px solid black;
	margin-right: 200px;

	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	margin-top: 0px;
	padding: 0.2em;

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

	color: white;
        background: #FF0033; /* red */
}


.planetdategroup {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
        font-size: 150%;
	color: white;
        background: #FF0033;

        padding: 0.2em;
	margin-left: -20px;
        margin-bottom: 0.5em;

        clear: both; /* Stop images from the entry overlapping this title bar. */
}

.planetchanneltitle {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
        font-size: 70%; /* Make the date text small */

        clear: both;

	background-color: #fdf47f;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;

	padding: 0.2em;
        margin-bottom: 0.5em;
}

.planetchanneltitle a {
	text-decoration: none;
	color: inherit;
        font-weight: bold;
        font-size: 180%; /* Compared to the small default size, used for the date. */
}

.planetentrytitle {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
        color: #FF0033;
        padding: 0em
        text-decoration: none;
        clear: both;
        margin-top: 0.2em;
        margin-bottom: 0em;
}

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

.dategroup {
	color: yellow;
        background: gray;
        padding: 0.2em;
}

img.face {
	float: right;
        border: 0px;
        padding: 0px 8px 8px 8px;
	margin-top: -4em; /* Overlap with title bar */
}

.planetentry {
        padding: 0.2em;
	margin-bottom: 0.5em;
}

.planetentry p {
        padding-top: 0em;
        padding-bottom: 0.4em;
	margin: 0em;
}

.planetentry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: gray;
}

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

.planetentry img {
	padding-top: 0em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

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

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

	padding-top: 0.5em;
	padding-left: 0px;

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

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: white;
        background: #FF0033; /* red */

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

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

	list-style-type: square;
}

.sidebar ul li:hover {
	color: #FF0033;
}

.sidebar p {
	padding-top: 0.2em;
	padding-left: 0.2em;
}

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