body {
	background-color: #FFFFBB; //#C9CC8F; // #CCCC66;	

	border-right: 2px solid #669933;
	margin-right: 215px;

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

.planet_h1 {
	margin-top: 0px;
	padding-top: 20px;

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

	color: grey;
}

.planet_h2 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #336633; /*#200080;*/

	margin-left: -20px;
}


.planet_h3 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;

	background-color: #669933  /* #006600 */ /* #a0c0ff */ ;
	/* border: 1px solid #5080b0; */

	color: white;

	padding: 4px;

	width: 35em;

	display: none;
}

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


.planet_h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	color: #336633;
	border-bottom: #669933 solid 2px;
	padding-bottom: 4px; 
	font-size: larger;
	//margin-right: -5em;
}

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

.planet_h4 a:hover {
	color: inherit;
	text-decoration: underline;
}

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

.entry {
	font-family: "Bitstream Vera Sans", sans-serif;
	margin-bottom: 2em;
	//width: 35em;
	//width: 60%;
	margin-right: 3em;
	color: #333333;
}

.entry .content a {
	color: black;
}

.entry .content {
	// font-size: smaller;
	//width: 35em;
	//clear: both;
}

.entry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: grey;
	font-size: smaller;
	margin-top: -10px;
	// float: left;
}

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

.planet_description {
	color: #333333;
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: smaller;
}

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

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

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

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

.planet_sidebar h2 {
	font-size: 110%;
	font-weight: bolder;
	color: black;

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

.planet_sidebar ul {
	padding-left: 15px;
	margin-left: 0px;

	list-style-type: none;
}

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

.planet_sidebar a:link {
	color: grey;
        text-decoration: none;
}

.planet_sidebar ul li a {
        text-decoration: none;
}

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

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

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

	padding-left: 5px;
}

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

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

