.planetentry{
  float: left;
  clear: both;
  width: 765px;
  height: auto;
  margin-bottom: 12px;
  background-color: #ffffff;
}

.planetentry.first{
  clear: left;
  width: 595px;
}

.planetentry div.author{
  float: left;
  width: 120px;
  height: 100px;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-right: -40px;
  background: url('bubble-start.png') top right no-repeat;
  text-align: center;
}

.planetentry .gotchi img{
  border: 0;
}

.planetentry .author-name{
 font-size: 70%;
 padding-right: 4px;
 text-align: center;
}

.bubble .top{
 float: left;
 width: 16px;
 height: 18px;
 background: url('bubble-top-left.png') top left no-repeat;
 margin: 0;
 margin-right: -3px;
 padding: 0;
}

.bubble .top2{
 height: 30px;
 background: url('bubble-top-right.png') top right no-repeat;
 padding-right: 20px;
}

.bubble h2.headline{
  margin: 0;
  padding: 0;
  padding-top: 2px;
  padding-left: 1em;
  float: left;
  width: 100%;
}

.planetentry .bubble{
  margin-left: 119px;
  background: url('bubble-left.png') top left repeat-y;
}

.planetentry .bubble2{
  background: url('bubble-right.png') top right repeat-y;
}
.planetentry .title{
  background: url('bubble-top.png') top left repeat-x;
  padding-top: 6px;
}

.planetentry .headline a{
  font-size: 12pt;
}


.planetentry .date,
.planetentry .published{
  width: 100%;
  color: #8B8D88;
  font-size: 8pt;
  padding-bottom: 4px;
  padding-left: 1em;
  margin: 0;
  border: none;
}

.planetentry .tags{
  color: #8B8D88;
  font-size: 60%;
  text-align: right;
  padding-right: 23px;
  padding-top: 10px;
}
.planetentry .fav
{
  float: right;
  width: 90px;
  margin-top: -16px;
}
.planetentry .body{
  clear: right;
  font-size: 11pt;
  padding: 1.5em;
  padding-right: 0;
  margin-right: 1em;
}

.planetentry .gotchi .first img{
  margin-left: -1.3em;
}

.planetentry .footer1{
  background: url('bubble-bottom-left.png') top left no-repeat;
  height: 50px;
  padding-left:20px;
}

.planetentry .footer2{
  background: url('bubble-bottom-right.png') top right no-repeat;
  height: 50px;
  padding-right:20px;
}
.planetentry .footer3{
  background: url('bubble-bottom.png') top left repeat-x;
  height: 50px;
}

#content div.main{
  width: 760px;
  padding-left: 0;
}

.first, .counter_1, .counter_0 {
  overflow: hidden;
}

#sidebar{
  width: 160px;
}
/* don't let preformatted text mess up our layout */
pre, code{
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  display: block;
}

pre, code, .planetentry .body{
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  overflow: auto;
}

#sidebar .subscriptions {
    padding: 4px;
    padding-left: 8px;
    margin-top: 12px;
    font-size: smaller;
    height: 120px;
    overflow: auto;
}

#sidebar .subscriptions ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#sidebar .subscriptions ul li {
    margin: 0px;
    padding: 0px;
}

#sidebar .subscriptions ul img {
    margin-right: 4px;
    border: none;
}

#content div.org_openpsa_qbpager_previousnext
{
    clear: both;
    text-align: center;
}

.entry-truncated 
{
    margin-top: 10px;
}
