/* Recently updated item groupings (for each user) */

ul.update-groupings li.grouping {
    border-bottom: 1px solid #eee;
    padding: 10px 10px 10px 68px;
    overflow: hidden;
}

ul.update-groupings li.grouping:hover {
    background-color: #f9f9f9;
}

div.update-item-profile {
    float: left;
    display: inline;
    margin-left: -68px;
    padding-left: 10px;
}

div.update-items {
    float: left;
}

div.update-items h3,
div.update-items h3 a {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: #666;
    display: inline;
}

/* Recently updated items */

div.update-items li.update-item {
    padding: 5px 0;
    margin: 2px 0 0 5px;
    color: #666;
    overflow: hidden;
}

div.update-items li.update-item a {
    text-decoration: underline;
    font-weight: normal;
}

div.update-items li.update-item div.update-item-icons {
    display: inline;
    float: left;
    width: 40px;
}

div.update-items li.update-item div.update-item-content {
    margin-left: 40px;
}

/* Item components */

.update-item-arrow {
    float: left;
    margin-right: 3px;
}

.update-item-thumbnail-container {
    clear: both;
}

.update-item-title,
.update-item-changes,
.update-item-summary,
.update-item-date {
    line-height: 17px;
    margin-right: 4px;
}

.update-item-changes {
    color: #666;
    font-size: 0.9em;  
}

.update-item-summary {
    color: #000;
    font-size: 0.9em;
    margin: 0;
    padding-top: 3px;
}

.update-item-date {
    color: #666;
    font-size: 12px;
}

li.update-item .update-item-changes a {
    color: #666;
}
