.planet-content {
	float: left;
	width: 600px; 
	padding-left: 20px;
	padding-right: 20px; 
	margin-bottom: 20px;
	border-left: 1px dotted #888;
}

.planet-content ul, .planet-content ol {
	margin: 1em 0em 0em 2em;
}

.planet-content p {
	margin: 1em;
	line-height: 1.5em;
}

.planet-entry {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.planet-entry-title {
	background: url(/images/bubble/top.png) top no-repeat;
	width: 550px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	border: 1px solid white;
}
.planet-entry-content {
	background: url(/images/bubble/middle.png) left repeat-y;
	width: 550px;
	margin: -2px 0px;
	padding: 0px;
	border: 1px solid white;
}
.planet-entry-date { 
	background: url(/images/bubble/bottom.png) bottom no-repeat; 
	margin: -2px 0px;
	padding: 0px;
	width: 550px;
	height: 70px;
	text-align: right;
	border: 1px solid white;
	margin-bottom: 2em;
}
.planet-entrygroup {
	position: relative;
}

.planet-entry .planet-date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: grey;
	text-align: right;
}

.planet-channelgroup a {
	text-decoration: none;
	color: #e4b705 !important;
}
.planet-channelgroup a:hover {
	text-decoration: underline !important;
}

.planet-channelgroup {
	position: relative;
}

.planet-daygroup {
	border-bottom: 1px dotted #888;
	margin-bottom: 2em;
}

ul.planet-feed-list {
	list-style-image: url(/images/feed-icon-10x10.png);
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
}

.sidebar h2 {
	margin-top: 1em;
	margin-bottom: 0.3em;
}

.planet-author {
	position: absolute;
	top:  0px;
	margin: 0px;
	padding: 0px;
	left: 546px;
	width: 120px;
	min-height: 100px;
	z-index: 10;
	text-align: right;
	background: url(/images/bubble-nipple.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.planet-author h3 {
	position: relative;
	bottom: -20px;
	font-size: 14px;
}

.planet-entry h4 {
	font-size: 20px;
	padding: 30px 10px;
}

