#activity-stream {
    /*background: url('d.png');*/
    width: 860px;
    height: 220px;
    overflow: hidden;
}
#activity-stream ul {
    width: 100%;
    height: 220px;
}
#activity-stream ul li {
    background: url('/assets/images/home/activity-stream-bg.png') no-repeat 0px 7px;
    width: 100%;
    height: 54px;
    border-bottom: 1px solid transparent;
    overflow: hidden;
}

#activity-stream ul li .stream-avatar {
    float: left;
    border: 2px solid #d4a65c;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

#activity-stream ul li .stream-info {
    /*background: url('d.png');*/
    position: absolute;
    width: 635px;
    height: 35px;
    margin-top: 7px;
    margin-left: 69px;
    padding-top: 5px;
    font-size: 18px;
    color: #715b3b;
    overflow: hidden;
}
#activity-stream ul li .stream-info img {
    vertical-align: middle;
}
#activity-stream ul li .stream-user {
    margin-left: 15px;
    margin-right: 10px;
}
#activity-stream ul li .stream-item {
    margin-left: 10px;
}
#activity-stream ul li .stream-link {
    /*background: url('d.png');*/
    float: left;
    position: absolute;
    width: 145px;
    margin-top: 20px;
    margin-left: 620px;
    text-align: center;
}
#activity-stream ul li .stream-link a {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    
}
