div#scroller {
    width: 960px;
    margin: 0 auto;
}

ul#lifestream {
    border: none;
    padding: 0;
    list-style: none;
    height: 300px;
}

#lifestream li {
    margin: 0;;
}

#lifestream li .feed-item a {
    text-decoration: none;
    color: #fff;
    width: 800px;
}

ul#lifestream li h3 {
    color: #666666;
    font-family: Georgie, "Times New Roman", serif;
    font-size: 1.2em;
    margin: 0 auto;
    padding-top: 1em;
    border: none;
    text-align: center;
}

#lifestream li table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border: none;
}

#lifestream li table tr {
    border-collapse: collapse;
    border: none;
}

ul#lifestream li.message .feed-date {
    color: #556655;
    background: #eeffee;
    padding: 0.5em;
    text-align: right;
    border: none;
    width: 80px;
}

ul#lifestream li.message .feed-item {
    background: #339933;
    color: #fff;
    text-decoration: none;
    border: none;
    width: 840px;
    padding: .2em .7em;
}

ul#lifestream li.song .feed-date {
    color: #776666;
    background: #ffeeee;
    padding: 0.5em;
    text-align: right;
    border: none;
    width: 80px;
}

ul#lifestream li.song  .feed-item {
    background: #aa4444;
    border: none;
    width: 840px;
    padding: .2em .7em;
}

ul#lifestream li.link .feed-date {
    color: #445566;
    background: #ccddee;
    padding: 0.5em;
    text-align: right;
    border: none;
    width: 80px;
}

ul#lifestream li.link .feed-item {
    background: #4477aa;
    border: none;
    width: 840px;
    padding: .2em .7em;
}

ul#lifestream li.picture .feed-date {
    color: #775566;
    background: #ffddee;
    padding: 0.5em;
    text-align: right;
    border: none;
    width: 80px;
}

ul#lifestream li.picture .feed-item {
    background: #dd44aa;
    border: none;
    width: 840px;
    padding: .2em .7em;
}

ul#lifestream li.maxmanders .feed-date {
    color: #665544;
    background: #ffeedd;
    padding: 0.5em;
    text-align: right;
    border: none;
    width: 80px;
}

ul#lifestream li.maxmanders .feed-item {
    background: #ff9933;
    border: none;
    width: 840px;
    padding: .2em .7em;
}

